Your IP : 3.145.155.202


Current Path : /home/church/
Upload File :
Current File : /home/church/church_wrdp3.1626305903.sql

-- MySQL dump 10.13  Distrib 5.6.41-84.1, for Linux (x86_64)
--
-- Host: localhost    Database: church_wrdp3
-- ------------------------------------------------------
-- 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_UPCP_Catalogue_Items`
--

DROP TABLE IF EXISTS `wp_UPCP_Catalogue_Items`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_UPCP_Catalogue_Items` (
  `Catalogue_Item_ID` mediumint(9) NOT NULL AUTO_INCREMENT,
  `Catalogue_ID` mediumint(9) DEFAULT '0',
  `Item_ID` mediumint(9) DEFAULT '0',
  `Category_ID` mediumint(9) DEFAULT '0',
  `SubCategory_ID` mediumint(9) DEFAULT '0',
  `Position` mediumint(9) NOT NULL DEFAULT '0',
  UNIQUE KEY `id` (`Catalogue_Item_ID`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_UPCP_Catalogue_Items`
--

LOCK TABLES `wp_UPCP_Catalogue_Items` WRITE;
/*!40000 ALTER TABLE `wp_UPCP_Catalogue_Items` DISABLE KEYS */;
INSERT INTO `wp_UPCP_Catalogue_Items` VALUES (1,2,0,2,0,1);
/*!40000 ALTER TABLE `wp_UPCP_Catalogue_Items` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_UPCP_Catalogues`
--

DROP TABLE IF EXISTS `wp_UPCP_Catalogues`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_UPCP_Catalogues` (
  `Catalogue_ID` mediumint(9) NOT NULL AUTO_INCREMENT,
  `Catalogue_Name` text NOT NULL,
  `Catalogue_Description` text NOT NULL,
  `Catalogue_Layout_Format` text NOT NULL,
  `Catalogue_Custom_CSS` text NOT NULL,
  `Catalogue_Item_Count` mediumint(9) NOT NULL DEFAULT '0',
  `Catalogue_Date_Created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  UNIQUE KEY `id` (`Catalogue_ID`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_UPCP_Catalogues`
--

LOCK TABLES `wp_UPCP_Catalogues` WRITE;
/*!40000 ALTER TABLE `wp_UPCP_Catalogues` DISABLE KEYS */;
INSERT INTO `wp_UPCP_Catalogues` VALUES (1,'Sample Catalogue','This is where your description of this catalogue would go.','','',0,'0000-00-00 00:00:00'),(2,'Lavish Luxe by Lenee Slides','','','',1,'0000-00-00 00:00:00');
/*!40000 ALTER TABLE `wp_UPCP_Catalogues` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_UPCP_Categories`
--

DROP TABLE IF EXISTS `wp_UPCP_Categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_UPCP_Categories` (
  `Category_ID` mediumint(9) NOT NULL AUTO_INCREMENT,
  `Category_Name` text NOT NULL,
  `Category_Description` text NOT NULL,
  `Category_Image` text NOT NULL,
  `Category_Item_Count` mediumint(9) DEFAULT '0',
  `Category_Sidebar_Order` mediumint(9) DEFAULT '9999',
  `Category_Date_Created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `Category_WC_ID` mediumint(9) DEFAULT '0',
  UNIQUE KEY `id` (`Category_ID`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_UPCP_Categories`
--

LOCK TABLES `wp_UPCP_Categories` WRITE;
/*!40000 ALTER TABLE `wp_UPCP_Categories` DISABLE KEYS */;
INSERT INTO `wp_UPCP_Categories` VALUES (2,'Slides','Lavish Luxe Slides','http://',1,9999,'0000-00-00 00:00:00',0);
/*!40000 ALTER TABLE `wp_UPCP_Categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_UPCP_Custom_Fields`
--

DROP TABLE IF EXISTS `wp_UPCP_Custom_Fields`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_UPCP_Custom_Fields` (
  `Field_ID` mediumint(9) NOT NULL AUTO_INCREMENT,
  `Field_Name` text NOT NULL,
  `Field_Slug` text NOT NULL,
  `Field_Type` text NOT NULL,
  `Field_Description` text NOT NULL,
  `Field_Values` text NOT NULL,
  `Field_Displays` text NOT NULL,
  `Field_Searchable` text NOT NULL,
  `Field_Sidebar_Order` mediumint(9) DEFAULT '9999',
  `Field_Display_Tabbed` text NOT NULL,
  `Field_Control_Type` text NOT NULL,
  `Field_Date_Created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `Field_WC_ID` mediumint(9) DEFAULT '0',
  UNIQUE KEY `id` (`Field_ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_UPCP_Custom_Fields`
--

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

--
-- Table structure for table `wp_UPCP_Fields_Meta`
--

DROP TABLE IF EXISTS `wp_UPCP_Fields_Meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_UPCP_Fields_Meta` (
  `Meta_ID` mediumint(9) NOT NULL AUTO_INCREMENT,
  `Field_ID` mediumint(9) DEFAULT '0',
  `Item_ID` mediumint(9) DEFAULT '0',
  `Meta_Value` text NOT NULL,
  UNIQUE KEY `id` (`Meta_ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_UPCP_Fields_Meta`
--

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

--
-- Table structure for table `wp_UPCP_Item_Images`
--

DROP TABLE IF EXISTS `wp_UPCP_Item_Images`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_UPCP_Item_Images` (
  `Item_Image_ID` mediumint(9) NOT NULL AUTO_INCREMENT,
  `Item_ID` mediumint(9) NOT NULL DEFAULT '0',
  `Item_Image_URL` text,
  `Item_Image_Description` text,
  `Item_Image_Order` mediumint(9) NOT NULL DEFAULT '0',
  UNIQUE KEY `id` (`Item_Image_ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_UPCP_Item_Images`
--

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

--
-- Table structure for table `wp_UPCP_Items`
--

DROP TABLE IF EXISTS `wp_UPCP_Items`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_UPCP_Items` (
  `Item_ID` mediumint(9) NOT NULL AUTO_INCREMENT,
  `Item_Name` text NOT NULL,
  `Item_Slug` text NOT NULL,
  `Item_Description` text,
  `Item_Price` text NOT NULL,
  `Item_Sale_Price` text NOT NULL,
  `Item_Sale_Mode` text NOT NULL,
  `Item_Link` text,
  `Item_Photo_URL` text,
  `Category_ID` mediumint(9) DEFAULT '0',
  `Category_Name` text,
  `Global_Item_ID` mediumint(9) DEFAULT '0',
  `Item_Special_Attr` text,
  `SubCategory_ID` mediumint(9) DEFAULT '0',
  `SubCategory_Name` text,
  `Item_Date_Created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `Item_Views` mediumint(9) DEFAULT '0',
  `Item_Display_Status` text,
  `Item_Related_Products` text,
  `Item_Next_Previous` text,
  `Item_SEO_Description` text,
  `Item_Category_Product_Order` mediumint(9) DEFAULT '9999',
  `Item_WC_ID` mediumint(9) DEFAULT '0',
  UNIQUE KEY `id` (`Item_ID`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_UPCP_Items`
--

LOCK TABLES `wp_UPCP_Items` WRITE;
/*!40000 ALTER TABLE `wp_UPCP_Items` DISABLE KEYS */;
INSERT INTO `wp_UPCP_Items` VALUES (2,'Red Lavish Luxe Slides','red-lavish-luxe-slides','<p>These red &#8216;Lavish Luxe&#8217; slides are available for purchase today. They can be seen at the top of the image</p>\n','','','No','','http://lavishluxebylenee.com/wp-content/uploads/2017/10/Snapchat-6267315996928287109.jpg',2,'Slides',0,'',0,'','2017-10-23 18:27:52',6,'Show','','','lavish luxe by lenee red slides',9999,0);
/*!40000 ALTER TABLE `wp_UPCP_Items` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_UPCP_SubCategories`
--

DROP TABLE IF EXISTS `wp_UPCP_SubCategories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_UPCP_SubCategories` (
  `SubCategory_ID` mediumint(9) NOT NULL AUTO_INCREMENT,
  `Category_ID` mediumint(9) NOT NULL DEFAULT '0',
  `Category_Name` text NOT NULL,
  `SubCategory_Name` text NOT NULL,
  `SubCategory_Description` text NOT NULL,
  `SubCategory_Image` text NOT NULL,
  `SubCategory_Item_Count` mediumint(9) NOT NULL DEFAULT '0',
  `SubCategory_Sidebar_Order` mediumint(9) DEFAULT '9999',
  `SubCategory_Date_Created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `SubCategory_WC_ID` mediumint(9) DEFAULT '0',
  UNIQUE KEY `id` (`SubCategory_ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_UPCP_SubCategories`
--

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

--
-- Table structure for table `wp_UPCP_Tag_Groups`
--

DROP TABLE IF EXISTS `wp_UPCP_Tag_Groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_UPCP_Tag_Groups` (
  `Tag_Group_ID` mediumint(9) NOT NULL AUTO_INCREMENT,
  `Tag_Group_Name` text NOT NULL,
  `Tag_Group_Description` text NOT NULL,
  `Display_Tag_Group` text NOT NULL,
  `Tag_Group_Order` mediumint(9) NOT NULL DEFAULT '0',
  UNIQUE KEY `id` (`Tag_Group_ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_UPCP_Tag_Groups`
--

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

--
-- Table structure for table `wp_UPCP_Tagged_Items`
--

DROP TABLE IF EXISTS `wp_UPCP_Tagged_Items`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_UPCP_Tagged_Items` (
  `Tagged_Item_ID` mediumint(9) NOT NULL AUTO_INCREMENT,
  `Tag_ID` mediumint(9) NOT NULL DEFAULT '0',
  `Item_ID` mediumint(9) NOT NULL DEFAULT '0',
  UNIQUE KEY `id` (`Tagged_Item_ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_UPCP_Tagged_Items`
--

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

--
-- Table structure for table `wp_UPCP_Tags`
--

DROP TABLE IF EXISTS `wp_UPCP_Tags`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_UPCP_Tags` (
  `Tag_ID` mediumint(9) NOT NULL AUTO_INCREMENT,
  `Tag_Name` text NOT NULL,
  `Tag_Description` text NOT NULL,
  `Tag_Item_Count` text NOT NULL,
  `Tag_Group_ID` mediumint(9) NOT NULL DEFAULT '0',
  `Tag_Sidebar_Order` mediumint(9) DEFAULT '9999',
  `Tag_Date_Created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `Tag_WC_ID` mediumint(9) DEFAULT '0',
  UNIQUE KEY `id` (`Tag_ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_UPCP_Tags`
--

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

--
-- Table structure for table `wp_UPCP_Videos`
--

DROP TABLE IF EXISTS `wp_UPCP_Videos`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_UPCP_Videos` (
  `Item_Video_ID` mediumint(9) NOT NULL AUTO_INCREMENT,
  `Item_ID` mediumint(9) NOT NULL DEFAULT '0',
  `Item_Video_URL` text,
  `Item_Video_Type` text,
  `Item_Video_Order` mediumint(9) NOT NULL DEFAULT '0',
  UNIQUE KEY `id` (`Item_Video_ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_UPCP_Videos`
--

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

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

DROP TABLE IF EXISTS `wp_actionscheduler_actions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_actionscheduler_actions` (
  `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `hook` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `scheduled_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `scheduled_date_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `args` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `schedule` longtext COLLATE utf8mb4_unicode_520_ci,
  `group_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `attempts` int(11) NOT NULL DEFAULT '0',
  `last_attempt_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `last_attempt_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `claim_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `extended_args` varchar(8000) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`action_id`),
  KEY `hook` (`hook`),
  KEY `status` (`status`),
  KEY `scheduled_date_gmt` (`scheduled_date_gmt`),
  KEY `args` (`args`),
  KEY `group_id` (`group_id`),
  KEY `last_attempt_gmt` (`last_attempt_gmt`),
  KEY `claim_id` (`claim_id`)
) ENGINE=MyISAM AUTO_INCREMENT=907 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 (892,'woocommerce_update_marketplace_suggestions','complete','2021-07-05 14:17:01','2021-07-05 14:17:01','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1625494621;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1625494621;}',0,1,'2021-07-05 14:17:30','2021-07-05 14:17:30',0,NULL),(893,'adjust_download_permissions','complete','2021-07-05 15:10:57','2021-07-05 15:10:57','[915]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1625497857;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1625497857;}',0,1,'2021-07-05 15:11:39','2021-07-05 15:11:39',0,NULL),(894,'adjust_download_permissions','complete','2021-07-05 15:12:00','2021-07-05 15:12:00','[915]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1625497920;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1625497920;}',0,1,'2021-07-05 15:12:28','2021-07-05 15:12:28',0,NULL),(895,'adjust_download_permissions','complete','2021-07-05 15:13:16','2021-07-05 15:13:16','[915]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1625497996;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1625497996;}',0,1,'2021-07-05 15:13:42','2021-07-05 15:13:42',0,NULL),(896,'adjust_download_permissions','complete','2021-07-06 00:55:33','2021-07-06 00:55:33','[923]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1625532933;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1625532933;}',0,1,'2021-07-06 00:56:30','2021-07-06 00:56:30',0,NULL),(897,'adjust_download_permissions','complete','2021-07-06 00:56:47','2021-07-06 00:56:47','[923]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1625533007;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1625533007;}',0,1,'2021-07-06 00:57:32','2021-07-06 00:57:32',0,NULL),(898,'adjust_download_permissions','complete','2021-07-06 00:58:03','2021-07-06 00:58:03','[923]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1625533083;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1625533083;}',0,1,'2021-07-06 00:58:40','2021-07-06 00:58:40',0,NULL),(899,'adjust_download_permissions','complete','2021-07-06 00:59:19','2021-07-06 00:59:19','[923]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1625533159;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1625533159;}',0,1,'2021-07-06 00:59:39','2021-07-06 00:59:39',0,NULL),(900,'adjust_download_permissions','complete','2021-07-06 01:42:50','2021-07-06 01:42:50','[929]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1625535770;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1625535770;}',0,1,'2021-07-06 01:43:04','2021-07-06 01:43:04',0,NULL),(901,'adjust_download_permissions','complete','2021-07-06 01:44:01','2021-07-06 01:44:01','[929]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1625535841;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1625535841;}',0,1,'2021-07-06 01:44:06','2021-07-06 01:44:06',0,NULL),(902,'adjust_download_permissions','complete','2021-07-06 01:44:08','2021-07-06 01:44:08','[929]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1625535848;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1625535848;}',0,1,'2021-07-06 01:44:13','2021-07-06 01:44:13',0,NULL),(903,'adjust_download_permissions','complete','2021-07-06 01:50:33','2021-07-06 01:50:33','[929]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1625536233;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1625536233;}',0,1,'2021-07-06 01:50:47','2021-07-06 01:50:47',0,NULL),(904,'adjust_download_permissions','complete','2021-07-06 01:50:49','2021-07-06 01:50:49','[929]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1625536249;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1625536249;}',0,1,'2021-07-06 01:51:00','2021-07-06 01:51:00',0,NULL),(905,'adjust_download_permissions','complete','2021-07-06 02:55:06','2021-07-06 02:55:06','[929]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1625540106;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1625540106;}',0,1,'2021-07-06 02:55:30','2021-07-06 02:55:30',0,NULL),(906,'adjust_download_permissions','complete','2021-07-06 02:55:35','2021-07-06 02:55:35','[929]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1625540135;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1625540135;}',0,1,'2021-07-06 02:55:54','2021-07-06 02:55:54',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=MyISAM AUTO_INCREMENT=32515 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=MyISAM AUTO_INCREMENT=6 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,'wpforms'),(3,'woocommerce-db-updates'),(4,'wc_update_product_lookup_tables'),(5,'wc-admin-data');
/*!40000 ALTER TABLE `wp_actionscheduler_groups` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_actionscheduler_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_actionscheduler_logs` (
  `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `action_id` bigint(20) unsigned NOT NULL,
  `message` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `log_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `log_date_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`log_id`),
  KEY `action_id` (`action_id`),
  KEY `log_date_gmt` (`log_date_gmt`)
) ENGINE=MyISAM AUTO_INCREMENT=1440 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 (1395,892,'action created','2021-07-05 14:17:01','2021-07-05 14:17:01'),(1396,892,'action started via Async Request','2021-07-05 14:17:29','2021-07-05 14:17:29'),(1397,892,'action complete via Async Request','2021-07-05 14:17:30','2021-07-05 14:17:30'),(1398,893,'action created','2021-07-05 15:10:56','2021-07-05 15:10:56'),(1399,893,'action started via WP Cron','2021-07-05 15:11:39','2021-07-05 15:11:39'),(1400,893,'action complete via WP Cron','2021-07-05 15:11:39','2021-07-05 15:11:39'),(1401,894,'action created','2021-07-05 15:11:59','2021-07-05 15:11:59'),(1402,894,'action started via WP Cron','2021-07-05 15:12:28','2021-07-05 15:12:28'),(1403,894,'action complete via WP Cron','2021-07-05 15:12:28','2021-07-05 15:12:28'),(1404,895,'action created','2021-07-05 15:13:15','2021-07-05 15:13:15'),(1405,895,'action started via WP Cron','2021-07-05 15:13:42','2021-07-05 15:13:42'),(1406,895,'action complete via WP Cron','2021-07-05 15:13:42','2021-07-05 15:13:42'),(1407,896,'action created','2021-07-06 00:55:32','2021-07-06 00:55:32'),(1408,896,'action started via WP Cron','2021-07-06 00:56:30','2021-07-06 00:56:30'),(1409,896,'action complete via WP Cron','2021-07-06 00:56:30','2021-07-06 00:56:30'),(1410,897,'action created','2021-07-06 00:56:46','2021-07-06 00:56:46'),(1411,897,'action started via WP Cron','2021-07-06 00:57:32','2021-07-06 00:57:32'),(1412,897,'action complete via WP Cron','2021-07-06 00:57:32','2021-07-06 00:57:32'),(1413,898,'action created','2021-07-06 00:58:02','2021-07-06 00:58:02'),(1414,898,'action started via WP Cron','2021-07-06 00:58:40','2021-07-06 00:58:40'),(1415,898,'action complete via WP Cron','2021-07-06 00:58:40','2021-07-06 00:58:40'),(1416,899,'action created','2021-07-06 00:59:18','2021-07-06 00:59:18'),(1417,899,'action started via WP Cron','2021-07-06 00:59:39','2021-07-06 00:59:39'),(1418,899,'action complete via WP Cron','2021-07-06 00:59:39','2021-07-06 00:59:39'),(1419,900,'action created','2021-07-06 01:42:49','2021-07-06 01:42:49'),(1420,900,'action started via Async Request','2021-07-06 01:43:04','2021-07-06 01:43:04'),(1421,900,'action complete via Async Request','2021-07-06 01:43:04','2021-07-06 01:43:04'),(1422,901,'action created','2021-07-06 01:44:00','2021-07-06 01:44:00'),(1423,901,'action started via Async Request','2021-07-06 01:44:06','2021-07-06 01:44:06'),(1424,901,'action complete via Async Request','2021-07-06 01:44:06','2021-07-06 01:44:06'),(1425,902,'action created','2021-07-06 01:44:07','2021-07-06 01:44:07'),(1426,902,'action started via Async Request','2021-07-06 01:44:13','2021-07-06 01:44:13'),(1427,902,'action complete via Async Request','2021-07-06 01:44:13','2021-07-06 01:44:13'),(1428,903,'action created','2021-07-06 01:50:32','2021-07-06 01:50:32'),(1429,903,'action started via Async Request','2021-07-06 01:50:47','2021-07-06 01:50:47'),(1430,903,'action complete via Async Request','2021-07-06 01:50:47','2021-07-06 01:50:47'),(1431,904,'action created','2021-07-06 01:50:48','2021-07-06 01:50:48'),(1432,904,'action started via Async Request','2021-07-06 01:51:00','2021-07-06 01:51:00'),(1433,904,'action complete via Async Request','2021-07-06 01:51:00','2021-07-06 01:51:00'),(1434,905,'action created','2021-07-06 02:55:05','2021-07-06 02:55:05'),(1435,905,'action started via WP Cron','2021-07-06 02:55:30','2021-07-06 02:55:30'),(1436,905,'action complete via WP Cron','2021-07-06 02:55:30','2021-07-06 02:55:30'),(1437,906,'action created','2021-07-06 02:55:34','2021-07-06 02:55:34'),(1438,906,'action started via Async Request','2021-07-06 02:55:54','2021-07-06 02:55:54'),(1439,906,'action complete via Async Request','2021-07-06 02:55:54','2021-07-06 02:55:54');
/*!40000 ALTER TABLE `wp_actionscheduler_logs` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_commentmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_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_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT '0',
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_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=MyISAM AUTO_INCREMENT=26 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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 (21,416,'WooCommerce','woocommerce@lavishluxebylenee.com','','','2019-12-04 18:29:14','2019-12-04 18:29:14','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(20,416,'WooCommerce','woocommerce@lavishluxebylenee.com','','','2019-12-04 18:29:10','2019-12-04 18:29:10','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(25,416,'eessel','tfball58@gmail.com','','','2020-08-11 13:56:25','2020-08-11 13:56:25','Order status changed by bulk edit: Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0);
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_failed_jobs`
--

DROP TABLE IF EXISTS `wp_failed_jobs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_failed_jobs` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `job` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `failed_at` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_failed_jobs`
--

LOCK TABLES `wp_failed_jobs` WRITE;
/*!40000 ALTER TABLE `wp_failed_jobs` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_failed_jobs` 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_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8mb4_unicode_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_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `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_mailchimp_carts`
--

DROP TABLE IF EXISTS `wp_mailchimp_carts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_mailchimp_carts` (
  `id` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `user_id` int(11) DEFAULT NULL,
  `cart` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `created_at` datetime NOT NULL,
  PRIMARY KEY (`email`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_mailchimp_carts`
--

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

--
-- Table structure for table `wp_mailchimp_jobs`
--

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

--
-- Dumping data for table `wp_mailchimp_jobs`
--

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

--
-- Table structure for table `wp_nextend2_image_storage`
--

DROP TABLE IF EXISTS `wp_nextend2_image_storage`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nextend2_image_storage` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `hash` varchar(32) NOT NULL,
  `image` text NOT NULL,
  `value` mediumtext NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `hash` (`hash`)
) ENGINE=MyISAM AUTO_INCREMENT=53 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nextend2_image_storage`
--

LOCK TABLES `wp_nextend2_image_storage` WRITE;
/*!40000 ALTER TABLE `wp_nextend2_image_storage` DISABLE KEYS */;
INSERT INTO `wp_nextend2_image_storage` VALUES (1,'7148fa26ad6dd9ee953b6c3f5f30c99d','https://smartslider3.com/sample/programmer.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(2,'6681af77aa8c9f342a3f8a98939dca43','https://smartslider3.com/sample/free1.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(3,'2ebcc61fcb32c829e4927fbfd782ff7a','https://smartslider3.com/sample/photographer.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(4,'aa2e9ddf73fe449ec6430116645828db','$upload$/slider2/imageslider-background2.jpeg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(5,'3da3e63c97f6301422399800b1d64d69','$upload$/slider2/imageslider-background1.jpeg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(6,'774c040ef7234c5cbc9f5dcf43bbcd71','$upload$/slider2/imageslider-background3.jpeg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(7,'9079d70f6111ec8540f4ba0ab6907046','$upload$/slider3/free1.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(8,'0fb71eacdceb63584ed114fa00bf529f','$upload$/slider3/free21.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(9,'d4b0f30a30077f0e1098a78b3d42ea26','$upload$/slider3/free2.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(10,'f2b73875b25b0551ab76dc946eef74d6','$upload$/2017/09/lavish-luxe.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(11,'53d0576e46ed423cd99c094fa7328d83','$upload$/2017/09/lavish-luxe1.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(12,'88b698a4163365c7cf0fa7455c68a381','$upload$/2017/09/lavish-luxe2.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(13,'bb2e507125bfeab2e00de12eaaa76b78','$upload$/2017/09/lavish-luxe3.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(14,'f3c8d73751a8058a60cfca6c9b6ad3c0','$upload$/2017/09/lavishluxe-slider1.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(15,'2ec827bfc389b28c66846ff37c26047d','$upload$/2017/10/PicsArt_09-20-08.31.23.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(16,'a9bcada26c07419af3a4bbb5f2931a7b','$upload$/2017/10/Screenshot_2017-09-13-07-52-43-1.png','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(17,'13bcd67eeb3ba69de3820af5a23916b3','$upload$/slider5/thumbnail1.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(18,'9accbd7ce5d8ab10c2cb9e0c8bbebcad','$upload$/slider5/thumbnail2.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(19,'b11e101097c548d0bb007b8f9d442c03','$upload$/slider5/thumbnail3.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(20,'73000cfbc95270b25e6e45ee0ba5a563','$upload$/slider5/thumbnail4.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(21,'8cd54538dc41731f392e4ca6f0ee01f2','$upload$/slider5/thumbnail5.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(22,'e859e519f8d24fc79e725f3e4895959a','$upload$/slider5/thumbnail6.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(23,'c4850b7010e9c6d7db1d7be2caedbb96','$upload$/slider5/thumbnail7.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(24,'b39515c6ec702c726d534cd6b7741f8f','$upload$/slider5/thumbnail8.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(25,'42f8bb199f06e13dfe4babd24d5bcaf7','$upload$/slider5/thumbnail9.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(26,'359298e40b819ebdac71ee4d920d27be','$upload$/slider5/thumbnail10.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(27,'2e1a2b0de662c3c5262db7fdc76c475a','$upload$/2017/10/PicsArt_09-20-08.25.54.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(28,'1cc862004e98a93fd0389b0ae5186be5','$upload$/2017/10/received_10212661803131681.jpeg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(29,'fa30de6e2dec5e1ee52b0b9f36b50219','$upload$/2017/10/DLA_2342.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(30,'a96f3d4912add220299b311860e145f1','$upload$/2017/09/lavish-luxe-background.jpeg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(31,'ca6dee9aee4cca8fe0edaecea7ec84df','$upload$/2017/10/MG_9504final.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(32,'8a4ad33e71098b48ec8aedd9e4427ec8','$upload$/2017/10/MG_9444final.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(33,'e535c0a7366a84b9425b8ce5c44002b2','$upload$/2017/10/PicsArt_09-29-01.39.27.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(34,'68a6750b7e23427437713a1dd71e8a7d','$upload$/2017/10/PicsArt_09-29-01.41.37.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(35,'64ad3e61818d3499d03241dfee3b90b5','$upload$/2017/10/PicsArt_09-26-10.39.33.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(36,'449b5a3112e9b1fa3d6f7f8c3e5808c1','$upload$/2017/10/Snapchat-1472328716.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(37,'4e72529612f9074d50e5caa2198c2c49','$upload$/2017/10/DLA_6320.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(38,'0f7b35a23548c1757ed8201ef68ccf4a','$upload$/2017/10/FB_IMG_1508911452285.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(39,'4c9c78de041cc7fb99cc467389fe7297','$upload$/2017/10/MG_5201-2.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(40,'394093ff00be8df6ae21dbedb2e610ac','$upload$/2017/10/FB_IMG_1508911247740.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(41,'5204c5818772bbc52fb530c35f73d0f4','$upload$/2017/10/FB_IMG_1508911244062.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(42,'320e93c6828ac74e644b5c228007abce','$upload$/2017/10/FB_IMG_1508911240393.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(43,'1168ab1e08a56a6e72f9ba4a31d0ef84','$upload$/2017/10/FB_IMG_1508911277488.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(44,'e0ad5e3387552a57e19b0c0a3d338d76','$upload$/2017/10/FB_IMG_1508911285193.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(45,'61244b2daca3df3b5f6d95970effa532','$upload$/2017/10/MG_0344final.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(46,'f84522e7d2eb7e97851e13d787c1c8b6','$upload$/2017/10/FB_IMG_1508911121649.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(47,'e67247a1844f78a953308368131daf4b','$upload$/2017/11/WedPics_1478584463349.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(48,'f052c42b2fa85fb1bb95a26f75a52010','$upload$/2017/11/untitled-107-of-280.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(49,'c667c799da011d6f7ad16fc4019e9c5f','$upload$/2017/11/untitled-80-of-280.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(50,'bf1c933b4f0079ce2ac1e755e9950b74','$upload$/2017/11/untitled-76-of-280_1501085438585_1501085681972.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(51,'2cfb18ddc619fa1e126c752f5d8fd9ea','$upload$/2017/11/FB_IMG_1426438925089-1.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(52,'1f062d0bd3b8deac53f9eb5ad16dccf4','$upload$/2019/11/Lavish Luxe By Lenee.m4v','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ==');
/*!40000 ALTER TABLE `wp_nextend2_image_storage` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nextend2_section_storage`
--

DROP TABLE IF EXISTS `wp_nextend2_section_storage`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nextend2_section_storage` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `application` varchar(20) NOT NULL,
  `section` varchar(128) NOT NULL,
  `referencekey` varchar(128) NOT NULL,
  `value` mediumtext NOT NULL,
  `system` int(11) NOT NULL DEFAULT '0',
  `editable` int(11) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `system` (`system`),
  KEY `editable` (`editable`),
  KEY `application` (`application`,`section`(50),`referencekey`(50)),
  KEY `application_2` (`application`,`section`(50))
) ENGINE=MyISAM AUTO_INCREMENT=34517 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nextend2_section_storage`
--

LOCK TABLES `wp_nextend2_section_storage` WRITE;
/*!40000 ALTER TABLE `wp_nextend2_section_storage` DISABLE KEYS */;
INSERT INTO `wp_nextend2_section_storage` VALUES (10000,'system','global','n2_ss3_version','3.3.28r6119',1,1),(10002,'smartslider','tutorial','free','1',0,1),(10003,'smartslider','free','subscribeOnImport','1',0,1),(10006,'smartslider','tutorial','hideContentMode','1',0,1),(10008,'smartslider','free','promoLike','1',0,1),(23917,'smartslider','settings','','{\"n2_ss3_version\":\"3.4.1.16\\/b:release-3.4.1.16\\/r:a96b01e9e124d83f204b4c0881ed1373253fb4d6\"}',0,1);
/*!40000 ALTER TABLE `wp_nextend2_section_storage` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nextend2_smartslider3_generators`
--

DROP TABLE IF EXISTS `wp_nextend2_smartslider3_generators`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nextend2_smartslider3_generators` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `group` varchar(254) NOT NULL,
  `type` varchar(254) NOT NULL,
  `params` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nextend2_smartslider3_generators`
--

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

--
-- Table structure for table `wp_nextend2_smartslider3_sliders`
--

DROP TABLE IF EXISTS `wp_nextend2_smartslider3_sliders`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nextend2_smartslider3_sliders` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(100) NOT NULL,
  `type` varchar(30) NOT NULL,
  `params` mediumtext NOT NULL,
  `time` datetime NOT NULL,
  `thumbnail` varchar(255) NOT NULL,
  `ordering` int(11) NOT NULL DEFAULT '0',
  `alias` varchar(255) DEFAULT NULL,
  `status` varchar(50) NOT NULL DEFAULT 'published',
  PRIMARY KEY (`id`),
  KEY `status` (`status`),
  KEY `time` (`time`)
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nextend2_smartslider3_sliders`
--

LOCK TABLES `wp_nextend2_smartslider3_sliders` WRITE;
/*!40000 ALTER TABLE `wp_nextend2_smartslider3_sliders` DISABLE KEYS */;
INSERT INTO `wp_nextend2_smartslider3_sliders` VALUES (1,'Main Slider','simple','{\"controlsScroll\":\"0\",\"controlsDrag\":\"1\",\"controlsTouch\":\"horizontal\",\"controlsKeyboard\":\"1\",\"thumbnail\":\"\",\"align\":\"normal\",\"backgroundMode\":\"fill\",\"animation\":\"horizontal\",\"animation-duration\":\"600\",\"background-animation\":\"\",\"background-animation-speed\":\"normal\",\"width\":\"1200\",\"height\":\"600\",\"fontsize\":\"16\",\"margin\":\"0|*|0|*|0|*|0\",\"responsive-mode\":\"fullwidth\",\"responsiveSliderHeightMin\":\"0\",\"responsiveSliderHeightMax\":\"3000\",\"responsiveForceFull\":\"1\",\"responsiveForceFullOverflowX\":\"body\",\"responsiveForceFullHorizontalSelector\":\"\",\"responsiveSliderOrientation\":\"width_and_height\",\"responsiveSlideWidth\":\"1\",\"responsiveSlideWidthMax\":\"3000\",\"responsiveSlideWidthDesktopLandscape\":\"0\",\"responsiveSlideWidthMaxDesktopLandscape\":\"1600\",\"responsiveSlideWidthTablet\":\"0\",\"responsiveSlideWidthMaxTablet\":\"980\",\"responsiveSlideWidthTabletLandscape\":\"0\",\"responsiveSlideWidthMaxTabletLandscape\":\"1200\",\"responsiveSlideWidthMobile\":\"0\",\"responsiveSlideWidthMaxMobile\":\"480\",\"responsiveSlideWidthMobileLandscape\":\"0\",\"responsiveSlideWidthMaxMobileLandscape\":\"740\",\"responsiveSlideWidthConstrainHeight\":\"0\",\"autoplay\":\"1\",\"autoplayDuration\":\"3000\",\"autoplayStopClick\":\"1\",\"autoplayStopMouse\":\"0\",\"autoplayStopMedia\":\"1\",\"optimize\":\"0\",\"optimize-quality\":\"70\",\"optimize-background-image-custom\":\"0\",\"optimize-background-image-width\":\"800\",\"optimize-background-image-height\":\"600\",\"optimizeThumbnailWidth\":\"100\",\"optimizeThumbnailHeight\":\"60\",\"playWhenVisible\":\"1\",\"playWhenVisibleAt\":\"50\",\"dependency\":\"\",\"delay\":\"0\",\"is-delayed\":\"0\",\"overflow-hidden-page\":\"0\",\"clear-both\":\"0\",\"callbacks\":\"\",\"widgetarrow\":\"disabled\",\"widget-arrow-display-hover\":\"0\",\"widgetbullet\":\"disabled\",\"widget-bullet-display-hover\":\"0\",\"widget-bullet-thumbnail-show-image\":\"1\",\"widget-bullet-thumbnail-width\":\"120\",\"widget-bullet-thumbnail-height\":\"81\",\"widget-bullet-thumbnail-style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwODAiLCJwYWRkaW5nIjoiM3wqfDN8KnwzfCp8M3wqfHB4IiwiYm94c2hhZG93IjoiMHwqfDB8KnwwfCp8MHwqfDAwMDAwMGZmIiwiYm9yZGVyIjoiMHwqfHNvbGlkfCp8MDAwMDAwZmYiLCJib3JkZXJyYWRpdXMiOiIzIiwiZXh0cmEiOiJtYXJnaW46IDVweDsifV19\",\"widget-bullet-thumbnail-side\":\"before\",\"widgetautoplay\":\"disabled\",\"widget-autoplay-display-hover\":\"0\",\"widgetbar\":\"disabled\",\"widget-bar-display-hover\":\"0\",\"widgetthumbnail\":\"disabled\",\"widget-thumbnail-display-hover\":\"0\",\"widget-thumbnail-width\":\"100\",\"widget-thumbnail-height\":\"60\",\"widgetshadow\":\"disabled\",\"widgets\":\"arrow\"}','2015-11-01 14:14:20','',0,NULL,'published'),(6,'Main Slider - copy','simple','{\"controlsScroll\":\"0\",\"controlsDrag\":\"1\",\"controlsTouch\":\"horizontal\",\"controlsKeyboard\":\"1\",\"thumbnail\":\"\",\"align\":\"normal\",\"backgroundMode\":\"fill\",\"animation\":\"horizontal\",\"animation-duration\":\"600\",\"background-animation\":\"\",\"background-animation-speed\":\"normal\",\"width\":\"1200\",\"height\":\"600\",\"fontsize\":\"16\",\"margin\":\"0|*|0|*|0|*|0\",\"responsive-mode\":\"fullwidth\",\"responsiveSliderHeightMin\":\"0\",\"responsiveSliderHeightMax\":\"3000\",\"responsiveForceFull\":\"1\",\"responsiveForceFullOverflowX\":\"body\",\"responsiveForceFullHorizontalSelector\":\"\",\"responsiveSliderOrientation\":\"width_and_height\",\"responsiveSlideWidth\":\"1\",\"responsiveSlideWidthMax\":\"3000\",\"responsiveSlideWidthDesktopLandscape\":\"0\",\"responsiveSlideWidthMaxDesktopLandscape\":\"1600\",\"responsiveSlideWidthTablet\":\"0\",\"responsiveSlideWidthMaxTablet\":\"980\",\"responsiveSlideWidthTabletLandscape\":\"0\",\"responsiveSlideWidthMaxTabletLandscape\":\"1200\",\"responsiveSlideWidthMobile\":\"0\",\"responsiveSlideWidthMaxMobile\":\"480\",\"responsiveSlideWidthMobileLandscape\":\"0\",\"responsiveSlideWidthMaxMobileLandscape\":\"740\",\"responsiveSlideWidthConstrainHeight\":\"0\",\"autoplay\":\"1\",\"autoplayDuration\":\"3000\",\"autoplayStopClick\":\"1\",\"autoplayStopMouse\":\"0\",\"autoplayStopMedia\":\"1\",\"optimize\":\"0\",\"optimize-quality\":\"70\",\"optimize-background-image-custom\":\"0\",\"optimize-background-image-width\":\"800\",\"optimize-background-image-height\":\"600\",\"optimizeThumbnailWidth\":\"100\",\"optimizeThumbnailHeight\":\"60\",\"playWhenVisible\":\"1\",\"playWhenVisibleAt\":\"50\",\"dependency\":\"\",\"delay\":\"0\",\"is-delayed\":\"0\",\"overflow-hidden-page\":\"0\",\"clear-both\":\"0\",\"callbacks\":\"\",\"widgetarrow\":\"disabled\",\"widget-arrow-display-hover\":\"0\",\"widgetbullet\":\"disabled\",\"widget-bullet-display-hover\":\"0\",\"widget-bullet-thumbnail-show-image\":\"1\",\"widget-bullet-thumbnail-width\":\"120\",\"widget-bullet-thumbnail-height\":\"81\",\"widget-bullet-thumbnail-style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwODAiLCJwYWRkaW5nIjoiM3wqfDN8KnwzfCp8M3wqfHB4IiwiYm94c2hhZG93IjoiMHwqfDB8KnwwfCp8MHwqfDAwMDAwMGZmIiwiYm9yZGVyIjoiMHwqfHNvbGlkfCp8MDAwMDAwZmYiLCJib3JkZXJyYWRpdXMiOiIzIiwiZXh0cmEiOiJtYXJnaW46IDVweDsifV19\",\"widget-bullet-thumbnail-side\":\"before\",\"widgetautoplay\":\"disabled\",\"widget-autoplay-display-hover\":\"0\",\"widgetbar\":\"disabled\",\"widget-bar-display-hover\":\"0\",\"widgetthumbnail\":\"disabled\",\"widget-thumbnail-display-hover\":\"0\",\"widget-thumbnail-width\":\"100\",\"widget-thumbnail-height\":\"60\",\"widgetshadow\":\"disabled\",\"widgets\":\"arrow\"}','2017-11-01 15:30:56','',0,NULL,'published'),(5,'Demo Slider - Free Thumbnail','simple','{\"controlsScroll\":\"0\",\"controlsDrag\":\"1\",\"controlsTouch\":\"horizontal\",\"controlsKeyboard\":\"1\",\"align\":\"normal\",\"backgroundMode\":\"fill\",\"animation\":\"no\",\"animation-duration\":\"400\",\"background-animation\":\"\",\"background-animation-speed\":\"normal\",\"width\":\"1200\",\"height\":\"600\",\"fontsize\":\"16\",\"margin\":\"0|*|0|*|0|*|0\",\"responsive-mode\":\"auto\",\"responsiveScaleDown\":\"1\",\"responsiveScaleUp\":\"1\",\"responsiveSliderHeightMin\":\"0\",\"responsiveSliderHeightMax\":\"3000\",\"responsiveSlideWidthMax\":\"3000\",\"autoplay\":\"1\",\"autoplayDuration\":\"8000\",\"autoplayStopClick\":\"1\",\"autoplayStopMouse\":\"0\",\"autoplayStopMedia\":\"1\",\"optimize\":\"0\",\"optimize-quality\":\"70\",\"optimize-background-image-custom\":\"0\",\"optimize-background-image-width\":\"800\",\"optimize-background-image-height\":\"600\",\"optimizeThumbnailWidth\":\"100\",\"optimizeThumbnailHeight\":\"60\",\"playWhenVisible\":\"1\",\"playWhenVisibleAt\":\"50\",\"dependency\":\"\",\"delay\":\"0\",\"is-delayed\":\"0\",\"overflow-hidden-page\":\"0\",\"clear-both\":\"0\",\"callbacks\":\"\",\"widgetarrow\":\"imageEmpty\",\"widget-arrow-display-hover\":\"0\",\"widget-arrow-previous\":\"$ss$\\/plugins\\/widgetarrow\\/image\\/image\\/previous\\/thin-horizontal.svg\",\"widget-arrow-previous-color\":\"ffffffff\",\"widget-arrow-previous-hover\":\"0\",\"widget-arrow-previous-hover-color\":\"ffffffff\",\"widget-arrow-style\":\"\",\"widget-arrow-previous-position-mode\":\"simple\",\"widget-arrow-previous-position-area\":\"6\",\"widget-arrow-previous-position-stack\":\"1\",\"widget-arrow-previous-position-offset\":\"15\",\"widget-arrow-previous-position-horizontal\":\"left\",\"widget-arrow-previous-position-horizontal-position\":\"0\",\"widget-arrow-previous-position-horizontal-unit\":\"px\",\"widget-arrow-previous-position-vertical\":\"top\",\"widget-arrow-previous-position-vertical-position\":\"0\",\"widget-arrow-previous-position-vertical-unit\":\"px\",\"widget-arrow-next-position-mode\":\"simple\",\"widget-arrow-next-position-area\":\"7\",\"widget-arrow-next-position-stack\":\"1\",\"widget-arrow-next-position-offset\":\"15\",\"widget-arrow-next-position-horizontal\":\"left\",\"widget-arrow-next-position-horizontal-position\":\"0\",\"widget-arrow-next-position-horizontal-unit\":\"px\",\"widget-arrow-next-position-vertical\":\"top\",\"widget-arrow-next-position-vertical-position\":\"0\",\"widget-arrow-next-position-vertical-unit\":\"px\",\"widgetbullet\":\"disabled\",\"widget-bullet-display-hover\":\"0\",\"widget-bullet-thumbnail-show-image\":\"0\",\"widget-bullet-thumbnail-width\":\"100\",\"widget-bullet-thumbnail-height\":\"60\",\"widget-bullet-thumbnail-style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwODAiLCJwYWRkaW5nIjoiM3wqfDN8KnwzfCp8M3wqfHB4IiwiYm94c2hhZG93IjoiMHwqfDB8KnwwfCp8MHwqfDAwMDAwMGZmIiwiYm9yZGVyIjoiMHwqfHNvbGlkfCp8MDAwMDAwZmYiLCJib3JkZXJyYWRpdXMiOiIzIiwiZXh0cmEiOiJtYXJnaW46IDVweDsifV19\",\"widget-bullet-thumbnail-side\":\"before\",\"widgetautoplay\":\"disabled\",\"widget-autoplay-display-hover\":\"0\",\"widgetbar\":\"disabled\",\"widget-bar-display-hover\":\"0\",\"widgetthumbnail\":\"default\",\"widget-thumbnail-display-hover\":\"0\",\"widget-thumbnail-width\":\"120\",\"widget-thumbnail-height\":\"81\",\"widget-thumbnail-minimum-thumbnail-count\":\"1\",\"widget-thumbnail-position-mode\":\"simple\",\"widget-thumbnail-position-area\":\"12\",\"widget-thumbnail-position-stack\":\"1\",\"widget-thumbnail-position-offset\":\"0\",\"widget-thumbnail-position-horizontal\":\"left\",\"widget-thumbnail-position-horizontal-position\":\"0\",\"widget-thumbnail-position-horizontal-unit\":\"px\",\"widget-thumbnail-position-vertical\":\"top\",\"widget-thumbnail-position-vertical-position\":\"0\",\"widget-thumbnail-position-vertical-unit\":\"px\",\"widget-thumbnail-align-content\":\"start\",\"widget-thumbnail-style-bar\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMjQyNDI0ZmYiLCJwYWRkaW5nIjoiM3wqfDN8KnwzfCp8M3wqfHB4IiwiYm94c2hhZG93IjoiMHwqfDB8KnwwfCp8MHwqfDAwMDAwMGZmIiwiYm9yZGVyIjoiMHwqfHNvbGlkfCp8MDAwMDAwZmYiLCJib3JkZXJyYWRpdXMiOiIwIiwiZXh0cmEiOiIifV19\",\"widget-thumbnail-style-slides\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwMDAiLCJwYWRkaW5nIjoiMHwqfDB8KnwwfCp8MHwqfHB4IiwiYm94c2hhZG93IjoiMHwqfDB8KnwwfCp8MHwqfDAwMDAwMGZmIiwiYm9yZGVyIjoiMHwqfHNvbGlkfCp8ZmZmZmZmMDAiLCJib3JkZXJyYWRpdXMiOiIwIiwiZXh0cmEiOiJvcGFjaXR5OiAwLjQ7XG5tYXJnaW46IDNweDtcbnRyYW5zaXRpb246IGFsbCAwLjRzO1xuYmFja2dyb3VuZC1zaXplOiBjb3ZlcjsifSx7ImJvcmRlciI6IjB8Knxzb2xpZHwqfGZmZmZmZmNjIiwiZXh0cmEiOiJvcGFjaXR5OiAxOyJ9XX0=\",\"widget-thumbnail-arrow\":\"1\",\"widget-thumbnail-title-style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwYWIiLCJwYWRkaW5nIjoiM3wqfDEwfCp8M3wqfDEwfCp8cHgiLCJib3hzaGFkb3ciOiIwfCp8MHwqfDB8KnwwfCp8MDAwMDAwZmYiLCJib3JkZXIiOiIwfCp8c29saWR8KnwwMDAwMDBmZiIsImJvcmRlcnJhZGl1cyI6IjAiLCJleHRyYSI6ImJvdHRvbTogMDtcbmxlZnQ6IDA7In1dfQ==\",\"widget-thumbnail-title\":\"0\",\"widget-thumbnail-title-font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siY29sb3IiOiJmZmZmZmZmZiIsInNpemUiOiIxMnx8cHgiLCJ0c2hhZG93IjoiMHwqfDB8KnwwfCp8MDAwMDAwYWIiLCJhZm9udCI6Ik1vbnRzZXJyYXQiLCJsaW5laGVpZ2h0IjoiMS4yIiwiYm9sZCI6MCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoibGVmdCJ9LHsiY29sb3IiOiJmYzI4MjhmZiIsImFmb250IjoiZ29vZ2xlKEBpbXBvcnQgdXJsKGh0dHA6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M\\/ZmFtaWx5PVJhbGV3YXkpOyksQXJpYWwiLCJzaXplIjoiMjV8fHB4In0se31dfQ==\",\"widget-thumbnail-description\":\"0\",\"widget-thumbnail-description-font\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siY29sb3IiOiJmZmZmZmZmZiIsInNpemUiOiIxMnx8cHgiLCJ0c2hhZG93IjoiMHwqfDB8KnwwfCp8MDAwMDAwYWIiLCJhZm9udCI6Ik1vbnRzZXJyYXQiLCJsaW5laGVpZ2h0IjoiMS4zIiwiYm9sZCI6MCwiaXRhbGljIjowLCJ1bmRlcmxpbmUiOjAsImFsaWduIjoibGVmdCJ9LHsiY29sb3IiOiJmYzI4MjhmZiIsImFmb250IjoiZ29vZ2xlKEBpbXBvcnQgdXJsKGh0dHA6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3M\\/ZmFtaWx5PVJhbGV3YXkpOyksQXJpYWwiLCJzaXplIjoiMjV8fHB4In0se31dfQ==\",\"widget-thumbnail-caption-placement\":\"overlay\",\"widget-thumbnail-caption-size\":\"100\",\"widgetshadow\":\"disabled\",\"widgets\":\"autoplay\"}','2017-10-24 21:11:37','$upload$/slider5/freethumb.png',0,NULL,'published'),(3,'Home Page Slider','simple','{\"aria-label\":\"Slider\",\"alias-id\":\"\",\"alias-smoothscroll\":\"\",\"alias-slideswitch\":\"\",\"controlsTouch\":\"horizontal\",\"controlsScroll\":\"0\",\"controlsKeyboard\":\"1\",\"align\":\"normal\",\"backgroundMode\":\"fill\",\"animation\":\"horizontal\",\"animation-duration\":\"1000\",\"background-animation\":\"\",\"background-animation-color\":\"333333ff\",\"background-animation-speed\":\"normal\",\"width\":\"1200\",\"height\":\"600\",\"margin\":\"0|*|0|*|0|*|0\",\"responsive-mode\":\"fullwidth\",\"responsiveSliderHeightMin\":\"0\",\"responsiveSliderHeightMax\":\"3000\",\"responsiveForceFull\":\"1\",\"responsiveForceFullOverflowX\":\"body\",\"responsiveForceFullHorizontalSelector\":\"\",\"responsiveSliderOrientation\":\"width_and_height\",\"responsiveSlideWidth\":\"1\",\"responsiveSlideWidthMax\":\"3000\",\"responsiveSlideWidthDesktopLandscape\":\"0\",\"responsiveSlideWidthMaxDesktopLandscape\":\"1600\",\"responsiveSlideWidthTablet\":\"0\",\"responsiveSlideWidthMaxTablet\":\"980\",\"responsiveSlideWidthTabletLandscape\":\"0\",\"responsiveSlideWidthMaxTabletLandscape\":\"1200\",\"responsiveSlideWidthMobile\":\"0\",\"responsiveSlideWidthMaxMobile\":\"480\",\"responsiveSlideWidthMobileLandscape\":\"0\",\"responsiveSlideWidthMaxMobileLandscape\":\"740\",\"responsiveSlideWidthConstrainHeight\":\"0\",\"autoplay\":\"1\",\"autoplayDuration\":\"4000\",\"autoplayStopClick\":\"1\",\"autoplayStopMouse\":\"0\",\"autoplayStopMedia\":\"1\",\"optimize\":\"0\",\"optimize-quality\":\"70\",\"optimize-background-image-custom\":\"0\",\"optimize-background-image-width\":\"800\",\"optimize-background-image-height\":\"600\",\"optimizeThumbnailWidth\":\"100\",\"optimizeThumbnailHeight\":\"60\",\"optimize-jetpack-photon\":\"0\",\"playWhenVisible\":\"1\",\"playWhenVisibleAt\":\"50\",\"dependency\":\"\",\"delay\":\"0\",\"is-delayed\":\"0\",\"overflow-hidden-page\":\"0\",\"clear-both\":\"0\",\"clear-both-after\":\"1\",\"media-query-hide-slider\":\"0\",\"media-query-under-over\":\"max-width\",\"media-query-width\":\"640\",\"responsiveFocusUser\":\"1\",\"custom-css-codes\":\"\",\"callbacks\":\"\",\"classes\":\"\",\"related-posts\":\"\",\"widgetarrow\":\"imageEmpty\",\"widget-arrow-display-hover\":\"0\",\"widget-arrow-previous\":\"$ss$\\/plugins\\/widgetarrow\\/image\\/image\\/previous\\/thin-horizontal.svg\",\"widget-arrow-previous-color\":\"ffffffcc\",\"widget-arrow-previous-hover\":\"0\",\"widget-arrow-previous-hover-color\":\"ffffffcc\",\"widget-arrow-style\":\"\",\"widget-arrow-previous-position-mode\":\"simple\",\"widget-arrow-previous-position-area\":\"6\",\"widget-arrow-previous-position-stack\":\"1\",\"widget-arrow-previous-position-offset\":\"15\",\"widget-arrow-previous-position-horizontal\":\"left\",\"widget-arrow-previous-position-horizontal-position\":\"0\",\"widget-arrow-previous-position-horizontal-unit\":\"px\",\"widget-arrow-previous-position-vertical\":\"top\",\"widget-arrow-previous-position-vertical-position\":\"0\",\"widget-arrow-previous-position-vertical-unit\":\"px\",\"widget-arrow-next-position-mode\":\"simple\",\"widget-arrow-next-position-area\":\"7\",\"widget-arrow-next-position-stack\":\"1\",\"widget-arrow-next-position-offset\":\"15\",\"widget-arrow-next-position-horizontal\":\"left\",\"widget-arrow-next-position-horizontal-position\":\"0\",\"widget-arrow-next-position-horizontal-unit\":\"px\",\"widget-arrow-next-position-vertical\":\"top\",\"widget-arrow-next-position-vertical-position\":\"0\",\"widget-arrow-next-position-vertical-unit\":\"px\",\"widget-arrow-previous-alt\":\"previous arrow\",\"widget-arrow-next-alt\":\"next arrow\",\"widget-arrow-base64\":\"1\",\"widgetbullet\":\"disabled\",\"widget-bullet-display-hover\":\"0\",\"widget-bullet-thumbnail-show-image\":\"1\",\"widget-bullet-thumbnail-width\":\"120\",\"widget-bullet-thumbnail-height\":\"81\",\"widget-bullet-thumbnail-style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwODAiLCJwYWRkaW5nIjoiM3wqfDN8KnwzfCp8M3wqfHB4IiwiYm94c2hhZG93IjoiMHwqfDB8KnwwfCp8MHwqfDAwMDAwMGZmIiwiYm9yZGVyIjoiMHwqfHNvbGlkfCp8MDAwMDAwZmYiLCJib3JkZXJyYWRpdXMiOiIzIiwiZXh0cmEiOiJtYXJnaW46IDVweDsifV19\",\"widget-bullet-thumbnail-side\":\"before\",\"widgetautoplay\":\"disabled\",\"widget-autoplay-display-hover\":\"1\",\"widgetbar\":\"disabled\",\"widget-bar-display-hover\":\"0\",\"widgetthumbnail\":\"disabled\",\"widget-thumbnail-display-hover\":\"0\",\"widget-thumbnail-width\":\"100\",\"widget-thumbnail-height\":\"60\",\"widgetshadow\":\"disabled\",\"widgets\":\"arrow\"}','2017-09-03 20:53:23','$upload$/2017/10/PicsArt_09-20-08.31.23.jpg',0,NULL,'published');
/*!40000 ALTER TABLE `wp_nextend2_smartslider3_sliders` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nextend2_smartslider3_sliders_xref`
--

DROP TABLE IF EXISTS `wp_nextend2_smartslider3_sliders_xref`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nextend2_smartslider3_sliders_xref` (
  `group_id` int(11) NOT NULL,
  `slider_id` int(11) NOT NULL,
  `ordering` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`group_id`,`slider_id`),
  KEY `ordering` (`ordering`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nextend2_smartslider3_sliders_xref`
--

LOCK TABLES `wp_nextend2_smartslider3_sliders_xref` WRITE;
/*!40000 ALTER TABLE `wp_nextend2_smartslider3_sliders_xref` DISABLE KEYS */;
INSERT INTO `wp_nextend2_smartslider3_sliders_xref` VALUES (0,3,0),(0,5,1);
/*!40000 ALTER TABLE `wp_nextend2_smartslider3_sliders_xref` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nextend2_smartslider3_slides`
--

DROP TABLE IF EXISTS `wp_nextend2_smartslider3_slides`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nextend2_smartslider3_slides` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(200) NOT NULL,
  `slider` int(11) NOT NULL,
  `publish_up` datetime NOT NULL DEFAULT '1970-01-01 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '1970-01-01 00:00:00',
  `published` tinyint(1) NOT NULL,
  `first` int(11) NOT NULL,
  `slide` longtext,
  `description` text NOT NULL,
  `thumbnail` varchar(255) NOT NULL,
  `params` text NOT NULL,
  `ordering` int(11) NOT NULL,
  `generator_id` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `published` (`published`),
  KEY `publish_up` (`publish_up`),
  KEY `publish_down` (`publish_down`),
  KEY `generator_id` (`generator_id`),
  KEY `ordering` (`ordering`),
  KEY `slider` (`slider`),
  KEY `thumbnail` (`thumbnail`(100))
) ENGINE=MyISAM AUTO_INCREMENT=38 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nextend2_smartslider3_slides`
--

LOCK TABLES `wp_nextend2_smartslider3_slides` WRITE;
/*!40000 ALTER TABLE `wp_nextend2_smartslider3_slides` DISABLE KEYS */;
INSERT INTO `wp_nextend2_smartslider3_slides` VALUES (1,'Slide One',1,'2015-11-01 12:27:34','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":60,\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[]}]','','$upload$/2017/10/PicsArt_09-20-08.31.23.jpg','{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/2017\\/10\\/PicsArt_09-20-08.31.23.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"link\":\"|*|_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.2.9\"}',1,0),(21,'Thumbnail 12',5,'2015-11-10 14:17:18','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[]}]','','$upload$/2017/10/FB_IMG_1508911247740.jpg','{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/2017\\/10\\/FB_IMG_1508911247740.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundMode\":\"fit\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"link\":\"|*|_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.2.9\"}',9,0),(22,'Thumbnail 13',5,'2015-11-10 14:17:18','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[]}]','','$upload$/2017/10/FB_IMG_1508911244062.jpg','{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/2017\\/10\\/FB_IMG_1508911244062.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundMode\":\"fit\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"link\":\"|*|_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.2.9\"}',10,0),(23,'Thumbnail 14',5,'2015-11-10 14:17:18','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[]}]','','$upload$/2017/10/FB_IMG_1508911240393.jpg','{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/2017\\/10\\/FB_IMG_1508911240393.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundMode\":\"fit\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"link\":\"|*|_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.2.9\"}',11,0),(2,'Slide Two',1,'2015-11-01 12:27:34','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":60,\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[]}]','','$upload$/2017/10/MG_5201-2.jpg','{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/2017\\/10\\/MG_5201-2.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"35\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundMode\":\"fill\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"link\":\"|*|_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.2.9\"}',0,0),(24,'Thumbnail 15',5,'2015-11-10 14:17:18','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[]}]','','$upload$/2017/10/FB_IMG_1508911277488.jpg','{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/2017\\/10\\/FB_IMG_1508911277488.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundMode\":\"fit\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"link\":\"|*|_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.2.9\"}',12,0),(25,'Thumbnail 16',5,'2015-11-10 14:17:18','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[]}]','','$upload$/2017/10/FB_IMG_1508911285193.jpg','{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/2017\\/10\\/FB_IMG_1508911285193.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundMode\":\"fit\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"link\":\"|*|_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.2.9\"}',13,0),(26,'Thumbnail 17',5,'2015-11-10 14:17:18','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[]}]','','$upload$/2017/10/MG_0344final.jpg','{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/2017\\/10\\/MG_0344final.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundMode\":\"fit\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"link\":\"|*|_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.2.9\"}',14,0),(3,'Slide Three',1,'2015-11-01 12:27:34','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":60,\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[]}]','','$upload$/2017/09/lavishluxe-slider1.jpg','{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"link\":\"|*|_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.2.9\"}',2,0),(10,'Thumbnail 1',5,'2015-11-10 14:17:18','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[]}]','','$upload$/2017/10/PicsArt_09-20-08.25.54.jpg','{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/2017\\/10\\/PicsArt_09-20-08.25.54.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundMode\":\"fit\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"link\":\"|*|_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.2.9\"}',0,0),(11,'Thumbnail 2',5,'2015-11-10 14:17:18','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[]}]','','$upload$/2017/10/received_10212661803131681.jpeg','{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/2017\\/10\\/received_10212661803131681.jpeg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundMode\":\"fit\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"link\":\"|*|_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.2.9\"}',1,0),(12,'Thumbnail 3',5,'2015-11-10 14:17:18','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[]}]','','$upload$/2017/10/DLA_2342.jpg','{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/2017\\/10\\/DLA_2342.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundMode\":\"fit\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"link\":\"|*|_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.2.9\"}',2,0),(13,'Thumbnail 4',5,'2015-11-10 14:17:18','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[]}]','','$upload$/2017/10/Screenshot_2017-09-13-07-52-43-1.png','{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/2017\\/10\\/Screenshot_2017-09-13-07-52-43-1.png\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundMode\":\"fit\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"link\":\"|*|_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.2.9\"}',3,0),(14,'Thumbnail 5',5,'2015-11-10 14:17:18','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[]}]','','$upload$/2017/09/lavish-luxe-background.jpeg','{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/2017\\/09\\/lavish-luxe-background.jpeg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundMode\":\"fit\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"link\":\"|*|_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.2.9\"}',4,0),(8,'Slide Two',3,'2015-11-10 12:27:34','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"flex-end\",\"layers\":[{\"type\":\"row\",\"lastplacement\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitgutter\":20,\"desktopportraitwrapafter\":0,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitwrapafter\":1,\"mobilelandscapewrapafter\":1,\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Row\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"fullwidth\":1,\"stretch\":0,\"cols\":[{\"type\":\"col\",\"lastplacement\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitorder\":0,\"mobileportraitinneralign\":\"inherit\",\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Col\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"flex-end\",\"colwidth\":\"4/5\",\"link\":\"#|*|_self\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"1|*|1|*|1|*|1\",\"borderstyle\":\"none\",\"bordercolor\":\"ffffffff\",\"layers\":[]},{\"type\":\"col\",\"lastplacement\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"right\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitorder\":0,\"mobileportraitinneralign\":\"left\",\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Col\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"flex-end\",\"colwidth\":\"1/5\",\"link\":\"#|*|_self\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"1|*|1|*|1|*|1\",\"borderstyle\":\"none\",\"bordercolor\":\"ffffffff\",\"layers\":[]}]}]}]','','$upload$/2017/10/DLA_6320.jpg','{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/2017\\/10\\/DLA_6320.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"45\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"link\":\"|*|_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.2.9\"}',3,0),(15,'Thumbnail 6',5,'2015-11-10 14:17:18','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[]}]','','$upload$/2017/10/MG_9504final.jpg','{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/2017\\/10\\/MG_9504final.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundMode\":\"fit\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"link\":\"|*|_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.2.9\"}',20,0),(16,'Thumbnail 7',5,'2015-11-10 14:17:18','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[]}]','','$upload$/2017/10/MG_9444final.jpg','{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/2017\\/10\\/MG_9444final.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundMode\":\"fit\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"link\":\"|*|_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.2.9\"}',21,0),(17,'Thumbnail 8',5,'2015-11-10 14:17:18','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[]}]','','$upload$/2017/10/PicsArt_09-29-01.39.27.jpg','{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/2017\\/10\\/PicsArt_09-29-01.39.27.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundMode\":\"fit\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"link\":\"|*|_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.2.9\"}',5,0),(7,'Slide One',3,'2015-11-10 12:27:34','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"mobileportraitpadding\":\"30|*|10|*|30|*|10|*|px+\",\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[]}]','','$upload$/2017/10/PicsArt_09-20-08.31.23.jpg','{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/2017\\/10\\/PicsArt_09-20-08.31.23.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundMode\":\"fill\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"link\":\"|*|_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.2.9\"}',1,0),(18,'Thumbnail 9',5,'2015-11-10 14:17:18','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[]}]','','$upload$/2017/10/PicsArt_09-29-01.41.37.jpg','{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/2017\\/10\\/PicsArt_09-29-01.41.37.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundMode\":\"fit\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"link\":\"|*|_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.2.9\"}',6,0),(27,'Slide Two',6,'2015-11-01 12:27:34','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":60,\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[]}]','','$upload$/2017/10/FB_IMG_1508911121649.jpg','{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/2017\\/10\\/FB_IMG_1508911121649.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"0\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundMode\":\"fill\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"link\":\"|*|_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.2.9\"}',0,0),(30,'Thumbnail 18',5,'2015-11-10 14:17:18','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[]}]','','$upload$/2017/11/WedPics_1478584463349.jpg','{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/2017\\/11\\/WedPics_1478584463349.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundMode\":\"fit\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"link\":\"|*|_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.2.9\"}',15,0),(29,'Slide Three',6,'2015-11-01 12:27:34','1970-01-01 00:00:00',0,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":60,\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[]}]','','$upload$/2017/09/lavishluxe-slider1.jpg','{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"link\":\"|*|_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.2.9\"}',2,0),(9,'Slide Three',3,'2015-11-10 12:27:34','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"mobileportraitpadding\":\"30|*|10|*|30|*|10|*|px+\",\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[]}]','','$upload$/2017/09/lavishluxe-slider1.jpg','{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"75\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundMode\":\"fill\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"link\":\"|*|_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.2.9\"}',2,0),(19,'Thumbnail 10',5,'2015-11-10 14:17:18','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[]}]','','$upload$/2017/10/PicsArt_09-26-10.39.33.jpg','{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/2017\\/10\\/PicsArt_09-26-10.39.33.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundMode\":\"fit\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"link\":\"|*|_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.2.9\"}',7,0),(20,'Thumbnail 11',5,'2015-11-10 14:17:18','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[]}]','','$upload$/2017/10/Snapchat-1472328716.jpg','{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/2017\\/10\\/Snapchat-1472328716.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundMode\":\"fit\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"link\":\"|*|_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.2.9\"}',8,0),(31,'Thumbnail 19',5,'2015-11-10 14:17:18','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[]}]','','$upload$/2017/11/untitled-107-of-280.jpg','{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/2017\\/11\\/untitled-107-of-280.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundMode\":\"fit\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"link\":\"|*|_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.2.9\"}',16,0),(32,'Thumbnail 20',5,'2015-11-10 14:17:18','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[]}]','','$upload$/2017/11/untitled-80-of-280.jpg','{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/2017\\/11\\/untitled-80-of-280.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundMode\":\"fit\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"link\":\"|*|_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.2.9\"}',17,0),(33,'Thumbnail 21',5,'2015-11-10 14:17:18','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[]}]','','$upload$/2017/11/untitled-76-of-280_1501085438585_1501085681972.jpg','{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/2017\\/11\\/untitled-76-of-280_1501085438585_1501085681972.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundMode\":\"fit\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"link\":\"|*|_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.2.9\"}',18,0),(34,'Thumbnail 22',5,'2015-11-10 14:17:18','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[]}]','','$upload$/2017/11/FB_IMG_1426438925089-1.jpg','{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/2017\\/11\\/FB_IMG_1426438925089-1.jpg\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundMode\":\"fit\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"link\":\"|*|_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.2.9\"}',19,0);
/*!40000 ALTER TABLE `wp_nextend2_smartslider3_slides` 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=86 DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_nf3_action_meta` WRITE;
/*!40000 ALTER TABLE `wp_nf3_action_meta` DISABLE KEYS */;
INSERT INTO `wp_nf3_action_meta` VALUES (1,1,'objectType','Action','objectType','Action'),(2,1,'objectDomain','actions','objectDomain','actions'),(3,1,'editActive','','editActive',''),(4,1,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(5,1,'payment_gateways','','payment_gateways',''),(6,1,'payment_total','','payment_total',''),(7,1,'tag','','tag',''),(8,1,'to','{wp:admin_email}','to','{wp:admin_email}'),(9,1,'email_subject','Ninja Forms Submission','email_subject','Ninja Forms Submission'),(10,1,'email_message','{fields_table}','email_message','{fields_table}'),(11,1,'from_name','','from_name',''),(12,1,'from_address','','from_address',''),(13,1,'reply_to','','reply_to',''),(14,1,'email_format','html','email_format','html'),(15,1,'cc','','cc',''),(16,1,'bcc','','bcc',''),(17,1,'attach_csv','','attach_csv',''),(18,1,'redirect_url','','redirect_url',''),(19,1,'email_message_plain','','email_message_plain',''),(20,2,'to','{field:email}','to','{field:email}'),(21,2,'subject','This is an email action.','subject','This is an email action.'),(22,2,'message','Hello, Ninja Forms!','message','Hello, Ninja Forms!'),(23,2,'objectType','Action','objectType','Action'),(24,2,'objectDomain','actions','objectDomain','actions'),(25,2,'editActive','','editActive',''),(26,2,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(27,2,'payment_gateways','','payment_gateways',''),(28,2,'payment_total','','payment_total',''),(29,2,'tag','','tag',''),(30,2,'email_subject','Submission Confirmation ','email_subject','Submission Confirmation '),(31,2,'email_message','<p>{all_fields_table}<br></p>','email_message','<p>{all_fields_table}<br></p>'),(32,2,'from_name','','from_name',''),(33,2,'from_address','','from_address',''),(34,2,'reply_to','','reply_to',''),(35,2,'email_format','html','email_format','html'),(36,2,'cc','','cc',''),(37,2,'bcc','','bcc',''),(38,2,'attach_csv','','attach_csv',''),(39,2,'email_message_plain','','email_message_plain',''),(40,3,'objectType','Action','objectType','Action'),(41,3,'objectDomain','actions','objectDomain','actions'),(42,3,'editActive','','editActive',''),(43,3,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(44,3,'payment_gateways','','payment_gateways',''),(45,3,'payment_total','','payment_total',''),(46,3,'tag','','tag',''),(47,3,'to','Lavishluxebylenee@outlook.com','to','Lavishluxebylenee@outlook.com'),(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','{wp:admin_email}','to','{wp:admin_email}'),(67,4,'email_subject','Ninja Forms Submission','email_subject','Ninja Forms Submission'),(68,4,'email_message','{fields_table}','email_message','{fields_table}'),(69,4,'from_name','','from_name',''),(70,4,'from_address','','from_address',''),(71,4,'reply_to','','reply_to',''),(72,4,'email_format','html','email_format','html'),(73,4,'cc','','cc',''),(74,4,'bcc','','bcc',''),(75,4,'attach_csv','','attach_csv',''),(76,4,'redirect_url','','redirect_url',''),(77,4,'success_msg','<p>Form submitted successfully.</p><p>A confirmation email was sent to {field:email}.</p>','success_msg','<p>Form submitted successfully.</p><p>A confirmation email was sent to {field:email}.</p>'),(78,4,'email_message_plain','','email_message_plain',''),(79,1,'success_msg','Your form has been successfully submitted.','success_msg','Your form has been successfully submitted.'),(80,1,'submitter_email','','submitter_email',''),(81,1,'fields-save-toggle','save_all','fields-save-toggle','save_all'),(82,1,'exception_fields','a:0:{}','exception_fields','a:0:{}'),(83,1,'set_subs_to_expire','0','set_subs_to_expire','0'),(84,1,'subs_expire_time','90','subs_expire_time','90'),(85,3,'drawerDisabled','','drawerDisabled','');
/*!40000 ALTER TABLE `wp_nf3_action_meta` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_nf3_actions` WRITE;
/*!40000 ALTER TABLE `wp_nf3_actions` DISABLE KEYS */;
INSERT INTO `wp_nf3_actions` VALUES (1,'','','save',1,1,'2021-02-26 00:09:17','2021-02-26 00:09:17','Store Submission'),(2,'','','email',1,1,'2021-02-26 00:09:18','2021-02-26 00:09:18','Email Confirmation'),(3,'','','email',1,1,'2021-02-26 00:09:18','2021-02-26 00:09:18','Email Notification'),(4,'','','successmessage',1,1,'2021-02-26 00:09:18','2021-02-26 00:09:18','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=288 DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

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

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

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

DROP TABLE IF EXISTS `wp_nf3_form_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_form_meta` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `parent_id` int(11) NOT NULL,
  `key` longtext NOT NULL,
  `value` longtext,
  `meta_key` longtext,
  `meta_value` longtext,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=105 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-02-26 00:09:12','created_at','2021-02-26 00:09:12'),(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;s:4:\"name\";i:1;s:5:\"email\";i:2;s:7:\"message\";i:3;s:6:\"submit\";}','formContentData','a:4:{i:0;s:4:\"name\";i:1;s:5:\"email\";i:2;s:7:\"message\";i:3;s:6:\"submit\";}'),(19,1,'container_styles_background-color','','container_styles_background-color',''),(20,1,'container_styles_border','','container_styles_border',''),(21,1,'container_styles_border-style','','container_styles_border-style',''),(22,1,'container_styles_border-color','','container_styles_border-color',''),(23,1,'container_styles_color','','container_styles_color',''),(24,1,'container_styles_height','','container_styles_height',''),(25,1,'container_styles_width','','container_styles_width',''),(26,1,'container_styles_font-size','','container_styles_font-size',''),(27,1,'container_styles_margin','','container_styles_margin',''),(28,1,'container_styles_padding','','container_styles_padding',''),(29,1,'container_styles_display','','container_styles_display',''),(30,1,'container_styles_float','','container_styles_float',''),(31,1,'container_styles_show_advanced_css','0','container_styles_show_advanced_css','0'),(32,1,'container_styles_advanced','','container_styles_advanced',''),(33,1,'title_styles_background-color','','title_styles_background-color',''),(34,1,'title_styles_border','','title_styles_border',''),(35,1,'title_styles_border-style','','title_styles_border-style',''),(36,1,'title_styles_border-color','','title_styles_border-color',''),(37,1,'title_styles_color','','title_styles_color',''),(38,1,'title_styles_height','','title_styles_height',''),(39,1,'title_styles_width','','title_styles_width',''),(40,1,'title_styles_font-size','','title_styles_font-size',''),(41,1,'title_styles_margin','','title_styles_margin',''),(42,1,'title_styles_padding','','title_styles_padding',''),(43,1,'title_styles_display','','title_styles_display',''),(44,1,'title_styles_float','','title_styles_float',''),(45,1,'title_styles_show_advanced_css','0','title_styles_show_advanced_css','0'),(46,1,'title_styles_advanced','','title_styles_advanced',''),(47,1,'row_styles_background-color','','row_styles_background-color',''),(48,1,'row_styles_border','','row_styles_border',''),(49,1,'row_styles_border-style','','row_styles_border-style',''),(50,1,'row_styles_border-color','','row_styles_border-color',''),(51,1,'row_styles_color','','row_styles_color',''),(52,1,'row_styles_height','','row_styles_height',''),(53,1,'row_styles_width','','row_styles_width',''),(54,1,'row_styles_font-size','','row_styles_font-size',''),(55,1,'row_styles_margin','','row_styles_margin',''),(56,1,'row_styles_padding','','row_styles_padding',''),(57,1,'row_styles_display','','row_styles_display',''),(58,1,'row_styles_show_advanced_css','0','row_styles_show_advanced_css','0'),(59,1,'row_styles_advanced','','row_styles_advanced',''),(60,1,'row-odd_styles_background-color','','row-odd_styles_background-color',''),(61,1,'row-odd_styles_border','','row-odd_styles_border',''),(62,1,'row-odd_styles_border-style','','row-odd_styles_border-style',''),(63,1,'row-odd_styles_border-color','','row-odd_styles_border-color',''),(64,1,'row-odd_styles_color','','row-odd_styles_color',''),(65,1,'row-odd_styles_height','','row-odd_styles_height',''),(66,1,'row-odd_styles_width','','row-odd_styles_width',''),(67,1,'row-odd_styles_font-size','','row-odd_styles_font-size',''),(68,1,'row-odd_styles_margin','','row-odd_styles_margin',''),(69,1,'row-odd_styles_padding','','row-odd_styles_padding',''),(70,1,'row-odd_styles_display','','row-odd_styles_display',''),(71,1,'row-odd_styles_show_advanced_css','0','row-odd_styles_show_advanced_css','0'),(72,1,'row-odd_styles_advanced','','row-odd_styles_advanced',''),(73,1,'success-msg_styles_background-color','','success-msg_styles_background-color',''),(74,1,'success-msg_styles_border','','success-msg_styles_border',''),(75,1,'success-msg_styles_border-style','','success-msg_styles_border-style',''),(76,1,'success-msg_styles_border-color','','success-msg_styles_border-color',''),(77,1,'success-msg_styles_color','','success-msg_styles_color',''),(78,1,'success-msg_styles_height','','success-msg_styles_height',''),(79,1,'success-msg_styles_width','','success-msg_styles_width',''),(80,1,'success-msg_styles_font-size','','success-msg_styles_font-size',''),(81,1,'success-msg_styles_margin','','success-msg_styles_margin',''),(82,1,'success-msg_styles_padding','','success-msg_styles_padding',''),(83,1,'success-msg_styles_display','','success-msg_styles_display',''),(84,1,'success-msg_styles_show_advanced_css','0','success-msg_styles_show_advanced_css','0'),(85,1,'success-msg_styles_advanced','','success-msg_styles_advanced',''),(86,1,'error_msg_styles_background-color','','error_msg_styles_background-color',''),(87,1,'error_msg_styles_border','','error_msg_styles_border',''),(88,1,'error_msg_styles_border-style','','error_msg_styles_border-style',''),(89,1,'error_msg_styles_border-color','','error_msg_styles_border-color',''),(90,1,'error_msg_styles_color','','error_msg_styles_color',''),(91,1,'error_msg_styles_height','','error_msg_styles_height',''),(92,1,'error_msg_styles_width','','error_msg_styles_width',''),(93,1,'error_msg_styles_font-size','','error_msg_styles_font-size',''),(94,1,'error_msg_styles_margin','','error_msg_styles_margin',''),(95,1,'error_msg_styles_padding','','error_msg_styles_padding',''),(96,1,'error_msg_styles_display','','error_msg_styles_display',''),(97,1,'error_msg_styles_show_advanced_css','0','error_msg_styles_show_advanced_css','0'),(98,1,'error_msg_styles_advanced','','error_msg_styles_advanced',''),(99,1,'_seq_num','6','_seq_num','6'),(100,1,'allow_public_link','0','allow_public_link','0'),(101,1,'embed_form','','embed_form',''),(102,1,'currency','','currency',''),(103,1,'repeatable_fieldsets','','repeatable_fieldsets',''),(104,1,'unique_field_error','A form with this value has already been submitted.','unique_field_error','A form with this value has already been submitted.');
/*!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-02-26 06:09:12','2021-02-26 00:09:12',NULL,NULL,'Contact Me','above','','','','\0',6);
/*!40000 ALTER TABLE `wp_nf3_forms` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

DROP TABLE IF EXISTS `wp_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=MyISAM AUTO_INCREMENT=353355 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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://lavishluxebylenee.com','yes'),(2,'home','https://lavishluxebylenee.com','yes'),(3,'blogname','Lavish Luxe By Lenee','yes'),(4,'blogdescription','Keep It Simply Stylish','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','closed','yes'),(20,'default_ping_status','closed','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','1','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%postname%/','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:21:{i:0;s:35:\"backupwordpress/backupwordpress.php\";i:2;s:23:\"elementor/elementor.php\";i:3;s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";i:4;s:50:\"google-analytics-for-wordpress/googleanalytics.php\";i:5;s:51:\"header-footer-elementor/header-footer-elementor.php\";i:6;s:19:\"jetpack/jetpack.php\";i:7;s:51:\"mailchimp-for-woocommerce/mailchimp-woocommerce.php\";i:8;s:27:\"ninja-forms/ninja-forms.php\";i:9;s:61:\"premium-addons-for-elementor/premium-addons-for-elementor.php\";i:10;s:67:\"product-options-for-woocommerce/product-options-for-woocommerce.php\";i:11;s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";i:12;s:39:\"siteorigin-panels/siteorigin-panels.php\";i:13;s:61:\"sticky-menu-or-anything-on-scroll/sticky-menu-or-anything.php\";i:14;s:46:\"under-construction-page/under-construction.php\";i:15;s:54:\"woo-usps-shipping-method/usps-woocommerce-shipping.php\";i:16;s:91:\"woocommerce-gateway-paypal-express-checkout/woocommerce-gateway-paypal-express-checkout.php\";i:17;s:57:\"woocommerce-gateway-stripe/woocommerce-gateway-stripe.php\";i:18;s:45:\"woocommerce-services/woocommerce-services.php\";i:19;s:27:\"woocommerce/woocommerce.php\";i:20;s:46:\"wp-testimonial-with-widget/wp-testimonials.php\";i:21;s:41:\"wpfront-scroll-top/wpfront-scroll-top.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','astra','yes'),(41,'stylesheet','astra','yes'),(219004,'finished_updating_comment_type','1','yes'),(44,'comment_registration','','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','49752','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','page','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','1','yes'),(70,'close_comments_days_old','28','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','','yes'),(74,'comments_per_page','20','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:9:{s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:35:\"monsterinsights_lite_uninstall_hook\";s:46:\"under-construction-page/under-construction.php\";a:2:{i:0;s:3:\"UCP\";i:1;s:9:\"uninstall\";}s:13:\"uninstall.php\";s:8:\"callback\";s:45:\"woocommerce-services/woocommerce-services.php\";a:2:{i:0;s:17:\"WC_Connect_Loader\";i:1;s:16:\"plugin_uninstall\";}s:43:\"ecwid-shopping-cart/ecwid-shopping-cart.php\";s:15:\"ecwid_uninstall\";s:37:\"optinmonster/optin-monster-wp-api.php\";s:32:\"optin_monster_api_uninstall_hook\";s:27:\"ninja-forms/ninja-forms.php\";s:21:\"ninja_forms_uninstall\";s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}s:33:\"instagram-feed/instagram-feed.php\";s:22:\"sb_instagram_uninstall\";}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','497','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','296','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'initial_db_version','38590','yes'),(92,'wp_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:122:{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:7:\"nextend\";b:1;s:14:\"nextend_config\";b:1;s:19:\"nextend_visual_edit\";b:1;s:21:\"nextend_visual_delete\";b:1;s:11:\"smartslider\";b:1;s:18:\"smartslider_config\";b:1;s:16:\"smartslider_edit\";b:1;s:18:\"smartslider_delete\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:42:{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:7:\"nextend\";b:1;s:14:\"nextend_config\";b:1;s:19:\"nextend_visual_edit\";b:1;s:21:\"nextend_visual_delete\";b:1;s:11:\"smartslider\";b:1;s:18:\"smartslider_config\";b:1;s:16:\"smartslider_edit\";b:1;s:18:\"smartslider_delete\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop manager\";s:12:\"capabilities\";a:92:{s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"edit_theme_options\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;}}}','yes'),(95,'fresh_site','0','yes'),(96,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(97,'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'),(98,'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'),(99,'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'),(100,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(101,'sidebars_widgets','a:17:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:13:\"header-widget\";a:0:{}s:15:\"footer-widget-1\";a:0:{}s:15:\"footer-widget-2\";a:0:{}s:24:\"advanced-footer-widget-1\";a:0:{}s:24:\"advanced-footer-widget-2\";a:0:{}s:24:\"advanced-footer-widget-3\";a:0:{}s:24:\"advanced-footer-widget-4\";a:0:{}s:15:\"footer-widget-3\";a:0:{}s:15:\"footer-widget-4\";a:0:{}s:15:\"header-widget-1\";a:0:{}s:15:\"header-widget-2\";a:0:{}s:18:\"smartslider_area_1\";a:0:{}s:22:\"astra-woo-shop-sidebar\";a:0:{}s:24:\"astra-woo-single-sidebar\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(102,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'cron','a:33:{i:1626306068;a:1:{s:17:\"jetpack_sync_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:21:\"jetpack_sync_interval\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}}i:1626306084;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:1626306287;a:1:{s:22:\"jetpack_sync_full_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:21:\"jetpack_sync_interval\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}}i:1626306575;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:1626306598;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:1626306832;a:1:{s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1626307177;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:1626307185;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:1626307200;a:1:{s:27:\"woocommerce_scheduled_sales\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1626307698;a:1:{s:20:\"wp_maybe_auto_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1626307828;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:1626311333;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:1626314376;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:1626321828;a:1:{s:20:\"jp_sitemap_cron_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:16:\"sitemap-interval\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1626322123;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:1626332923;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:1626338537;a:3:{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:1626344096;a:1:{s:18:\"mm_cron_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:1626361831;a:1:{s:35:\"monsterinsights_usage_tracking_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1626364487;a:1:{s:20:\"jetpack_v2_heartbeat\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1626364488;a:2:{s:32:\"wc_connect_fetch_service_schemas\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:24:\"jp_purge_transients_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1626370282;a:1:{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:1626374898;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:1626380390;a:1:{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;}}}i:1626381766;a:1:{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;}}}i:1626387296;a:2:{s:14:\"mm_cron_weekly\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}s:13:\"mm_cron_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:1626390000;a:1:{s:19:\"hmbkp_schedule_hook\";a:1:{s:32:\"3a12e066572b96ea0501a08dd16029f4\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:1:{s:2:\"id\";s:10:\"1509569893\";}s:8:\"interval\";i:86400;}}}i:1626394159;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:1626394175;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:1626577200;a:1:{s:19:\"hmbkp_schedule_hook\";a:1:{s:32:\"cbcc1f0487d94bd34a4620e6c99bf29f\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:1:{s:2:\"id\";s:10:\"1509569894\";}s:8:\"interval\";i:604800;}}}i:1627002583;a:1:{s:25:\"woocommerce_geoip_updater\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:11:\"fifteendays\";s:4:\"args\";a:0:{}s:8:\"interval\";i:1296000;}}}i:1627690301;a:1:{s:13:\"nf_optin_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"nf-monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2678400;}}}s:7:\"version\";i:2;}','yes'),(110,'theme_mods_twentyseventeen','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1504377619;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(154,'nonce_key','PI^9Ht^/Q3#bpz|! DSj=B`Q3>#PZ+8OPA=]rVfVO2t0*O.(U=7Y3-wM.JQ[6/s}','no'),(155,'nonce_salt','TOH#:<hVf2VzP`T9%FvBHTDX8/Ni/7%XxGju,6<&c (6D~brayI&Ef>`&Srsc{R{','no'),(156,'widget_optin-monster-api','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(157,'widget_wpforms-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(163,'_amn_wpforms-lite_last_checked','1571875200','yes'),(164,'monsterinsights_over_time','a:3:{s:17:\"installed_version\";s:5:\"6.2.0\";s:14:\"installed_date\";i:1504217687;s:13:\"installed_pro\";b:0;}','yes'),(165,'monsterinsights_db_version','7.4.0','yes'),(167,'monsterinsights_current_version','7.16.2','yes'),(168,'monsterinsights_settings','a:46:{s:17:\"analytics_profile\";s:0:\"\";s:22:\"analytics_profile_code\";s:0:\"\";s:14:\"manual_ua_code\";s:0:\"\";s:26:\"track_internal_as_outbound\";i:0;s:23:\"track_internal_as_label\";s:0:\"\";s:14:\"allow_tracking\";i:0;s:13:\"tracking_mode\";s:9:\"analytics\";s:11:\"events_mode\";s:2:\"js\";s:12:\"demographics\";i:1;s:12:\"ignore_users\";a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}s:19:\"dashboards_disabled\";i:0;s:13:\"anonymize_ips\";i:0;s:19:\"extensions_of_files\";s:34:\"doc,pdf,ppt,zip,xls,docx,pptx,xlsx\";s:18:\"subdomain_tracking\";s:0:\"\";s:16:\"tag_links_in_rss\";i:0;s:12:\"allow_anchor\";i:0;s:16:\"add_allow_linker\";i:0;s:11:\"custom_code\";s:0:\"\";s:10:\"debug_mode\";i:0;s:13:\"save_settings\";a:0:{}s:12:\"view_reports\";a:0:{}s:15:\"email_summaries\";s:2:\"on\";s:23:\"summaries_html_template\";s:3:\"yes\";s:25:\"summaries_email_addresses\";a:1:{i:0;a:1:{s:5:\"email\";s:18:\"tfball58@gmail.com\";}}s:17:\"automatic_updates\";s:4:\"none\";s:26:\"popular_posts_inline_theme\";s:5:\"alpha\";s:26:\"popular_posts_widget_theme\";s:5:\"alpha\";s:28:\"popular_posts_products_theme\";s:5:\"alpha\";s:30:\"popular_posts_inline_placement\";s:6:\"manual\";s:34:\"popular_posts_widget_theme_columns\";s:1:\"2\";s:36:\"popular_posts_products_theme_columns\";s:1:\"2\";s:26:\"popular_posts_widget_count\";s:1:\"4\";s:28:\"popular_posts_products_count\";s:1:\"4\";s:38:\"popular_posts_widget_theme_meta_author\";s:2:\"on\";s:36:\"popular_posts_widget_theme_meta_date\";s:2:\"on\";s:40:\"popular_posts_widget_theme_meta_comments\";s:2:\"on\";s:39:\"popular_posts_products_theme_meta_price\";s:2:\"on\";s:40:\"popular_posts_products_theme_meta_rating\";s:2:\"on\";s:39:\"popular_posts_products_theme_meta_image\";s:2:\"on\";s:32:\"popular_posts_inline_after_count\";s:3:\"150\";s:36:\"popular_posts_inline_multiple_number\";s:1:\"3\";s:38:\"popular_posts_inline_multiple_distance\";s:3:\"250\";s:39:\"popular_posts_inline_multiple_min_words\";s:3:\"100\";s:31:\"popular_posts_inline_post_types\";a:1:{i:0;s:4:\"post\";}s:31:\"popular_posts_widget_post_types\";a:1:{i:0;s:4:\"post\";}s:30:\"gtagtracker_compatibility_mode\";b:1;}','yes'),(234369,'wc_remote_inbox_notifications_stored_state','O:8:\"stdClass\":3:{s:22:\"there_were_no_products\";b:0;s:22:\"there_are_now_products\";b:1;s:17:\"new_product_count\";i:0;}','yes'),(296,'jpo_hide_always','1','yes'),(91758,'frmsvr_last_folder','/home2/church/public_html/lavishluxebylenee.com/wp-content/uploads/2019/11','yes'),(51269,'jetpack_sync_full__send_started','1562601300','no'),(51270,'jetpack_sync_full__constants_sent','1','no'),(51271,'jetpack_sync_full__functions_sent','1','no'),(51174,'jetpack_constants_sync_checksum','a:32:{s:16:\"EMPTY_TRASH_DAYS\";i:2473281379;s:17:\"WP_POST_REVISIONS\";i:4261170317;s:26:\"AUTOMATIC_UPDATER_DISABLED\";i:634125391;s:7:\"ABSPATH\";i:911772812;s:14:\"WP_CONTENT_DIR\";i:2466788559;s:9:\"FS_METHOD\";i:634125391;s:18:\"DISALLOW_FILE_EDIT\";i:634125391;s:18:\"DISALLOW_FILE_MODS\";i:634125391;s:19:\"WP_AUTO_UPDATE_CORE\";i:634125391;s:22:\"WP_HTTP_BLOCK_EXTERNAL\";i:634125391;s:19:\"WP_ACCESSIBLE_HOSTS\";i:634125391;s:16:\"JETPACK__VERSION\";i:2361118009;s:12:\"IS_PRESSABLE\";i:634125391;s:15:\"DISABLE_WP_CRON\";i:634125391;s:17:\"ALTERNATE_WP_CRON\";i:634125391;s:20:\"WP_CRON_LOCK_TIMEOUT\";i:3994858278;s:11:\"PHP_VERSION\";i:2928538683;s:15:\"WP_MEMORY_LIMIT\";i:1474498405;s:19:\"WP_MAX_MEMORY_LIMIT\";i:1474498405;s:14:\"WC_PLUGIN_FILE\";i:3839742701;s:10:\"WC_ABSPATH\";i:2209175145;s:18:\"WC_PLUGIN_BASENAME\";i:1149093810;s:10:\"WC_VERSION\";i:2674553737;s:19:\"WOOCOMMERCE_VERSION\";i:2674553737;s:21:\"WC_ROUNDING_PRECISION\";i:498629140;s:25:\"WC_DISCOUNT_ROUNDING_MODE\";i:450215437;s:20:\"WC_TAX_ROUNDING_MODE\";i:2212294583;s:12:\"WC_DELIMITER\";i:2455911554;s:10:\"WC_LOG_DIR\";i:1216475274;s:22:\"WC_SESSION_CACHE_GROUP\";i:4278978988;s:22:\"WC_TEMPLATE_DEBUG_MODE\";i:734881840;s:8:\"WP_DEBUG\";i:734881840;}','yes'),(51175,'jpsq_sync_checkout','0:0','no'),(51176,'jetpack_sync_https_history_home_url','a:5:{i:0;s:4:\"http\";i:1;s:4:\"http\";i:2;s:4:\"http\";i:3;s:4:\"http\";i:4;s:4:\"http\";}','yes'),(51177,'jetpack_sync_https_history_site_url','a:5:{i:0;s:4:\"http\";i:1;s:4:\"http\";i:2;s:4:\"http\";i:3;s:4:\"http\";i:4;s:4:\"http\";}','yes'),(51180,'jetpack_sync_https_history_main_network_site_url','a:5:{i:0;s:4:\"http\";i:1;s:4:\"http\";i:2;s:4:\"http\";i:3;s:4:\"http\";i:4;s:4:\"http\";}','yes'),(54033,'jetpack_protect_blocked_attempts','1021','no'),(157113,'woocommerce_downloads_add_hash_to_filename','yes','yes'),(157114,'woocommerce_gateway_stripe_retention','','no'),(81106,'recovery_keys','a:0:{}','yes'),(120589,'woocommerce_tax_classes','','yes'),(54904,'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:29:\"janella_christopher@yahoo.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:29:\"janella_christopher@yahoo.com\";s:14:\"identity_token\";s:0:\"\";s:14:\"invoice_prefix\";s:3:\"WC-\";s:13:\"send_shipping\";s:3:\"yes\";s:16:\"address_override\";s:2:\"no\";s:13:\"paymentaction\";s:4:\"sale\";s:10:\"page_style\";s:0:\"\";s:9:\"image_url\";s:0:\"\";s:11:\"api_details\";s:0:\"\";s:12:\"api_username\";s:0:\"\";s:12:\"api_password\";s:0:\"\";s:13:\"api_signature\";s:0:\"\";s:20:\"sandbox_api_username\";s:0:\"\";s:20:\"sandbox_api_password\";s:0:\"\";s:21:\"sandbox_api_signature\";s:0:\"\";}','yes'),(54906,'woocommerce_gateway_order','a:15:{s:4:\"bacs\";i:0;s:6:\"cheque\";i:1;s:3:\"cod\";i:2;s:6:\"paypal\";i:3;s:11:\"ppec_paypal\";i:4;s:6:\"stripe\";i:5;s:11:\"stripe_sepa\";i:6;s:17:\"stripe_bancontact\";i:7;s:13:\"stripe_sofort\";i:8;s:14:\"stripe_giropay\";i:9;s:10:\"stripe_eps\";i:10;s:12:\"stripe_ideal\";i:11;s:10:\"stripe_p24\";i:12;s:13:\"stripe_alipay\";i:13;s:17:\"stripe_multibanco\";i:14;}','yes'),(55409,'show_comments_cookies_opt_in','','yes'),(55410,'stb_enabled','1','yes'),(55412,'stc_enabled','1','yes'),(51435,'jetpack_sitemap_post_types','a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}','yes'),(51438,'jetpack-sitemap-state','a:5:{s:12:\"sitemap-type\";s:10:\"jp_sitemap\";s:10:\"last-added\";i:0;s:6:\"number\";i:0;s:13:\"last-modified\";s:19:\"1970-01-01 00:00:00\";s:3:\"max\";a:0:{}}','yes'),(51456,'gravatar_disable_hovercards','enabled','yes'),(51458,'verification_services_codes','0','yes'),(51460,'sharing-options','a:1:{s:6:\"global\";a:5:{s:12:\"button_style\";s:9:\"icon-text\";s:13:\"sharing_label\";s:11:\"Share this:\";s:10:\"open_links\";s:4:\"same\";s:4:\"show\";a:0:{}s:6:\"custom\";a:0:{}}}','yes'),(51462,'open_graph_protocol_site_type','','yes'),(51463,'facebook_admins','a:0:{}','yes'),(51464,'jetpack-twitter-cards-site-tag','','yes'),(51467,'_transient_shipping-transient-version','1595974279','yes'),(51214,'jetpack_callables_sync_checksum','a:36:{s:18:\"wp_max_upload_size\";i:1819132959;s:15:\"is_main_network\";i:734881840;s:13:\"is_multi_site\";i:734881840;s:17:\"main_network_site\";i:2180696848;s:8:\"site_url\";i:3193178940;s:8:\"home_url\";i:3193178940;s:16:\"single_user_site\";i:734881840;s:7:\"updates\";i:610364772;s:28:\"has_file_system_write_access\";i:4261170317;s:21:\"is_version_controlled\";i:734881840;s:10:\"taxonomies\";i:3848668864;s:10:\"post_types\";i:2938575952;s:18:\"post_type_features\";i:235444843;s:10:\"shortcodes\";i:1409340109;s:27:\"rest_api_allowed_post_types\";i:2154153385;s:32:\"rest_api_allowed_public_metadata\";i:223132457;s:24:\"sso_is_two_step_required\";i:734881840;s:26:\"sso_should_hide_login_form\";i:734881840;s:18:\"sso_match_by_email\";i:4261170317;s:21:\"sso_new_user_override\";i:734881840;s:29:\"sso_bypass_default_login_form\";i:734881840;s:10:\"wp_version\";i:1725009460;s:11:\"get_plugins\";i:3303751156;s:24:\"get_plugins_action_links\";i:4198371740;s:14:\"active_modules\";i:3388841793;s:16:\"hosting_provider\";i:769900095;s:6:\"locale\";i:110763218;s:13:\"site_icon_url\";i:2413497108;s:5:\"roles\";i:3104148031;s:8:\"timezone\";i:3808505409;s:24:\"available_jetpack_blocks\";i:3639219530;s:14:\"paused_plugins\";i:223132457;s:13:\"paused_themes\";i:223132457;s:26:\"main_network_site_wpcom_id\";i:1739050616;s:13:\"theme_support\";i:2154837954;s:23:\"wp_get_environment_type\";i:1138987844;}','no'),(51215,'jetpack_next_sync_time_sync','1626298810','yes'),(51216,'jetpack_next_sync_time_full-sync-enqueue','1622580294','yes'),(51217,'jpsq_full_sync_checkout','0:0','no'),(51513,'_transient_product_query-transient-version','1625540134','yes'),(51222,'widget_blog_subscription','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(51223,'widget_authors','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(51224,'widget_eu_cookie_law_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(51225,'widget_facebook-likebox','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(51226,'widget_flickr','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(51227,'widget_wpcom-goodreads','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(51228,'widget_google_translate_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(51230,'widget_grofile','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(51231,'widget_internet_defense_league_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(51232,'widget_widget_mailchimp_subscriber_popup','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(51233,'widget_milestone_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(51234,'widget_jetpack_my_community','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(51235,'widget_rss_links','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(51236,'widget_jetpack_widget_social_icons','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(51237,'widget_twitter_timeline','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(51238,'widget_upcoming_events_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(51239,'widget_jetpack_display_posts_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(51240,'sharedaddy_disable_resources','0','yes'),(51241,'jetpack_sitemap_location','','yes'),(51242,'stats_options','a:7:{s:9:\"admin_bar\";b:1;s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:11:\"count_roles\";a:0:{}s:7:\"blog_id\";i:164170868;s:12:\"do_not_track\";b:1;s:10:\"hide_smile\";b:1;s:7:\"version\";s:1:\"9\";}','yes'),(51247,'jetpack_next_sync_time_full_sync','1562601310','yes'),(51963,'stats_cache','a:2:{s:32:\"3d659dfb6137b4a6f803c2bde66f20de\";a:1:{i:1625837706;a:2:{i:0;a:4:{s:7:\"post_id\";s:3:\"497\";s:10:\"post_title\";s:9:\"Home Page\";s:14:\"post_permalink\";s:30:\"https://lavishluxebylenee.com/\";s:5:\"views\";s:1:\"5\";}i:1;a:4:{s:7:\"post_id\";s:3:\"819\";s:10:\"post_title\";s:13:\"Shop The Luxe\";s:14:\"post_permalink\";s:44:\"https://lavishluxebylenee.com/shop-the-luxe/\";s:5:\"views\";s:1:\"2\";}}}s:32:\"73ab8a1aa059a5f1c58c51072a9638c4\";a:1:{i:1625837707;a:0:{}}}','yes'),(194743,'_transient_health-check-site-status-result','{\"good\":\"14\",\"recommended\":\"5\",\"critical\":\"1\"}','yes'),(190400,'wc_blocks_db_schema_version','260','yes'),(51267,'trusted_ip_header','O:8:\"stdClass\":3:{s:14:\"trusted_header\";s:11:\"REMOTE_ADDR\";s:8:\"segments\";i:1;s:7:\"reverse\";b:0;}','no'),(52451,'wc_stripe_show_keys_notice','no','yes'),(52443,'wc_gateway_ppec_prompt_to_connect_message_dismissed','yes','yes'),(52444,'wc_stripe_show_style_notice','no','yes'),(51130,'jetpack_portfolio','0','yes'),(51132,'jetpack_testimonial','0','yes'),(51261,'jetpack_updates_sync_checksum','a:3:{s:14:\"update_plugins\";i:1137555421;s:13:\"update_themes\";i:159163976;s:11:\"update_core\";i:2728567118;}','yes'),(51137,'jetpack_log','a:1:{i:0;a:5:{s:4:\"time\";i:1562601286;s:7:\"user_id\";i:0;s:7:\"blog_id\";i:164170868;s:4:\"code\";s:24:\"custom_css_4.7_migration\";s:4:\"data\";s:5:\"start\";}}','no'),(51140,'jetpack_plugin_api_action_links','a:12:{s:35:\"backupwordpress/backupwordpress.php\";a:1:{s:7:\"Backups\";s:69:\"https://lavishluxebylenee.com/wp-admin/tools.php?page=backupwordpress\";}s:51:\"header-footer-elementor/header-footer-elementor.php\";a:1:{s:8:\"Settings\";s:70:\"https://lavishluxebylenee.com/wp-admin/edit.php?post_type=elementor-hf\";}s:54:\"woo-usps-shipping-method/usps-woocommerce-shipping.php\";a:3:{s:8:\"Settings\";s:103:\"https://lavishluxebylenee.com/wp-admin/admin.php?page=wc-settings&tab=shipping&section=wf_shipping_usps\";s:15:\"Premium Upgrade\";s:82:\"https://elextensions.com/plugin/woocommerce-usps-shipping-plugin-with-print-label/\";s:7:\"Support\";s:33:\"https://elextensions.com/support/\";}s:50:\"google-analytics-for-wordpress/googleanalytics.php\";a:4:{s:8:\"Settings\";s:78:\"https://lavishluxebylenee.com/wp-admin/admin.php?page=monsterinsights_settings\";s:7:\"Support\";s:140:\"https://www.monsterinsights.com/lite-support/?utm_source=liteplugin&utm_medium=all-plugins&utm_campaign=lite-support-link&utm_content=7.17.0\";s:23:\"Get MonsterInsights Pro\";s:68:\"https://www.shareasale.com/r.cfm?B=971799&U=1258907&M=69975&urllink=\";s:13:\"Documentation\";s:122:\"https://www.monsterinsights.com/docs/?utm_source=liteplugin&utm_medium=all-plugins&utm_campaign=kb-link&utm_content=7.17.0\";}s:51:\"mailchimp-for-woocommerce/mailchimp-woocommerce.php\";a:1:{s:8:\"Settings\";s:75:\"https://lavishluxebylenee.com/wp-admin/admin.php?page=mailchimp-woocommerce\";}s:61:\"premium-addons-for-elementor/premium-addons-for-elementor.php\";a:3:{s:8:\"Settings\";s:81:\"https://lavishluxebylenee.com/wp-admin/admin.php?page=premium-addons#tab=elements\";s:26:\"Rollback to Version  4.4.0\";s:104:\"https://lavishluxebylenee.com/wp-admin/admin-post.php?action=premium_addons_rollback&_wpnonce=7cacc3d3dc\";s:6:\"Go Pro\";s:108:\"https://premiumaddons.com/pro?utm_source=plugins-page&utm_medium=wp-dash&utm_campaign=get-pro&utm_term=astra\";}s:61:\"sticky-menu-or-anything-on-scroll/sticky-menu-or-anything.php\";a:2:{s:8:\"Settings\";s:82:\"https://lavishluxebylenee.com/wp-admin/options-general.php?page=stickyanythingmenu\";s:7:\"Get PRO\";s:51:\"https://wpsticky.com/?ref=sticky-free-plugins-table\";}s:27:\"woocommerce/woocommerce.php\";a:1:{s:8:\"Settings\";s:65:\"https://lavishluxebylenee.com/wp-admin/admin.php?page=wc-settings\";}s:91:\"woocommerce-gateway-paypal-express-checkout/woocommerce-gateway-paypal-express-checkout.php\";a:1:{s:8:\"Settings\";s:98:\"https://lavishluxebylenee.com/wp-admin/admin.php?page=wc-settings&tab=checkout&section=ppec_paypal\";}s:45:\"woocommerce-services/woocommerce-services.php\";a:1:{s:7:\"Support\";s:51:\"https://woocommerce.com/my-account/create-a-ticket/\";}s:57:\"woocommerce-gateway-stripe/woocommerce-gateway-stripe.php\";a:1:{s:8:\"Settings\";s:93:\"https://lavishluxebylenee.com/wp-admin/admin.php?page=wc-settings&tab=checkout&section=stripe\";}s:46:\"wp-testimonial-with-widget/wp-testimonials.php\";a:1:{s:6:\"Opt In\";s:129:\"https://lavishluxebylenee.com/wp-admin/edit.php?post_type=testimonial&page=wp-testimonials-with-rotator-widget&anylc_optin_menu=1\";}}','yes'),(17198,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(16889,'widget_ecwidnsfminicart','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(16890,'ecwid_all_base_urls','a:3:{i:0;a:1:{i:0;s:7:\"/store/\";}i:1;a:1:{i:0;s:15:\"/lavish-attire/\";}s:4:\"home\";b:0;}','yes'),(16892,'monsterinsights_version_upgraded_from','7.12.2','yes'),(16893,'ecwid_use_js_api_to_open_store_categories_pages','auto','yes'),(16891,'monsterinsights_usage_tracking_config','a:6:{s:3:\"day\";i:4;s:4:\"hour\";i:15;s:6:\"minute\";i:10;s:6:\"second\";i:31;s:6:\"offset\";i:400231;s:8:\"initsend\";i:1528384231;}','yes'),(16894,'ecwid_enable_auto_menus','auto','yes'),(16895,'ecwid_print_html_catalog','Y','yes'),(16896,'ecwid_print_category_in_title','Y','yes'),(16897,'ecwid_sync_limit','20','yes'),(16898,'ecwid_hide_prefetch','off','yes'),(31991,'ecwid_static_home_page_enabled','','yes'),(142,'recently_activated','a:0:{}','yes'),(144,'_transient_twentyseventeen_categories','1','yes'),(145,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(147,'optinmonster_trial_id','1258907','yes'),(148,'monsterinsights_shareasale_id','1258907','yes'),(149,'wpforms_shareasale_id','1258907','yes'),(153,'mm_master_aff','hostgator','yes'),(171,'auth_key','$+;WlmoL>^YN6{:RakAtU^$fE;>qk~7hj ;`FL?{lDH]4L-ir4*uT]rh28HCr{T@','no'),(172,'auth_salt','Ywi-]+Dag4+QQ3Q#WgOwHEI)k-{LTE]SkWj5(!52j=v[QKGtNz]MfdR(a9N.TxEa','no'),(173,'logged_in_key','n)m|CPGVNChKS8e4lRSir4P/m0E./4v1V4#~P<+@%fgiwidPL+7$d3=[PLbM?h7R','no'),(174,'logged_in_salt','rN+M@}Kp)69}o TWVeZq;?};2Ol%r(0 ,SX y^t#d ^%|LRA~K0b+Wm5Vc =Ibn?','no'),(1145,'war_soundy_url_pause_button','http://lavishluxebylenee.com/wp-content/plugins/soundy-background-music/images/buttons/48x48/pause-square-grey.png','yes'),(209,'wpsm_rcs_plugin_options_dashboard','s:37:\"a:1:{s:15:\"wpsm_csp_status\";s:1:\"0\";}\";','yes'),(210,'wpsm_rcs_plugin_options_templates','s:30:\"a:1:{s:9:\"templates\";s:1:\"1\";}\";','yes'),(211,'wpsm_rcs_plugin_options_general','s:571:\"a:7:{s:13:\"rcsp_logo_url\";s:81:\"http://lavishluxebylenee.com/wp-content/plugins/responsive-coming-soon/img/wp.png\";s:10:\"logo_width\";s:3:\"110\";s:11:\"logo_height\";s:2:\"90\";s:11:\"logo_enable\";s:2:\"on\";s:13:\"rcsp_headline\";s:11:\"Coming Soon\";s:16:\"rcsp_description\";s:262:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent id dolor dui, dapibus gravida elit. Donec conseenigmat laore gittis. Suspendisse ultricies ultrices viverra. Morbi rhoncus laoreet tincidunt. Mauris interdum convallis metus. Suspendiss lacus est.\";s:17:\"home_sec_link_txt\";s:4:\"Home\";}\";','yes'),(212,'wpsm_rcs_plugin_options_header','s:192:\"a:4:{s:7:\"favicon\";s:81:\"http://lavishluxebylenee.com/wp-content/plugins/responsive-coming-soon/img/wp.png\";s:10:\"meta_title\";s:11:\"Coming Soon\";s:9:\"meta_desc\";s:0:\"\";s:9:\"google_al\";s:0:\"\";}\";','yes'),(213,'wpsm_rcs_plugin_options_countdown','s:215:\"a:7:{s:16:\"countdown_enable\";s:2:\"on\";s:14:\"countdown_date\";s:10:\"2017/11/22\";s:14:\"countdown_time\";s:5:\"10:50\";s:4:\"days\";s:4:\"Days\";s:5:\"hours\";s:5:\"Hours\";s:7:\"minutes\";s:7:\"Minutes\";s:7:\"seconds\";s:7:\"Seconds\";}\";','yes'),(214,'wpsm_rcs_plugin_options_background','s:875:\"a:11:{s:17:\"select_background\";s:8:\"bg_image\";s:16:\"background_color\";s:7:\"#31a3dd\";s:9:\"bg_effect\";s:3:\"off\";s:24:\"background_color_overlay\";s:1:\"1\";s:16:\"background_image\";s:81:\"http://lavishluxebylenee.com/wp-content/plugins/responsive-coming-soon/img/bg.jpg\";s:15:\"bg_slideshow_no\";s:1:\"2\";s:19:\"background_slides_0\";s:81:\"http://lavishluxebylenee.com/wp-content/plugins/responsive-coming-soon/img/bg.jpg\";s:19:\"background_slides_1\";s:81:\"http://lavishluxebylenee.com/wp-content/plugins/responsive-coming-soon/img/bg.jpg\";s:19:\"background_slides_2\";s:81:\"http://lavishluxebylenee.com/wp-content/plugins/responsive-coming-soon/img/bg.jpg\";s:19:\"background_slides_3\";s:81:\"http://lavishluxebylenee.com/wp-content/plugins/responsive-coming-soon/img/bg.jpg\";s:19:\"background_slides_4\";s:81:\"http://lavishluxebylenee.com/wp-content/plugins/responsive-coming-soon/img/bg.jpg\";}\";','yes'),(182,'mm_install_date','Aug 31, 2017','yes'),(183,'mm_cron','a:4:{s:6:\"hourly\";a:0:{}s:5:\"daily\";a:1:{s:14:\"plugin_version\";a:4:{s:1:\"t\";s:5:\"event\";s:2:\"ec\";s:9:\"scheduled\";s:2:\"ea\";s:14:\"plugin_version\";s:2:\"el\";s:5:\"1.2.1\";}}s:7:\"monthly\";a:4:{s:11:\"php_version\";a:4:{s:1:\"t\";s:5:\"event\";s:2:\"ec\";s:9:\"scheduled\";s:2:\"ea\";s:11:\"php_version\";s:2:\"el\";s:6:\"5.4.45\";}s:12:\"plugin_count\";a:4:{s:1:\"t\";s:5:\"event\";s:2:\"ec\";s:9:\"scheduled\";s:2:\"ea\";s:12:\"plugin_count\";s:2:\"el\";i:12;}s:11:\"theme_count\";a:4:{s:1:\"t\";s:5:\"event\";s:2:\"ec\";s:9:\"scheduled\";s:2:\"ea\";s:11:\"theme_count\";s:2:\"el\";i:4;}s:13:\"current_theme\";a:4:{s:1:\"t\";s:5:\"event\";s:2:\"ec\";s:9:\"scheduled\";s:2:\"ea\";s:13:\"current_theme\";s:2:\"el\";s:24:\"CreativePortfolioResFree\";}}s:6:\"weekly\";a:1:{s:10:\"wp_version\";a:4:{s:1:\"t\";s:5:\"event\";s:2:\"ec\";s:9:\"scheduled\";s:2:\"ea\";s:10:\"wp_version\";s:2:\"el\";s:5:\"4.8.1\";}}}','yes'),(186,'wpforms_review','a:2:{s:4:\"time\";i:1508719002;s:9:\"dismissed\";b:1;}','yes'),(187,'wpforms_activated','a:1:{s:4:\"lite\";i:1504217696;}','yes'),(188,'jpo_firstrun','1','yes'),(299,'mm_notice_dismissed','a:1:{s:36:\"80e050b4-490a-11e6-9055-0a1706783fd3\";b:1;}','yes'),(306,'current_theme','Astra','yes'),(50998,'theme_mods_storefront','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:2;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1562609168;s:4:\"data\";a:8:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:8:\"header-1\";a:0:{}s:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:8:\"footer-4\";a:0:{}s:18:\"smartslider_area_1\";a:0:{}}}}','yes'),(307,'theme_mods_CreativePortfolioResFree','a:4:{i:0;b:0;s:18:\"custom_css_post_id\";i:136;s:18:\"nav_menu_locations\";a:1:{s:11:\"header-menu\";i:2;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1614298271;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:18:\"smartslider_area_1\";a:0:{}}}}','yes'),(308,'theme_switched','','yes'),(309,'widget_template1_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(5685,'hmbkp_plugin_version','3.11','yes'),(5688,'hmbkp_schedule_1509569893','a:8:{s:11:\"max_backups\";i:7;s:8:\"excludes\";a:0:{}s:4:\"type\";s:8:\"complete\";s:12:\"reoccurrence\";s:5:\"daily\";s:19:\"schedule_start_time\";i:1509577200;s:14:\"duration_total\";i:2129176365725;s:16:\"backup_run_count\";i:1358;s:5:\"email\";a:1:{s:5:\"email\";s:0:\"\";}}','yes'),(5689,'hmbkp_schedule_1509569894','a:7:{s:11:\"max_backups\";i:3;s:8:\"excludes\";a:0:{}s:4:\"type\";s:8:\"complete\";s:12:\"reoccurrence\";s:6:\"weekly\";s:19:\"schedule_start_time\";i:1509850800;s:14:\"duration_total\";i:307313353591;s:16:\"backup_run_count\";i:196;}','yes'),(327,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(357,'n2_ss3_version','3.4.1.16/b:release-3.4.1.16/r:a96b01e9e124d83f204b4c0881ed1373253fb4d6','yes'),(358,'widget_smartslider3','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(369,'siteorigin_panels_settings','a:0:{}','yes'),(370,'siteorigin_panels_initial_version','2.5.8','no'),(373,'siteorigin_panels_active_version','2.12.6','yes'),(374,'widget_siteorigin-panels-post-content','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(375,'widget_siteorigin-panels-postloop','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(376,'widget_siteorigin-panels-builder','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(389,'widget_sow-button','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(390,'widget_sow-google-map','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(391,'widget_sow-image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(392,'widget_sow-slider','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(393,'widget_sow-post-carousel','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(394,'widget_sow-editor','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(395,'siteorigin_widget_bundle_version','1.17.11','yes'),(396,'siteorigin_widgets_old_widgets','/home2/church/public_html/lavishluxebylenee.com/wp-content/plugins/so-widgets-bundle/widgets/accordion/accordion.php,/home2/church/public_html/lavishluxebylenee.com/wp-content/plugins/so-widgets-bundle/widgets/button/button.php,/home2/church/public_html/lavishluxebylenee.com/wp-content/plugins/so-widgets-bundle/widgets/cta/cta.php,/home2/church/public_html/lavishluxebylenee.com/wp-content/plugins/so-widgets-bundle/widgets/contact/contact.php,/home2/church/public_html/lavishluxebylenee.com/wp-content/plugins/so-widgets-bundle/widgets/editor/editor.php,/home2/church/public_html/lavishluxebylenee.com/wp-content/plugins/so-widgets-bundle/widgets/features/features.php,/home2/church/public_html/lavishluxebylenee.com/wp-content/plugins/so-widgets-bundle/widgets/google-map/google-map.php,/home2/church/public_html/lavishluxebylenee.com/wp-content/plugins/so-widgets-bundle/widgets/headline/headline.php,/home2/church/public_html/lavishluxebylenee.com/wp-content/plugins/so-widgets-bundle/widgets/hero/hero.php,/home2/church/public_html/lavishluxebylenee.com/wp-content/plugins/so-widgets-bundle/widgets/icon/icon.php,/home2/church/public_html/lavishluxebylenee.com/wp-content/plugins/so-widgets-bundle/widgets/image/image.php,/home2/church/public_html/lavishluxebylenee.com/wp-content/plugins/so-widgets-bundle/widgets/image-grid/image-grid.php,/home2/church/public_html/lavishluxebylenee.com/wp-content/plugins/so-widgets-bundle/widgets/slider/slider.php,/home2/church/public_html/lavishluxebylenee.com/wp-content/plugins/so-widgets-bundle/widgets/layout-slider/layout-slider.php,/home2/church/public_html/lavishluxebylenee.com/wp-content/plugins/so-widgets-bundle/widgets/post-carousel/post-carousel.php,/home2/church/public_html/lavishluxebylenee.com/wp-content/plugins/so-widgets-bundle/widgets/price-table/price-table.php,/home2/church/public_html/lavishluxebylenee.com/wp-content/plugins/so-widgets-bundle/widgets/simple-masonry/simple-masonry.php,/home2/church/public_html/lavishluxebylenee.com/wp-content/plugins/so-widgets-bundle/widgets/social-media-buttons/social-media-buttons.php,/home2/church/public_html/lavishluxebylenee.com/wp-content/plugins/so-widgets-bundle/widgets/tabs/tabs.php,/home2/church/public_html/lavishluxebylenee.com/wp-content/plugins/so-widgets-bundle/widgets/taxonomy/taxonomy.php,/home2/church/public_html/lavishluxebylenee.com/wp-content/plugins/so-widgets-bundle/widgets/testimonial/testimonial.php,/home2/church/public_html/lavishluxebylenee.com/wp-content/plugins/so-widgets-bundle/widgets/video/video.php','yes'),(50925,'widget_woocommerce_layered_nav','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(50926,'widget_woocommerce_price_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(50927,'widget_woocommerce_product_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(438,'wpmtst_db_version','1.0','yes'),(441,'widget_strong-testimonials-view-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(442,'wpmtst_options','a:12:{s:9:\"debug_log\";i:0;s:15:\"email_log_level\";i:1;s:11:\"embed_width\";s:0:\"\";s:17:\"load_font_awesome\";i:1;s:8:\"nofollow\";i:0;s:17:\"pending_indicator\";b:1;s:17:\"remove_whitespace\";b:1;s:7:\"reorder\";b:0;s:16:\"support_comments\";b:0;s:21:\"support_custom_fields\";b:0;s:9:\"scrolltop\";b:1;s:16:\"scrolltop_offset\";i:40;}','yes'),(443,'wpmtst_fields','a:2:{s:10:\"field_base\";a:23:{s:4:\"name\";s:0:\"\";s:12:\"name_mutable\";i:1;s:5:\"label\";s:0:\"\";s:10:\"show_label\";i:1;s:10:\"input_type\";s:0:\"\";s:4:\"text\";s:0:\"\";s:16:\"show_text_option\";i:0;s:8:\"required\";i:0;s:20:\"show_required_option\";i:1;s:18:\"default_form_value\";s:0:\"\";s:21:\"default_display_value\";s:0:\"\";s:20:\"show_default_options\";i:1;s:5:\"error\";s:23:\"This field is required.\";s:11:\"placeholder\";s:0:\"\";s:23:\"show_placeholder_option\";i:1;s:6:\"before\";s:0:\"\";s:5:\"after\";s:0:\"\";s:11:\"admin_table\";i:0;s:18:\"admin_table_option\";i:1;s:23:\"show_admin_table_option\";i:1;s:17:\"shortcode_on_form\";s:0:\"\";s:20:\"shortcode_on_display\";s:0:\"\";s:22:\"show_shortcode_options\";i:0;}s:11:\"field_types\";a:3:{s:4:\"post\";a:3:{s:10:\"post_title\";a:25:{s:4:\"name\";s:0:\"\";s:12:\"name_mutable\";i:0;s:5:\"label\";s:0:\"\";s:10:\"show_label\";i:1;s:10:\"input_type\";s:4:\"text\";s:4:\"text\";s:0:\"\";s:16:\"show_text_option\";i:0;s:8:\"required\";i:0;s:20:\"show_required_option\";i:1;s:18:\"default_form_value\";s:0:\"\";s:21:\"default_display_value\";s:0:\"\";s:20:\"show_default_options\";i:0;s:5:\"error\";s:23:\"This field is required.\";s:11:\"placeholder\";s:0:\"\";s:23:\"show_placeholder_option\";i:1;s:6:\"before\";s:0:\"\";s:5:\"after\";s:0:\"\";s:11:\"admin_table\";i:1;s:18:\"admin_table_option\";i:0;s:23:\"show_admin_table_option\";i:0;s:17:\"shortcode_on_form\";s:0:\"\";s:20:\"shortcode_on_display\";s:0:\"\";s:22:\"show_shortcode_options\";i:0;s:12:\"option_label\";s:17:\"Testimonial Title\";s:3:\"map\";s:10:\"post_title\";}s:12:\"post_content\";a:26:{s:4:\"name\";s:0:\"\";s:12:\"name_mutable\";i:0;s:5:\"label\";s:0:\"\";s:10:\"show_label\";i:1;s:10:\"input_type\";s:8:\"textarea\";s:4:\"text\";s:0:\"\";s:16:\"show_text_option\";i:0;s:8:\"required\";i:1;s:20:\"show_required_option\";i:1;s:18:\"default_form_value\";s:0:\"\";s:21:\"default_display_value\";s:0:\"\";s:20:\"show_default_options\";i:0;s:5:\"error\";s:23:\"This field is required.\";s:11:\"placeholder\";s:0:\"\";s:23:\"show_placeholder_option\";i:1;s:6:\"before\";s:0:\"\";s:5:\"after\";s:0:\"\";s:11:\"admin_table\";i:0;s:18:\"admin_table_option\";i:1;s:23:\"show_admin_table_option\";i:0;s:17:\"shortcode_on_form\";s:0:\"\";s:20:\"shortcode_on_display\";s:0:\"\";s:22:\"show_shortcode_options\";i:0;s:12:\"option_label\";s:19:\"Testimonial Content\";s:3:\"map\";s:12:\"post_content\";s:4:\"core\";i:0;}s:14:\"featured_image\";a:25:{s:4:\"name\";s:0:\"\";s:12:\"name_mutable\";i:0;s:5:\"label\";s:0:\"\";s:10:\"show_label\";i:1;s:10:\"input_type\";s:4:\"file\";s:4:\"text\";s:0:\"\";s:16:\"show_text_option\";i:0;s:8:\"required\";i:0;s:20:\"show_required_option\";i:1;s:18:\"default_form_value\";s:0:\"\";s:21:\"default_display_value\";s:0:\"\";s:20:\"show_default_options\";i:0;s:5:\"error\";s:23:\"This field is required.\";s:11:\"placeholder\";s:0:\"\";s:23:\"show_placeholder_option\";i:0;s:6:\"before\";s:0:\"\";s:5:\"after\";s:0:\"\";s:11:\"admin_table\";i:0;s:18:\"admin_table_option\";i:1;s:23:\"show_admin_table_option\";i:1;s:17:\"shortcode_on_form\";s:0:\"\";s:20:\"shortcode_on_display\";s:0:\"\";s:22:\"show_shortcode_options\";i:0;s:12:\"option_label\";s:14:\"Featured Image\";s:3:\"map\";s:14:\"featured_image\";}}s:6:\"custom\";a:4:{s:4:\"text\";a:24:{s:4:\"name\";s:0:\"\";s:12:\"name_mutable\";i:1;s:5:\"label\";s:0:\"\";s:10:\"show_label\";i:1;s:10:\"input_type\";s:4:\"text\";s:4:\"text\";s:0:\"\";s:16:\"show_text_option\";i:0;s:8:\"required\";i:0;s:20:\"show_required_option\";i:1;s:18:\"default_form_value\";s:0:\"\";s:21:\"default_display_value\";s:0:\"\";s:20:\"show_default_options\";i:1;s:5:\"error\";s:23:\"This field is required.\";s:11:\"placeholder\";s:0:\"\";s:23:\"show_placeholder_option\";i:1;s:6:\"before\";s:0:\"\";s:5:\"after\";s:0:\"\";s:11:\"admin_table\";i:0;s:18:\"admin_table_option\";i:1;s:23:\"show_admin_table_option\";i:1;s:17:\"shortcode_on_form\";s:0:\"\";s:20:\"shortcode_on_display\";s:0:\"\";s:22:\"show_shortcode_options\";i:0;s:12:\"option_label\";s:4:\"text\";}s:5:\"email\";a:24:{s:4:\"name\";s:0:\"\";s:12:\"name_mutable\";i:1;s:5:\"label\";s:0:\"\";s:10:\"show_label\";i:1;s:10:\"input_type\";s:5:\"email\";s:4:\"text\";s:0:\"\";s:16:\"show_text_option\";i:0;s:8:\"required\";i:0;s:20:\"show_required_option\";i:1;s:18:\"default_form_value\";s:0:\"\";s:21:\"default_display_value\";s:0:\"\";s:20:\"show_default_options\";i:0;s:5:\"error\";s:23:\"This field is required.\";s:11:\"placeholder\";s:0:\"\";s:23:\"show_placeholder_option\";i:1;s:6:\"before\";s:0:\"\";s:5:\"after\";s:0:\"\";s:11:\"admin_table\";i:0;s:18:\"admin_table_option\";i:1;s:23:\"show_admin_table_option\";i:1;s:17:\"shortcode_on_form\";s:0:\"\";s:20:\"shortcode_on_display\";s:0:\"\";s:22:\"show_shortcode_options\";i:0;s:12:\"option_label\";s:5:\"email\";}s:3:\"url\";a:24:{s:4:\"name\";s:0:\"\";s:12:\"name_mutable\";i:1;s:5:\"label\";s:0:\"\";s:10:\"show_label\";i:1;s:10:\"input_type\";s:3:\"url\";s:4:\"text\";s:0:\"\";s:16:\"show_text_option\";i:0;s:8:\"required\";i:0;s:20:\"show_required_option\";i:1;s:18:\"default_form_value\";s:0:\"\";s:21:\"default_display_value\";s:0:\"\";s:20:\"show_default_options\";i:0;s:5:\"error\";s:23:\"This field is required.\";s:11:\"placeholder\";s:0:\"\";s:23:\"show_placeholder_option\";i:1;s:6:\"before\";s:0:\"\";s:5:\"after\";s:0:\"\";s:11:\"admin_table\";i:0;s:18:\"admin_table_option\";i:1;s:23:\"show_admin_table_option\";i:1;s:17:\"shortcode_on_form\";s:0:\"\";s:20:\"shortcode_on_display\";s:0:\"\";s:22:\"show_shortcode_options\";i:0;s:12:\"option_label\";s:3:\"URL\";}s:8:\"checkbox\";a:24:{s:4:\"name\";s:0:\"\";s:12:\"name_mutable\";i:1;s:5:\"label\";s:0:\"\";s:10:\"show_label\";i:1;s:10:\"input_type\";s:8:\"checkbox\";s:4:\"text\";s:0:\"\";s:16:\"show_text_option\";i:1;s:8:\"required\";i:0;s:20:\"show_required_option\";i:1;s:18:\"default_form_value\";s:0:\"\";s:21:\"default_display_value\";s:0:\"\";s:20:\"show_default_options\";i:0;s:5:\"error\";s:23:\"This field is required.\";s:11:\"placeholder\";s:0:\"\";s:23:\"show_placeholder_option\";i:0;s:6:\"before\";s:0:\"\";s:5:\"after\";s:0:\"\";s:11:\"admin_table\";i:0;s:18:\"admin_table_option\";i:1;s:23:\"show_admin_table_option\";i:1;s:17:\"shortcode_on_form\";s:0:\"\";s:20:\"shortcode_on_display\";s:0:\"\";s:22:\"show_shortcode_options\";i:0;s:12:\"option_label\";s:8:\"checkbox\";}}s:8:\"optional\";a:4:{s:17:\"category-selector\";a:24:{s:4:\"name\";s:0:\"\";s:12:\"name_mutable\";i:0;s:5:\"label\";s:0:\"\";s:10:\"show_label\";i:1;s:10:\"input_type\";s:17:\"category-selector\";s:4:\"text\";s:0:\"\";s:16:\"show_text_option\";i:0;s:8:\"required\";i:0;s:20:\"show_required_option\";i:1;s:18:\"default_form_value\";s:0:\"\";s:21:\"default_display_value\";s:0:\"\";s:20:\"show_default_options\";i:0;s:5:\"error\";s:23:\"This field is required.\";s:11:\"placeholder\";s:0:\"\";s:23:\"show_placeholder_option\";i:0;s:6:\"before\";s:0:\"\";s:5:\"after\";s:0:\"\";s:11:\"admin_table\";i:0;s:18:\"admin_table_option\";i:1;s:23:\"show_admin_table_option\";i:0;s:17:\"shortcode_on_form\";s:0:\"\";s:20:\"shortcode_on_display\";s:0:\"\";s:22:\"show_shortcode_options\";i:0;s:12:\"option_label\";s:17:\"category selector\";}s:18:\"category-checklist\";a:24:{s:4:\"name\";s:0:\"\";s:12:\"name_mutable\";i:0;s:5:\"label\";s:0:\"\";s:10:\"show_label\";i:1;s:10:\"input_type\";s:18:\"category-checklist\";s:4:\"text\";s:0:\"\";s:16:\"show_text_option\";i:0;s:8:\"required\";i:0;s:20:\"show_required_option\";i:1;s:18:\"default_form_value\";s:0:\"\";s:21:\"default_display_value\";s:0:\"\";s:20:\"show_default_options\";i:0;s:5:\"error\";s:23:\"This field is required.\";s:11:\"placeholder\";s:0:\"\";s:23:\"show_placeholder_option\";i:0;s:6:\"before\";s:0:\"\";s:5:\"after\";s:0:\"\";s:11:\"admin_table\";i:0;s:18:\"admin_table_option\";i:1;s:23:\"show_admin_table_option\";i:0;s:17:\"shortcode_on_form\";s:0:\"\";s:20:\"shortcode_on_display\";s:0:\"\";s:22:\"show_shortcode_options\";i:0;s:12:\"option_label\";s:18:\"category checklist\";}s:9:\"shortcode\";a:24:{s:4:\"name\";s:0:\"\";s:12:\"name_mutable\";i:1;s:5:\"label\";s:0:\"\";s:10:\"show_label\";i:0;s:10:\"input_type\";s:9:\"shortcode\";s:4:\"text\";s:0:\"\";s:16:\"show_text_option\";i:0;s:8:\"required\";i:0;s:20:\"show_required_option\";i:0;s:18:\"default_form_value\";s:0:\"\";s:21:\"default_display_value\";s:0:\"\";s:20:\"show_default_options\";i:0;s:5:\"error\";s:23:\"This field is required.\";s:11:\"placeholder\";s:0:\"\";s:23:\"show_placeholder_option\";i:0;s:6:\"before\";s:0:\"\";s:5:\"after\";s:0:\"\";s:11:\"admin_table\";i:0;s:18:\"admin_table_option\";i:1;s:23:\"show_admin_table_option\";i:0;s:17:\"shortcode_on_form\";s:0:\"\";s:20:\"shortcode_on_display\";s:0:\"\";s:22:\"show_shortcode_options\";i:1;s:12:\"option_label\";s:9:\"shortcode\";}s:6:\"rating\";a:24:{s:4:\"name\";s:0:\"\";s:12:\"name_mutable\";i:1;s:5:\"label\";s:0:\"\";s:10:\"show_label\";i:1;s:10:\"input_type\";s:6:\"rating\";s:4:\"text\";s:0:\"\";s:16:\"show_text_option\";i:0;s:8:\"required\";i:0;s:20:\"show_required_option\";i:1;s:18:\"default_form_value\";s:0:\"\";s:21:\"default_display_value\";s:0:\"\";s:20:\"show_default_options\";i:1;s:5:\"error\";s:23:\"This field is required.\";s:11:\"placeholder\";s:0:\"\";s:23:\"show_placeholder_option\";i:0;s:6:\"before\";s:0:\"\";s:5:\"after\";s:0:\"\";s:11:\"admin_table\";i:1;s:18:\"admin_table_option\";i:1;s:23:\"show_admin_table_option\";i:1;s:17:\"shortcode_on_form\";s:0:\"\";s:20:\"shortcode_on_display\";s:0:\"\";s:22:\"show_shortcode_options\";i:0;s:12:\"option_label\";s:11:\"star rating\";}}}}','yes'),(444,'wpmtst_base_forms','a:2:{s:7:\"default\";a:4:{s:4:\"name\";s:7:\"default\";s:5:\"label\";s:12:\"Default Form\";s:8:\"readonly\";i:1;s:6:\"fields\";a:7:{i:0;a:25:{s:4:\"name\";s:11:\"client_name\";s:12:\"name_mutable\";i:1;s:5:\"label\";s:9:\"Full Name\";s:10:\"show_label\";i:1;s:10:\"input_type\";s:4:\"text\";s:4:\"text\";s:0:\"\";s:16:\"show_text_option\";i:0;s:8:\"required\";i:1;s:20:\"show_required_option\";i:1;s:18:\"default_form_value\";s:0:\"\";s:21:\"default_display_value\";s:0:\"\";s:20:\"show_default_options\";i:1;s:5:\"error\";s:23:\"This field is required.\";s:11:\"placeholder\";s:0:\"\";s:23:\"show_placeholder_option\";i:1;s:6:\"before\";s:0:\"\";s:5:\"after\";s:23:\"What is your full name?\";s:11:\"admin_table\";i:1;s:18:\"admin_table_option\";i:1;s:23:\"show_admin_table_option\";i:1;s:17:\"shortcode_on_form\";s:0:\"\";s:20:\"shortcode_on_display\";s:0:\"\";s:22:\"show_shortcode_options\";i:0;s:12:\"option_label\";s:4:\"text\";s:11:\"record_type\";s:6:\"custom\";}i:1;a:25:{s:4:\"name\";s:5:\"email\";s:12:\"name_mutable\";i:1;s:5:\"label\";s:5:\"Email\";s:10:\"show_label\";i:1;s:10:\"input_type\";s:5:\"email\";s:4:\"text\";s:0:\"\";s:16:\"show_text_option\";i:0;s:8:\"required\";i:1;s:20:\"show_required_option\";i:1;s:18:\"default_form_value\";s:0:\"\";s:21:\"default_display_value\";s:0:\"\";s:20:\"show_default_options\";i:0;s:5:\"error\";s:23:\"This field is required.\";s:11:\"placeholder\";s:0:\"\";s:23:\"show_placeholder_option\";i:1;s:6:\"before\";s:0:\"\";s:5:\"after\";s:27:\"What is your email address?\";s:11:\"admin_table\";i:0;s:18:\"admin_table_option\";i:1;s:23:\"show_admin_table_option\";i:1;s:17:\"shortcode_on_form\";s:0:\"\";s:20:\"shortcode_on_display\";s:0:\"\";s:22:\"show_shortcode_options\";i:0;s:12:\"option_label\";s:5:\"email\";s:11:\"record_type\";s:6:\"custom\";}i:3;a:25:{s:4:\"name\";s:12:\"company_name\";s:12:\"name_mutable\";i:1;s:5:\"label\";s:12:\"Company Name\";s:10:\"show_label\";i:1;s:10:\"input_type\";s:4:\"text\";s:4:\"text\";s:0:\"\";s:16:\"show_text_option\";i:0;s:8:\"required\";i:0;s:20:\"show_required_option\";i:1;s:18:\"default_form_value\";s:0:\"\";s:21:\"default_display_value\";s:0:\"\";s:20:\"show_default_options\";i:1;s:5:\"error\";s:23:\"This field is required.\";s:11:\"placeholder\";s:0:\"\";s:23:\"show_placeholder_option\";i:1;s:6:\"before\";s:0:\"\";s:5:\"after\";s:26:\"What is your company name?\";s:11:\"admin_table\";i:0;s:18:\"admin_table_option\";i:1;s:23:\"show_admin_table_option\";i:1;s:17:\"shortcode_on_form\";s:0:\"\";s:20:\"shortcode_on_display\";s:0:\"\";s:22:\"show_shortcode_options\";i:0;s:12:\"option_label\";s:4:\"text\";s:11:\"record_type\";s:6:\"custom\";}i:4;a:25:{s:4:\"name\";s:15:\"company_website\";s:12:\"name_mutable\";i:1;s:5:\"label\";s:15:\"Company Website\";s:10:\"show_label\";i:1;s:10:\"input_type\";s:3:\"url\";s:4:\"text\";s:0:\"\";s:16:\"show_text_option\";i:0;s:8:\"required\";i:0;s:20:\"show_required_option\";i:1;s:18:\"default_form_value\";s:0:\"\";s:21:\"default_display_value\";s:0:\"\";s:20:\"show_default_options\";i:0;s:5:\"error\";s:23:\"This field is required.\";s:11:\"placeholder\";s:0:\"\";s:23:\"show_placeholder_option\";i:1;s:6:\"before\";s:0:\"\";s:5:\"after\";s:33:\"Does your company have a website?\";s:11:\"admin_table\";i:0;s:18:\"admin_table_option\";i:1;s:23:\"show_admin_table_option\";i:1;s:17:\"shortcode_on_form\";s:0:\"\";s:20:\"shortcode_on_display\";s:0:\"\";s:22:\"show_shortcode_options\";i:0;s:12:\"option_label\";s:3:\"URL\";s:11:\"record_type\";s:6:\"custom\";}i:5;a:26:{s:4:\"name\";s:10:\"post_title\";s:12:\"name_mutable\";i:0;s:5:\"label\";s:7:\"Heading\";s:10:\"show_label\";i:1;s:10:\"input_type\";s:4:\"text\";s:4:\"text\";s:0:\"\";s:16:\"show_text_option\";i:0;s:8:\"required\";i:0;s:20:\"show_required_option\";i:1;s:18:\"default_form_value\";s:0:\"\";s:21:\"default_display_value\";s:0:\"\";s:20:\"show_default_options\";i:0;s:5:\"error\";s:23:\"This field is required.\";s:11:\"placeholder\";s:0:\"\";s:23:\"show_placeholder_option\";i:1;s:6:\"before\";s:0:\"\";s:5:\"after\";s:32:\"A headline for your testimonial.\";s:11:\"admin_table\";i:1;s:18:\"admin_table_option\";i:0;s:23:\"show_admin_table_option\";i:0;s:17:\"shortcode_on_form\";s:0:\"\";s:20:\"shortcode_on_display\";s:0:\"\";s:22:\"show_shortcode_options\";i:0;s:12:\"option_label\";s:17:\"Testimonial Title\";s:3:\"map\";s:10:\"post_title\";s:11:\"record_type\";s:4:\"post\";}i:6;a:27:{s:4:\"name\";s:12:\"post_content\";s:12:\"name_mutable\";i:0;s:5:\"label\";s:11:\"Testimonial\";s:10:\"show_label\";i:1;s:10:\"input_type\";s:8:\"textarea\";s:4:\"text\";s:0:\"\";s:16:\"show_text_option\";i:0;s:8:\"required\";i:1;s:20:\"show_required_option\";i:1;s:18:\"default_form_value\";s:0:\"\";s:21:\"default_display_value\";s:0:\"\";s:20:\"show_default_options\";i:0;s:5:\"error\";s:23:\"This field is required.\";s:11:\"placeholder\";s:0:\"\";s:23:\"show_placeholder_option\";i:1;s:6:\"before\";s:0:\"\";s:5:\"after\";s:27:\"What do you think about us?\";s:11:\"admin_table\";i:0;s:18:\"admin_table_option\";i:1;s:23:\"show_admin_table_option\";i:0;s:17:\"shortcode_on_form\";s:0:\"\";s:20:\"shortcode_on_display\";s:0:\"\";s:22:\"show_shortcode_options\";i:0;s:12:\"option_label\";s:19:\"Testimonial Content\";s:3:\"map\";s:12:\"post_content\";s:4:\"core\";i:0;s:11:\"record_type\";s:4:\"post\";}i:7;a:26:{s:4:\"name\";s:14:\"featured_image\";s:12:\"name_mutable\";i:0;s:5:\"label\";s:5:\"Photo\";s:10:\"show_label\";i:1;s:10:\"input_type\";s:4:\"file\";s:4:\"text\";s:0:\"\";s:16:\"show_text_option\";i:0;s:8:\"required\";i:0;s:20:\"show_required_option\";i:1;s:18:\"default_form_value\";s:0:\"\";s:21:\"default_display_value\";s:0:\"\";s:20:\"show_default_options\";i:0;s:5:\"error\";s:23:\"This field is required.\";s:11:\"placeholder\";s:0:\"\";s:23:\"show_placeholder_option\";i:0;s:6:\"before\";s:0:\"\";s:5:\"after\";s:34:\"Would you like to include a photo?\";s:11:\"admin_table\";i:1;s:18:\"admin_table_option\";i:1;s:23:\"show_admin_table_option\";i:1;s:17:\"shortcode_on_form\";s:0:\"\";s:20:\"shortcode_on_display\";s:0:\"\";s:22:\"show_shortcode_options\";i:0;s:12:\"option_label\";s:14:\"Featured Image\";s:3:\"map\";s:14:\"featured_image\";s:11:\"record_type\";s:4:\"post\";}}}s:7:\"minimal\";a:4:{s:4:\"name\";s:7:\"minimal\";s:5:\"label\";s:12:\"Minimal Form\";s:8:\"readonly\";i:1;s:6:\"fields\";a:3:{i:0;a:25:{s:4:\"name\";s:11:\"client_name\";s:12:\"name_mutable\";i:1;s:5:\"label\";s:4:\"Name\";s:10:\"show_label\";i:1;s:10:\"input_type\";s:4:\"text\";s:4:\"text\";s:0:\"\";s:16:\"show_text_option\";i:0;s:8:\"required\";i:1;s:20:\"show_required_option\";i:1;s:18:\"default_form_value\";s:0:\"\";s:21:\"default_display_value\";s:0:\"\";s:20:\"show_default_options\";i:1;s:5:\"error\";s:23:\"This field is required.\";s:11:\"placeholder\";s:0:\"\";s:23:\"show_placeholder_option\";i:1;s:6:\"before\";s:0:\"\";s:5:\"after\";s:0:\"\";s:11:\"admin_table\";i:1;s:18:\"admin_table_option\";i:1;s:23:\"show_admin_table_option\";i:1;s:17:\"shortcode_on_form\";s:0:\"\";s:20:\"shortcode_on_display\";s:0:\"\";s:22:\"show_shortcode_options\";i:0;s:12:\"option_label\";s:4:\"text\";s:11:\"record_type\";s:6:\"custom\";}i:1;a:25:{s:4:\"name\";s:5:\"email\";s:12:\"name_mutable\";i:1;s:5:\"label\";s:5:\"Email\";s:10:\"show_label\";i:1;s:10:\"input_type\";s:5:\"email\";s:4:\"text\";s:0:\"\";s:16:\"show_text_option\";i:0;s:8:\"required\";i:1;s:20:\"show_required_option\";i:1;s:18:\"default_form_value\";s:0:\"\";s:21:\"default_display_value\";s:0:\"\";s:20:\"show_default_options\";i:0;s:5:\"error\";s:23:\"This field is required.\";s:11:\"placeholder\";s:0:\"\";s:23:\"show_placeholder_option\";i:1;s:6:\"before\";s:0:\"\";s:5:\"after\";s:0:\"\";s:11:\"admin_table\";i:0;s:18:\"admin_table_option\";i:1;s:23:\"show_admin_table_option\";i:1;s:17:\"shortcode_on_form\";s:0:\"\";s:20:\"shortcode_on_display\";s:0:\"\";s:22:\"show_shortcode_options\";i:0;s:12:\"option_label\";s:5:\"email\";s:11:\"record_type\";s:6:\"custom\";}i:2;a:27:{s:4:\"name\";s:12:\"post_content\";s:12:\"name_mutable\";i:0;s:5:\"label\";s:11:\"Testimonial\";s:10:\"show_label\";i:1;s:10:\"input_type\";s:8:\"textarea\";s:4:\"text\";s:0:\"\";s:16:\"show_text_option\";i:0;s:8:\"required\";i:1;s:20:\"show_required_option\";i:1;s:18:\"default_form_value\";s:0:\"\";s:21:\"default_display_value\";s:0:\"\";s:20:\"show_default_options\";i:0;s:5:\"error\";s:23:\"This field is required.\";s:11:\"placeholder\";s:0:\"\";s:23:\"show_placeholder_option\";i:1;s:6:\"before\";s:0:\"\";s:5:\"after\";s:0:\"\";s:11:\"admin_table\";i:0;s:18:\"admin_table_option\";i:1;s:23:\"show_admin_table_option\";i:0;s:17:\"shortcode_on_form\";s:0:\"\";s:20:\"shortcode_on_display\";s:0:\"\";s:22:\"show_shortcode_options\";i:0;s:12:\"option_label\";s:19:\"Testimonial Content\";s:3:\"map\";s:12:\"post_content\";s:4:\"core\";i:0;s:11:\"record_type\";s:4:\"post\";}}}}','yes'),(445,'wpmtst_custom_forms','a:1:{i:1;a:4:{s:4:\"name\";s:6:\"custom\";s:5:\"label\";s:11:\"Custom Form\";s:8:\"readonly\";i:0;s:6:\"fields\";a:7:{i:0;a:25:{s:4:\"name\";s:11:\"client_name\";s:12:\"name_mutable\";i:1;s:5:\"label\";s:9:\"Full Name\";s:10:\"show_label\";i:1;s:10:\"input_type\";s:4:\"text\";s:4:\"text\";s:0:\"\";s:16:\"show_text_option\";i:0;s:8:\"required\";i:1;s:20:\"show_required_option\";i:1;s:18:\"default_form_value\";s:0:\"\";s:21:\"default_display_value\";s:0:\"\";s:20:\"show_default_options\";i:1;s:5:\"error\";s:23:\"This field is required.\";s:11:\"placeholder\";s:0:\"\";s:23:\"show_placeholder_option\";i:1;s:6:\"before\";s:0:\"\";s:5:\"after\";s:23:\"What is your full name?\";s:11:\"admin_table\";i:1;s:18:\"admin_table_option\";i:1;s:23:\"show_admin_table_option\";i:1;s:17:\"shortcode_on_form\";s:0:\"\";s:20:\"shortcode_on_display\";s:0:\"\";s:22:\"show_shortcode_options\";i:0;s:12:\"option_label\";s:4:\"text\";s:11:\"record_type\";s:6:\"custom\";}i:1;a:25:{s:4:\"name\";s:5:\"email\";s:12:\"name_mutable\";i:1;s:5:\"label\";s:5:\"Email\";s:10:\"show_label\";i:1;s:10:\"input_type\";s:5:\"email\";s:4:\"text\";s:0:\"\";s:16:\"show_text_option\";i:0;s:8:\"required\";i:1;s:20:\"show_required_option\";i:1;s:18:\"default_form_value\";s:0:\"\";s:21:\"default_display_value\";s:0:\"\";s:20:\"show_default_options\";i:0;s:5:\"error\";s:23:\"This field is required.\";s:11:\"placeholder\";s:0:\"\";s:23:\"show_placeholder_option\";i:1;s:6:\"before\";s:0:\"\";s:5:\"after\";s:27:\"What is your email address?\";s:11:\"admin_table\";i:0;s:18:\"admin_table_option\";i:1;s:23:\"show_admin_table_option\";i:1;s:17:\"shortcode_on_form\";s:0:\"\";s:20:\"shortcode_on_display\";s:0:\"\";s:22:\"show_shortcode_options\";i:0;s:12:\"option_label\";s:5:\"email\";s:11:\"record_type\";s:6:\"custom\";}i:3;a:25:{s:4:\"name\";s:12:\"company_name\";s:12:\"name_mutable\";i:1;s:5:\"label\";s:12:\"Company Name\";s:10:\"show_label\";i:1;s:10:\"input_type\";s:4:\"text\";s:4:\"text\";s:0:\"\";s:16:\"show_text_option\";i:0;s:8:\"required\";i:0;s:20:\"show_required_option\";i:1;s:18:\"default_form_value\";s:0:\"\";s:21:\"default_display_value\";s:0:\"\";s:20:\"show_default_options\";i:1;s:5:\"error\";s:23:\"This field is required.\";s:11:\"placeholder\";s:0:\"\";s:23:\"show_placeholder_option\";i:1;s:6:\"before\";s:0:\"\";s:5:\"after\";s:26:\"What is your company name?\";s:11:\"admin_table\";i:0;s:18:\"admin_table_option\";i:1;s:23:\"show_admin_table_option\";i:1;s:17:\"shortcode_on_form\";s:0:\"\";s:20:\"shortcode_on_display\";s:0:\"\";s:22:\"show_shortcode_options\";i:0;s:12:\"option_label\";s:4:\"text\";s:11:\"record_type\";s:6:\"custom\";}i:4;a:25:{s:4:\"name\";s:15:\"company_website\";s:12:\"name_mutable\";i:1;s:5:\"label\";s:15:\"Company Website\";s:10:\"show_label\";i:1;s:10:\"input_type\";s:3:\"url\";s:4:\"text\";s:0:\"\";s:16:\"show_text_option\";i:0;s:8:\"required\";i:0;s:20:\"show_required_option\";i:1;s:18:\"default_form_value\";s:0:\"\";s:21:\"default_display_value\";s:0:\"\";s:20:\"show_default_options\";i:0;s:5:\"error\";s:23:\"This field is required.\";s:11:\"placeholder\";s:0:\"\";s:23:\"show_placeholder_option\";i:1;s:6:\"before\";s:0:\"\";s:5:\"after\";s:33:\"Does your company have a website?\";s:11:\"admin_table\";i:0;s:18:\"admin_table_option\";i:1;s:23:\"show_admin_table_option\";i:1;s:17:\"shortcode_on_form\";s:0:\"\";s:20:\"shortcode_on_display\";s:0:\"\";s:22:\"show_shortcode_options\";i:0;s:12:\"option_label\";s:3:\"URL\";s:11:\"record_type\";s:6:\"custom\";}i:5;a:26:{s:4:\"name\";s:10:\"post_title\";s:12:\"name_mutable\";i:0;s:5:\"label\";s:7:\"Heading\";s:10:\"show_label\";i:1;s:10:\"input_type\";s:4:\"text\";s:4:\"text\";s:0:\"\";s:16:\"show_text_option\";i:0;s:8:\"required\";i:0;s:20:\"show_required_option\";i:1;s:18:\"default_form_value\";s:0:\"\";s:21:\"default_display_value\";s:0:\"\";s:20:\"show_default_options\";i:0;s:5:\"error\";s:23:\"This field is required.\";s:11:\"placeholder\";s:0:\"\";s:23:\"show_placeholder_option\";i:1;s:6:\"before\";s:0:\"\";s:5:\"after\";s:32:\"A headline for your testimonial.\";s:11:\"admin_table\";i:1;s:18:\"admin_table_option\";i:0;s:23:\"show_admin_table_option\";i:0;s:17:\"shortcode_on_form\";s:0:\"\";s:20:\"shortcode_on_display\";s:0:\"\";s:22:\"show_shortcode_options\";i:0;s:12:\"option_label\";s:17:\"Testimonial Title\";s:3:\"map\";s:10:\"post_title\";s:11:\"record_type\";s:4:\"post\";}i:6;a:27:{s:4:\"name\";s:12:\"post_content\";s:12:\"name_mutable\";i:0;s:5:\"label\";s:11:\"Testimonial\";s:10:\"show_label\";i:1;s:10:\"input_type\";s:8:\"textarea\";s:4:\"text\";s:0:\"\";s:16:\"show_text_option\";i:0;s:8:\"required\";i:1;s:20:\"show_required_option\";i:1;s:18:\"default_form_value\";s:0:\"\";s:21:\"default_display_value\";s:0:\"\";s:20:\"show_default_options\";i:0;s:5:\"error\";s:23:\"This field is required.\";s:11:\"placeholder\";s:0:\"\";s:23:\"show_placeholder_option\";i:1;s:6:\"before\";s:0:\"\";s:5:\"after\";s:27:\"What do you think about us?\";s:11:\"admin_table\";i:0;s:18:\"admin_table_option\";i:1;s:23:\"show_admin_table_option\";i:0;s:17:\"shortcode_on_form\";s:0:\"\";s:20:\"shortcode_on_display\";s:0:\"\";s:22:\"show_shortcode_options\";i:0;s:12:\"option_label\";s:19:\"Testimonial Content\";s:3:\"map\";s:12:\"post_content\";s:4:\"core\";i:0;s:11:\"record_type\";s:4:\"post\";}i:7;a:26:{s:4:\"name\";s:14:\"featured_image\";s:12:\"name_mutable\";i:0;s:5:\"label\";s:5:\"Photo\";s:10:\"show_label\";i:1;s:10:\"input_type\";s:4:\"file\";s:4:\"text\";s:0:\"\";s:16:\"show_text_option\";i:0;s:8:\"required\";i:0;s:20:\"show_required_option\";i:1;s:18:\"default_form_value\";s:0:\"\";s:21:\"default_display_value\";s:0:\"\";s:20:\"show_default_options\";i:0;s:5:\"error\";s:23:\"This field is required.\";s:11:\"placeholder\";s:0:\"\";s:23:\"show_placeholder_option\";i:0;s:6:\"before\";s:0:\"\";s:5:\"after\";s:34:\"Would you like to include a photo?\";s:11:\"admin_table\";i:1;s:18:\"admin_table_option\";i:1;s:23:\"show_admin_table_option\";i:1;s:17:\"shortcode_on_form\";s:0:\"\";s:20:\"shortcode_on_display\";s:0:\"\";s:22:\"show_shortcode_options\";i:0;s:12:\"option_label\";s:14:\"Featured Image\";s:3:\"map\";s:14:\"featured_image\";s:11:\"record_type\";s:4:\"post\";}}}}','yes'),(446,'wpmtst_form_options','a:21:{s:11:\"post_status\";s:7:\"pending\";s:12:\"admin_notify\";i:0;s:10:\"mail_queue\";i:0;s:11:\"sender_name\";s:20:\"Lavish Luxe By Lenee\";s:17:\"sender_site_email\";i:1;s:12:\"sender_email\";s:0:\"\";s:10:\"recipients\";a:1:{i:0;a:4:{s:10:\"admin_name\";s:0:\"\";s:11:\"admin_email\";s:0:\"\";s:16:\"admin_site_email\";i:1;s:7:\"primary\";i:1;}}s:17:\"default_recipient\";a:2:{s:10:\"admin_name\";s:0:\"\";s:11:\"admin_email\";s:0:\"\";}s:13:\"email_subject\";s:30:\"New testimonial for %BLOGNAME%\";s:13:\"email_message\";s:98:\"New testimonial submission for %BLOGNAME%. This is awaiting action from the website administrator.\";s:7:\"captcha\";s:0:\"\";s:15:\"honeypot_before\";i:0;s:14:\"honeypot_after\";i:0;s:8:\"messages\";a:5:{s:14:\"required-field\";a:4:{s:5:\"order\";i:1;s:11:\"description\";s:14:\"Required Field\";s:4:\"text\";s:14:\"Required Field\";s:7:\"enabled\";i:1;}s:7:\"captcha\";a:3:{s:5:\"order\";i:2;s:11:\"description\";s:13:\"Captcha Label\";s:4:\"text\";s:7:\"Captcha\";}s:18:\"form-submit-button\";a:3:{s:5:\"order\";i:3;s:11:\"description\";s:13:\"Submit Button\";s:4:\"text\";s:15:\"Add Testimonial\";}s:16:\"submission-error\";a:3:{s:5:\"order\";i:4;s:11:\"description\";s:16:\"Submission Error\";s:4:\"text\";s:48:\"There was a problem processing your testimonial.\";}s:18:\"submission-success\";a:3:{s:5:\"order\";i:5;s:11:\"description\";s:18:\"Submission Success\";s:4:\"text\";s:54:\"Thank you! Your testimonial is waiting to be approved.\";}}s:17:\"scrolltop_success\";b:1;s:24:\"scrolltop_success_offset\";i:40;s:15:\"scrolltop_error\";b:1;s:22:\"scrolltop_error_offset\";i:40;s:14:\"success_action\";s:7:\"message\";s:19:\"success_redirect_id\";s:0:\"\";s:20:\"success_redirect_url\";s:0:\"\";}','yes'),(447,'wpmtst_view_options','a:7:{s:4:\"mode\";a:4:{s:7:\"display\";a:3:{s:4:\"name\";s:7:\"display\";s:5:\"label\";s:7:\"Display\";s:11:\"description\";s:46:\"Display your testimonials in a list or a grid.\";}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:5:\"label\";s:9:\"Slideshow\";s:11:\"description\";s:40:\"Create a slideshow of your testimonials.\";}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:5:\"label\";s:4:\"Form\";s:11:\"description\";s:38:\"Display a testimonial submission form.\";}s:15:\"single_template\";a:3:{s:4:\"name\";s:15:\"single_template\";s:5:\"label\";s:15:\"Single Template\";s:11:\"description\";s:66:\"When viewing the testimonial using a theme\'s single post template.\";}}s:5:\"order\";a:4:{s:6:\"random\";s:6:\"random\";s:10:\"menu_order\";s:10:\"menu order\";s:6:\"newest\";s:12:\"newest first\";s:6:\"oldest\";s:12:\"oldest first\";}s:16:\"slideshow_effect\";a:4:{s:4:\"none\";s:20:\"no transition effect\";s:4:\"fade\";s:4:\"fade\";s:10:\"horizontal\";s:19:\"scroll horizontally\";s:8:\"vertical\";s:17:\"scroll vertically\";}s:16:\"slideshow_height\";a:2:{s:7:\"dynamic\";s:28:\"Adjust height for each slide\";s:6:\"static\";s:37:\"Set height to match the tallest slide\";}s:20:\"slideshow_nav_method\";a:2:{s:8:\"controls\";a:4:{s:4:\"none\";a:2:{s:5:\"label\";s:4:\"none\";s:4:\"args\";a:3:{s:8:\"controls\";i:0;s:5:\"pager\";i:0;s:12:\"autoControls\";i:0;}}s:4:\"full\";a:4:{s:5:\"label\";s:36:\"Bottom: previous / play-pause / next\";s:5:\"class\";s:18:\"controls-type-full\";s:18:\"add_position_class\";i:1;s:4:\"args\";a:5:{s:5:\"pager\";i:0;s:12:\"autoControls\";i:1;s:19:\"autoControlsCombine\";i:1;s:14:\"fullSetButtons\";i:1;s:11:\"fullSetText\";i:1;}}s:6:\"simple\";a:4:{s:5:\"label\";s:23:\"Bottom: previous / next\";s:5:\"class\";s:20:\"controls-type-simple\";s:18:\"add_position_class\";i:1;s:4:\"args\";a:2:{s:8:\"controls\";i:1;s:12:\"autoControls\";i:0;}}s:5:\"sides\";a:4:{s:5:\"label\";s:22:\"Sides: previous / next\";s:5:\"class\";s:19:\"controls-type-sides\";s:18:\"add_position_class\";i:0;s:4:\"args\";a:4:{s:8:\"controls\";i:1;s:12:\"autoControls\";i:0;s:8:\"prevText\";s:0:\"\";s:8:\"nextText\";s:0:\"\";}}}s:5:\"pager\";a:2:{s:4:\"none\";a:2:{s:5:\"label\";s:4:\"none\";s:4:\"args\";a:0:{}}s:4:\"full\";a:3:{s:5:\"label\";s:4:\"full\";s:5:\"class\";s:15:\"pager-type-full\";s:4:\"args\";a:1:{s:5:\"pager\";i:1;}}}}s:19:\"slideshow_nav_style\";a:2:{s:8:\"controls\";a:4:{s:7:\"buttons\";a:3:{s:5:\"label\";s:9:\"buttons 1\";s:5:\"class\";s:22:\"controls-style-buttons\";s:4:\"args\";a:4:{s:9:\"startText\";s:0:\"\";s:8:\"stopText\";s:0:\"\";s:8:\"prevText\";s:0:\"\";s:8:\"nextText\";s:0:\"\";}}s:8:\"buttons2\";a:3:{s:5:\"label\";s:9:\"buttons 2\";s:5:\"class\";s:23:\"controls-style-buttons2\";s:4:\"args\";a:4:{s:9:\"startText\";s:0:\"\";s:8:\"stopText\";s:0:\"\";s:8:\"prevText\";s:0:\"\";s:8:\"nextText\";s:0:\"\";}}s:8:\"buttons3\";a:3:{s:5:\"label\";s:9:\"buttons 3\";s:5:\"class\";s:23:\"controls-style-buttons3\";s:4:\"args\";a:4:{s:9:\"startText\";s:0:\"\";s:8:\"stopText\";s:0:\"\";s:8:\"prevText\";s:0:\"\";s:8:\"nextText\";s:0:\"\";}}s:4:\"text\";a:3:{s:5:\"label\";s:4:\"text\";s:5:\"class\";s:19:\"controls-style-text\";s:4:\"args\";a:4:{s:9:\"startText\";s:4:\"Play\";s:8:\"stopText\";s:5:\"Pause\";s:8:\"prevText\";s:8:\"Previous\";s:8:\"nextText\";s:4:\"Next\";}}}s:5:\"pager\";a:2:{s:7:\"buttons\";a:3:{s:5:\"label\";s:7:\"buttons\";s:5:\"class\";s:19:\"pager-style-buttons\";s:4:\"args\";a:2:{s:10:\"buildPager\";s:5:\"icons\";s:14:\"simpleSetPager\";i:1;}}s:4:\"text\";a:3:{s:5:\"label\";s:4:\"text\";s:5:\"class\";s:16:\"pager-style-text\";s:4:\"args\";a:2:{s:10:\"buildPager\";N;s:13:\"simpleSetText\";i:1;}}}}s:22:\"slideshow_nav_position\";a:2:{s:6:\"inside\";s:6:\"inside\";s:7:\"outside\";s:7:\"outside\";}}','yes'),(448,'wpmtst_view_default','a:45:{s:3:\"all\";i:1;s:10:\"background\";a:6:{s:5:\"color\";s:0:\"\";s:4:\"type\";s:0:\"\";s:6:\"preset\";s:0:\"\";s:9:\"gradient1\";s:0:\"\";s:9:\"gradient2\";s:0:\"\";s:18:\"example-font-color\";s:4:\"dark\";}s:8:\"category\";s:3:\"all\";s:5:\"class\";s:0:\"\";s:14:\"client_section\";a:2:{i:0;a:4:{s:5:\"field\";s:11:\"client_name\";s:4:\"type\";s:4:\"text\";s:6:\"before\";s:0:\"\";s:5:\"class\";s:16:\"testimonial-name\";}i:1;a:6:{s:5:\"field\";s:12:\"company_name\";s:4:\"type\";s:4:\"link\";s:6:\"before\";s:0:\"\";s:3:\"url\";s:15:\"company_website\";s:5:\"class\";s:19:\"testimonial-company\";s:7:\"new_tab\";b:1;}}s:12:\"column_count\";i:2;s:15:\"container_class\";s:0:\"\";s:14:\"container_data\";s:0:\"\";s:7:\"content\";s:6:\"entire\";s:5:\"count\";i:1;s:12:\"divi_builder\";i:0;s:14:\"excerpt_length\";i:55;s:9:\"form_ajax\";i:0;s:7:\"form_id\";i:1;s:8:\"gravatar\";s:2:\"no\";s:2:\"id\";s:0:\"\";s:6:\"layout\";s:0:\"\";s:8:\"lightbox\";s:0:\"\";s:4:\"mode\";s:7:\"display\";s:14:\"more_full_post\";b:0;s:9:\"more_page\";b:0;s:14:\"more_page_hook\";s:18:\"wpmtst_view_footer\";s:12:\"more_page_id\";i:0;s:14:\"more_page_text\";s:22:\"Read more testimonials\";s:9:\"more_post\";b:1;s:18:\"more_post_ellipsis\";b:1;s:14:\"more_post_text\";s:9:\"Read more\";s:3:\"nav\";s:5:\"after\";s:4:\"note\";s:0:\"\";s:5:\"order\";s:6:\"oldest\";s:4:\"page\";s:0:\"\";s:10:\"pagination\";b:0;s:15:\"pagination_type\";s:6:\"simple\";s:8:\"per_page\";i:5;s:9:\"slideshow\";i:0;s:18:\"slideshow_settings\";a:14:{s:6:\"effect\";s:4:\"fade\";s:5:\"speed\";i:1;s:5:\"pause\";i:8;s:10:\"auto_start\";b:1;s:10:\"auto_hover\";b:1;s:12:\"adapt_height\";b:1;s:18:\"adapt_height_speed\";d:0.5;s:7:\"stretch\";i:0;s:18:\"stop_auto_on_click\";b:1;s:13:\"controls_type\";s:4:\"none\";s:14:\"controls_style\";s:7:\"buttons\";s:10:\"pager_type\";s:4:\"none\";s:11:\"pager_style\";s:7:\"buttons\";s:12:\"nav_position\";s:6:\"inside\";}s:8:\"template\";s:15:\"default:content\";s:9:\"thumbnail\";b:1;s:16:\"thumbnail_height\";N;s:14:\"thumbnail_size\";s:9:\"thumbnail\";s:15:\"thumbnail_width\";N;s:5:\"title\";b:1;s:10:\"title_link\";b:0;s:18:\"use_default_length\";b:1;s:16:\"use_default_more\";b:0;}','yes'),(449,'wpmtst_history','a:3:{s:30:\"2.12.4_convert_modern_template\";s:19:\"2017-09-02 21:09:14\";s:36:\"2.21.0_enable_rating_default_options\";s:19:\"2017-09-02 21:09:14\";s:23:\"2.23.0_convert_nofollow\";s:19:\"2017-09-02 21:09:14\";}','yes'),(450,'wpmtst_plugin_version','2.26.9','yes'),(1151,'war_soundy_responsive_mode','scale','yes'),(470,'easy_testimonials_maintenance_tasks_run','a:1:{i:0;s:40:\"fix_testimonial_featured_images_02022017\";}','yes'),(471,'easy_testimonials_maintenance_version','02022017','yes'),(472,'widget_randomtestimonialwidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(473,'widget_cycledtestimonialwidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(474,'widget_listtestimonialswidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(475,'widget_singletestimonialwidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(476,'widget_testimonialsgridwidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(477,'easy_t_fallback_image_method','mystery_person','yes'),(478,'easy_t_mystery_man','0','yes'),(481,'testimonials_style','light_style','yes'),(502,'_transient__easy_t_webfont_str','x','yes'),(1188,'wpfront-scroll-top-options','a:25:{s:7:\"enabled\";s:2:\"on\";s:16:\"javascript_async\";s:2:\"on\";s:13:\"scroll_offset\";s:3:\"100\";s:12:\"button_width\";s:1:\"0\";s:13:\"button_height\";s:1:\"0\";s:14:\"button_opacity\";s:2:\"80\";s:20:\"button_fade_duration\";s:3:\"200\";s:15:\"scroll_duration\";s:3:\"400\";s:15:\"auto_hide_after\";s:1:\"2\";s:18:\"small_device_width\";s:3:\"640\";s:18:\"small_window_width\";s:3:\"640\";s:12:\"button_style\";s:5:\"image\";s:9:\"image_alt\";s:0:\"\";s:16:\"text_button_text\";s:0:\"\";s:22:\"text_button_text_color\";s:7:\"#ffffff\";s:28:\"text_button_background_color\";s:7:\"#000000\";s:15:\"text_button_css\";s:0:\"\";s:8:\"location\";s:1:\"1\";s:7:\"marginX\";s:2:\"20\";s:7:\"marginY\";s:2:\"20\";s:13:\"display_pages\";s:1:\"1\";s:13:\"include_pages\";s:0:\"\";s:13:\"exclude_pages\";s:0:\"\";s:5:\"image\";s:6:\"36.png\";s:10:\"custom_url\";s:0:\"\";}','yes'),(1146,'war_soundy_url_pause_hover','http://lavishluxebylenee.com/wp-content/plugins/soundy-background-music/images/buttons/48x48/pause-square-blue.png','yes'),(1152,'war_soundy_responsive_comment_7','','yes'),(1153,'war_soundy_responsive_window_width_min_7','','yes'),(1154,'war_soundy_responsive_window_width_max_7','','yes'),(1155,'war_soundy_responsive_button_size_7','','yes'),(1156,'war_soundy_responsive_offset_x_7','','yes'),(1157,'war_soundy_responsive_offset_y_7','','yes'),(1158,'war_soundy_responsive_comment_8','','yes'),(1159,'war_soundy_responsive_window_width_min_8','','yes'),(1160,'war_soundy_responsive_window_width_max_8','','yes'),(1161,'war_soundy_responsive_button_size_8','','yes'),(1162,'war_soundy_responsive_offset_x_8','','yes'),(592,'_transient_timeout_mm_notification','1827007214','no'),(593,'_transient_mm_notification','O:8:\"stdClass\":2:{s:6:\"status\";s:7:\"success\";s:12:\"notification\";O:8:\"stdClass\":6:{s:2:\"id\";s:36:\"80e050b4-490a-11e6-9055-0a1706783fd3\";s:7:\"message\";s:256:\"<a href=\"http://mojo.live/wplive103\" style=\"float: left; padding-top: 10px;\n\"><div style=\"display: inline-block;\" id=\"postimagediv\"><img src=\"http://api.mojomarketplace.com/img/banners/api/wp-live-api-banner-837x86.png\"></div></a><br style=\"clear:both;\"/>\n\";s:10:\"background\";N;s:7:\"expires\";i:1827007214;s:8:\"category\";O:8:\"stdClass\":2:{s:4:\"name\";s:14:\"WP Live Banner\";s:4:\"slug\";s:14:\"wp-live-banner\";}s:8:\"location\";O:8:\"stdClass\":1:{s:6:\"banner\";a:3:{i:0;s:10:\"themes.php\";i:1;s:14:\"(.*)wp-admin.$\";i:2;s:9:\"index.php\";}}}}','no'),(1116,'war_soundy_responsive_offset_x_4','35','yes'),(1117,'war_soundy_responsive_offset_y_4','35','yes'),(1118,'war_soundy_responsive_comment_5','Medium Res. Screen','yes'),(1119,'war_soundy_responsive_window_width_min_5','1601','yes'),(1120,'war_soundy_responsive_window_width_max_5','2000','yes'),(1121,'war_soundy_responsive_button_size_5','40','yes'),(1122,'war_soundy_responsive_offset_x_5','40','yes'),(1123,'war_soundy_responsive_offset_y_5','40','yes'),(1124,'war_soundy_responsive_comment_6','High Res. Screen','yes'),(1125,'war_soundy_responsive_window_width_min_6','2001','yes'),(1126,'war_soundy_responsive_window_width_max_6','','yes'),(1127,'war_soundy_responsive_button_size_6','50','yes'),(1128,'war_soundy_responsive_offset_x_6','50','yes'),(1129,'war_soundy_responsive_offset_y_6','50','yes'),(1130,'war_soundy_type','free','yes'),(1131,'war_soundy_enable_bg_sound','','yes'),(1132,'war_soundy_audio_title','Valse - Anonymous (1870)','yes'),(1133,'war_soundy_autoplay','yes','yes'),(1134,'war_soundy_loop','yes','yes'),(1135,'war_soundy_pp_position','window','yes'),(1136,'war_soundy_pp_corner','bottom_left','yes'),(1137,'war_soundy_offset_x','35','yes'),(1138,'war_soundy_offset_x_unit','px','yes'),(1139,'war_soundy_offset_y','35','yes'),(1140,'war_soundy_offset_y_unit','px','yes'),(1141,'war_soundy_page_preview_url','','yes'),(1142,'war_soundy_audio_file_url','http://lavishluxebylenee.com/wp-content/plugins/soundy-background-music/audio/Rihanna-ft-Drake-Work-Instrumental.mp3','yes'),(1143,'war_soundy_url_play_button','http://lavishluxebylenee.com/wp-content/plugins/soundy-background-music/images/buttons/48x48/play-square-grey.png','yes'),(1144,'war_soundy_url_play_hover','http://lavishluxebylenee.com/wp-content/plugins/soundy-background-music/images/buttons/48x48/play-square-blue.png','yes'),(51887,'_transient_wcc_is_new_label_user','yes','yes'),(51944,'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:1625494649;}','no'),(50958,'woocommerce_product_type','physical','yes'),(50959,'woocommerce_sell_in_person','1','yes'),(50979,'wc_ppec_version','2.1.2','yes'),(50972,'woocommerce_stripe_settings','a:14:{s:7:\"enabled\";s:2:\"no\";s:14:\"create_account\";b:0;s:5:\"email\";b:0;s:5:\"title\";s:20:\"Credit Card (Stripe)\";s:11:\"description\";s:37:\"Pay with your credit card via Stripe.\";s:8:\"testmode\";s:3:\"yes\";s:14:\"inline_cc_form\";s:2:\"no\";s:7:\"capture\";s:3:\"yes\";s:20:\"statement_descriptor\";s:0:\"\";s:11:\"saved_cards\";s:3:\"yes\";s:15:\"test_secret_key\";s:0:\"\";s:20:\"test_publishable_key\";s:0:\"\";s:15:\"payment_request\";s:3:\"yes\";s:20:\"apple_pay_domain_set\";s:2:\"no\";}','yes'),(50973,'woocommerce_square_settings','a:1:{s:7:\"enabled\";s:2:\"no\";}','yes'),(50975,'woocommerce_ppec_paypal_settings','a:56:{s:16:\"reroute_requests\";b:0;s:5:\"email\";b:0;s:7:\"enabled\";s:2:\"no\";s:5:\"title\";s:6:\"PayPal\";s:11:\"description\";s:85:\"Pay via PayPal; you can pay with your credit card if you don\'t have a PayPal account.\";s:11:\"environment\";s:4:\"live\";s:12:\"api_username\";s:0:\"\";s:12:\"api_password\";s:0:\"\";s:13:\"api_signature\";s:0:\"\";s:15:\"api_certificate\";s:0:\"\";s:11:\"api_subject\";s:0:\"\";s:20:\"sandbox_api_username\";s:0:\"\";s:20:\"sandbox_api_password\";s:0:\"\";s:21:\"sandbox_api_signature\";s:0:\"\";s:23:\"sandbox_api_certificate\";s:0:\"\";s:19:\"sandbox_api_subject\";s:0:\"\";s:10:\"brand_name\";s:20:\"Lavish Luxe By Lenee\";s:14:\"logo_image_url\";s:0:\"\";s:16:\"header_image_url\";s:0:\"\";s:10:\"page_style\";s:0:\"\";s:12:\"landing_page\";s:5:\"Login\";s:5:\"debug\";s:2:\"no\";s:14:\"invoice_prefix\";s:3:\"WC-\";s:15:\"require_billing\";s:2:\"no\";s:20:\"require_phone_number\";s:2:\"no\";s:13:\"paymentaction\";s:4:\"sale\";s:16:\"instant_payments\";s:2:\"no\";s:26:\"subtotal_mismatch_behavior\";s:3:\"add\";s:7:\"use_spb\";s:3:\"yes\";s:12:\"button_color\";s:4:\"gold\";s:12:\"button_shape\";s:4:\"rect\";s:13:\"button_layout\";s:8:\"vertical\";s:11:\"button_size\";s:10:\"responsive\";s:20:\"hide_funding_methods\";a:1:{i:0;s:4:\"CARD\";}s:14:\"credit_enabled\";s:3:\"yes\";s:21:\"cart_checkout_enabled\";s:3:\"yes\";s:25:\"mini_cart_settings_toggle\";s:2:\"no\";s:23:\"mini_cart_button_layout\";s:8:\"vertical\";s:21:\"mini_cart_button_size\";s:10:\"responsive\";s:30:\"mini_cart_hide_funding_methods\";a:1:{i:0;s:4:\"CARD\";}s:24:\"mini_cart_credit_enabled\";s:3:\"yes\";s:34:\"checkout_on_single_product_enabled\";s:3:\"yes\";s:30:\"single_product_settings_toggle\";s:3:\"yes\";s:28:\"single_product_button_layout\";s:10:\"horizontal\";s:26:\"single_product_button_size\";s:10:\"responsive\";s:35:\"single_product_hide_funding_methods\";a:1:{i:0;s:4:\"CARD\";}s:29:\"single_product_credit_enabled\";s:3:\"yes\";s:12:\"mark_enabled\";s:3:\"yes\";s:20:\"mark_settings_toggle\";s:2:\"no\";s:18:\"mark_button_layout\";s:8:\"vertical\";s:16:\"mark_button_size\";s:10:\"responsive\";s:25:\"mark_hide_funding_methods\";a:1:{i:0;s:4:\"CARD\";}s:19:\"mark_credit_enabled\";s:3:\"yes\";s:22:\"credit_message_enabled\";s:2:\"no\";s:37:\"single_product_credit_message_enabled\";s:2:\"no\";s:27:\"mark_credit_message_enabled\";s:2:\"no\";}','yes'),(50976,'woocommerce_cheque_settings','a:4:{s:7:\"enabled\";s:2:\"no\";s:5:\"title\";s:14:\"Check payments\";s:11:\"description\";s:98:\"Please send a check to Store Name, Store Street, Store Town, Store State / County, Store Postcode.\";s:12:\"instructions\";s:0:\"\";}','yes'),(50977,'woocommerce_bacs_settings','a:1:{s:7:\"enabled\";s:2:\"no\";}','yes'),(50978,'woocommerce_cod_settings','a:6:{s:7:\"enabled\";s:3:\"yes\";s:5:\"title\";s:16:\"Cash on delivery\";s:11:\"description\";s:38:\"Pay with cash upon delivery in person.\";s:12:\"instructions\";s:38:\"Pay with cash upon delivery in person.\";s:18:\"enable_for_methods\";a:1:{i:0;s:12:\"local_pickup\";}s:18:\"enable_for_virtual\";s:2:\"no\";}','yes'),(51001,'jetpack_activated','1','yes'),(51004,'jetpack_activation_source','a:2:{i:0;s:7:\"unknown\";i:1;N;}','yes'),(337276,'wc_stripe_version','5.2.3','yes'),(51009,'mailchimp_woocommerce_version','2.4.0','no'),(50994,'mailchimp_woocommerce_plugin_do_activation_redirect','','yes'),(51012,'jetpack_sync_settings_disable','0','yes'),(282409,'nf_active_promotions','{\"dashboard\":[{\"id\":\"personal-20\",\"location\":\"dashboard\",\"type\":\"personal\",\"content\":\"<a href=\\\"https:\\/\\/ninjaforms.com\\/personal-membership\\/?utm_source=ninja-forms-plugin&utm_medium=dashboard-banner-ad&utm_campaign=personal-banner-ad&utm_content=personal-20\\\" target=\\\"_blank\\\" class=\\\"nf-remove-promo-styling\\\"><img src=\\\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/img\\/promotions\\/dashboard-banner-personal-20.png\\\"><\\/a>\",\"script\":\"\"},{\"id\":\"personal-50\",\"location\":\"dashboard\",\"type\":\"personal\",\"content\":\"<a href=\\\"https:\\/\\/ninjaforms.com\\/personal-membership\\/?utm_source=ninja-forms-plugin&utm_medium=dashboard-banner-ad&utm_campaign=personal-banner-ad&utm_content=personal-50\\\" target=\\\"_blank\\\" class=\\\"nf-remove-promo-styling\\\"><img src=\\\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/img\\/promotions\\/dashboard-banner-personal-50.png\\\"><\\/a>\",\"script\":\"\"},{\"id\":\"sendwp-banner\",\"location\":\"dashboard\",\"content\":\"<span aria-label=\\\"SendWP. Getting WordPress email into an inbox shouldn\'t be that hard! Never miss another receipt, form submission, or any WordPress email ever again.\\\" style=\\\"cursor:pointer;width:800px;height:83px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;background-image:url(\'https:\\/\\/lavishluxebylenee.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'),(282260,'ucp_meta','a:3:{s:13:\"first_version\";s:4:\"3.88\";s:13:\"first_install\";i:1614296995;s:11:\"options_ver\";s:4:\"3.88\";}','yes'),(66656,'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.6.4\";s:9:\"timestamp\";i:1620875866;}','no'),(157214,'wpforms_notifications','a:4:{s:6:\"update\";i:1614528918;s:4:\"feed\";a:3:{i:0;a:6:{s:5:\"title\";s:47:\"Get Deeper Insights with the User Journey Addon\";s:7:\"content\";s:258:\"Discover the steps your visitors take before they submit your forms, without all the complicated analytics. With our new User Journey addon you can easily see the content that’s driving the most valuable form conversions, right in your WordPress dashboard.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:2:\"id\";i:41;s:4:\"btns\";a:2:{s:4:\"main\";a:2:{s:3:\"url\";s:166:\"https://wpforms.com/introducing-user-journey-addon-wpforms/?utm_source=WordPress&utm_campaign=liteplugin&utm_medium=Plugin Notification&utm_content=UJ Lite Learn More\";s:4:\"text\";s:10:\"Learn More\";}s:3:\"alt\";a:2:{s:3:\"url\";s:153:\"https://wpforms.com/wpforms-lite-upgrade/?utm_source=WordPress&utm_campaign=liteplugin&utm_medium=Plugin Notification&utm_content=UJ Lite Get WPForms Pro\";s:4:\"text\";s:15:\"Get WPForms Pro\";}}s:5:\"start\";s:19:\"2020-11-12 11:21:36\";}i:1;a:6:{s:5:\"title\";s:77:\"New in WPForms! A Divi Module, Email Address Restrictions + Date/Time Limits.\";s:7:\"content\";s:339:\"Controlling forms has never been easier. WPForms now lets you easily add forms right inside the Divi page builder, so you can ditch the shortcodes. Not only that, but you can now block or allow specific email addresses, and there’s a new datepicker field in town that lets you set date and time limits. Plus, an easy-to-find Help Menu.\r\n\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:2:\"id\";i:37;s:4:\"btns\";a:2:{s:4:\"main\";a:2:{s:3:\"url\";s:225:\"https://wpforms.com/introducing-wpforms-1-6-3-divi-module-email-address-restrictions-date-time-limits-more/?utm_source=WordPress&utm_campaign=liteplugin&utm_medium=Plugin Notification&utm_content=WPForms 1.6.3 Lite Learn More\";s:4:\"text\";s:10:\"Learn More\";}s:3:\"alt\";a:2:{s:3:\"url\";s:164:\"https://wpforms.com/wpforms-lite-upgrade/?utm_source=WordPress&utm_campaign=liteplugin&utm_medium=Plugin Notification&utm_content=WPForms 1.6.3 Lite Get WPForms Pro\";s:4:\"text\";s:15:\"Get WPForms Pro\";}}s:5:\"start\";s:19:\"2020-11-12 11:21:36\";}i:2;a:6:{s:5:\"title\";s:69:\"Introducing WPForms Webhooks - Powerful Flexibility With Integrations\";s:7:\"content\";s:286:\"With the new WPForms Webhooks addon, you can automatically send data from forms to other tools and apps, without a 3rd-party connector. This power-user feature will help save time and money as you automate your forms. Upgrade to an Elite license now to start using this awesome feature.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:2:\"id\";i:30;s:4:\"btns\";a:2:{s:4:\"main\";a:2:{s:3:\"url\";s:161:\"https://wpforms.com/wpforms-lite-upgrade/?utm_source=WordPress&utm_campaign=liteplugin&utm_medium=Plugin Notification&utm_content=Webhooks Lite Get WPForms Elite\";s:4:\"text\";s:17:\"Get WPForms Elite\";}s:3:\"alt\";a:2:{s:3:\"url\";s:176:\"https://wpforms.com/introducing-the-webhooks-addon-for-wpforms/?utm_source=WordPress&utm_campaign=liteplugin&utm_medium=Plugin Notification&utm_content=Webhooks Lite Learn More\";s:4:\"text\";s:10:\"Learn More\";}}s:5:\"start\";s:19:\"2020-11-12 11:21:36\";}}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}','yes'),(44325,'ecwid_error_log','[{\"message\":\"array (\\n  \'code\' => \'http_request_failed\',\\n  \'data\' => NULL,\\n  \'message\' => \'cURL error 28: Operation timed out after 10000 milliseconds with 0 bytes received\',\\n)\",\"date\":\"Thu May  2 18:32:59 2019\"},{\"message\":\"array (\\n  \'code\' => \'http_request_failed\',\\n  \'data\' => NULL,\\n  \'message\' => \'cURL error 28: Operation timed out after 10000 milliseconds with 0 bytes received\',\\n)\",\"date\":\"Tue Jul 30 12:56:29 2019\"}]','yes'),(51010,'mailchimp-woocommerce','a:2:{s:33:\"woocommerce_settings_save_general\";b:1;s:19:\"store_currency_code\";s:3:\"USD\";}','yes'),(51011,'mailchimp-woocommerce-store_id','5d2367139395c','yes'),(51014,'storefront_nux_fresh_site','0','yes'),(51015,'woocommerce_catalog_rows','4','yes'),(51016,'woocommerce_catalog_columns','3','yes'),(51017,'woocommerce_maybe_regenerate_images_hash','991b1ca641921cf0f5baf7a2fe85861b','yes'),(18536,'ecwid_disabled_messages','a:1:{s:11:\"please_vote\";b:1;}','yes'),(81141,'jetpack_sync_settings_taxonomies_blacklist','a:0:{}','yes'),(81142,'jetpack_sync_settings_known_importers','a:6:{s:16:\"Blogger_Importer\";s:7:\"blogger\";s:13:\"LJ_API_Import\";s:11:\"livejournal\";s:9:\"MT_Import\";s:2:\"mt\";s:10:\"RSS_Import\";s:3:\"rss\";s:20:\"WC_Tax_Rate_Importer\";s:12:\"woo-tax-rate\";s:9:\"WP_Import\";s:9:\"wordpress\";}','yes'),(157163,'wpforms_version_lite','1.6.0.1','yes'),(157058,'action_scheduler_lock_async-request-runner','1626304340','yes'),(193278,'woocommerce_cancelled_order_settings','a:6:{s:7:\"enabled\";s:3:\"yes\";s:9:\"recipient\";s:29:\"janella_christopher@yahoo.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'),(193295,'woocommerce_failed_order_settings','a:6:{s:7:\"enabled\";s:3:\"yes\";s:9:\"recipient\";s:29:\"janella_christopher@yahoo.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'),(193320,'woocommerce_failed_authentication_requested_settings','a:6:{s:7:\"enabled\";s:3:\"yes\";s:9:\"recipient\";s:29:\"janella_christopher@yahoo.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'),(193325,'woocommerce_db_version','5.1.0','yes'),(219001,'disallowed_keys','','no'),(219002,'comment_previously_approved','1','yes'),(219003,'auto_plugin_theme_update_emails','a:0:{}','no'),(193549,'woocommerce_wf_shipping_usps_settings','a:18:{s:12:\"usps_wrapper\";s:0:\"\";s:7:\"enabled\";s:3:\"yes\";s:5:\"title\";s:4:\"USPS\";s:12:\"availability\";s:8:\"specific\";s:9:\"countries\";a:1:{i:0;s:2:\"US\";}s:6:\"origin\";s:5:\"76017\";s:3:\"api\";s:0:\"\";s:7:\"user_id\";s:0:\"\";s:10:\"debug_mode\";s:2:\"no\";s:5:\"rates\";s:0:\"\";s:13:\"shippingrates\";s:6:\"ONLINE\";s:8:\"fallback\";s:0:\"\";s:10:\"flat_rates\";s:0:\"\";s:14:\"standard_rates\";s:0:\"\";s:11:\"offer_rates\";s:3:\"all\";s:8:\"services\";a:11:{s:13:\"D_FIRST_CLASS\";a:8:{s:5:\"order\";s:0:\"\";i:0;a:1:{s:7:\"enabled\";b:1;}i:12;a:1:{s:7:\"enabled\";b:1;}i:15;a:1:{s:7:\"enabled\";b:1;}i:19;a:1:{s:7:\"enabled\";b:1;}i:61;a:1:{s:7:\"enabled\";b:1;}i:78;a:1:{s:7:\"enabled\";b:1;}i:53;a:1:{s:7:\"enabled\";b:1;}}s:14:\"D_EXPRESS_MAIL\";a:4:{s:5:\"order\";s:0:\"\";i:2;a:1:{s:7:\"enabled\";b:1;}i:3;a:1:{s:7:\"enabled\";b:1;}i:23;a:1:{s:7:\"enabled\";b:1;}}s:15:\"D_STANDARD_POST\";a:2:{s:5:\"order\";s:0:\"\";i:4;a:1:{s:7:\"enabled\";b:1;}}s:12:\"D_MEDIA_MAIL\";a:2:{s:5:\"order\";s:0:\"\";i:6;a:1:{s:7:\"enabled\";b:0;}}s:14:\"D_LIBRARY_MAIL\";a:2:{s:5:\"order\";s:0:\"\";i:7;a:1:{s:7:\"enabled\";b:0;}}s:15:\"D_PRIORITY_MAIL\";a:6:{s:5:\"order\";s:0:\"\";i:1;a:1:{s:7:\"enabled\";b:1;}i:18;a:1:{s:7:\"enabled\";b:1;}i:33;a:1:{s:7:\"enabled\";b:1;}i:47;a:1:{s:7:\"enabled\";b:1;}i:49;a:1:{s:7:\"enabled\";b:1;}}s:14:\"I_EXPRESS_MAIL\";a:2:{s:5:\"order\";s:0:\"\";i:1;a:1:{s:7:\"enabled\";b:1;}}s:15:\"I_PRIORITY_MAIL\";a:2:{s:5:\"order\";s:0:\"\";i:2;a:1:{s:7:\"enabled\";b:1;}}s:16:\"I_GLOBAL_EXPRESS\";a:6:{s:5:\"order\";s:0:\"\";i:4;a:1:{s:7:\"enabled\";b:1;}i:5;a:1:{s:7:\"enabled\";b:1;}i:6;a:1:{s:7:\"enabled\";b:1;}i:7;a:1:{s:7:\"enabled\";b:1;}i:12;a:1:{s:7:\"enabled\";b:1;}}s:13:\"I_FIRST_CLASS\";a:4:{s:5:\"order\";s:0:\"\";i:13;a:1:{s:7:\"enabled\";b:1;}i:14;a:1:{s:7:\"enabled\";b:1;}i:15;a:1:{s:7:\"enabled\";b:1;}}s:11:\"I_POSTCARDS\";a:2:{s:5:\"order\";s:0:\"\";i:21;a:1:{s:7:\"enabled\";b:1;}}}s:21:\"mediamail_restriction\";s:0:\"\";s:9:\"gopremium\";s:0:\"\";}','yes'),(193614,'woocommerce_local_pickup_1_settings','a:3:{s:5:\"title\";s:12:\"Local pickup\";s:10:\"tax_status\";s:4:\"none\";s:4:\"cost\";s:0:\"\";}','yes'),(51020,'do_activate','0','yes'),(51025,'mailchimp_woocommerce_db_mailchimp_carts','1','no'),(51026,'mailchimp-woocommerce_cart_table_add_index_update','1','yes'),(157054,'mailchimp-woocommerce-store-id-last-verified','1616365226','yes'),(51046,'jetpack_tos_agreed','1','yes'),(51047,'jetpack_secrets','a:0:{}','no'),(51053,'jetpack_private_options','a:2:{s:10:\"blog_token\";s:65:\"Zm8&tGxwQDpg1zxDa6ycMD(%CwKDl#iS.LquR@s34rktRqoDK9oI4LOnONVgF9$b&\";s:11:\"user_tokens\";a:1:{i:1;s:67:\"x8x5m5VQApd!*n%BwQ$nFTGc3fWETB4n.A&UXfWu)WFQDabnWHTOLFHmicJMkJV6O.1\";}}','yes'),(51048,'wc_connect_options','a:4:{s:12:\"tos_accepted\";b:1;s:10:\"store_guid\";s:36:\"b2debff9-479d-49a1-a7ac-2479154d465d\";s:25:\"shipping_methods_migrated\";b:1;s:22:\"stripe_status_migrated\";b:1;}','yes'),(51094,'jetpack_sync_settings_cron_sync_time_limit','30','yes'),(51276,'jetpack_sync_full__finished','1562601303','no'),(51099,'jetpack_sync_full__queue_finished','1562601282','yes'),(51104,'jetpack_active_modules','a:21:{i:0;s:20:\"custom-content-types\";i:1;s:10:\"custom-css\";i:2;s:21:\"enhanced-distribution\";i:3;s:19:\"gravatar-hovercards\";i:4;s:8:\"json-api\";i:5;s:5:\"latex\";i:6;s:5:\"notes\";i:7;s:13:\"post-by-email\";i:8;s:7:\"protect\";i:9;s:9:\"publicize\";i:10;s:10:\"sharedaddy\";i:11;s:10:\"shortcodes\";i:12;s:10:\"shortlinks\";i:13;s:8:\"sitemaps\";i:14;s:5:\"stats\";i:15;s:13:\"subscriptions\";i:16;s:18:\"verification-tools\";i:17;s:17:\"widget-visibility\";i:18;s:7:\"widgets\";i:19;s:10:\"photon-cdn\";i:20;s:21:\"woocommerce-analytics\";}','yes'),(81137,'wpcom_publish_posts_with_markdown','1','yes'),(55335,'jetpack_static_asset_cdn_files','a:1:{s:11:\"woocommerce\";a:1:{s:5:\"5.1.0\";a:1283:{i:0;s:26:\"assets/css/_animation.scss\";i:1;s:22:\"assets/css/_fonts.scss\";i:2;s:23:\"assets/css/_mixins.scss\";i:3;s:26:\"assets/css/_variables.scss\";i:4;s:29:\"assets/css/activation-rtl.css\";i:5;s:25:\"assets/css/activation.css\";i:6;s:26:\"assets/css/activation.scss\";i:7;s:24:\"assets/css/admin-rtl.css\";i:8;s:20:\"assets/css/admin.css\";i:9;s:21:\"assets/css/admin.scss\";i:10;s:23:\"assets/css/auth-rtl.css\";i:11;s:19:\"assets/css/auth.css\";i:12;s:20:\"assets/css/auth.scss\";i:13;s:28:\"assets/css/dashboard-rtl.css\";i:14;s:24:\"assets/css/dashboard.css\";i:15;s:25:\"assets/css/dashboard.scss\";i:16;s:25:\"assets/css/helper-rtl.css\";i:17;s:21:\"assets/css/helper.css\";i:18;s:22:\"assets/css/helper.scss\";i:32;s:38:\"assets/css/jquery-ui/jquery-ui-rtl.css\";i:33;s:34:\"assets/css/jquery-ui/jquery-ui.css\";i:34;s:38:\"assets/css/jquery-ui/jquery-ui.min.css\";i:35;s:42:\"assets/css/marketplace-suggestions-rtl.css\";i:36;s:38:\"assets/css/marketplace-suggestions.css\";i:37;s:39:\"assets/css/marketplace-suggestions.scss\";i:38;s:23:\"assets/css/menu-rtl.css\";i:39;s:19:\"assets/css/menu.css\";i:40;s:20:\"assets/css/menu.scss\";i:41;s:39:\"assets/css/network-order-widget-rtl.css\";i:42;s:35:\"assets/css/network-order-widget.css\";i:43;s:36:\"assets/css/network-order-widget.scss\";i:44;s:51:\"assets/css/photoswipe/default-skin/default-skin.css\";i:45;s:55:\"assets/css/photoswipe/default-skin/default-skin.min.css\";i:49;s:36:\"assets/css/photoswipe/photoswipe.css\";i:50;s:40:\"assets/css/photoswipe/photoswipe.min.css\";i:51;s:30:\"assets/css/prettyPhoto-rtl.css\";i:52;s:26:\"assets/css/prettyPhoto.css\";i:53;s:27:\"assets/css/prettyPhoto.scss\";i:54;s:26:\"assets/css/privacy-rtl.css\";i:55;s:22:\"assets/css/privacy.css\";i:56;s:23:\"assets/css/privacy.scss\";i:57;s:32:\"assets/css/reports-print-rtl.css\";i:58;s:28:\"assets/css/reports-print.css\";i:59;s:29:\"assets/css/reports-print.scss\";i:60;s:22:\"assets/css/select2.css\";i:61;s:23:\"assets/css/select2.scss\";i:62;s:34:\"assets/css/twenty-nineteen-rtl.css\";i:63;s:30:\"assets/css/twenty-nineteen.css\";i:64;s:31:\"assets/css/twenty-nineteen.scss\";i:65;s:35:\"assets/css/twenty-seventeen-rtl.css\";i:66;s:31:\"assets/css/twenty-seventeen.css\";i:67;s:32:\"assets/css/twenty-seventeen.scss\";i:68;s:42:\"assets/css/twenty-twenty-one-admin-rtl.css\";i:69;s:38:\"assets/css/twenty-twenty-one-admin.css\";i:70;s:39:\"assets/css/twenty-twenty-one-admin.scss\";i:71;s:36:\"assets/css/twenty-twenty-one-rtl.css\";i:72;s:32:\"assets/css/twenty-twenty-one.css\";i:73;s:33:\"assets/css/twenty-twenty-one.scss\";i:74;s:32:\"assets/css/twenty-twenty-rtl.css\";i:75;s:28:\"assets/css/twenty-twenty.css\";i:76;s:29:\"assets/css/twenty-twenty.scss\";i:77;s:27:\"assets/css/wc-setup-rtl.css\";i:78;s:23:\"assets/css/wc-setup.css\";i:79;s:24:\"assets/css/wc-setup.scss\";i:80;s:37:\"assets/css/woocommerce-layout-rtl.css\";i:81;s:33:\"assets/css/woocommerce-layout.css\";i:82;s:34:\"assets/css/woocommerce-layout.scss\";i:83;s:30:\"assets/css/woocommerce-rtl.css\";i:84;s:42:\"assets/css/woocommerce-smallscreen-rtl.css\";i:85;s:38:\"assets/css/woocommerce-smallscreen.css\";i:86;s:39:\"assets/css/woocommerce-smallscreen.scss\";i:87;s:26:\"assets/css/woocommerce.css\";i:88;s:27:\"assets/css/woocommerce.scss\";i:151;s:34:\"assets/js/accounting/accounting.js\";i:152;s:38:\"assets/js/accounting/accounting.min.js\";i:153;s:27:\"assets/js/admin/api-keys.js\";i:154;s:31:\"assets/js/admin/api-keys.min.js\";i:155;s:33:\"assets/js/admin/backbone-modal.js\";i:156;s:37:\"assets/js/admin/backbone-modal.min.js\";i:157;s:42:\"assets/js/admin/marketplace-suggestions.js\";i:158;s:46:\"assets/js/admin/marketplace-suggestions.min.js\";i:159;s:36:\"assets/js/admin/meta-boxes-coupon.js\";i:160;s:40:\"assets/js/admin/meta-boxes-coupon.min.js\";i:161;s:35:\"assets/js/admin/meta-boxes-order.js\";i:162;s:39:\"assets/js/admin/meta-boxes-order.min.js\";i:163;s:47:\"assets/js/admin/meta-boxes-product-variation.js\";i:164;s:51:\"assets/js/admin/meta-boxes-product-variation.min.js\";i:165;s:37:\"assets/js/admin/meta-boxes-product.js\";i:166;s:41:\"assets/js/admin/meta-boxes-product.min.js\";i:167;s:29:\"assets/js/admin/meta-boxes.js\";i:168;s:33:\"assets/js/admin/meta-boxes.min.js\";i:169;s:33:\"assets/js/admin/network-orders.js\";i:170;s:37:\"assets/js/admin/network-orders.min.js\";i:171;s:35:\"assets/js/admin/product-ordering.js\";i:172;s:39:\"assets/js/admin/product-ordering.min.js\";i:173;s:29:\"assets/js/admin/quick-edit.js\";i:174;s:33:\"assets/js/admin/quick-edit.min.js\";i:175;s:26:\"assets/js/admin/reports.js\";i:176;s:30:\"assets/js/admin/reports.min.js\";i:177;s:51:\"assets/js/admin/settings-views-html-settings-tax.js\";i:178;s:55:\"assets/js/admin/settings-views-html-settings-tax.min.js\";i:179;s:27:\"assets/js/admin/settings.js\";i:180;s:31:\"assets/js/admin/settings.min.js\";i:181;s:32:\"assets/js/admin/system-status.js\";i:182;s:36:\"assets/js/admin/system-status.min.js\";i:183;s:32:\"assets/js/admin/term-ordering.js\";i:184;s:36:\"assets/js/admin/term-ordering.min.js\";i:185;s:24:\"assets/js/admin/users.js\";i:186;s:28:\"assets/js/admin/users.min.js\";i:187;s:31:\"assets/js/admin/wc-clipboard.js\";i:188;s:35:\"assets/js/admin/wc-clipboard.min.js\";i:189;s:37:\"assets/js/admin/wc-enhanced-select.js\";i:190;s:41:\"assets/js/admin/wc-enhanced-select.min.js\";i:191;s:28:\"assets/js/admin/wc-orders.js\";i:192;s:32:\"assets/js/admin/wc-orders.min.js\";i:193;s:36:\"assets/js/admin/wc-product-export.js\";i:194;s:40:\"assets/js/admin/wc-product-export.min.js\";i:195;s:36:\"assets/js/admin/wc-product-import.js\";i:196;s:40:\"assets/js/admin/wc-product-import.min.js\";i:197;s:27:\"assets/js/admin/wc-setup.js\";i:198;s:31:\"assets/js/admin/wc-setup.min.js\";i:199;s:38:\"assets/js/admin/wc-shipping-classes.js\";i:200;s:42:\"assets/js/admin/wc-shipping-classes.min.js\";i:201;s:43:\"assets/js/admin/wc-shipping-zone-methods.js\";i:202;s:47:\"assets/js/admin/wc-shipping-zone-methods.min.js\";i:203;s:36:\"assets/js/admin/wc-shipping-zones.js\";i:204;s:40:\"assets/js/admin/wc-shipping-zones.min.js\";i:205;s:36:\"assets/js/admin/woocommerce_admin.js\";i:206;s:40:\"assets/js/admin/woocommerce_admin.min.js\";i:207;s:41:\"assets/js/flexslider/jquery.flexslider.js\";i:208;s:45:\"assets/js/flexslider/jquery.flexslider.min.js\";i:209;s:40:\"assets/js/frontend/add-payment-method.js\";i:210;s:44:\"assets/js/frontend/add-payment-method.min.js\";i:211;s:43:\"assets/js/frontend/add-to-cart-variation.js\";i:212;s:47:\"assets/js/frontend/add-to-cart-variation.min.js\";i:213;s:33:\"assets/js/frontend/add-to-cart.js\";i:214;s:37:\"assets/js/frontend/add-to-cart.min.js\";i:215;s:34:\"assets/js/frontend/address-i18n.js\";i:216;s:38:\"assets/js/frontend/address-i18n.min.js\";i:217;s:36:\"assets/js/frontend/cart-fragments.js\";i:218;s:40:\"assets/js/frontend/cart-fragments.min.js\";i:219;s:26:\"assets/js/frontend/cart.js\";i:220;s:30:\"assets/js/frontend/cart.min.js\";i:221;s:30:\"assets/js/frontend/checkout.js\";i:222;s:34:\"assets/js/frontend/checkout.min.js\";i:223;s:36:\"assets/js/frontend/country-select.js\";i:224;s:40:\"assets/js/frontend/country-select.min.js\";i:225;s:38:\"assets/js/frontend/credit-card-form.js\";i:226;s:42:\"assets/js/frontend/credit-card-form.min.js\";i:227;s:33:\"assets/js/frontend/geolocation.js\";i:228;s:37:\"assets/js/frontend/geolocation.min.js\";i:229;s:35:\"assets/js/frontend/lost-password.js\";i:230;s:39:\"assets/js/frontend/lost-password.min.js\";i:231;s:45:\"assets/js/frontend/password-strength-meter.js\";i:232;s:49:\"assets/js/frontend/password-strength-meter.min.js\";i:233;s:34:\"assets/js/frontend/price-slider.js\";i:234;s:38:\"assets/js/frontend/price-slider.min.js\";i:235;s:36:\"assets/js/frontend/single-product.js\";i:236;s:40:\"assets/js/frontend/single-product.min.js\";i:237;s:39:\"assets/js/frontend/tokenization-form.js\";i:238;s:43:\"assets/js/frontend/tokenization-form.min.js\";i:239;s:33:\"assets/js/frontend/woocommerce.js\";i:240;s:37:\"assets/js/frontend/woocommerce.min.js\";i:241;s:42:\"assets/js/jquery-blockui/jquery.blockUI.js\";i:242;s:46:\"assets/js/jquery-blockui/jquery.blockUI.min.js\";i:243;s:40:\"assets/js/jquery-cookie/jquery.cookie.js\";i:244;s:44:\"assets/js/jquery-cookie/jquery.cookie.min.js\";i:245;s:36:\"assets/js/jquery-flot/jquery.flot.js\";i:246;s:40:\"assets/js/jquery-flot/jquery.flot.min.js\";i:247;s:40:\"assets/js/jquery-flot/jquery.flot.pie.js\";i:248;s:44:\"assets/js/jquery-flot/jquery.flot.pie.min.js\";i:249;s:43:\"assets/js/jquery-flot/jquery.flot.resize.js\";i:250;s:47:\"assets/js/jquery-flot/jquery.flot.resize.min.js\";i:251;s:42:\"assets/js/jquery-flot/jquery.flot.stack.js\";i:252;s:46:\"assets/js/jquery-flot/jquery.flot.stack.min.js\";i:253;s:41:\"assets/js/jquery-flot/jquery.flot.time.js\";i:254;s:45:\"assets/js/jquery-flot/jquery.flot.time.min.js\";i:255;s:42:\"assets/js/jquery-payment/jquery.payment.js\";i:256;s:46:\"assets/js/jquery-payment/jquery.payment.min.js\";i:257;s:40:\"assets/js/jquery-qrcode/jquery.qrcode.js\";i:258;s:44:\"assets/js/jquery-qrcode/jquery.qrcode.min.js\";i:259;s:54:\"assets/js/jquery-serializejson/jquery.serializejson.js\";i:260;s:58:\"assets/js/jquery-serializejson/jquery.serializejson.min.js\";i:261;s:40:\"assets/js/jquery-tiptip/jquery.tipTip.js\";i:262;s:44:\"assets/js/jquery-tiptip/jquery.tipTip.min.js\";i:263;s:56:\"assets/js/jquery-ui-touch-punch/jquery-ui-touch-punch.js\";i:264;s:60:\"assets/js/jquery-ui-touch-punch/jquery-ui-touch-punch.min.js\";i:265;s:32:\"assets/js/js-cookie/js.cookie.js\";i:266;s:36:\"assets/js/js-cookie/js.cookie.min.js\";i:267;s:45:\"assets/js/photoswipe/photoswipe-ui-default.js\";i:268;s:49:\"assets/js/photoswipe/photoswipe-ui-default.min.js\";i:269;s:34:\"assets/js/photoswipe/photoswipe.js\";i:270;s:38:\"assets/js/photoswipe/photoswipe.min.js\";i:271;s:48:\"assets/js/prettyPhoto/jquery.prettyPhoto.init.js\";i:272;s:52:\"assets/js/prettyPhoto/jquery.prettyPhoto.init.min.js\";i:273;s:43:\"assets/js/prettyPhoto/jquery.prettyPhoto.js\";i:274;s:47:\"assets/js/prettyPhoto/jquery.prettyPhoto.min.js\";i:275;s:24:\"assets/js/round/round.js\";i:276;s:28:\"assets/js/round/round.min.js\";i:277;s:33:\"assets/js/select2/select2.full.js\";i:278;s:37:\"assets/js/select2/select2.full.min.js\";i:279;s:28:\"assets/js/select2/select2.js\";i:280;s:32:\"assets/js/select2/select2.min.js\";i:281;s:37:\"assets/js/selectWoo/selectWoo.full.js\";i:282;s:41:\"assets/js/selectWoo/selectWoo.full.min.js\";i:283;s:32:\"assets/js/selectWoo/selectWoo.js\";i:284;s:36:\"assets/js/selectWoo/selectWoo.min.js\";i:285;s:36:\"assets/js/stupidtable/stupidtable.js\";i:286;s:40:\"assets/js/stupidtable/stupidtable.min.js\";i:288;s:47:\"assets/js/zeroclipboard/jquery.zeroclipboard.js\";i:289;s:51:\"assets/js/zeroclipboard/jquery.zeroclipboard.min.js\";i:290;s:29:\"assets/js/zoom/jquery.zoom.js\";i:291;s:33:\"assets/js/zoom/jquery.zoom.min.js\";i:614;s:50:\"includes/gateways/paypal/assets/js/paypal-admin.js\";i:615;s:54:\"includes/gateways/paypal/assets/js/paypal-admin.min.js\";i:1000;s:53:\"packages/woocommerce-admin/chunk-src-version-param.js\";i:1001;s:44:\"packages/woocommerce-admin/dist/app/index.js\";i:1003;s:48:\"packages/woocommerce-admin/dist/app/index.min.js\";i:1005;s:45:\"packages/woocommerce-admin/dist/app/style.css\";i:1006;s:49:\"packages/woocommerce-admin/dist/app/style.rtl.css\";i:1007;s:70:\"packages/woocommerce-admin/dist/beta-features-tracking-modal/style.css\";i:1008;s:74:\"packages/woocommerce-admin/dist/beta-features-tracking-modal/style.rtl.css\";i:1009;s:43:\"packages/woocommerce-admin/dist/chunks/0.js\";i:1010;s:47:\"packages/woocommerce-admin/dist/chunks/0.min.js\";i:1011;s:50:\"packages/woocommerce-admin/dist/chunks/0.style.css\";i:1012;s:54:\"packages/woocommerce-admin/dist/chunks/0.style.rtl.css\";i:1013;s:43:\"packages/woocommerce-admin/dist/chunks/1.js\";i:1015;s:47:\"packages/woocommerce-admin/dist/chunks/1.min.js\";i:1017;s:51:\"packages/woocommerce-admin/dist/chunks/14.style.css\";i:1018;s:55:\"packages/woocommerce-admin/dist/chunks/14.style.rtl.css\";i:1019;s:43:\"packages/woocommerce-admin/dist/chunks/2.js\";i:1020;s:47:\"packages/woocommerce-admin/dist/chunks/2.min.js\";i:1021;s:51:\"packages/woocommerce-admin/dist/chunks/20.style.css\";i:1022;s:55:\"packages/woocommerce-admin/dist/chunks/20.style.rtl.css\";i:1023;s:51:\"packages/woocommerce-admin/dist/chunks/28.style.css\";i:1024;s:55:\"packages/woocommerce-admin/dist/chunks/28.style.rtl.css\";i:1025;s:51:\"packages/woocommerce-admin/dist/chunks/29.style.css\";i:1026;s:55:\"packages/woocommerce-admin/dist/chunks/29.style.rtl.css\";i:1027;s:43:\"packages/woocommerce-admin/dist/chunks/3.js\";i:1028;s:47:\"packages/woocommerce-admin/dist/chunks/3.min.js\";i:1029;s:50:\"packages/woocommerce-admin/dist/chunks/3.style.css\";i:1030;s:54:\"packages/woocommerce-admin/dist/chunks/3.style.rtl.css\";i:1031;s:51:\"packages/woocommerce-admin/dist/chunks/32.style.css\";i:1032;s:55:\"packages/woocommerce-admin/dist/chunks/32.style.rtl.css\";i:1033;s:51:\"packages/woocommerce-admin/dist/chunks/34.style.css\";i:1034;s:55:\"packages/woocommerce-admin/dist/chunks/34.style.rtl.css\";i:1035;s:51:\"packages/woocommerce-admin/dist/chunks/36.style.css\";i:1036;s:55:\"packages/woocommerce-admin/dist/chunks/36.style.rtl.css\";i:1037;s:43:\"packages/woocommerce-admin/dist/chunks/4.js\";i:1038;s:47:\"packages/woocommerce-admin/dist/chunks/4.min.js\";i:1039;s:50:\"packages/woocommerce-admin/dist/chunks/4.style.css\";i:1040;s:54:\"packages/woocommerce-admin/dist/chunks/4.style.rtl.css\";i:1041;s:51:\"packages/woocommerce-admin/dist/chunks/46.style.css\";i:1042;s:55:\"packages/woocommerce-admin/dist/chunks/46.style.rtl.css\";i:1043;s:51:\"packages/woocommerce-admin/dist/chunks/47.style.css\";i:1044;s:55:\"packages/woocommerce-admin/dist/chunks/47.style.rtl.css\";i:1045;s:51:\"packages/woocommerce-admin/dist/chunks/48.style.css\";i:1046;s:55:\"packages/woocommerce-admin/dist/chunks/48.style.rtl.css\";i:1047;s:51:\"packages/woocommerce-admin/dist/chunks/49.style.css\";i:1048;s:55:\"packages/woocommerce-admin/dist/chunks/49.style.rtl.css\";i:1049;s:43:\"packages/woocommerce-admin/dist/chunks/5.js\";i:1050;s:47:\"packages/woocommerce-admin/dist/chunks/5.min.js\";i:1051;s:44:\"packages/woocommerce-admin/dist/chunks/52.js\";i:1052;s:48:\"packages/woocommerce-admin/dist/chunks/52.min.js\";i:1053;s:44:\"packages/woocommerce-admin/dist/chunks/53.js\";i:1054;s:48:\"packages/woocommerce-admin/dist/chunks/53.min.js\";i:1055;s:43:\"packages/woocommerce-admin/dist/chunks/6.js\";i:1056;s:47:\"packages/woocommerce-admin/dist/chunks/6.min.js\";i:1057;s:50:\"packages/woocommerce-admin/dist/chunks/7.style.css\";i:1058;s:54:\"packages/woocommerce-admin/dist/chunks/7.style.rtl.css\";i:1059;s:50:\"packages/woocommerce-admin/dist/chunks/9.style.css\";i:1060;s:54:\"packages/woocommerce-admin/dist/chunks/9.style.rtl.css\";i:1061;s:62:\"packages/woocommerce-admin/dist/chunks/activity-panels-help.js\";i:1062;s:66:\"packages/woocommerce-admin/dist/chunks/activity-panels-help.min.js\";i:1063;s:63:\"packages/woocommerce-admin/dist/chunks/activity-panels-inbox.js\";i:1064;s:67:\"packages/woocommerce-admin/dist/chunks/activity-panels-inbox.min.js\";i:1065;s:69:\"packages/woocommerce-admin/dist/chunks/analytics-report-categories.js\";i:1066;s:73:\"packages/woocommerce-admin/dist/chunks/analytics-report-categories.min.js\";i:1067;s:66:\"packages/woocommerce-admin/dist/chunks/analytics-report-coupons.js\";i:1068;s:70:\"packages/woocommerce-admin/dist/chunks/analytics-report-coupons.min.js\";i:1069;s:68:\"packages/woocommerce-admin/dist/chunks/analytics-report-customers.js\";i:1070;s:72:\"packages/woocommerce-admin/dist/chunks/analytics-report-customers.min.js\";i:1071;s:68:\"packages/woocommerce-admin/dist/chunks/analytics-report-downloads.js\";i:1072;s:72:\"packages/woocommerce-admin/dist/chunks/analytics-report-downloads.min.js\";i:1073;s:65:\"packages/woocommerce-admin/dist/chunks/analytics-report-orders.js\";i:1074;s:69:\"packages/woocommerce-admin/dist/chunks/analytics-report-orders.min.js\";i:1075;s:67:\"packages/woocommerce-admin/dist/chunks/analytics-report-products.js\";i:1076;s:71:\"packages/woocommerce-admin/dist/chunks/analytics-report-products.min.js\";i:1077;s:66:\"packages/woocommerce-admin/dist/chunks/analytics-report-revenue.js\";i:1078;s:70:\"packages/woocommerce-admin/dist/chunks/analytics-report-revenue.min.js\";i:1079;s:64:\"packages/woocommerce-admin/dist/chunks/analytics-report-stock.js\";i:1080;s:68:\"packages/woocommerce-admin/dist/chunks/analytics-report-stock.min.js\";i:1081;s:64:\"packages/woocommerce-admin/dist/chunks/analytics-report-taxes.js\";i:1082;s:68:\"packages/woocommerce-admin/dist/chunks/analytics-report-taxes.min.js\";i:1083;s:69:\"packages/woocommerce-admin/dist/chunks/analytics-report-variations.js\";i:1084;s:73:\"packages/woocommerce-admin/dist/chunks/analytics-report-variations.min.js\";i:1085;s:58:\"packages/woocommerce-admin/dist/chunks/analytics-report.js\";i:1086;s:62:\"packages/woocommerce-admin/dist/chunks/analytics-report.min.js\";i:1087;s:60:\"packages/woocommerce-admin/dist/chunks/analytics-settings.js\";i:1088;s:64:\"packages/woocommerce-admin/dist/chunks/analytics-settings.min.js\";i:1089;s:64:\"packages/woocommerce-admin/dist/chunks/customizable-dashboard.js\";i:1090;s:68:\"packages/woocommerce-admin/dist/chunks/customizable-dashboard.min.js\";i:1091;s:58:\"packages/woocommerce-admin/dist/chunks/dashboard-charts.js\";i:1092;s:62:\"packages/woocommerce-admin/dist/chunks/dashboard-charts.min.js\";i:1093;s:51:\"packages/woocommerce-admin/dist/chunks/dashboard.js\";i:1094;s:55:\"packages/woocommerce-admin/dist/chunks/dashboard.min.js\";i:1095;s:52:\"packages/woocommerce-admin/dist/chunks/homescreen.js\";i:1096;s:56:\"packages/woocommerce-admin/dist/chunks/homescreen.min.js\";i:1097;s:54:\"packages/woocommerce-admin/dist/chunks/leaderboards.js\";i:1098;s:58:\"packages/woocommerce-admin/dist/chunks/leaderboards.min.js\";i:1099;s:60:\"packages/woocommerce-admin/dist/chunks/marketing-overview.js\";i:1100;s:64:\"packages/woocommerce-admin/dist/chunks/marketing-overview.min.js\";i:1101;s:56:\"packages/woocommerce-admin/dist/chunks/profile-wizard.js\";i:1102;s:60:\"packages/woocommerce-admin/dist/chunks/profile-wizard.min.js\";i:1103;s:54:\"packages/woocommerce-admin/dist/chunks/store-alerts.js\";i:1104;s:58:\"packages/woocommerce-admin/dist/chunks/store-alerts.min.js\";i:1105;s:59:\"packages/woocommerce-admin/dist/chunks/store-performance.js\";i:1106;s:63:\"packages/woocommerce-admin/dist/chunks/store-performance.min.js\";i:1107;s:51:\"packages/woocommerce-admin/dist/chunks/task-list.js\";i:1108;s:55:\"packages/woocommerce-admin/dist/chunks/task-list.min.js\";i:1109;s:59:\"packages/woocommerce-admin/dist/chunks/wcpay-usage-modal.js\";i:1110;s:63:\"packages/woocommerce-admin/dist/chunks/wcpay-usage-modal.min.js\";i:1111;s:53:\"packages/woocommerce-admin/dist/components/ie-rtl.css\";i:1112;s:49:\"packages/woocommerce-admin/dist/components/ie.css\";i:1113;s:51:\"packages/woocommerce-admin/dist/components/index.js\";i:1115;s:55:\"packages/woocommerce-admin/dist/components/index.min.js\";i:1117;s:56:\"packages/woocommerce-admin/dist/components/style-rtl.css\";i:1118;s:52:\"packages/woocommerce-admin/dist/components/style.css\";i:1119;s:51:\"packages/woocommerce-admin/dist/csv-export/index.js\";i:1121;s:55:\"packages/woocommerce-admin/dist/csv-export/index.min.js\";i:1123;s:49:\"packages/woocommerce-admin/dist/currency/index.js\";i:1124;s:53:\"packages/woocommerce-admin/dist/currency/index.min.js\";i:1125;s:62:\"packages/woocommerce-admin/dist/customer-effort-score/index.js\";i:1126;s:66:\"packages/woocommerce-admin/dist/customer-effort-score/index.min.js\";i:1127;s:67:\"packages/woocommerce-admin/dist/customer-effort-score/style-rtl.css\";i:1128;s:63:\"packages/woocommerce-admin/dist/customer-effort-score/style.css\";i:1129;s:45:\"packages/woocommerce-admin/dist/data/index.js\";i:1131;s:49:\"packages/woocommerce-admin/dist/data/index.min.js\";i:1133;s:45:\"packages/woocommerce-admin/dist/date/index.js\";i:1134;s:49:\"packages/woocommerce-admin/dist/date/index.min.js\";i:1135;s:44:\"packages/woocommerce-admin/dist/ie/style.css\";i:1136;s:48:\"packages/woocommerce-admin/dist/ie/style.rtl.css\";i:1137;s:59:\"packages/woocommerce-admin/dist/marketing-coupons/style.css\";i:1138;s:63:\"packages/woocommerce-admin/dist/marketing-coupons/style.rtl.css\";i:1139;s:60:\"packages/woocommerce-admin/dist/navigation-opt-out/style.css\";i:1140;s:64:\"packages/woocommerce-admin/dist/navigation-opt-out/style.rtl.css\";i:1141;s:51:\"packages/woocommerce-admin/dist/navigation/index.js\";i:1142;s:55:\"packages/woocommerce-admin/dist/navigation/index.min.js\";i:1143;s:48:\"packages/woocommerce-admin/dist/notices/index.js\";i:1144;s:52:\"packages/woocommerce-admin/dist/notices/index.min.js\";i:1145;s:47:\"packages/woocommerce-admin/dist/number/index.js\";i:1146;s:51:\"packages/woocommerce-admin/dist/number/index.min.js\";i:1147;s:69:\"packages/woocommerce-admin/dist/print-shipping-label-banner/style.css\";i:1148;s:73:\"packages/woocommerce-admin/dist/print-shipping-label-banner/style.rtl.css\";i:1149;s:47:\"packages/woocommerce-admin/dist/tracks/index.js\";i:1150;s:51:\"packages/woocommerce-admin/dist/tracks/index.min.js\";i:1151;s:80:\"packages/woocommerce-admin/dist/wp-admin-scripts/beta-features-tracking-modal.js\";i:1152;s:84:\"packages/woocommerce-admin/dist/wp-admin-scripts/beta-features-tracking-modal.min.js\";i:1153;s:69:\"packages/woocommerce-admin/dist/wp-admin-scripts/marketing-coupons.js\";i:1155;s:73:\"packages/woocommerce-admin/dist/wp-admin-scripts/marketing-coupons.min.js\";i:1157;s:70:\"packages/woocommerce-admin/dist/wp-admin-scripts/navigation-opt-out.js\";i:1158;s:74:\"packages/woocommerce-admin/dist/wp-admin-scripts/navigation-opt-out.min.js\";i:1159;s:78:\"packages/woocommerce-admin/dist/wp-admin-scripts/onboarding-homepage-notice.js\";i:1160;s:82:\"packages/woocommerce-admin/dist/wp-admin-scripts/onboarding-homepage-notice.min.js\";i:1161;s:84:\"packages/woocommerce-admin/dist/wp-admin-scripts/onboarding-product-import-notice.js\";i:1162;s:88:\"packages/woocommerce-admin/dist/wp-admin-scripts/onboarding-product-import-notice.min.js\";i:1163;s:77:\"packages/woocommerce-admin/dist/wp-admin-scripts/onboarding-product-notice.js\";i:1164;s:81:\"packages/woocommerce-admin/dist/wp-admin-scripts/onboarding-product-notice.min.js\";i:1165;s:73:\"packages/woocommerce-admin/dist/wp-admin-scripts/onboarding-tax-notice.js\";i:1166;s:77:\"packages/woocommerce-admin/dist/wp-admin-scripts/onboarding-tax-notice.min.js\";i:1167;s:79:\"packages/woocommerce-admin/dist/wp-admin-scripts/print-shipping-label-banner.js\";i:1168;s:83:\"packages/woocommerce-admin/dist/wp-admin-scripts/print-shipping-label-banner.min.js\";i:1197;s:48:\"packages/woocommerce-admin/lint-staged.config.js\";i:1430;s:44:\"packages/woocommerce-admin/storybook/main.js\";i:1431;s:47:\"packages/woocommerce-admin/storybook/manager.js\";i:1433;s:47:\"packages/woocommerce-admin/storybook/preview.js\";i:1434;s:47:\"packages/woocommerce-admin/storybook/style.scss\";i:1437;s:38:\"packages/woocommerce-admin/unminify.js\";i:1584;s:66:\"packages/woocommerce-blocks/assets/css/abstracts/_breakpoints.scss\";i:1585;s:61:\"packages/woocommerce-blocks/assets/css/abstracts/_colors.scss\";i:1586;s:61:\"packages/woocommerce-blocks/assets/css/abstracts/_mixins.scss\";i:1587;s:64:\"packages/woocommerce-blocks/assets/css/abstracts/_variables.scss\";i:1588;s:50:\"packages/woocommerce-blocks/assets/css/editor.scss\";i:1589;s:49:\"packages/woocommerce-blocks/assets/css/style.scss\";i:1619;s:69:\"packages/woocommerce-blocks/assets/js/atomic/blocks/component-init.js\";i:1620;s:60:\"packages/woocommerce-blocks/assets/js/atomic/blocks/index.js\";i:1621;s:94:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/attributes.js\";i:1622;s:89:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/block.js\";i:1623;s:93:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/constants.js\";i:1624;s:88:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/edit.js\";i:1625;s:92:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/frontend.js\";i:1626;s:89:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/index.js\";i:1627;s:106:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/external.js\";i:1628;s:122:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/grouped/group-list/index.js\";i:1629;s:111:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/grouped/index.js\";i:1630;s:103:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/index.js\";i:1631;s:104:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/simple.js\";i:1632;s:112:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/variable/index.js\";i:1633;s:144:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/variable/variation-attributes/attribute-picker.js\";i:1634;s:152:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/variable/variation-attributes/attribute-select-control.js\";i:1635;s:133:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/variable/variation-attributes/index.js\";i:1636;s:135:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/variable/variation-attributes/style.scss\";i:1637;s:138:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/variable/variation-attributes/test/index.js\";i:1638;s:133:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/variable/variation-attributes/utils.js\";i:1639;s:109:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/shared/add-to-cart-button.js\";i:1640;s:96:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/shared/index.js\";i:1641;s:110:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/shared/product-unavailable.js\";i:1642;s:105:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/shared/quantity-input.js\";i:1643;s:91:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/style.scss\";i:1644;s:89:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/button/attributes.js\";i:1645;s:84:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/button/block.js\";i:1646;s:88:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/button/constants.js\";i:1647;s:83:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/button/edit.js\";i:1648;s:84:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/button/index.js\";i:1649;s:86:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/button/style.scss\";i:1650;s:96:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/category-list/attributes.js\";i:1651;s:91:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/category-list/block.js\";i:1652;s:95:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/category-list/constants.js\";i:1653;s:90:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/category-list/edit.js\";i:1654;s:91:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/category-list/index.js\";i:1655;s:93:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/category-list/style.scss\";i:1656;s:88:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/attributes.js\";i:1657;s:83:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/block.js\";i:1658;s:87:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/constants.js\";i:1659;s:82:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/edit.js\";i:1660;s:86:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/frontend.js\";i:1661;s:83:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/index.js\";i:1662;s:85:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/style.scss\";i:1663;s:93:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/test/block.test.js\";i:1664;s:88:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/price/attributes.js\";i:1665;s:83:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/price/block.js\";i:1666;s:87:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/price/constants.js\";i:1667;s:82:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/price/edit.js\";i:1668;s:83:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/price/index.js\";i:1669;s:89:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating/attributes.js\";i:1670;s:84:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating/block.js\";i:1671;s:88:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating/constants.js\";i:1672;s:83:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating/edit.js\";i:1673;s:84:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating/index.js\";i:1674;s:86:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating/style.scss\";i:1675;s:93:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/attributes.js\";i:1676;s:88:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/block.js\";i:1677;s:92:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/constants.js\";i:1678;s:87:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/edit.js\";i:1679;s:88:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/index.js\";i:1680;s:90:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/style.scss\";i:1681;s:76:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/save.js\";i:1682;s:85:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/shared/config.js\";i:1683;s:87:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/shared/editor.scss\";i:1684;s:100:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/shared/with-product-selector.js\";i:1685;s:86:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sku/attributes.js\";i:1686;s:81:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sku/block.js\";i:1687;s:85:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sku/constants.js\";i:1688;s:80:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sku/edit.js\";i:1689;s:81:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sku/index.js\";i:1690;s:83:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sku/style.scss\";i:1691;s:98:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/attributes.js\";i:1692;s:93:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/block.js\";i:1693;s:97:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/constants.js\";i:1694;s:92:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/edit.js\";i:1695;s:93:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/index.js\";i:1696;s:95:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/style.scss\";i:1697;s:90:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary/attributes.js\";i:1698;s:85:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary/block.js\";i:1699;s:89:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary/constants.js\";i:1700;s:84:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary/edit.js\";i:1701;s:85:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary/index.js\";i:1702;s:87:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary/style.scss\";i:1703;s:91:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/tag-list/attributes.js\";i:1704;s:86:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/tag-list/block.js\";i:1705;s:90:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/tag-list/constants.js\";i:1706;s:85:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/tag-list/edit.js\";i:1707;s:86:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/tag-list/index.js\";i:1708;s:88:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/tag-list/style.scss\";i:1709;s:88:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/title/attributes.js\";i:1710;s:83:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/title/block.js\";i:1711;s:87:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/title/constants.js\";i:1712;s:82:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/title/edit.js\";i:1713;s:86:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/title/frontend.js\";i:1714;s:83:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/title/index.js\";i:1715;s:85:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/title/style.scss\";i:1716;s:67:\"packages/woocommerce-blocks/assets/js/atomic/utils/block-styling.js\";i:1717;s:81:\"packages/woocommerce-blocks/assets/js/atomic/utils/create-blocks-from-template.js\";i:1718;s:67:\"packages/woocommerce-blocks/assets/js/atomic/utils/get-block-map.js\";i:1719;s:59:\"packages/woocommerce-blocks/assets/js/atomic/utils/index.js\";i:1720;s:73:\"packages/woocommerce-blocks/assets/js/atomic/utils/render-inner-blocks.js\";i:1721;s:73:\"packages/woocommerce-blocks/assets/js/atomic/utils/render-parent-block.js\";i:1722;s:78:\"packages/woocommerce-blocks/assets/js/atomic/utils/render-standalone-blocks.js\";i:1723;s:89:\"packages/woocommerce-blocks/assets/js/base/components/block-error-boundary/block-error.js\";i:1724;s:83:\"packages/woocommerce-blocks/assets/js/base/components/block-error-boundary/index.js\";i:1725;s:85:\"packages/woocommerce-blocks/assets/js/base/components/block-error-boundary/style.scss\";i:1726;s:69:\"packages/woocommerce-blocks/assets/js/base/components/button/index.js\";i:1727;s:77:\"packages/woocommerce-blocks/assets/js/base/components/button/stories/index.js\";i:1728;s:71:\"packages/woocommerce-blocks/assets/js/base/components/button/style.scss\";i:1729;s:96:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/address-form/address-form.js\";i:1730;s:106:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/address-form/country-address-fields.js\";i:1731;s:106:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/address-form/default-address-fields.js\";i:1732;s:89:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/address-form/index.js\";i:1733;s:94:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/address-form/test/index.js\";i:1734;s:86:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/form-step/index.js\";i:1735;s:88:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/form-step/style.scss\";i:1737;s:91:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/form-step/test/index.js\";i:1738;s:76:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/index.js\";i:1739;s:90:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/order-summary/index.js\";i:1740;s:103:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/order-summary/order-summary-item.js\";i:1741;s:92:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/order-summary/style.scss\";i:1742;s:104:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/payment-method-icons/common-icons.js\";i:1743;s:97:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/payment-method-icons/index.js\";i:1744;s:111:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/payment-method-icons/payment-method-icon.js\";i:1745;s:99:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/payment-method-icons/style.scss\";i:1746;s:97:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/payment-method-icons/utils.js\";i:1747;s:97:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/payment-method-label/index.js\";i:1748;s:99:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/payment-method-label/style.scss\";i:1749;s:95:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/place-order-button/index.js\";i:1750;s:85:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/policies/index.js\";i:1751;s:87:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/policies/style.scss\";i:1752;s:100:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-backorder-badge/index.js\";i:1753;s:90:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-badge/index.js\";i:1754;s:92:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-badge/style.scss\";i:1755;s:92:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-details/index.js\";i:1756;s:94:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-details/style.scss\";i:1758;s:97:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-details/test/index.js\";i:1759;s:90:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-image/index.js\";i:1760;s:100:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-low-stock-badge/index.js\";i:1761;s:93:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-metadata/index.js\";i:1762;s:95:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-metadata/style.scss\";i:1763;s:95:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-sale-badge/index.js\";i:1764;s:92:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-summary/index.js\";i:1765;s:98:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/return-to-cart-button/index.js\";i:1766;s:100:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/return-to-cart-button/style.scss\";i:1767;s:98:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-calculator/address.js\";i:1768;s:96:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-calculator/index.js\";i:1769;s:98:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-calculator/style.scss\";i:1770;s:94:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-location/index.js\";i:1771;s:99:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-rates-control/index.js\";i:1772;s:90:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/coupon/index.js\";i:1773;s:98:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/coupon/stories/index.js\";i:1774;s:92:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/coupon/style.scss\";i:1775;s:92:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/discount/index.js\";i:1776;s:100:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/discount/stories/index.js\";i:1777;s:94:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/discount/style.scss\";i:1778;s:95:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/footer-item/index.js\";i:1779;s:103:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/footer-item/stories/index.js\";i:1780;s:97:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/footer-item/style.scss\";i:1781;s:83:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/index.js\";i:1782;s:104:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/shipping/has-shipping-rate.js\";i:1783;s:92:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/shipping/index.js\";i:1784;s:109:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/shipping/shipping-rate-selector.js\";i:1785;s:100:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/shipping/stories/index.js\";i:1786;s:94:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/shipping/style.scss\";i:1787;s:79:\"packages/woocommerce-blocks/assets/js/base/components/checkbox-control/index.js\";i:1788;s:87:\"packages/woocommerce-blocks/assets/js/base/components/checkbox-control/stories/index.js\";i:1789;s:81:\"packages/woocommerce-blocks/assets/js/base/components/checkbox-control/style.scss\";i:1790;s:76:\"packages/woocommerce-blocks/assets/js/base/components/checkbox-list/index.js\";i:1791;s:78:\"packages/woocommerce-blocks/assets/js/base/components/checkbox-list/style.scss\";i:1792;s:66:\"packages/woocommerce-blocks/assets/js/base/components/chip/chip.js\";i:1793;s:67:\"packages/woocommerce-blocks/assets/js/base/components/chip/index.js\";i:1794;s:76:\"packages/woocommerce-blocks/assets/js/base/components/chip/removable-chip.js\";i:1795;s:69:\"packages/woocommerce-blocks/assets/js/base/components/chip/style.scss\";i:1797;s:72:\"packages/woocommerce-blocks/assets/js/base/components/chip/test/index.js\";i:1798;s:92:\"packages/woocommerce-blocks/assets/js/base/components/country-input/billing-country-input.js\";i:1799;s:84:\"packages/woocommerce-blocks/assets/js/base/components/country-input/country-input.js\";i:1800;s:76:\"packages/woocommerce-blocks/assets/js/base/components/country-input/index.js\";i:1801;s:93:\"packages/woocommerce-blocks/assets/js/base/components/country-input/shipping-country-input.js\";i:1802;s:95:\"packages/woocommerce-blocks/assets/js/base/components/country-input/stories/countries-filler.js\";i:1803;s:84:\"packages/woocommerce-blocks/assets/js/base/components/country-input/stories/index.js\";i:1804;s:78:\"packages/woocommerce-blocks/assets/js/base/components/country-input/style.scss\";i:1805;s:80:\"packages/woocommerce-blocks/assets/js/base/components/dropdown-selector/index.js\";i:1806;s:88:\"packages/woocommerce-blocks/assets/js/base/components/dropdown-selector/input-wrapper.js\";i:1807;s:80:\"packages/woocommerce-blocks/assets/js/base/components/dropdown-selector/input.js\";i:1808;s:79:\"packages/woocommerce-blocks/assets/js/base/components/dropdown-selector/menu.js\";i:1809;s:88:\"packages/woocommerce-blocks/assets/js/base/components/dropdown-selector/selected-chip.js\";i:1810;s:89:\"packages/woocommerce-blocks/assets/js/base/components/dropdown-selector/selected-value.js\";i:1811;s:82:\"packages/woocommerce-blocks/assets/js/base/components/dropdown-selector/style.scss\";i:1812;s:83:\"packages/woocommerce-blocks/assets/js/base/components/filter-submit-button/index.js\";i:1813;s:85:\"packages/woocommerce-blocks/assets/js/base/components/filter-submit-button/style.scss\";i:1814;s:67:\"packages/woocommerce-blocks/assets/js/base/components/form/index.js\";i:1815;s:88:\"packages/woocommerce-blocks/assets/js/base/components/formatted-monetary-amount/index.js\";i:1816;s:90:\"packages/woocommerce-blocks/assets/js/base/components/formatted-monetary-amount/style.scss\";i:1817;s:68:\"packages/woocommerce-blocks/assets/js/base/components/label/index.js\";i:1819;s:73:\"packages/woocommerce-blocks/assets/js/base/components/label/test/index.js\";i:1820;s:79:\"packages/woocommerce-blocks/assets/js/base/components/load-more-button/index.js\";i:1821;s:81:\"packages/woocommerce-blocks/assets/js/base/components/load-more-button/style.scss\";i:1822;s:75:\"packages/woocommerce-blocks/assets/js/base/components/loading-mask/index.js\";i:1823;s:77:\"packages/woocommerce-blocks/assets/js/base/components/loading-mask/style.scss\";i:1824;s:73:\"packages/woocommerce-blocks/assets/js/base/components/pagination/index.js\";i:1825;s:75:\"packages/woocommerce-blocks/assets/js/base/components/pagination/style.scss\";i:1826;s:78:\"packages/woocommerce-blocks/assets/js/base/components/pagination/test/index.js\";i:1827;s:73:\"packages/woocommerce-blocks/assets/js/base/components/pagination/utils.js\";i:1828;s:96:\"packages/woocommerce-blocks/assets/js/base/components/payment-methods/express-payment-methods.js\";i:1829;s:109:\"packages/woocommerce-blocks/assets/js/base/components/payment-methods/express-payment/cart-express-payment.js\";i:1830;s:113:\"packages/woocommerce-blocks/assets/js/base/components/payment-methods/express-payment/checkout-express-payment.js\";i:1831;s:94:\"packages/woocommerce-blocks/assets/js/base/components/payment-methods/express-payment/index.js\";i:1832;s:96:\"packages/woocommerce-blocks/assets/js/base/components/payment-methods/express-payment/style.scss\";i:1833;s:78:\"packages/woocommerce-blocks/assets/js/base/components/payment-methods/index.js\";i:1834;s:97:\"packages/woocommerce-blocks/assets/js/base/components/payment-methods/no-payment-methods/index.js\";i:1835;s:99:\"packages/woocommerce-blocks/assets/js/base/components/payment-methods/no-payment-methods/style.scss\";i:1836;s:92:\"packages/woocommerce-blocks/assets/js/base/components/payment-methods/payment-method-card.js\";i:1837;s:102:\"packages/woocommerce-blocks/assets/js/base/components/payment-methods/payment-method-error-boundary.js\";i:1838;s:95:\"packages/woocommerce-blocks/assets/js/base/components/payment-methods/payment-method-options.js\";i:1839;s:88:\"packages/woocommerce-blocks/assets/js/base/components/payment-methods/payment-methods.js\";i:1840;s:101:\"packages/woocommerce-blocks/assets/js/base/components/payment-methods/saved-payment-method-options.js\";i:1841;s:80:\"packages/woocommerce-blocks/assets/js/base/components/payment-methods/style.scss\";i:1842;s:93:\"packages/woocommerce-blocks/assets/js/base/components/payment-methods/test/payment-methods.js\";i:1843;s:99:\"packages/woocommerce-blocks/assets/js/base/components/price-slider/constrain-range-slider-values.js\";i:1844;s:75:\"packages/woocommerce-blocks/assets/js/base/components/price-slider/index.js\";i:1845;s:83:\"packages/woocommerce-blocks/assets/js/base/components/price-slider/stories/index.js\";i:1846;s:77:\"packages/woocommerce-blocks/assets/js/base/components/price-slider/style.scss\";i:1847;s:104:\"packages/woocommerce-blocks/assets/js/base/components/price-slider/test/constrain-range-slider-values.js\";i:1848;s:80:\"packages/woocommerce-blocks/assets/js/base/components/product-list-item/index.js\";i:1849;s:80:\"packages/woocommerce-blocks/assets/js/base/components/product-list-item/utils.js\";i:1850;s:79:\"packages/woocommerce-blocks/assets/js/base/components/product-list/container.js\";i:1851;s:75:\"packages/woocommerce-blocks/assets/js/base/components/product-list/index.js\";i:1852;s:90:\"packages/woocommerce-blocks/assets/js/base/components/product-list/no-matching-products.js\";i:1853;s:81:\"packages/woocommerce-blocks/assets/js/base/components/product-list/no-products.js\";i:1854;s:82:\"packages/woocommerce-blocks/assets/js/base/components/product-list/product-list.js\";i:1855;s:77:\"packages/woocommerce-blocks/assets/js/base/components/product-list/style.scss\";i:1856;s:75:\"packages/woocommerce-blocks/assets/js/base/components/product-name/index.js\";i:1857;s:83:\"packages/woocommerce-blocks/assets/js/base/components/product-name/stories/index.js\";i:1858;s:77:\"packages/woocommerce-blocks/assets/js/base/components/product-name/style.scss\";i:1860;s:80:\"packages/woocommerce-blocks/assets/js/base/components/product-name/test/index.js\";i:1861;s:76:\"packages/woocommerce-blocks/assets/js/base/components/product-price/index.js\";i:1862;s:84:\"packages/woocommerce-blocks/assets/js/base/components/product-price/stories/index.js\";i:1863;s:78:\"packages/woocommerce-blocks/assets/js/base/components/product-price/style.scss\";i:1864;s:82:\"packages/woocommerce-blocks/assets/js/base/components/product-sort-select/index.js\";i:1865;s:84:\"packages/woocommerce-blocks/assets/js/base/components/product-sort-select/style.scss\";i:1866;s:80:\"packages/woocommerce-blocks/assets/js/base/components/quantity-selector/index.js\";i:1867;s:88:\"packages/woocommerce-blocks/assets/js/base/components/quantity-selector/stories/index.js\";i:1868;s:82:\"packages/woocommerce-blocks/assets/js/base/components/quantity-selector/style.scss\";i:1869;s:86:\"packages/woocommerce-blocks/assets/js/base/components/radio-control-accordion/index.js\";i:1870;s:76:\"packages/woocommerce-blocks/assets/js/base/components/radio-control/index.js\";i:1871;s:84:\"packages/woocommerce-blocks/assets/js/base/components/radio-control/option-layout.js\";i:1872;s:77:\"packages/woocommerce-blocks/assets/js/base/components/radio-control/option.js\";i:1873;s:78:\"packages/woocommerce-blocks/assets/js/base/components/radio-control/style.scss\";i:1874;s:72:\"packages/woocommerce-blocks/assets/js/base/components/read-more/index.js\";i:1875;s:80:\"packages/woocommerce-blocks/assets/js/base/components/read-more/stories/index.js\";i:1876;s:77:\"packages/woocommerce-blocks/assets/js/base/components/read-more/test/index.js\";i:1877;s:72:\"packages/woocommerce-blocks/assets/js/base/components/read-more/utils.js\";i:1878;s:70:\"packages/woocommerce-blocks/assets/js/base/components/reviews/index.js\";i:1879;s:87:\"packages/woocommerce-blocks/assets/js/base/components/reviews/review-list-item/index.js\";i:1880;s:89:\"packages/woocommerce-blocks/assets/js/base/components/reviews/review-list-item/style.scss\";i:1881;s:82:\"packages/woocommerce-blocks/assets/js/base/components/reviews/review-list/index.js\";i:1882;s:84:\"packages/woocommerce-blocks/assets/js/base/components/reviews/review-list/style.scss\";i:1883;s:89:\"packages/woocommerce-blocks/assets/js/base/components/reviews/review-sort-select/index.js\";i:1884;s:91:\"packages/woocommerce-blocks/assets/js/base/components/reviews/review-sort-select/style.scss\";i:1885;s:69:\"packages/woocommerce-blocks/assets/js/base/components/select/index.js\";i:1886;s:71:\"packages/woocommerce-blocks/assets/js/base/components/select/style.scss\";i:1887;s:73:\"packages/woocommerce-blocks/assets/js/base/components/select/validated.js\";i:1888;s:77:\"packages/woocommerce-blocks/assets/js/base/components/sidebar-layout/index.js\";i:1889;s:76:\"packages/woocommerce-blocks/assets/js/base/components/sidebar-layout/main.js\";i:1890;s:86:\"packages/woocommerce-blocks/assets/js/base/components/sidebar-layout/sidebar-layout.js\";i:1891;s:79:\"packages/woocommerce-blocks/assets/js/base/components/sidebar-layout/sidebar.js\";i:1892;s:79:\"packages/woocommerce-blocks/assets/js/base/components/sidebar-layout/style.scss\";i:1893;s:74:\"packages/woocommerce-blocks/assets/js/base/components/sort-select/index.js\";i:1894;s:76:\"packages/woocommerce-blocks/assets/js/base/components/sort-select/style.scss\";i:1895;s:88:\"packages/woocommerce-blocks/assets/js/base/components/state-input/billing-state-input.js\";i:1896;s:74:\"packages/woocommerce-blocks/assets/js/base/components/state-input/index.js\";i:1897;s:89:\"packages/woocommerce-blocks/assets/js/base/components/state-input/shipping-state-input.js\";i:1898;s:80:\"packages/woocommerce-blocks/assets/js/base/components/state-input/state-input.js\";i:1899;s:76:\"packages/woocommerce-blocks/assets/js/base/components/state-input/style.scss\";i:1900;s:86:\"packages/woocommerce-blocks/assets/js/base/components/store-notices-container/index.js\";i:1901;s:97:\"packages/woocommerce-blocks/assets/js/base/components/store-notices-container/snackbar-notices.js\";i:1902;s:104:\"packages/woocommerce-blocks/assets/js/base/components/store-notices-container/store-notices-container.js\";i:1903;s:88:\"packages/woocommerce-blocks/assets/js/base/components/store-notices-container/style.scss\";i:1904;s:70:\"packages/woocommerce-blocks/assets/js/base/components/summary/index.js\";i:1905;s:75:\"packages/woocommerce-blocks/assets/js/base/components/summary/test/index.js\";i:1906;s:70:\"packages/woocommerce-blocks/assets/js/base/components/summary/utils.js\";i:1907;s:67:\"packages/woocommerce-blocks/assets/js/base/components/tabs/index.js\";i:1908;s:69:\"packages/woocommerce-blocks/assets/js/base/components/tabs/style.scss\";i:1909;s:73:\"packages/woocommerce-blocks/assets/js/base/components/text-input/index.js\";i:1910;s:75:\"packages/woocommerce-blocks/assets/js/base/components/text-input/style.scss\";i:1911;s:78:\"packages/woocommerce-blocks/assets/js/base/components/text-input/text-input.js\";i:1912;s:88:\"packages/woocommerce-blocks/assets/js/base/components/text-input/validated-text-input.js\";i:1913;s:71:\"packages/woocommerce-blocks/assets/js/base/components/textarea/index.js\";i:1914;s:73:\"packages/woocommerce-blocks/assets/js/base/components/textarea/style.scss\";i:1915;s:68:\"packages/woocommerce-blocks/assets/js/base/components/title/index.js\";i:1916;s:70:\"packages/woocommerce-blocks/assets/js/base/components/title/style.scss\";i:1917;s:73:\"packages/woocommerce-blocks/assets/js/base/components/validation/index.js\";i:1918;s:75:\"packages/woocommerce-blocks/assets/js/base/components/validation/style.scss\";i:1919;s:90:\"packages/woocommerce-blocks/assets/js/base/components/validation/validation-input-error.js\";i:1920;s:89:\"packages/woocommerce-blocks/assets/js/base/context/add-to-cart-form/form-state/actions.js\";i:1921;s:91:\"packages/woocommerce-blocks/assets/js/base/context/add-to-cart-form/form-state/constants.js\";i:1922;s:92:\"packages/woocommerce-blocks/assets/js/base/context/add-to-cart-form/form-state/event-emit.js\";i:1923;s:87:\"packages/woocommerce-blocks/assets/js/base/context/add-to-cart-form/form-state/index.js\";i:1924;s:89:\"packages/woocommerce-blocks/assets/js/base/context/add-to-cart-form/form-state/reducer.js\";i:1925;s:81:\"packages/woocommerce-blocks/assets/js/base/context/add-to-cart-form/form/index.js\";i:1926;s:88:\"packages/woocommerce-blocks/assets/js/base/context/add-to-cart-form/form/submit/index.js\";i:1927;s:76:\"packages/woocommerce-blocks/assets/js/base/context/add-to-cart-form/index.js\";i:1928;s:78:\"packages/woocommerce-blocks/assets/js/base/context/cart-checkout/cart/index.js\";i:1929;s:90:\"packages/woocommerce-blocks/assets/js/base/context/cart-checkout/checkout-state/actions.js\";i:1930;s:92:\"packages/woocommerce-blocks/assets/js/base/context/cart-checkout/checkout-state/constants.js\";i:1931;s:93:\"packages/woocommerce-blocks/assets/js/base/context/cart-checkout/checkout-state/event-emit.js\";i:1932;s:88:\"packages/woocommerce-blocks/assets/js/base/context/cart-checkout/checkout-state/index.js\";i:1933;s:90:\"packages/woocommerce-blocks/assets/js/base/context/cart-checkout/checkout-state/reducer.js\";i:1934;s:82:\"packages/woocommerce-blocks/assets/js/base/context/cart-checkout/checkout/index.js\";i:1935;s:92:\"packages/woocommerce-blocks/assets/js/base/context/cart-checkout/checkout/processor/index.js\";i:1936;s:92:\"packages/woocommerce-blocks/assets/js/base/context/cart-checkout/checkout/processor/utils.js\";i:1937;s:82:\"packages/woocommerce-blocks/assets/js/base/context/cart-checkout/customer/index.js\";i:1938;s:73:\"packages/woocommerce-blocks/assets/js/base/context/cart-checkout/index.js\";i:1939;s:91:\"packages/woocommerce-blocks/assets/js/base/context/cart-checkout/payment-methods/actions.js\";i:1940;s:93:\"packages/woocommerce-blocks/assets/js/base/context/cart-checkout/payment-methods/constants.js\";i:1941;s:94:\"packages/woocommerce-blocks/assets/js/base/context/cart-checkout/payment-methods/event-emit.js\";i:1942;s:89:\"packages/woocommerce-blocks/assets/js/base/context/cart-checkout/payment-methods/index.js\";i:1943;s:111:\"packages/woocommerce-blocks/assets/js/base/context/cart-checkout/payment-methods/payment-method-data-context.js\";i:1944;s:91:\"packages/woocommerce-blocks/assets/js/base/context/cart-checkout/payment-methods/reducer.js\";i:1945;s:116:\"packages/woocommerce-blocks/assets/js/base/context/cart-checkout/payment-methods/test/payment-method-data-context.js\";i:1946;s:115:\"packages/woocommerce-blocks/assets/js/base/context/cart-checkout/payment-methods/use-payment-method-registration.js\";i:1947;s:86:\"packages/woocommerce-blocks/assets/js/base/context/cart-checkout/shipping/constants.js\";i:1948;s:87:\"packages/woocommerce-blocks/assets/js/base/context/cart-checkout/shipping/event-emit.js\";i:1949;s:82:\"packages/woocommerce-blocks/assets/js/base/context/cart-checkout/shipping/index.js\";i:1950;s:85:\"packages/woocommerce-blocks/assets/js/base/context/cart-checkout/shipping/reducers.js\";i:1951;s:82:\"packages/woocommerce-blocks/assets/js/base/context/cart-checkout/shipping/utils.js\";i:1952;s:77:\"packages/woocommerce-blocks/assets/js/base/context/container-width-context.js\";i:1953;s:66:\"packages/woocommerce-blocks/assets/js/base/context/editor/index.js\";i:1954;s:59:\"packages/woocommerce-blocks/assets/js/base/context/index.js\";i:1955;s:73:\"packages/woocommerce-blocks/assets/js/base/context/query-state-context.js\";i:1956;s:88:\"packages/woocommerce-blocks/assets/js/base/context/shared/event-emit/emitter-callback.js\";i:1957;s:80:\"packages/woocommerce-blocks/assets/js/base/context/shared/event-emit/emitters.js\";i:1958;s:77:\"packages/woocommerce-blocks/assets/js/base/context/shared/event-emit/index.js\";i:1959;s:79:\"packages/woocommerce-blocks/assets/js/base/context/shared/event-emit/reducer.js\";i:1960;s:85:\"packages/woocommerce-blocks/assets/js/base/context/shared/event-emit/test/emitters.js\";i:1961;s:66:\"packages/woocommerce-blocks/assets/js/base/context/shared/index.js\";i:1962;s:77:\"packages/woocommerce-blocks/assets/js/base/context/shared/validation/index.js\";i:1963;s:75:\"packages/woocommerce-blocks/assets/js/base/context/store-notices-context.js\";i:1964;s:64:\"packages/woocommerce-blocks/assets/js/base/context/test/utils.js\";i:1965;s:59:\"packages/woocommerce-blocks/assets/js/base/context/utils.js\";i:1966;s:68:\"packages/woocommerce-blocks/assets/js/base/hocs/test/with-reviews.js\";i:1967;s:75:\"packages/woocommerce-blocks/assets/js/base/hocs/with-filtered-attributes.js\";i:1968;s:67:\"packages/woocommerce-blocks/assets/js/base/hocs/with-instance-id.js\";i:1969;s:63:\"packages/woocommerce-blocks/assets/js/base/hocs/with-reviews.js\";i:1970;s:75:\"packages/woocommerce-blocks/assets/js/base/hocs/with-scroll-to-top/index.js\";i:1971;s:77:\"packages/woocommerce-blocks/assets/js/base/hocs/with-scroll-to-top/style.scss\";i:1972;s:80:\"packages/woocommerce-blocks/assets/js/base/hocs/with-scroll-to-top/test/index.js\";i:1973;s:62:\"packages/woocommerce-blocks/assets/js/base/hooks/cart/index.js\";i:1974;s:90:\"packages/woocommerce-blocks/assets/js/base/hooks/cart/test/use-store-cart-item-quantity.js\";i:1975;s:76:\"packages/woocommerce-blocks/assets/js/base/hooks/cart/test/use-store-cart.js\";i:1976;s:79:\"packages/woocommerce-blocks/assets/js/base/hooks/cart/use-store-cart-coupons.js\";i:1977;s:85:\"packages/woocommerce-blocks/assets/js/base/hooks/cart/use-store-cart-item-quantity.js\";i:1978;s:71:\"packages/woocommerce-blocks/assets/js/base/hooks/cart/use-store-cart.js\";i:1979;s:66:\"packages/woocommerce-blocks/assets/js/base/hooks/checkout/index.js\";i:1980;s:91:\"packages/woocommerce-blocks/assets/js/base/hooks/checkout/test/use-checkout-redirect-url.js\";i:1981;s:85:\"packages/woocommerce-blocks/assets/js/base/hooks/checkout/test/use-checkout-submit.js\";i:1982;s:81:\"packages/woocommerce-blocks/assets/js/base/hooks/checkout/use-checkout-address.js\";i:1983;s:81:\"packages/woocommerce-blocks/assets/js/base/hooks/checkout/use-checkout-notices.js\";i:1984;s:86:\"packages/woocommerce-blocks/assets/js/base/hooks/checkout/use-checkout-redirect-url.js\";i:1985;s:80:\"packages/woocommerce-blocks/assets/js/base/hooks/checkout/use-checkout-submit.js\";i:1986;s:78:\"packages/woocommerce-blocks/assets/js/base/hooks/checkout/use-emit-response.js\";i:1987;s:66:\"packages/woocommerce-blocks/assets/js/base/hooks/customer/index.js\";i:1988;s:78:\"packages/woocommerce-blocks/assets/js/base/hooks/customer/use-customer-data.js\";i:1989;s:66:\"packages/woocommerce-blocks/assets/js/base/hooks/customer/utils.js\";i:1990;s:57:\"packages/woocommerce-blocks/assets/js/base/hooks/index.js\";i:1991;s:73:\"packages/woocommerce-blocks/assets/js/base/hooks/payment-methods/index.js\";i:1992;s:101:\"packages/woocommerce-blocks/assets/js/base/hooks/payment-methods/test/use-payment-method-interface.js\";i:1993;s:96:\"packages/woocommerce-blocks/assets/js/base/hooks/payment-methods/use-payment-method-interface.js\";i:1994;s:87:\"packages/woocommerce-blocks/assets/js/base/hooks/payment-methods/use-payment-methods.js\";i:1995;s:66:\"packages/woocommerce-blocks/assets/js/base/hooks/shipping/index.js\";i:1996;s:85:\"packages/woocommerce-blocks/assets/js/base/hooks/shipping/use-select-shipping-rate.js\";i:1997;s:86:\"packages/woocommerce-blocks/assets/js/base/hooks/shipping/use-select-shipping-rates.js\";i:1998;s:71:\"packages/woocommerce-blocks/assets/js/base/hooks/test/use-collection.js\";i:1999;s:90:\"packages/woocommerce-blocks/assets/js/base/hooks/test/use-position-relative-to-viewport.js\";i:2000;s:69:\"packages/woocommerce-blocks/assets/js/base/hooks/test/use-previous.js\";i:2001;s:72:\"packages/woocommerce-blocks/assets/js/base/hooks/test/use-query-state.js\";i:2002;s:74:\"packages/woocommerce-blocks/assets/js/base/hooks/test/use-shallow-equal.js\";i:2003;s:74:\"packages/woocommerce-blocks/assets/js/base/hooks/test/use-store-notices.js\";i:2004;s:75:\"packages/woocommerce-blocks/assets/js/base/hooks/test/use-store-products.js\";i:2005;s:71:\"packages/woocommerce-blocks/assets/js/base/hooks/use-collection-data.js\";i:2006;s:73:\"packages/woocommerce-blocks/assets/js/base/hooks/use-collection-header.js\";i:2007;s:66:\"packages/woocommerce-blocks/assets/js/base/hooks/use-collection.js\";i:2008;s:73:\"packages/woocommerce-blocks/assets/js/base/hooks/use-container-queries.js\";i:2009;s:85:\"packages/woocommerce-blocks/assets/js/base/hooks/use-position-relative-to-viewport.js\";i:2010;s:64:\"packages/woocommerce-blocks/assets/js/base/hooks/use-previous.js\";i:2011;s:67:\"packages/woocommerce-blocks/assets/js/base/hooks/use-query-state.js\";i:2012;s:69:\"packages/woocommerce-blocks/assets/js/base/hooks/use-shallow-equal.js\";i:2013;s:73:\"packages/woocommerce-blocks/assets/js/base/hooks/use-store-add-to-cart.js\";i:2014;s:69:\"packages/woocommerce-blocks/assets/js/base/hooks/use-store-notices.js\";i:2015;s:70:\"packages/woocommerce-blocks/assets/js/base/hooks/use-store-products.js\";i:2016;s:67:\"packages/woocommerce-blocks/assets/js/base/hooks/use-throw-error.js\";i:2017;s:80:\"packages/woocommerce-blocks/assets/js/base/hooks/use-trigger-fragment-refresh.js\";i:2018;s:59:\"packages/woocommerce-blocks/assets/js/base/utils/address.js\";i:2019;s:82:\"packages/woocommerce-blocks/assets/js/base/utils/derive-selected-shipping-rates.js\";i:2020;s:58:\"packages/woocommerce-blocks/assets/js/base/utils/errors.js\";i:2021;s:77:\"packages/woocommerce-blocks/assets/js/base/utils/get-intersection-observer.js\";i:2022;s:78:\"packages/woocommerce-blocks/assets/js/base/utils/get-valid-block-attributes.js\";i:2023;s:57:\"packages/woocommerce-blocks/assets/js/base/utils/index.js\";i:2024;s:65:\"packages/woocommerce-blocks/assets/js/base/utils/legacy-events.js\";i:2025;s:64:\"packages/woocommerce-blocks/assets/js/base/utils/product-data.js\";i:2026;s:67:\"packages/woocommerce-blocks/assets/js/base/utils/render-frontend.js\";i:2027;s:66:\"packages/woocommerce-blocks/assets/js/base/utils/shipping-rates.js\";i:2028;s:63:\"packages/woocommerce-blocks/assets/js/base/utils/test/errors.js\";i:2029;s:105:\"packages/woocommerce-blocks/assets/js/blocks-registry/block-components/get-registered-block-components.js\";i:2030;s:79:\"packages/woocommerce-blocks/assets/js/blocks-registry/block-components/index.js\";i:2031;s:98:\"packages/woocommerce-blocks/assets/js/blocks-registry/block-components/register-block-component.js\";i:2032;s:106:\"packages/woocommerce-blocks/assets/js/blocks-registry/block-components/registered-block-components-init.js\";i:2033;s:84:\"packages/woocommerce-blocks/assets/js/blocks-registry/block-components/test/index.js\";i:2034;s:62:\"packages/woocommerce-blocks/assets/js/blocks-registry/index.js\";i:2035;s:83:\"packages/woocommerce-blocks/assets/js/blocks-registry/payment-methods/assertions.js\";i:2036;s:102:\"packages/woocommerce-blocks/assets/js/blocks-registry/payment-methods/express-payment-method-config.js\";i:2037;s:78:\"packages/woocommerce-blocks/assets/js/blocks-registry/payment-methods/index.js\";i:2038;s:101:\"packages/woocommerce-blocks/assets/js/blocks-registry/payment-methods/payment-method-config-helper.js\";i:2039;s:94:\"packages/woocommerce-blocks/assets/js/blocks-registry/payment-methods/payment-method-config.js\";i:2040;s:81:\"packages/woocommerce-blocks/assets/js/blocks-registry/payment-methods/registry.js\";i:2041;s:87:\"packages/woocommerce-blocks/assets/js/blocks/active-filters/active-attribute-filters.js\";i:2042;s:68:\"packages/woocommerce-blocks/assets/js/blocks/active-filters/block.js\";i:2043;s:67:\"packages/woocommerce-blocks/assets/js/blocks/active-filters/edit.js\";i:2044;s:71:\"packages/woocommerce-blocks/assets/js/blocks/active-filters/frontend.js\";i:2045;s:68:\"packages/woocommerce-blocks/assets/js/blocks/active-filters/index.js\";i:2046;s:70:\"packages/woocommerce-blocks/assets/js/blocks/active-filters/style.scss\";i:2047;s:68:\"packages/woocommerce-blocks/assets/js/blocks/active-filters/utils.js\";i:2048;s:70:\"packages/woocommerce-blocks/assets/js/blocks/attribute-filter/block.js\";i:2049;s:69:\"packages/woocommerce-blocks/assets/js/blocks/attribute-filter/edit.js\";i:2050;s:73:\"packages/woocommerce-blocks/assets/js/blocks/attribute-filter/editor.scss\";i:2051;s:73:\"packages/woocommerce-blocks/assets/js/blocks/attribute-filter/frontend.js\";i:2052;s:70:\"packages/woocommerce-blocks/assets/js/blocks/attribute-filter/index.js\";i:2053;s:70:\"packages/woocommerce-blocks/assets/js/blocks/attribute-filter/label.js\";i:2054;s:72:\"packages/woocommerce-blocks/assets/js/blocks/attribute-filter/preview.js\";i:2055;s:72:\"packages/woocommerce-blocks/assets/js/blocks/attribute-filter/style.scss\";i:2056;s:77:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/cart/attributes.js\";i:2057;s:72:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/cart/block.js\";i:2058;s:88:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/cart/checkout-button/index.js\";i:2059;s:90:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/cart/checkout-button/style.scss\";i:2060;s:71:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/cart/edit.js\";i:2061;s:75:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/cart/editor.scss\";i:2062;s:96:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/cart/empty-cart-edit/icon-data-uri.js\";i:2063;s:88:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/cart/empty-cart-edit/index.js\";i:2064;s:90:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/cart/empty-cart-edit/style.scss\";i:2065;s:75:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/cart/frontend.js\";i:2066;s:95:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/cart/full-cart/cart-line-item-row.js\";i:2067;s:98:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/cart/full-cart/cart-line-items-table.js\";i:2068;s:98:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/cart/full-cart/cart-line-items-title.js\";i:2069;s:82:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/cart/full-cart/index.js\";i:2070;s:84:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/cart/full-cart/style.scss\";i:2071;s:72:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/cart/index.js\";i:2072;s:74:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/cart/style.scss\";i:2073;s:77:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/cart/test/block.js\";i:2074;s:81:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/attributes.js\";i:2075;s:76:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/block.js\";i:2076;s:101:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/checkout-order-error/constants.js\";i:2077;s:97:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/checkout-order-error/index.js\";i:2078;s:75:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/edit.js\";i:2079;s:79:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/editor.scss\";i:2080;s:87:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/empty-cart/index.js\";i:2081;s:88:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/form/address-step.js\";i:2082;s:95:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/form/billing-fields-step.js\";i:2083;s:95:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/form/contact-fields-step.js\";i:2084;s:81:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/form/index.js\";i:2085;s:88:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/form/login-prompt.js\";i:2086;s:105:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/form/no-shipping-placeholder/index.js\";i:2087;s:107:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/form/no-shipping-placeholder/style.scss\";i:2088;s:92:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/form/order-notes-step.js\";i:2089;s:93:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/form/order-notes/index.js\";i:2090;s:95:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/form/order-notes/style.scss\";i:2091;s:95:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/form/payment-method-step.js\";i:2092;s:94:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/form/phone-number/index.js\";i:2093;s:96:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/form/shipping-fields-step.js\";i:2094;s:97:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/form/shipping-options-step.js\";i:2095;s:83:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/form/style.scss\";i:2096;s:79:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/frontend.js\";i:2097;s:76:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/index.js\";i:2098;s:84:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/sidebar/index.js\";i:2099;s:78:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/style.scss\";i:2100;s:76:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/utils.js\";i:2101;s:71:\"packages/woocommerce-blocks/assets/js/blocks/featured-category/block.js\";i:2102;s:74:\"packages/woocommerce-blocks/assets/js/blocks/featured-category/editor.scss\";i:2103;s:73:\"packages/woocommerce-blocks/assets/js/blocks/featured-category/example.js\";i:2104;s:71:\"packages/woocommerce-blocks/assets/js/blocks/featured-category/index.js\";i:2105;s:73:\"packages/woocommerce-blocks/assets/js/blocks/featured-category/style.scss\";i:2106;s:71:\"packages/woocommerce-blocks/assets/js/blocks/featured-category/utils.js\";i:2107;s:70:\"packages/woocommerce-blocks/assets/js/blocks/featured-product/block.js\";i:2108;s:73:\"packages/woocommerce-blocks/assets/js/blocks/featured-product/editor.scss\";i:2109;s:72:\"packages/woocommerce-blocks/assets/js/blocks/featured-product/example.js\";i:2110;s:70:\"packages/woocommerce-blocks/assets/js/blocks/featured-product/index.js\";i:2111;s:72:\"packages/woocommerce-blocks/assets/js/blocks/featured-product/style.scss\";i:2112;s:70:\"packages/woocommerce-blocks/assets/js/blocks/featured-product/utils.js\";i:2113;s:73:\"packages/woocommerce-blocks/assets/js/blocks/handpicked-products/block.js\";i:2114;s:76:\"packages/woocommerce-blocks/assets/js/blocks/handpicked-products/editor.scss\";i:2115;s:73:\"packages/woocommerce-blocks/assets/js/blocks/handpicked-products/index.js\";i:2116;s:66:\"packages/woocommerce-blocks/assets/js/blocks/price-filter/block.js\";i:2117;s:70:\"packages/woocommerce-blocks/assets/js/blocks/price-filter/constants.js\";i:2118;s:65:\"packages/woocommerce-blocks/assets/js/blocks/price-filter/edit.js\";i:2119;s:69:\"packages/woocommerce-blocks/assets/js/blocks/price-filter/editor.scss\";i:2120;s:69:\"packages/woocommerce-blocks/assets/js/blocks/price-filter/frontend.js\";i:2121;s:66:\"packages/woocommerce-blocks/assets/js/blocks/price-filter/index.js\";i:2122;s:87:\"packages/woocommerce-blocks/assets/js/blocks/price-filter/test/use-price-constraints.js\";i:2123;s:82:\"packages/woocommerce-blocks/assets/js/blocks/price-filter/use-price-constraints.js\";i:2124;s:74:\"packages/woocommerce-blocks/assets/js/blocks/product-best-sellers/block.js\";i:2125;s:74:\"packages/woocommerce-blocks/assets/js/blocks/product-best-sellers/index.js\";i:2126;s:72:\"packages/woocommerce-blocks/assets/js/blocks/product-categories/block.js\";i:2127;s:75:\"packages/woocommerce-blocks/assets/js/blocks/product-categories/editor.scss\";i:2128;s:72:\"packages/woocommerce-blocks/assets/js/blocks/product-categories/index.js\";i:2129;s:74:\"packages/woocommerce-blocks/assets/js/blocks/product-categories/style.scss\";i:2130;s:70:\"packages/woocommerce-blocks/assets/js/blocks/product-category/block.js\";i:2131;s:73:\"packages/woocommerce-blocks/assets/js/blocks/product-category/editor.scss\";i:2132;s:70:\"packages/woocommerce-blocks/assets/js/blocks/product-category/index.js\";i:2133;s:65:\"packages/woocommerce-blocks/assets/js/blocks/product-new/block.js\";i:2134;s:65:\"packages/woocommerce-blocks/assets/js/blocks/product-new/index.js\";i:2135;s:69:\"packages/woocommerce-blocks/assets/js/blocks/product-on-sale/block.js\";i:2136;s:72:\"packages/woocommerce-blocks/assets/js/blocks/product-on-sale/editor.scss\";i:2137;s:69:\"packages/woocommerce-blocks/assets/js/blocks/product-on-sale/index.js\";i:2138;s:68:\"packages/woocommerce-blocks/assets/js/blocks/product-search/block.js\";i:2139;s:67:\"packages/woocommerce-blocks/assets/js/blocks/product-search/edit.js\";i:2140;s:71:\"packages/woocommerce-blocks/assets/js/blocks/product-search/editor.scss\";i:2141;s:68:\"packages/woocommerce-blocks/assets/js/blocks/product-search/index.js\";i:2142;s:70:\"packages/woocommerce-blocks/assets/js/blocks/product-search/style.scss\";i:2143;s:65:\"packages/woocommerce-blocks/assets/js/blocks/product-tag/block.js\";i:2144;s:68:\"packages/woocommerce-blocks/assets/js/blocks/product-tag/editor.scss\";i:2145;s:65:\"packages/woocommerce-blocks/assets/js/blocks/product-tag/index.js\";i:2146;s:71:\"packages/woocommerce-blocks/assets/js/blocks/product-top-rated/block.js\";i:2147;s:71:\"packages/woocommerce-blocks/assets/js/blocks/product-top-rated/index.js\";i:2148;s:75:\"packages/woocommerce-blocks/assets/js/blocks/products-by-attribute/block.js\";i:2149;s:78:\"packages/woocommerce-blocks/assets/js/blocks/products-by-attribute/editor.scss\";i:2150;s:75:\"packages/woocommerce-blocks/assets/js/blocks/products-by-attribute/index.js\";i:2151;s:75:\"packages/woocommerce-blocks/assets/js/blocks/products/all-products/block.js\";i:2152;s:74:\"packages/woocommerce-blocks/assets/js/blocks/products/all-products/edit.js\";i:2153;s:78:\"packages/woocommerce-blocks/assets/js/blocks/products/all-products/editor.scss\";i:2154;s:78:\"packages/woocommerce-blocks/assets/js/blocks/products/all-products/frontend.js\";i:2155;s:75:\"packages/woocommerce-blocks/assets/js/blocks/products/all-products/index.js\";i:2156;s:67:\"packages/woocommerce-blocks/assets/js/blocks/products/attributes.js\";i:2157;s:67:\"packages/woocommerce-blocks/assets/js/blocks/products/base-utils.js\";i:2158;s:61:\"packages/woocommerce-blocks/assets/js/blocks/products/edit.js\";i:2159;s:62:\"packages/woocommerce-blocks/assets/js/blocks/products/utils.js\";i:2160;s:72:\"packages/woocommerce-blocks/assets/js/blocks/reviews/all-reviews/edit.js\";i:2161;s:73:\"packages/woocommerce-blocks/assets/js/blocks/reviews/all-reviews/index.js\";i:2162;s:90:\"packages/woocommerce-blocks/assets/js/blocks/reviews/all-reviews/no-reviews-placeholder.js\";i:2163;s:66:\"packages/woocommerce-blocks/assets/js/blocks/reviews/attributes.js\";i:2164;s:66:\"packages/woocommerce-blocks/assets/js/blocks/reviews/edit-utils.js\";i:2165;s:68:\"packages/woocommerce-blocks/assets/js/blocks/reviews/editor-block.js\";i:2166;s:78:\"packages/woocommerce-blocks/assets/js/blocks/reviews/editor-container-block.js\";i:2167;s:64:\"packages/woocommerce-blocks/assets/js/blocks/reviews/editor.scss\";i:2168;s:63:\"packages/woocommerce-blocks/assets/js/blocks/reviews/example.js\";i:2169;s:70:\"packages/woocommerce-blocks/assets/js/blocks/reviews/frontend-block.js\";i:2170;s:80:\"packages/woocommerce-blocks/assets/js/blocks/reviews/frontend-container-block.js\";i:2171;s:64:\"packages/woocommerce-blocks/assets/js/blocks/reviews/frontend.js\";i:2172;s:80:\"packages/woocommerce-blocks/assets/js/blocks/reviews/reviews-by-category/edit.js\";i:2173;s:81:\"packages/woocommerce-blocks/assets/js/blocks/reviews/reviews-by-category/index.js\";i:2174;s:98:\"packages/woocommerce-blocks/assets/js/blocks/reviews/reviews-by-category/no-reviews-placeholder.js\";i:2175;s:79:\"packages/woocommerce-blocks/assets/js/blocks/reviews/reviews-by-product/edit.js\";i:2176;s:83:\"packages/woocommerce-blocks/assets/js/blocks/reviews/reviews-by-product/editor.scss\";i:2177;s:80:\"packages/woocommerce-blocks/assets/js/blocks/reviews/reviews-by-product/index.js\";i:2178;s:97:\"packages/woocommerce-blocks/assets/js/blocks/reviews/reviews-by-product/no-reviews-placeholder.js\";i:2179;s:60:\"packages/woocommerce-blocks/assets/js/blocks/reviews/save.js\";i:2180;s:61:\"packages/woocommerce-blocks/assets/js/blocks/reviews/utils.js\";i:2181;s:73:\"packages/woocommerce-blocks/assets/js/blocks/single-product/attributes.js\";i:2182;s:68:\"packages/woocommerce-blocks/assets/js/blocks/single-product/block.js\";i:2183;s:72:\"packages/woocommerce-blocks/assets/js/blocks/single-product/constants.js\";i:2184;s:77:\"packages/woocommerce-blocks/assets/js/blocks/single-product/edit/api-error.js\";i:2185;s:89:\"packages/woocommerce-blocks/assets/js/blocks/single-product/edit/editor-block-controls.js\";i:2186;s:76:\"packages/woocommerce-blocks/assets/js/blocks/single-product/edit/editor.scss\";i:2187;s:73:\"packages/woocommerce-blocks/assets/js/blocks/single-product/edit/index.js\";i:2188;s:81:\"packages/woocommerce-blocks/assets/js/blocks/single-product/edit/layout-editor.js\";i:2189;s:90:\"packages/woocommerce-blocks/assets/js/blocks/single-product/edit/shared-product-control.js\";i:2190;s:71:\"packages/woocommerce-blocks/assets/js/blocks/single-product/frontend.js\";i:2191;s:68:\"packages/woocommerce-blocks/assets/js/blocks/single-product/index.js\";i:2192;s:67:\"packages/woocommerce-blocks/assets/js/blocks/single-product/save.js\";i:2193;s:63:\"packages/woocommerce-blocks/assets/js/data/cart/action-types.js\";i:2194;s:58:\"packages/woocommerce-blocks/assets/js/data/cart/actions.js\";i:2195;s:60:\"packages/woocommerce-blocks/assets/js/data/cart/constants.js\";i:2196;s:56:\"packages/woocommerce-blocks/assets/js/data/cart/index.js\";i:2197;s:59:\"packages/woocommerce-blocks/assets/js/data/cart/reducers.js\";i:2198;s:60:\"packages/woocommerce-blocks/assets/js/data/cart/resolvers.js\";i:2199;s:60:\"packages/woocommerce-blocks/assets/js/data/cart/selectors.js\";i:2200;s:64:\"packages/woocommerce-blocks/assets/js/data/cart/test/reducers.js\";i:2201;s:65:\"packages/woocommerce-blocks/assets/js/data/cart/test/resolvers.js\";i:2202;s:65:\"packages/woocommerce-blocks/assets/js/data/cart/test/selectors.js\";i:2203;s:70:\"packages/woocommerce-blocks/assets/js/data/collections/action-types.js\";i:2204;s:65:\"packages/woocommerce-blocks/assets/js/data/collections/actions.js\";i:2205;s:67:\"packages/woocommerce-blocks/assets/js/data/collections/constants.js\";i:2206;s:63:\"packages/woocommerce-blocks/assets/js/data/collections/index.js\";i:2207;s:66:\"packages/woocommerce-blocks/assets/js/data/collections/reducers.js\";i:2208;s:67:\"packages/woocommerce-blocks/assets/js/data/collections/resolvers.js\";i:2209;s:67:\"packages/woocommerce-blocks/assets/js/data/collections/selectors.js\";i:2210;s:71:\"packages/woocommerce-blocks/assets/js/data/collections/test/reducers.js\";i:2211;s:72:\"packages/woocommerce-blocks/assets/js/data/collections/test/resolvers.js\";i:2212;s:72:\"packages/woocommerce-blocks/assets/js/data/collections/test/selectors.js\";i:2213;s:55:\"packages/woocommerce-blocks/assets/js/data/constants.js\";i:2214;s:60:\"packages/woocommerce-blocks/assets/js/data/default-states.js\";i:2215;s:51:\"packages/woocommerce-blocks/assets/js/data/index.js\";i:2216;s:70:\"packages/woocommerce-blocks/assets/js/data/query-state/action-types.js\";i:2217;s:65:\"packages/woocommerce-blocks/assets/js/data/query-state/actions.js\";i:2218;s:67:\"packages/woocommerce-blocks/assets/js/data/query-state/constants.js\";i:2219;s:63:\"packages/woocommerce-blocks/assets/js/data/query-state/index.js\";i:2220;s:66:\"packages/woocommerce-blocks/assets/js/data/query-state/reducers.js\";i:2221;s:67:\"packages/woocommerce-blocks/assets/js/data/query-state/selectors.js\";i:2222;s:71:\"packages/woocommerce-blocks/assets/js/data/query-state/test/reducers.js\";i:2223;s:72:\"packages/woocommerce-blocks/assets/js/data/query-state/test/selectors.js\";i:2224;s:63:\"packages/woocommerce-blocks/assets/js/data/query-state/utils.js\";i:2225;s:65:\"packages/woocommerce-blocks/assets/js/data/schema/action-types.js\";i:2226;s:60:\"packages/woocommerce-blocks/assets/js/data/schema/actions.js\";i:2227;s:62:\"packages/woocommerce-blocks/assets/js/data/schema/constants.js\";i:2228;s:58:\"packages/woocommerce-blocks/assets/js/data/schema/index.js\";i:2229;s:61:\"packages/woocommerce-blocks/assets/js/data/schema/reducers.js\";i:2230;s:62:\"packages/woocommerce-blocks/assets/js/data/schema/resolvers.js\";i:2231;s:62:\"packages/woocommerce-blocks/assets/js/data/schema/selectors.js\";i:2232;s:66:\"packages/woocommerce-blocks/assets/js/data/schema/test/reducers.js\";i:2233;s:67:\"packages/woocommerce-blocks/assets/js/data/schema/test/resolvers.js\";i:2234;s:67:\"packages/woocommerce-blocks/assets/js/data/schema/test/selectors.js\";i:2235;s:63:\"packages/woocommerce-blocks/assets/js/data/schema/test/utils.js\";i:2236;s:58:\"packages/woocommerce-blocks/assets/js/data/schema/utils.js\";i:2237;s:61:\"packages/woocommerce-blocks/assets/js/data/shared-controls.js\";i:2238;s:64:\"packages/woocommerce-blocks/assets/js/data/utils/has-in-state.js\";i:2239;s:57:\"packages/woocommerce-blocks/assets/js/data/utils/index.js\";i:2240;s:64:\"packages/woocommerce-blocks/assets/js/data/utils/update-state.js\";i:2241;s:79:\"packages/woocommerce-blocks/assets/js/editor-components/block-title/editor.scss\";i:2242;s:76:\"packages/woocommerce-blocks/assets/js/editor-components/block-title/index.js\";i:2243;s:82:\"packages/woocommerce-blocks/assets/js/editor-components/edit-product-link/index.js\";i:2244;s:85:\"packages/woocommerce-blocks/assets/js/editor-components/error-placeholder/editor.scss\";i:2245;s:90:\"packages/woocommerce-blocks/assets/js/editor-components/error-placeholder/error-message.js\";i:2246;s:82:\"packages/woocommerce-blocks/assets/js/editor-components/error-placeholder/index.js\";i:2247;s:90:\"packages/woocommerce-blocks/assets/js/editor-components/error-placeholder/stories/index.js\";i:2248;s:80:\"packages/woocommerce-blocks/assets/js/editor-components/feedback-prompt/index.js\";i:2249;s:82:\"packages/woocommerce-blocks/assets/js/editor-components/feedback-prompt/style.scss\";i:2250;s:85:\"packages/woocommerce-blocks/assets/js/editor-components/grid-content-control/index.js\";i:2251;s:84:\"packages/woocommerce-blocks/assets/js/editor-components/grid-layout-control/index.js\";i:2252;s:93:\"packages/woocommerce-blocks/assets/js/editor-components/heading-toolbar/heading-level-icon.js\";i:2253;s:80:\"packages/woocommerce-blocks/assets/js/editor-components/heading-toolbar/index.js\";i:2254;s:78:\"packages/woocommerce-blocks/assets/js/editor-components/page-selector/index.js\";i:2255;s:95:\"packages/woocommerce-blocks/assets/js/editor-components/product-attribute-term-control/index.js\";i:2256;s:97:\"packages/woocommerce-blocks/assets/js/editor-components/product-attribute-term-control/style.scss\";i:2257;s:89:\"packages/woocommerce-blocks/assets/js/editor-components/product-category-control/index.js\";i:2258;s:91:\"packages/woocommerce-blocks/assets/js/editor-components/product-category-control/style.scss\";i:2259;s:80:\"packages/woocommerce-blocks/assets/js/editor-components/product-control/index.js\";i:2260;s:82:\"packages/woocommerce-blocks/assets/js/editor-components/product-control/style.scss\";i:2261;s:88:\"packages/woocommerce-blocks/assets/js/editor-components/product-orderby-control/index.js\";i:2262;s:84:\"packages/woocommerce-blocks/assets/js/editor-components/product-tag-control/index.js\";i:2263;s:86:\"packages/woocommerce-blocks/assets/js/editor-components/product-tag-control/style.scss\";i:2264;s:81:\"packages/woocommerce-blocks/assets/js/editor-components/products-control/index.js\";i:2265;s:84:\"packages/woocommerce-blocks/assets/js/editor-components/text-toolbar-button/index.js\";i:2266;s:86:\"packages/woocommerce-blocks/assets/js/editor-components/text-toolbar-button/style.scss\";i:2267;s:86:\"packages/woocommerce-blocks/assets/js/editor-components/toggle-button-control/index.js\";i:2269;s:88:\"packages/woocommerce-blocks/assets/js/editor-components/toggle-button-control/style.scss\";i:2270;s:70:\"packages/woocommerce-blocks/assets/js/editor-components/utils/index.js\";i:2271;s:81:\"packages/woocommerce-blocks/assets/js/editor-components/view-switcher/editor.scss\";i:2272;s:78:\"packages/woocommerce-blocks/assets/js/editor-components/view-switcher/index.js\";i:2273;s:65:\"packages/woocommerce-blocks/assets/js/filters/block-list-block.js\";i:2274;s:84:\"packages/woocommerce-blocks/assets/js/filters/exclude-draft-status-from-analytics.js\";i:2275;s:69:\"packages/woocommerce-blocks/assets/js/filters/get-block-attributes.js\";i:2276;s:51:\"packages/woocommerce-blocks/assets/js/hocs/index.js\";i:2277;s:66:\"packages/woocommerce-blocks/assets/js/hocs/test/with-categories.js\";i:2278;s:64:\"packages/woocommerce-blocks/assets/js/hocs/test/with-category.js\";i:2279;s:74:\"packages/woocommerce-blocks/assets/js/hocs/test/with-product-variations.js\";i:2280;s:63:\"packages/woocommerce-blocks/assets/js/hocs/test/with-product.js\";i:2281;s:73:\"packages/woocommerce-blocks/assets/js/hocs/test/with-searched-products.js\";i:2282;s:98:\"packages/woocommerce-blocks/assets/js/hocs/test/with-transform-single-select-to-multiple-select.js\";i:2283;s:61:\"packages/woocommerce-blocks/assets/js/hocs/with-attributes.js\";i:2284;s:61:\"packages/woocommerce-blocks/assets/js/hocs/with-categories.js\";i:2285;s:59:\"packages/woocommerce-blocks/assets/js/hocs/with-category.js\";i:2286;s:69:\"packages/woocommerce-blocks/assets/js/hocs/with-product-variations.js\";i:2287;s:58:\"packages/woocommerce-blocks/assets/js/hocs/with-product.js\";i:2288;s:69:\"packages/woocommerce-blocks/assets/js/hocs/with-rest-api-hydration.js\";i:2289;s:68:\"packages/woocommerce-blocks/assets/js/hocs/with-searched-products.js\";i:2290;s:75:\"packages/woocommerce-blocks/assets/js/hocs/with-store-cart-api-hydration.js\";i:2291;s:93:\"packages/woocommerce-blocks/assets/js/hocs/with-transform-single-select-to-multiple-select.js\";i:2292;s:57:\"packages/woocommerce-blocks/assets/js/icons/icon/index.js\";i:2293;s:52:\"packages/woocommerce-blocks/assets/js/icons/index.js\";i:2294;s:65:\"packages/woocommerce-blocks/assets/js/icons/library/arrow-back.js\";i:2295;s:70:\"packages/woocommerce-blocks/assets/js/icons/library/arrow-down-alt2.js\";i:2296;s:59:\"packages/woocommerce-blocks/assets/js/icons/library/atom.js\";i:2297;s:59:\"packages/woocommerce-blocks/assets/js/icons/library/bank.js\";i:2298;s:62:\"packages/woocommerce-blocks/assets/js/icons/library/barcode.js\";i:2299;s:59:\"packages/woocommerce-blocks/assets/js/icons/library/bill.js\";i:2300;s:63:\"packages/woocommerce-blocks/assets/js/icons/library/bookmark.js\";i:2301;s:58:\"packages/woocommerce-blocks/assets/js/icons/library/box.js\";i:2302;s:59:\"packages/woocommerce-blocks/assets/js/icons/library/card.js\";i:2303;s:59:\"packages/woocommerce-blocks/assets/js/icons/library/cart.js\";i:2304;s:68:\"packages/woocommerce-blocks/assets/js/icons/library/check-payment.js\";i:2305;s:67:\"packages/woocommerce-blocks/assets/js/icons/library/chevron-down.js\";i:2306;s:65:\"packages/woocommerce-blocks/assets/js/icons/library/chevron-up.js\";i:2307;s:62:\"packages/woocommerce-blocks/assets/js/icons/library/comment.js\";i:2308;s:65:\"packages/woocommerce-blocks/assets/js/icons/library/discussion.js\";i:2309;s:59:\"packages/woocommerce-blocks/assets/js/icons/library/done.js\";i:2310;s:66:\"packages/woocommerce-blocks/assets/js/icons/library/exclamation.js\";i:2311;s:63:\"packages/woocommerce-blocks/assets/js/icons/library/external.js\";i:2312;s:69:\"packages/woocommerce-blocks/assets/js/icons/library/folder-starred.js\";i:2313;s:61:\"packages/woocommerce-blocks/assets/js/icons/library/folder.js\";i:2314;s:59:\"packages/woocommerce-blocks/assets/js/icons/library/grid.js\";i:2315;s:62:\"packages/woocommerce-blocks/assets/js/icons/library/heading.js\";i:2316;s:60:\"packages/woocommerce-blocks/assets/js/icons/library/image.js\";i:2317;s:59:\"packages/woocommerce-blocks/assets/js/icons/library/list.js\";i:2318;s:59:\"packages/woocommerce-blocks/assets/js/icons/library/more.js\";i:2319;s:61:\"packages/woocommerce-blocks/assets/js/icons/library/no-alt.js\";i:2320;s:60:\"packages/woocommerce-blocks/assets/js/icons/library/notes.js\";i:2321;s:61:\"packages/woocommerce-blocks/assets/js/icons/library/notice.js\";i:2322;s:69:\"packages/woocommerce-blocks/assets/js/icons/library/radio-selected.js\";i:2323;s:71:\"packages/woocommerce-blocks/assets/js/icons/library/radio-unselected.js\";i:2324;s:61:\"packages/woocommerce-blocks/assets/js/icons/library/reader.js\";i:2325;s:66:\"packages/woocommerce-blocks/assets/js/icons/library/remove-cart.js\";i:2326;s:62:\"packages/woocommerce-blocks/assets/js/icons/library/restore.js\";i:2327;s:61:\"packages/woocommerce-blocks/assets/js/icons/library/review.js\";i:2328;s:61:\"packages/woocommerce-blocks/assets/js/icons/library/search.js\";i:2329;s:61:\"packages/woocommerce-blocks/assets/js/icons/library/server.js\";i:2330;s:59:\"packages/woocommerce-blocks/assets/js/icons/library/star.js\";i:2331;s:61:\"packages/woocommerce-blocks/assets/js/icons/library/stonks.js\";i:2332;s:58:\"packages/woocommerce-blocks/assets/js/icons/library/tag.js\";i:2333;s:59:\"packages/woocommerce-blocks/assets/js/icons/library/tags.js\";i:2334;s:63:\"packages/woocommerce-blocks/assets/js/icons/library/thumb-up.js\";i:2335;s:61:\"packages/woocommerce-blocks/assets/js/icons/library/toggle.js\";i:2336;s:60:\"packages/woocommerce-blocks/assets/js/icons/library/truck.js\";i:2337;s:62:\"packages/woocommerce-blocks/assets/js/icons/library/widgets.js\";i:2338;s:58:\"packages/woocommerce-blocks/assets/js/icons/library/woo.js\";i:2339;s:60:\"packages/woocommerce-blocks/assets/js/icons/stories/index.js\";i:2340;s:46:\"packages/woocommerce-blocks/assets/js/index.js\";i:2341;s:74:\"packages/woocommerce-blocks/assets/js/legacy/base/hocs/with-instance-id.js\";i:2342;s:57:\"packages/woocommerce-blocks/assets/js/middleware/index.js\";i:2343;s:67:\"packages/woocommerce-blocks/assets/js/middleware/store-api-nonce.js\";i:2344;s:69:\"packages/woocommerce-blocks/assets/js/module_replacements/dashicon.js\";i:2345;s:97:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/bacs/constants.js\";i:2346;s:93:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/bacs/index.js\";i:2347;s:99:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/cheque/constants.js\";i:2348;s:95:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/cheque/index.js\";i:2349;s:96:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/cod/constants.js\";i:2350;s:92:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/cod/index.js\";i:2351;s:99:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/paypal/constants.js\";i:2352;s:95:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/paypal/index.js\";i:2353;s:111:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/credit-card/constants.js\";i:2354;s:110:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/credit-card/elements.js\";i:2355;s:107:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/credit-card/index.js\";i:2356;s:116:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/credit-card/payment-method.js\";i:2357;s:128:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/credit-card/use-checkout-subscriptions.js\";i:2358;s:121:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/credit-card/use-element-options.js\";i:2359;s:121:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/credit-card/use-payment-intents.js\";i:2360;s:124:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/credit-card/use-payment-processing.js\";i:2361;s:95:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/index.js\";i:2362;s:123:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/payment-request/apple-pay-preview.js\";i:2363;s:115:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/payment-request/constants.js\";i:2364;s:111:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/payment-request/index.js\";i:2365;s:129:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/payment-request/payment-request-express.js\";i:2366;s:132:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/payment-request/use-checkout-subscriptions.js\";i:2367;s:124:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/payment-request/use-event-handlers.js\";i:2368;s:124:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/payment-request/use-initialization.js\";i:2369;s:112:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/stripe-utils/constants.js\";i:2370;s:108:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/stripe-utils/index.js\";i:2371;s:114:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/stripe-utils/load-stripe.js\";i:2372;s:112:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/stripe-utils/normalize.js\";i:2373;s:112:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/stripe-utils/type-defs.js\";i:2374;s:108:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/stripe-utils/utils.js\";i:2375;s:54:\"packages/woocommerce-blocks/assets/js/previews/cart.js\";i:2376;s:60:\"packages/woocommerce-blocks/assets/js/previews/categories.js\";i:2377;s:60:\"packages/woocommerce-blocks/assets/js/previews/grid-block.js\";i:2378;s:55:\"packages/woocommerce-blocks/assets/js/previews/index.js\";i:2379;s:58:\"packages/woocommerce-blocks/assets/js/previews/products.js\";i:2380;s:57:\"packages/woocommerce-blocks/assets/js/previews/reviews.js\";i:2381;s:71:\"packages/woocommerce-blocks/assets/js/previews/saved-payment-methods.js\";i:2382;s:64:\"packages/woocommerce-blocks/assets/js/previews/shipping-rates.js\";i:2383;s:70:\"packages/woocommerce-blocks/assets/js/previews/single-product-block.js\";i:2384;s:66:\"packages/woocommerce-blocks/assets/js/settings/blocks/constants.js\";i:2385;s:70:\"packages/woocommerce-blocks/assets/js/settings/blocks/feature-flags.js\";i:2386;s:62:\"packages/woocommerce-blocks/assets/js/settings/blocks/index.js\";i:2387;s:74:\"packages/woocommerce-blocks/assets/js/settings/shared/default-constants.js\";i:2388;s:68:\"packages/woocommerce-blocks/assets/js/settings/shared/get-setting.js\";i:2389;s:62:\"packages/woocommerce-blocks/assets/js/settings/shared/index.js\";i:2390;s:70:\"packages/woocommerce-blocks/assets/js/settings/shared/settings-init.js\";i:2391;s:85:\"packages/woocommerce-blocks/assets/js/settings/shared/test/compare-with-wp-version.js\";i:2392;s:73:\"packages/woocommerce-blocks/assets/js/settings/shared/test/get-setting.js\";i:2393;s:61:\"packages/woocommerce-blocks/assets/js/shared/context/index.js\";i:2394;s:82:\"packages/woocommerce-blocks/assets/js/shared/context/inner-block-layout-context.js\";i:2395;s:76:\"packages/woocommerce-blocks/assets/js/shared/context/product-data-context.js\";i:2396;s:58:\"packages/woocommerce-blocks/assets/js/shared/hocs/index.js\";i:2397;s:78:\"packages/woocommerce-blocks/assets/js/shared/hocs/with-product-data-context.js\";i:2398;s:67:\"packages/woocommerce-blocks/assets/js/type-defs/add-to-cart-form.js\";i:2399;s:65:\"packages/woocommerce-blocks/assets/js/type-defs/address-fields.js\";i:2400;s:58:\"packages/woocommerce-blocks/assets/js/type-defs/billing.js\";i:2401;s:55:\"packages/woocommerce-blocks/assets/js/type-defs/cart.js\";i:2402;s:59:\"packages/woocommerce-blocks/assets/js/type-defs/checkout.js\";i:2403;s:59:\"packages/woocommerce-blocks/assets/js/type-defs/contexts.js\";i:2404;s:56:\"packages/woocommerce-blocks/assets/js/type-defs/hooks.js\";i:2405;s:59:\"packages/woocommerce-blocks/assets/js/type-defs/payments.js\";i:2406;s:82:\"packages/woocommerce-blocks/assets/js/type-defs/registered-payment-method-props.js\";i:2407;s:59:\"packages/woocommerce-blocks/assets/js/type-defs/settings.js\";i:2408;s:59:\"packages/woocommerce-blocks/assets/js/type-defs/shipping.js\";i:2409;s:63:\"packages/woocommerce-blocks/assets/js/utils/attributes-query.js\";i:2410;s:57:\"packages/woocommerce-blocks/assets/js/utils/attributes.js\";i:2411;s:59:\"packages/woocommerce-blocks/assets/js/utils/deprecations.js\";i:2412;s:56:\"packages/woocommerce-blocks/assets/js/utils/get-query.js\";i:2413;s:60:\"packages/woocommerce-blocks/assets/js/utils/get-shortcode.js\";i:2414;s:55:\"packages/woocommerce-blocks/assets/js/utils/products.js\";i:2415;s:64:\"packages/woocommerce-blocks/assets/js/utils/shared-attributes.js\";i:2416;s:61:\"packages/woocommerce-blocks/assets/js/utils/test/get-query.js\";i:2417;s:60:\"packages/woocommerce-blocks/assets/js/utils/test/products.js\";i:2419;s:60:\"packages/woocommerce-blocks/build/active-filters-frontend.js\";i:2421;s:51:\"packages/woocommerce-blocks/build/active-filters.js\";i:2423;s:58:\"packages/woocommerce-blocks/build/all-products-frontend.js\";i:2425;s:49:\"packages/woocommerce-blocks/build/all-products.js\";i:2427;s:48:\"packages/woocommerce-blocks/build/all-reviews.js\";i:2428;s:104:\"packages/woocommerce-blocks/build/atomic-block-components/add-to-cart--atomic-block-components/button.js\";i:2429;s:134:\"packages/woocommerce-blocks/build/atomic-block-components/add-to-cart--atomic-block-components/image--atomic-block-components/title.js\";i:2430;s:81:\"packages/woocommerce-blocks/build/atomic-block-components/add-to-cart-frontend.js\";i:2431;s:72:\"packages/woocommerce-blocks/build/atomic-block-components/add-to-cart.js\";i:2432;s:76:\"packages/woocommerce-blocks/build/atomic-block-components/button-frontend.js\";i:2433;s:67:\"packages/woocommerce-blocks/build/atomic-block-components/button.js\";i:2434;s:83:\"packages/woocommerce-blocks/build/atomic-block-components/category-list-frontend.js\";i:2435;s:74:\"packages/woocommerce-blocks/build/atomic-block-components/category-list.js\";i:2436;s:75:\"packages/woocommerce-blocks/build/atomic-block-components/image-frontend.js\";i:2437;s:66:\"packages/woocommerce-blocks/build/atomic-block-components/image.js\";i:2438;s:75:\"packages/woocommerce-blocks/build/atomic-block-components/price-frontend.js\";i:2439;s:66:\"packages/woocommerce-blocks/build/atomic-block-components/price.js\";i:2440;s:76:\"packages/woocommerce-blocks/build/atomic-block-components/rating-frontend.js\";i:2441;s:67:\"packages/woocommerce-blocks/build/atomic-block-components/rating.js\";i:2442;s:80:\"packages/woocommerce-blocks/build/atomic-block-components/sale-badge-frontend.js\";i:2443;s:71:\"packages/woocommerce-blocks/build/atomic-block-components/sale-badge.js\";i:2444;s:73:\"packages/woocommerce-blocks/build/atomic-block-components/sku-frontend.js\";i:2445;s:64:\"packages/woocommerce-blocks/build/atomic-block-components/sku.js\";i:2446;s:85:\"packages/woocommerce-blocks/build/atomic-block-components/stock-indicator-frontend.js\";i:2447;s:76:\"packages/woocommerce-blocks/build/atomic-block-components/stock-indicator.js\";i:2448;s:77:\"packages/woocommerce-blocks/build/atomic-block-components/summary-frontend.js\";i:2449;s:68:\"packages/woocommerce-blocks/build/atomic-block-components/summary.js\";i:2450;s:78:\"packages/woocommerce-blocks/build/atomic-block-components/tag-list-frontend.js\";i:2451;s:69:\"packages/woocommerce-blocks/build/atomic-block-components/tag-list.js\";i:2452;s:75:\"packages/woocommerce-blocks/build/atomic-block-components/title-frontend.js\";i:2453;s:66:\"packages/woocommerce-blocks/build/atomic-block-components/title.js\";i:2455;s:62:\"packages/woocommerce-blocks/build/attribute-filter-frontend.js\";i:2457;s:53:\"packages/woocommerce-blocks/build/attribute-filter.js\";i:2459;s:52:\"packages/woocommerce-blocks/build/blocks-checkout.js\";i:2461;s:43:\"packages/woocommerce-blocks/build/blocks.js\";i:2463;s:50:\"packages/woocommerce-blocks/build/cart-frontend.js\";i:2465;s:41:\"packages/woocommerce-blocks/build/cart.js\";i:2467;s:54:\"packages/woocommerce-blocks/build/checkout-frontend.js\";i:2469;s:45:\"packages/woocommerce-blocks/build/checkout.js\";i:2470;s:48:\"packages/woocommerce-blocks/build/editor-rtl.css\";i:2471;s:44:\"packages/woocommerce-blocks/build/editor.css\";i:2473;s:54:\"packages/woocommerce-blocks/build/featured-category.js\";i:2475;s:53:\"packages/woocommerce-blocks/build/featured-product.js\";i:2477;s:56:\"packages/woocommerce-blocks/build/handpicked-products.js\";i:2479;s:58:\"packages/woocommerce-blocks/build/price-filter-frontend.js\";i:2481;s:49:\"packages/woocommerce-blocks/build/price-filter.js\";i:2483;s:49:\"packages/woocommerce-blocks/build/price-format.js\";i:2485;s:57:\"packages/woocommerce-blocks/build/product-best-sellers.js\";i:2487;s:55:\"packages/woocommerce-blocks/build/product-categories.js\";i:2489;s:53:\"packages/woocommerce-blocks/build/product-category.js\";i:2491;s:48:\"packages/woocommerce-blocks/build/product-new.js\";i:2493;s:52:\"packages/woocommerce-blocks/build/product-on-sale.js\";i:2495;s:51:\"packages/woocommerce-blocks/build/product-search.js\";i:2497;s:48:\"packages/woocommerce-blocks/build/product-tag.js\";i:2499;s:54:\"packages/woocommerce-blocks/build/product-top-rated.js\";i:2501;s:58:\"packages/woocommerce-blocks/build/products-by-attribute.js\";i:2503;s:56:\"packages/woocommerce-blocks/build/reviews-by-category.js\";i:2505;s:55:\"packages/woocommerce-blocks/build/reviews-by-product.js\";i:2507;s:53:\"packages/woocommerce-blocks/build/reviews-frontend.js\";i:2509;s:60:\"packages/woocommerce-blocks/build/single-product-frontend.js\";i:2511;s:51:\"packages/woocommerce-blocks/build/single-product.js\";i:2512;s:47:\"packages/woocommerce-blocks/build/style-rtl.css\";i:2513;s:43:\"packages/woocommerce-blocks/build/style.css\";i:2514;s:84:\"packages/woocommerce-blocks/build/vendors--atomic-block-components/price-frontend.js\";i:2515;s:55:\"packages/woocommerce-blocks/build/vendors-style-rtl.css\";i:2516;s:51:\"packages/woocommerce-blocks/build/vendors-style.css\";i:2517;s:44:\"packages/woocommerce-blocks/build/vendors.js\";i:2519;s:51:\"packages/woocommerce-blocks/build/wc-blocks-data.js\";i:2521;s:57:\"packages/woocommerce-blocks/build/wc-blocks-middleware.js\";i:2523;s:55:\"packages/woocommerce-blocks/build/wc-blocks-registry.js\";i:2525;s:59:\"packages/woocommerce-blocks/build/wc-payment-method-bacs.js\";i:2527;s:61:\"packages/woocommerce-blocks/build/wc-payment-method-cheque.js\";i:2529;s:58:\"packages/woocommerce-blocks/build/wc-payment-method-cod.js\";i:2531;s:61:\"packages/woocommerce-blocks/build/wc-payment-method-paypal.js\";i:2533;s:61:\"packages/woocommerce-blocks/build/wc-payment-method-stripe.js\";i:2535;s:48:\"packages/woocommerce-blocks/build/wc-settings.js\";i:2537;s:54:\"packages/woocommerce-blocks/build/wc-shared-context.js\";i:2539;s:51:\"packages/woocommerce-blocks/build/wc-shared-hocs.js\";i:2540;s:69:\"packages/woocommerce-blocks/packages/checkout/error-boundary/index.js\";i:2541;s:54:\"packages/woocommerce-blocks/packages/checkout/index.js\";i:2542;s:65:\"packages/woocommerce-blocks/packages/checkout/order-meta/index.js\";i:2543;s:78:\"packages/woocommerce-blocks/packages/checkout/order-shipping-packages/index.js\";i:2544;s:60:\"packages/woocommerce-blocks/packages/checkout/panel/index.js\";i:2545;s:62:\"packages/woocommerce-blocks/packages/checkout/panel/style.scss\";i:2546;s:63:\"packages/woocommerce-blocks/packages/checkout/shipping/index.js\";i:2547;s:86:\"packages/woocommerce-blocks/packages/checkout/shipping/shipping-rates-control/index.js\";i:2548;s:94:\"packages/woocommerce-blocks/packages/checkout/shipping/shipping-rates-control/package-rates.js\";i:2549;s:88:\"packages/woocommerce-blocks/packages/checkout/shipping/shipping-rates-control/package.js\";i:2550;s:107:\"packages/woocommerce-blocks/packages/checkout/shipping/shipping-rates-control/render-package-rate-option.js\";i:2551;s:88:\"packages/woocommerce-blocks/packages/checkout/shipping/shipping-rates-control/style.scss\";i:2552;s:56:\"packages/woocommerce-blocks/packages/checkout/style.scss\";i:2553;s:66:\"packages/woocommerce-blocks/packages/checkout/totals/fees/index.js\";i:2554;s:74:\"packages/woocommerce-blocks/packages/checkout/totals/fees/stories/index.js\";i:2555;s:61:\"packages/woocommerce-blocks/packages/checkout/totals/index.js\";i:2556;s:66:\"packages/woocommerce-blocks/packages/checkout/totals/item/index.js\";i:2557;s:74:\"packages/woocommerce-blocks/packages/checkout/totals/item/stories/index.js\";i:2558;s:68:\"packages/woocommerce-blocks/packages/checkout/totals/item/style.scss\";i:2559;s:70:\"packages/woocommerce-blocks/packages/checkout/totals/subtotal/index.js\";i:2560;s:78:\"packages/woocommerce-blocks/packages/checkout/totals/subtotal/stories/index.js\";i:2561;s:67:\"packages/woocommerce-blocks/packages/checkout/totals/taxes/index.js\";i:2562;s:75:\"packages/woocommerce-blocks/packages/checkout/totals/taxes/stories/index.js\";i:2563;s:69:\"packages/woocommerce-blocks/packages/checkout/totals/taxes/style.scss\";i:2564;s:52:\"packages/woocommerce-blocks/packages/prices/index.js\";i:2565;s:58:\"packages/woocommerce-blocks/packages/prices/utils/index.js\";i:2566;s:58:\"packages/woocommerce-blocks/packages/prices/utils/price.js\";i:2567;s:63:\"packages/woocommerce-blocks/packages/prices/utils/test/price.js\";}}}','yes'),(51119,'wc_connect_services_last_update','1626278896','yes'),(51120,'wc_connect_last_heartbeat','1626278896','yes'),(51121,'wc_connect_services','O:8:\"stdClass\":3:{s:8:\"shipping\";a:2:{i:0;O:8:\"stdClass\":7:{s:2:\"id\";s:4:\"usps\";s:18:\"method_description\";s:52:\"USPS Shipping Rates, Powered by WooCommerce Shipping\";s:12:\"method_title\";s:27:\"USPS (WooCommerce Shipping)\";s:12:\"carrier_name\";s:4:\"USPS\";s:11:\"form_layout\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:8:\"fieldset\";s:5:\"title\";s:5:\"Setup\";s:5:\"items\";a:3:{i:0;O:8:\"stdClass\":2:{s:3:\"key\";s:5:\"title\";s:15:\"validation_hint\";s:18:\"Title is required.\";}i:1;O:8:\"stdClass\":2:{s:3:\"key\";s:6:\"origin\";s:15:\"validation_hint\";s:118:\"The zip code of where you are shipping from is required and should be a valid 5 digit or ZIP+4 United States ZIP code.\";}i:2;O:8:\"stdClass\":3:{s:3:\"key\";s:16:\"shipping_classes\";s:4:\"type\";s:16:\"shipping_classes\";s:18:\"requiredWcsVersion\";s:9:\">= 1.17.0\";}}}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:8:\"fieldset\";s:5:\"title\";s:5:\"Rates\";s:5:\"items\";a:5:{i:0;O:8:\"stdClass\":3:{s:3:\"key\";s:8:\"services\";s:4:\"type\";s:17:\"shipping_services\";s:15:\"validation_hint\";s:28:\"Select at least one service.\";}i:1;O:8:\"stdClass\":3:{s:3:\"key\";s:11:\"rate_filter\";s:4:\"type\";s:6:\"radios\";s:8:\"titleMap\";O:8:\"stdClass\":2:{s:3:\"all\";s:50:\"Show all available rates and let customers choose.\";s:8:\"cheapest\";s:28:\"Only show the cheapest rate.\";}}i:2;O:8:\"stdClass\":3:{s:3:\"key\";s:13:\"fallback_rate\";s:15:\"validation_hint\";s:42:\"Fallback rate should be a positive number.\";s:11:\"placeholder\";s:11:\"Rate amount\";}i:3;O:8:\"stdClass\":3:{s:3:\"key\";s:10:\"rate_class\";s:4:\"type\";s:6:\"radios\";s:8:\"titleMap\";O:8:\"stdClass\":2:{s:6:\"retail\";s:38:\"Retail — Standard post office rates.\";s:3:\"cbp\";s:44:\"Commercial — Discounted post office rates.\";}}i:4;O:8:\"stdClass\":3:{s:3:\"key\";s:19:\"shipping_learn_more\";s:4:\"type\";s:4:\"text\";s:11:\"description\";s:153:\"<a href=\"https://docs.woocommerce.com/document/woocommerce-services/#section-4\" target=\"_blank\">Learn more</a> about available shipping rates and prices.\";}}}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:8:\"fieldset\";s:5:\"title\";s:9:\"Packaging\";s:5:\"items\";a:2:{i:0;O:8:\"stdClass\":3:{s:3:\"key\";s:14:\"packing_method\";s:4:\"type\";s:6:\"radios\";s:8:\"titleMap\";O:8:\"stdClass\":2:{s:8:\"by_price\";s:52:\"Pack items together, in as few packages as possible.\";s:10:\"individual\";s:53:\"Ship items individually, in their original packaging.\";}}i:1;O:8:\"stdClass\":2:{s:3:\"key\";s:5:\"boxes\";s:4:\"type\";s:8:\"packages\";}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"actions\";s:5:\"items\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"submit\";s:5:\"title\";s:12:\"Save changes\";}}}}s:16:\"service_settings\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"object\";s:5:\"title\";s:4:\"USPS\";s:11:\"description\";s:84:\"The USPS extension obtains rates dynamically from the USPS API during cart/checkout.\";s:8:\"required\";a:3:{i:0;s:5:\"title\";i:1;s:6:\"origin\";i:2;s:8:\"services\";}s:11:\"definitions\";O:8:\"stdClass\":2:{s:16:\"shipping_service\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:8:\"services\";a:57:{i:0;O:8:\"stdClass\":5:{s:2:\"id\";s:3:\"pri\";s:4:\"name\";s:20:\"USPS - Priority Mail\";s:5:\"group\";s:8:\"priority\";s:10:\"group_name\";s:13:\"Priority Mail\";s:14:\"group_estimate\";s:8:\"1-3 days\";}i:1;O:8:\"stdClass\":6:{s:2:\"id\";s:12:\"pri_flat_env\";s:4:\"name\";s:41:\"USPS - Priority Mail - Flat Rate Envelope\";s:5:\"group\";s:8:\"priority\";s:10:\"group_name\";s:13:\"Priority Mail\";s:14:\"group_estimate\";s:8:\"1-3 days\";s:18:\"predefined_package\";s:13:\"flat_envelope\";}i:2;O:8:\"stdClass\":6:{s:2:\"id\";s:18:\"pri_large_flat_box\";s:4:\"name\";s:52:\"USPS - Priority Mail - Large Flat Rate Box (12x12x5)\";s:5:\"group\";s:8:\"priority\";s:10:\"group_name\";s:13:\"Priority Mail\";s:14:\"group_estimate\";s:8:\"1-3 days\";s:18:\"predefined_package\";s:14:\"large_flat_box\";}i:3;O:8:\"stdClass\":6:{s:2:\"id\";s:20:\"pri_large_flat_box_2\";s:4:\"name\";s:52:\"USPS - Priority Mail - Large Flat Rate Box (23x11x3)\";s:5:\"group\";s:8:\"priority\";s:10:\"group_name\";s:13:\"Priority Mail\";s:14:\"group_estimate\";s:8:\"1-3 days\";s:18:\"predefined_package\";s:16:\"large_flat_box_2\";}i:4;O:8:\"stdClass\":6:{s:2:\"id\";s:18:\"pri_legal_flat_env\";s:4:\"name\";s:47:\"USPS - Priority Mail - Legal Flat Rate Envelope\";s:5:\"group\";s:8:\"priority\";s:10:\"group_name\";s:13:\"Priority Mail\";s:14:\"group_estimate\";s:8:\"1-3 days\";s:18:\"predefined_package\";s:19:\"legal_flat_envelope\";}i:5;O:8:\"stdClass\":6:{s:2:\"id\";s:23:\"pri_medium_flat_box_top\";s:4:\"name\";s:57:\"USPS - Priority Mail - Medium Flat Rate Box (Top Loading)\";s:5:\"group\";s:8:\"priority\";s:10:\"group_name\";s:13:\"Priority Mail\";s:14:\"group_estimate\";s:8:\"1-3 days\";s:18:\"predefined_package\";s:19:\"medium_flat_box_top\";}i:6;O:8:\"stdClass\":6:{s:2:\"id\";s:24:\"pri_medium_flat_box_side\";s:4:\"name\";s:58:\"USPS - Priority Mail - Medium Flat Rate Box (Side Loading)\";s:5:\"group\";s:8:\"priority\";s:10:\"group_name\";s:13:\"Priority Mail\";s:14:\"group_estimate\";s:8:\"1-3 days\";s:18:\"predefined_package\";s:20:\"medium_flat_box_side\";}i:7;O:8:\"stdClass\":6:{s:2:\"id\";s:15:\"pri_sm_flat_box\";s:4:\"name\";s:42:\"USPS - Priority Mail - Small Flat Rate Box\";s:5:\"group\";s:8:\"priority\";s:10:\"group_name\";s:13:\"Priority Mail\";s:14:\"group_estimate\";s:8:\"1-3 days\";s:18:\"predefined_package\";s:14:\"small_flat_box\";}i:8;O:8:\"stdClass\":6:{s:2:\"id\";s:19:\"pri_padded_flat_env\";s:4:\"name\";s:48:\"USPS - Priority Mail - Padded Flat Rate Envelope\";s:5:\"group\";s:8:\"priority\";s:10:\"group_name\";s:13:\"Priority Mail\";s:14:\"group_estimate\";s:8:\"1-3 days\";s:18:\"predefined_package\";s:20:\"padded_flat_envelope\";}i:9;O:8:\"stdClass\":6:{s:2:\"id\";s:18:\"pri_small_flat_env\";s:4:\"name\";s:47:\"USPS - Priority Mail - Small Flat Rate Envelope\";s:5:\"group\";s:8:\"priority\";s:10:\"group_name\";s:13:\"Priority Mail\";s:14:\"group_estimate\";s:8:\"1-3 days\";s:18:\"predefined_package\";s:19:\"small_flat_envelope\";}i:10;O:8:\"stdClass\":6:{s:2:\"id\";s:15:\"pri_window_flat\";s:4:\"name\";s:48:\"USPS - Priority Mail - Window Flat Rate Envelope\";s:5:\"group\";s:8:\"priority\";s:10:\"group_name\";s:13:\"Priority Mail\";s:14:\"group_estimate\";s:8:\"1-3 days\";s:18:\"predefined_package\";s:20:\"window_flat_envelope\";}i:11;O:8:\"stdClass\":6:{s:2:\"id\";s:15:\"pri_regional_a1\";s:4:\"name\";s:43:\"USPS - Priority Mail - Regional Rate Box A1\";s:5:\"group\";s:8:\"priority\";s:10:\"group_name\";s:13:\"Priority Mail\";s:14:\"group_estimate\";s:8:\"1-3 days\";s:18:\"predefined_package\";s:11:\"regional_a1\";}i:12;O:8:\"stdClass\":6:{s:2:\"id\";s:15:\"pri_regional_a2\";s:4:\"name\";s:43:\"USPS - Priority Mail - Regional Rate Box A2\";s:5:\"group\";s:8:\"priority\";s:10:\"group_name\";s:13:\"Priority Mail\";s:14:\"group_estimate\";s:8:\"1-3 days\";s:18:\"predefined_package\";s:11:\"regional_a2\";}i:13;O:8:\"stdClass\":6:{s:2:\"id\";s:15:\"pri_regional_b1\";s:4:\"name\";s:43:\"USPS - Priority Mail - Regional Rate Box B1\";s:5:\"group\";s:8:\"priority\";s:10:\"group_name\";s:13:\"Priority Mail\";s:14:\"group_estimate\";s:8:\"1-3 days\";s:18:\"predefined_package\";s:11:\"regional_b1\";}i:14;O:8:\"stdClass\":6:{s:2:\"id\";s:15:\"pri_regional_b2\";s:4:\"name\";s:43:\"USPS - Priority Mail - Regional Rate Box B2\";s:5:\"group\";s:8:\"priority\";s:10:\"group_name\";s:13:\"Priority Mail\";s:14:\"group_estimate\";s:8:\"1-3 days\";s:18:\"predefined_package\";s:11:\"regional_b2\";}i:15;O:8:\"stdClass\":5:{s:2:\"id\";s:7:\"pri_exp\";s:4:\"name\";s:28:\"USPS - Priority Mail Express\";s:5:\"group\";s:12:\"priority_exp\";s:10:\"group_name\";s:21:\"Priority Mail Express\";s:14:\"group_estimate\";s:9:\"Overnight\";}i:16;O:8:\"stdClass\":6:{s:2:\"id\";s:16:\"pri_exp_flat_env\";s:4:\"name\";s:49:\"USPS - Priority Mail Express - Flat Rate Envelope\";s:5:\"group\";s:12:\"priority_exp\";s:10:\"group_name\";s:21:\"Priority Mail Express\";s:14:\"group_estimate\";s:9:\"Overnight\";s:18:\"predefined_package\";s:21:\"express_flat_envelope\";}i:17;O:8:\"stdClass\":6:{s:2:\"id\";s:22:\"pri_exp_legal_flat_env\";s:4:\"name\";s:55:\"USPS - Priority Mail Express - Legal Flat Rate Envelope\";s:5:\"group\";s:12:\"priority_exp\";s:10:\"group_name\";s:21:\"Priority Mail Express\";s:14:\"group_estimate\";s:9:\"Overnight\";s:18:\"predefined_package\";s:27:\"express_legal_flat_envelope\";}i:18;O:8:\"stdClass\":5:{s:2:\"id\";s:16:\"pri_exp_military\";s:4:\"name\";s:37:\"USPS - Priority Mail Express Military\";s:5:\"group\";s:10:\"speciality\";s:10:\"group_name\";s:19:\"Speciality Services\";s:14:\"group_estimate\";N;}i:19;O:8:\"stdClass\":5:{s:2:\"id\";s:24:\"pri_exp_military_holiday\";s:4:\"name\";s:61:\"USPS - Priority Mail Express Military Sunday/Holiday Delivery\";s:5:\"group\";s:10:\"speciality\";s:10:\"group_name\";s:19:\"Speciality Services\";s:14:\"group_estimate\";N;}i:20;O:8:\"stdClass\":5:{s:2:\"id\";s:25:\"pri_exp_military_flat_env\";s:4:\"name\";s:56:\"USPS - Priority Mail Express Military Flat Rate Envelope\";s:5:\"group\";s:10:\"speciality\";s:10:\"group_name\";s:19:\"Speciality Services\";s:14:\"group_estimate\";N;}i:21;O:8:\"stdClass\":5:{s:2:\"id\";s:33:\"pri_exp_military_flat_env_holiday\";s:4:\"name\";s:80:\"USPS - Priority Mail Express Military Flat Rate Envelope Sunday/Holiday Delivery\";s:5:\"group\";s:10:\"speciality\";s:10:\"group_name\";s:19:\"Speciality Services\";s:14:\"group_estimate\";N;}i:22;O:8:\"stdClass\":5:{s:2:\"id\";s:31:\"pri_exp_military_legal_flat_env\";s:4:\"name\";s:62:\"USPS - Priority Mail Express Military Legal Flat Rate Envelope\";s:5:\"group\";s:10:\"speciality\";s:10:\"group_name\";s:19:\"Speciality Services\";s:14:\"group_estimate\";N;}i:23;O:8:\"stdClass\":5:{s:2:\"id\";s:39:\"pri_exp_military_legal_flat_env_holiday\";s:4:\"name\";s:86:\"USPS - Priority Mail Express Military Legal Flat Rate Envelope Sunday/Holiday Delivery\";s:5:\"group\";s:10:\"speciality\";s:10:\"group_name\";s:19:\"Speciality Services\";s:14:\"group_estimate\";N;}i:24;O:8:\"stdClass\":5:{s:2:\"id\";s:32:\"pri_exp_military_padded_flat_env\";s:4:\"name\";s:63:\"USPS - Priority Mail Express Military Padded Flat Rate Envelope\";s:5:\"group\";s:10:\"speciality\";s:10:\"group_name\";s:19:\"Speciality Services\";s:14:\"group_estimate\";N;}i:25;O:8:\"stdClass\":5:{s:2:\"id\";s:40:\"pri_exp_military_padded_flat_env_holiday\";s:4:\"name\";s:87:\"USPS - Priority Mail Express Military Padded Flat Rate Envelope Sunday/Holiday Delivery\";s:5:\"group\";s:10:\"speciality\";s:10:\"group_name\";s:19:\"Speciality Services\";s:14:\"group_estimate\";N;}i:26;O:8:\"stdClass\":6:{s:2:\"id\";s:23:\"pri_exp_padded_flat_env\";s:4:\"name\";s:56:\"USPS - Priority Mail Express - Padded Flat Rate Envelope\";s:5:\"group\";s:12:\"priority_exp\";s:10:\"group_name\";s:21:\"Priority Mail Express\";s:14:\"group_estimate\";s:9:\"Overnight\";s:18:\"predefined_package\";s:28:\"express_padded_flat_envelope\";}i:27;O:8:\"stdClass\":5:{s:2:\"id\";s:19:\"first_class_stamped\";s:4:\"name\";s:40:\"USPS - First-Class Mail - Stamped Letter\";s:5:\"group\";s:11:\"first_class\";s:10:\"group_name\";s:16:\"First-Class Mail\";s:14:\"group_estimate\";s:8:\"2-3 days\";}i:28;O:8:\"stdClass\":5:{s:2:\"id\";s:19:\"first_class_metered\";s:4:\"name\";s:40:\"USPS - First-Class Mail - Metered Letter\";s:5:\"group\";s:11:\"first_class\";s:10:\"group_name\";s:16:\"First-Class Mail\";s:14:\"group_estimate\";s:8:\"2-3 days\";}i:29;O:8:\"stdClass\":5:{s:2:\"id\";s:18:\"first_class_parcel\";s:4:\"name\";s:32:\"USPS - First-Class Mail - Parcel\";s:5:\"group\";s:11:\"first_class\";s:10:\"group_name\";s:16:\"First-Class Mail\";s:14:\"group_estimate\";s:8:\"2-3 days\";}i:30;O:8:\"stdClass\":5:{s:2:\"id\";s:23:\"first_class_lg_postcard\";s:4:\"name\";s:41:\"USPS - First-Class Mail - Large Postcards\";s:5:\"group\";s:11:\"first_class\";s:10:\"group_name\";s:16:\"First-Class Mail\";s:14:\"group_estimate\";s:8:\"2-3 days\";}i:31;O:8:\"stdClass\":5:{s:2:\"id\";s:20:\"first_class_postcard\";s:4:\"name\";s:35:\"USPS - First-Class Mail - Postcards\";s:5:\"group\";s:11:\"first_class\";s:10:\"group_name\";s:16:\"First-Class Mail\";s:14:\"group_estimate\";s:8:\"2-3 days\";}i:32;O:8:\"stdClass\":5:{s:2:\"id\";s:23:\"first_class_lg_env_flat\";s:4:\"name\";s:40:\"USPS - First-Class Mail - Large Envelope\";s:5:\"group\";s:11:\"first_class\";s:10:\"group_name\";s:16:\"First-Class Mail\";s:14:\"group_estimate\";s:8:\"2-3 days\";}i:33;O:8:\"stdClass\":5:{s:2:\"id\";s:19:\"first_class_package\";s:4:\"name\";s:34:\"USPS - First-Class Package Service\";s:5:\"group\";s:11:\"first_class\";s:10:\"group_name\";s:16:\"First-Class Mail\";s:14:\"group_estimate\";s:8:\"2-3 days\";}i:34;O:8:\"stdClass\":5:{s:2:\"id\";s:23:\"first_class_intl_letter\";s:4:\"name\";s:46:\"USPS - First-Class Mail - International Letter\";s:5:\"group\";s:11:\"first_class\";s:10:\"group_name\";s:16:\"First-Class Mail\";s:14:\"group_estimate\";s:8:\"2-3 days\";}i:35;O:8:\"stdClass\":5:{s:2:\"id\";s:23:\"first_class_intl_lg_env\";s:4:\"name\";s:54:\"USPS - First-Class Mail - International Large Envelope\";s:5:\"group\";s:11:\"first_class\";s:10:\"group_name\";s:16:\"First-Class Mail\";s:14:\"group_estimate\";s:8:\"2-3 days\";}i:36;O:8:\"stdClass\":5:{s:2:\"id\";s:16:\"first_class_intl\";s:4:\"name\";s:48:\"USPS - First-Class Package International Service\";s:5:\"group\";s:11:\"first_class\";s:10:\"group_name\";s:16:\"First-Class Mail\";s:14:\"group_estimate\";s:8:\"2-3 days\";}i:37;O:8:\"stdClass\":5:{s:2:\"id\";s:13:\"retail_ground\";s:4:\"name\";s:25:\"USPS - USPS Retail Ground\";s:5:\"group\";s:10:\"speciality\";s:10:\"group_name\";s:19:\"Speciality Services\";s:14:\"group_estimate\";N;}i:38;O:8:\"stdClass\":5:{s:2:\"id\";s:20:\"parcel_select_ground\";s:4:\"name\";s:27:\"USPS - Parcel Select Ground\";s:5:\"group\";s:10:\"speciality\";s:10:\"group_name\";s:19:\"Speciality Services\";s:14:\"group_estimate\";N;}i:39;O:8:\"stdClass\":5:{s:2:\"id\";s:5:\"media\";s:4:\"name\";s:24:\"USPS - Media Mail Parcel\";s:5:\"group\";s:10:\"speciality\";s:10:\"group_name\";s:19:\"Speciality Services\";s:14:\"group_estimate\";N;}i:40;O:8:\"stdClass\":5:{s:2:\"id\";s:3:\"gxg\";s:4:\"name\";s:49:\"USPS - USPS Global Express Guaranteed - Envelopes\";s:5:\"group\";s:10:\"speciality\";s:10:\"group_name\";s:19:\"Speciality Services\";s:14:\"group_estimate\";N;}i:41;O:8:\"stdClass\":5:{s:2:\"id\";s:12:\"pri_exp_intl\";s:4:\"name\";s:42:\"USPS - Priority Mail Express International\";s:5:\"group\";s:30:\"priority_express_international\";s:10:\"group_name\";s:35:\"Priority Mail Express International\";s:14:\"group_estimate\";s:8:\"3-5 days\";}i:42;O:8:\"stdClass\":6:{s:2:\"id\";s:21:\"pri_exp_intl_env_flat\";s:4:\"name\";s:64:\"USPS - Priority Mail Express International -  Flat Rate Envelope\";s:5:\"group\";s:30:\"priority_express_international\";s:10:\"group_name\";s:35:\"Priority Mail Express International\";s:14:\"group_estimate\";s:8:\"3-5 days\";s:18:\"predefined_package\";s:21:\"express_flat_envelope\";}i:43;O:8:\"stdClass\":6:{s:2:\"id\";s:23:\"pri_exp_intl_legal_flat\";s:4:\"name\";s:69:\"USPS - Priority Mail Express International - Legal Flat Rate Envelope\";s:5:\"group\";s:30:\"priority_express_international\";s:10:\"group_name\";s:35:\"Priority Mail Express International\";s:14:\"group_estimate\";s:8:\"3-5 days\";s:18:\"predefined_package\";s:27:\"express_legal_flat_envelope\";}i:44;O:8:\"stdClass\":6:{s:2:\"id\";s:24:\"pri_exp_intl_padded_flat\";s:4:\"name\";s:70:\"USPS - Priority Mail Express International - Padded Flat Rate Envelope\";s:5:\"group\";s:30:\"priority_express_international\";s:10:\"group_name\";s:35:\"Priority Mail Express International\";s:14:\"group_estimate\";s:8:\"3-5 days\";s:18:\"predefined_package\";s:28:\"express_padded_flat_envelope\";}i:45;O:8:\"stdClass\":5:{s:2:\"id\";s:8:\"pri_intl\";s:4:\"name\";s:34:\"USPS - Priority Mail International\";s:5:\"group\";s:22:\"priority_international\";s:10:\"group_name\";s:27:\"Priority Mail International\";s:14:\"group_estimate\";s:9:\"6-10 days\";}i:46;O:8:\"stdClass\":6:{s:2:\"id\";s:15:\"pri_intl_lg_box\";s:4:\"name\";s:56:\"USPS - Priority Mail International - Large Flat Rate Box\";s:5:\"group\";s:22:\"priority_international\";s:10:\"group_name\";s:27:\"Priority Mail International\";s:14:\"group_estimate\";s:9:\"6-10 days\";s:18:\"predefined_package\";s:14:\"large_flat_box\";}i:47;O:8:\"stdClass\":6:{s:2:\"id\";s:19:\"pri_intl_md_box_top\";s:4:\"name\";s:71:\"USPS - Priority Mail International - Medium Flat Rate Box (Top Loading)\";s:5:\"group\";s:22:\"priority_international\";s:10:\"group_name\";s:27:\"Priority Mail International\";s:14:\"group_estimate\";s:9:\"6-10 days\";s:18:\"predefined_package\";s:19:\"medium_flat_box_top\";}i:48;O:8:\"stdClass\":6:{s:2:\"id\";s:20:\"pri_intl_md_box_side\";s:4:\"name\";s:72:\"USPS - Priority Mail International - Medium Flat Rate Box (Side Loading)\";s:5:\"group\";s:22:\"priority_international\";s:10:\"group_name\";s:27:\"Priority Mail International\";s:14:\"group_estimate\";s:9:\"6-10 days\";s:18:\"predefined_package\";s:20:\"medium_flat_box_side\";}i:49;O:8:\"stdClass\":6:{s:2:\"id\";s:15:\"pri_intl_sm_box\";s:4:\"name\";s:56:\"USPS - Priority Mail International - Small Flat Rate Box\";s:5:\"group\";s:22:\"priority_international\";s:10:\"group_name\";s:27:\"Priority Mail International\";s:14:\"group_estimate\";s:9:\"6-10 days\";s:18:\"predefined_package\";s:14:\"small_flat_box\";}i:50;O:8:\"stdClass\":6:{s:2:\"id\";s:12:\"pri_intl_dvd\";s:4:\"name\";s:61:\"USPS - Priority Mail International - DVD Flat Rate priced box\";s:5:\"group\";s:22:\"priority_international\";s:10:\"group_name\";s:27:\"Priority Mail International\";s:14:\"group_estimate\";s:9:\"6-10 days\";s:18:\"predefined_package\";s:8:\"dvd_flat\";}i:51;O:8:\"stdClass\":6:{s:2:\"id\";s:14:\"pri_intl_video\";s:4:\"name\";s:69:\"USPS - Priority Mail International - Large Video Flat Rate priced box\";s:5:\"group\";s:22:\"priority_international\";s:10:\"group_name\";s:27:\"Priority Mail International\";s:14:\"group_estimate\";s:9:\"6-10 days\";s:18:\"predefined_package\";s:16:\"large_video_flat\";}i:52;O:8:\"stdClass\":6:{s:2:\"id\";s:17:\"pri_intl_env_flat\";s:4:\"name\";s:55:\"USPS - Priority Mail International - Flat Rate Envelope\";s:5:\"group\";s:22:\"priority_international\";s:10:\"group_name\";s:27:\"Priority Mail International\";s:14:\"group_estimate\";s:9:\"6-10 days\";s:18:\"predefined_package\";s:13:\"flat_envelope\";}i:53;O:8:\"stdClass\":6:{s:2:\"id\";s:19:\"pri_intl_legal_flat\";s:4:\"name\";s:61:\"USPS - Priority Mail International - Legal Flat Rate Envelope\";s:5:\"group\";s:22:\"priority_international\";s:10:\"group_name\";s:27:\"Priority Mail International\";s:14:\"group_estimate\";s:9:\"6-10 days\";s:18:\"predefined_package\";s:19:\"legal_flat_envelope\";}i:54;O:8:\"stdClass\":6:{s:2:\"id\";s:20:\"pri_intl_padded_flat\";s:4:\"name\";s:62:\"USPS - Priority Mail International - Padded Flat Rate Envelope\";s:5:\"group\";s:22:\"priority_international\";s:10:\"group_name\";s:27:\"Priority Mail International\";s:14:\"group_estimate\";s:9:\"6-10 days\";s:18:\"predefined_package\";s:20:\"padded_flat_envelope\";}i:55;O:8:\"stdClass\":6:{s:2:\"id\";s:20:\"pri_intl_sm_env_flat\";s:4:\"name\";s:61:\"USPS - Priority Mail International - Small Flat Rate Envelope\";s:5:\"group\";s:22:\"priority_international\";s:10:\"group_name\";s:27:\"Priority Mail International\";s:14:\"group_estimate\";s:9:\"6-10 days\";s:18:\"predefined_package\";s:19:\"small_flat_envelope\";}i:56;O:8:\"stdClass\":6:{s:2:\"id\";s:20:\"pri_intl_window_flat\";s:4:\"name\";s:62:\"USPS - Priority Mail International - Window Flat Rate Envelope\";s:5:\"group\";s:22:\"priority_international\";s:10:\"group_name\";s:27:\"Priority Mail International\";s:14:\"group_estimate\";s:9:\"6-10 days\";s:18:\"predefined_package\";s:20:\"window_flat_envelope\";}}}s:10:\"properties\";O:8:\"stdClass\":9:{s:5:\"title\";O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"string\";s:5:\"title\";s:21:\"Shipping method title\";s:7:\"default\";s:4:\"USPS\";s:9:\"minLength\";i:1;}s:10:\"account_id\";O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"string\";s:5:\"title\";s:12:\"USPS Account\";s:11:\"description\";s:117:\"Use the account provided or <a href=\"https://registration.shippingapis.com/\" target=\"_blank\">sign up for your own</a>\";s:7:\"default\";s:0:\"\";s:9:\"minLength\";i:0;}s:6:\"origin\";O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"string\";s:5:\"title\";s:15:\"Origin ZIP Code\";s:11:\"description\";s:28:\"Where are you shipping from?\";s:7:\"default\";s:5:\"76017\";s:7:\"pattern\";s:18:\"^\\d{5}(?:-\\d{4})?$\";}s:16:\"shipping_classes\";O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"array\";s:5:\"title\";s:16:\"Shipping Classes\";s:11:\"description\";s:60:\"Do you need to limit the shipping method to certain classes?\";s:7:\"default\";a:0:{}}s:8:\"services\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"object\";s:10:\"definition\";s:8:\"services\";s:5:\"title\";s:8:\"Services\";s:11:\"description\";s:146:\"Which <a target=\"_blank\" href=\"https://www.usps.com/ship/mail-shipping-services.htm\">shipping services</a> do you want to offer to your customers?\";s:5:\"items\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:10:\"properties\";O:8:\"stdClass\":57:{s:3:\"pri\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:3:\"pri\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:12:\"pri_flat_env\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:12:\"pri_flat_env\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:18:\"pri_large_flat_box\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:18:\"pri_large_flat_box\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:20:\"pri_large_flat_box_2\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:20:\"pri_large_flat_box_2\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:18:\"pri_legal_flat_env\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:18:\"pri_legal_flat_env\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:23:\"pri_medium_flat_box_top\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:23:\"pri_medium_flat_box_top\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:24:\"pri_medium_flat_box_side\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:24:\"pri_medium_flat_box_side\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:15:\"pri_sm_flat_box\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:15:\"pri_sm_flat_box\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:19:\"pri_padded_flat_env\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:19:\"pri_padded_flat_env\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:18:\"pri_small_flat_env\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:18:\"pri_small_flat_env\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:15:\"pri_window_flat\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:15:\"pri_window_flat\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:15:\"pri_regional_a1\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:15:\"pri_regional_a1\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:15:\"pri_regional_a2\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:15:\"pri_regional_a2\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:15:\"pri_regional_b1\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:15:\"pri_regional_b1\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:15:\"pri_regional_b2\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:15:\"pri_regional_b2\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:7:\"pri_exp\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:7:\"pri_exp\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:16:\"pri_exp_flat_env\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:16:\"pri_exp_flat_env\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:22:\"pri_exp_legal_flat_env\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:22:\"pri_exp_legal_flat_env\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:16:\"pri_exp_military\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:16:\"pri_exp_military\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:24:\"pri_exp_military_holiday\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:24:\"pri_exp_military_holiday\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:25:\"pri_exp_military_flat_env\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:25:\"pri_exp_military_flat_env\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:33:\"pri_exp_military_flat_env_holiday\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:33:\"pri_exp_military_flat_env_holiday\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:31:\"pri_exp_military_legal_flat_env\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:31:\"pri_exp_military_legal_flat_env\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:39:\"pri_exp_military_legal_flat_env_holiday\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:39:\"pri_exp_military_legal_flat_env_holiday\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:32:\"pri_exp_military_padded_flat_env\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:32:\"pri_exp_military_padded_flat_env\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:40:\"pri_exp_military_padded_flat_env_holiday\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:40:\"pri_exp_military_padded_flat_env_holiday\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:23:\"pri_exp_padded_flat_env\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:23:\"pri_exp_padded_flat_env\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:19:\"first_class_stamped\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:19:\"first_class_stamped\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:19:\"first_class_metered\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:19:\"first_class_metered\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:18:\"first_class_parcel\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:18:\"first_class_parcel\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:23:\"first_class_lg_postcard\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:23:\"first_class_lg_postcard\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:20:\"first_class_postcard\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:20:\"first_class_postcard\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:23:\"first_class_lg_env_flat\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:23:\"first_class_lg_env_flat\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:19:\"first_class_package\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:19:\"first_class_package\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:23:\"first_class_intl_letter\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:23:\"first_class_intl_letter\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:23:\"first_class_intl_lg_env\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:23:\"first_class_intl_lg_env\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:16:\"first_class_intl\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:16:\"first_class_intl\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:13:\"retail_ground\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:13:\"retail_ground\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:20:\"parcel_select_ground\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:20:\"parcel_select_ground\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:5:\"media\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:5:\"media\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:3:\"gxg\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:3:\"gxg\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:12:\"pri_exp_intl\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:12:\"pri_exp_intl\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:21:\"pri_exp_intl_env_flat\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:21:\"pri_exp_intl_env_flat\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:23:\"pri_exp_intl_legal_flat\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:23:\"pri_exp_intl_legal_flat\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:24:\"pri_exp_intl_padded_flat\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:24:\"pri_exp_intl_padded_flat\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:8:\"pri_intl\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:8:\"pri_intl\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:15:\"pri_intl_lg_box\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:15:\"pri_intl_lg_box\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:19:\"pri_intl_md_box_top\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:19:\"pri_intl_md_box_top\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:20:\"pri_intl_md_box_side\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:20:\"pri_intl_md_box_side\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:15:\"pri_intl_sm_box\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:15:\"pri_intl_sm_box\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:12:\"pri_intl_dvd\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:12:\"pri_intl_dvd\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:14:\"pri_intl_video\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:14:\"pri_intl_video\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:17:\"pri_intl_env_flat\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:17:\"pri_intl_env_flat\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:19:\"pri_intl_legal_flat\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:19:\"pri_intl_legal_flat\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:20:\"pri_intl_padded_flat\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:20:\"pri_intl_padded_flat\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:20:\"pri_intl_sm_env_flat\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:20:\"pri_intl_sm_env_flat\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:20:\"pri_intl_window_flat\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:20:\"pri_intl_window_flat\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}}}s:13:\"fallback_rate\";O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"number\";s:5:\"title\";s:20:\"Fallback Rate (in $)\";s:11:\"description\";s:148:\"If USPS returns no rates, offer the customer a fallback rate so they are still able to checkout. Leave this field as 0 to indicate no fallback rate.\";s:7:\"default\";i:0;s:7:\"minimum\";i:0;}s:11:\"rate_filter\";O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"string\";s:5:\"title\";s:35:\"Which rates would you like to show?\";s:4:\"enum\";a:2:{i:0;s:3:\"all\";i:1;s:8:\"cheapest\";}s:7:\"default\";s:3:\"all\";}s:10:\"rate_class\";O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"string\";s:5:\"title\";s:36:\"What price would you like to charge?\";s:4:\"enum\";a:2:{i:0;s:6:\"retail\";i:1;s:3:\"cbp\";}s:7:\"default\";s:6:\"retail\";}s:14:\"packing_method\";O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"string\";s:5:\"title\";s:14:\"Packing Method\";s:4:\"enum\";a:2:{i:0;s:8:\"by_price\";i:1;s:10:\"individual\";}s:7:\"default\";s:8:\"by_price\";}}}s:8:\"packages\";O:8:\"stdClass\":6:{s:14:\"pri_flat_boxes\";O:8:\"stdClass\":2:{s:5:\"title\";s:34:\"USPS Priority Mail Flat Rate Boxes\";s:11:\"definitions\";a:7:{i:0;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:18:\"8.63 x 5.38 x 1.63\";s:16:\"outer_dimensions\";s:18:\"8.63 x 5.38 x 1.63\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:14:\"small_flat_box\";s:4:\"name\";s:19:\"Small Flat Rate Box\";s:10:\"dimensions\";s:18:\"8.63 x 5.38 x 1.63\";s:10:\"max_weight\";i:1120;s:9:\"is_letter\";b:0;s:8:\"group_id\";s:14:\"pri_flat_boxes\";s:22:\"can_ship_international\";b:1;}i:1;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:14:\"11 x 8.5 x 5.5\";s:16:\"outer_dimensions\";s:16:\"11.25 x 8.75 x 6\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:19:\"medium_flat_box_top\";s:4:\"name\";s:35:\"Medium Flat Rate Box 1, Top Loading\";s:10:\"dimensions\";O:8:\"stdClass\":2:{s:5:\"inner\";s:14:\"11 x 8.5 x 5.5\";s:5:\"outer\";s:16:\"11.25 x 8.75 x 6\";}s:10:\"max_weight\";i:1120;s:9:\"is_letter\";b:0;s:8:\"group_id\";s:14:\"pri_flat_boxes\";s:22:\"can_ship_international\";b:1;}i:2;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:20:\"13.63 x 11.88 x 3.38\";s:16:\"outer_dimensions\";s:13:\"14 x 12 x 3.5\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:20:\"medium_flat_box_side\";s:4:\"name\";s:36:\"Medium Flat Rate Box 2, Side Loading\";s:10:\"dimensions\";O:8:\"stdClass\":2:{s:5:\"inner\";s:20:\"13.63 x 11.88 x 3.38\";s:5:\"outer\";s:13:\"14 x 12 x 3.5\";}s:10:\"max_weight\";i:1120;s:9:\"is_letter\";b:0;s:8:\"group_id\";s:14:\"pri_flat_boxes\";s:22:\"can_ship_international\";b:1;}i:3;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:13:\"12 x 12 x 5.5\";s:16:\"outer_dimensions\";s:17:\"12.25 x 12.25 x 6\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:14:\"large_flat_box\";s:4:\"name\";s:19:\"Large Flat Rate Box\";s:10:\"dimensions\";O:8:\"stdClass\":2:{s:5:\"inner\";s:13:\"12 x 12 x 5.5\";s:5:\"outer\";s:17:\"12.25 x 12.25 x 6\";}s:10:\"max_weight\";i:1120;s:9:\"is_letter\";b:0;s:8:\"group_id\";s:14:\"pri_flat_boxes\";s:22:\"can_ship_international\";b:1;}i:4;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:17:\"23.69 x 11.75 x 3\";s:16:\"outer_dimensions\";s:20:\"24.06 x 11.88 x 3.13\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:16:\"large_flat_box_2\";s:4:\"name\";s:30:\"Large Flat Rate Board Game Box\";s:10:\"dimensions\";O:8:\"stdClass\":2:{s:5:\"inner\";s:17:\"23.69 x 11.75 x 3\";s:5:\"outer\";s:20:\"24.06 x 11.88 x 3.13\";}s:10:\"max_weight\";i:1120;s:9:\"is_letter\";b:0;s:8:\"group_id\";s:14:\"pri_flat_boxes\";s:22:\"can_ship_international\";b:1;}i:5;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:18:\"7.56 x 5.44 x 0.63\";s:16:\"outer_dimensions\";s:18:\"7.56 x 5.44 x 0.63\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:8:\"dvd_flat\";s:4:\"name\";s:34:\"DVD Flat Rate (International Only)\";s:10:\"dimensions\";s:18:\"7.56 x 5.44 x 0.63\";s:10:\"max_weight\";i:64;s:9:\"is_letter\";b:0;s:8:\"group_id\";s:14:\"pri_flat_boxes\";s:22:\"can_ship_international\";b:1;}i:6;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:15:\"9.25 x 6.25 x 2\";s:16:\"outer_dimensions\";s:15:\"9.25 x 6.25 x 2\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:16:\"large_video_flat\";s:4:\"name\";s:50:\"1096L - Large Video Flat Rate (International Only)\";s:10:\"dimensions\";s:15:\"9.25 x 6.25 x 2\";s:10:\"max_weight\";i:64;s:9:\"is_letter\";b:0;s:8:\"group_id\";s:14:\"pri_flat_boxes\";s:22:\"can_ship_international\";b:1;}}}s:13:\"pri_envelopes\";O:8:\"stdClass\":2:{s:5:\"title\";s:38:\"USPS Priority Mail Flat Rate Envelopes\";s:11:\"definitions\";a:5:{i:0;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:16:\"12.5 x 9.5 x 0.5\";s:16:\"outer_dimensions\";s:16:\"12.5 x 9.5 x 0.5\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:13:\"flat_envelope\";s:4:\"name\";s:18:\"Flat Rate Envelope\";s:10:\"dimensions\";a:1:{i:0;s:16:\"12.5 x 9.5 x 0.5\";}s:10:\"max_weight\";i:1120;s:9:\"is_letter\";b:1;s:8:\"group_id\";s:13:\"pri_envelopes\";s:22:\"can_ship_international\";b:1;}i:1;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:14:\"15 x 9.5 x 0.5\";s:16:\"outer_dimensions\";s:14:\"15 x 9.5 x 0.5\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:19:\"legal_flat_envelope\";s:4:\"name\";s:24:\"Legal Flat Rate Envelope\";s:10:\"dimensions\";a:1:{i:0;s:14:\"15 x 9.5 x 0.5\";}s:10:\"max_weight\";i:1120;s:9:\"is_letter\";b:1;s:8:\"group_id\";s:13:\"pri_envelopes\";s:22:\"can_ship_international\";b:1;}i:2;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:16:\"12.5 x 9.5 x 0.5\";s:16:\"outer_dimensions\";s:16:\"12.5 x 9.5 x 0.5\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:20:\"padded_flat_envelope\";s:4:\"name\";s:25:\"Padded Flat Rate Envelope\";s:10:\"dimensions\";a:4:{i:0;s:16:\"12.5 x 9.5 x 0.5\";i:1;s:16:\"12.5 x 7.5 x 1.5\";i:2;s:16:\"12.5 x 5.5 x 2.5\";i:3;s:16:\"12.5 x 3.5 x 3.5\";}s:10:\"max_weight\";i:1120;s:9:\"is_letter\";b:1;s:8:\"group_id\";s:13:\"pri_envelopes\";s:22:\"can_ship_international\";b:1;}i:3;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:16:\"12.5 x 9.5 x 0.5\";s:16:\"outer_dimensions\";s:16:\"12.5 x 9.5 x 0.5\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:20:\"window_flat_envelope\";s:4:\"name\";s:40:\"Window Flat Rate Envelope (12.5\" x 9.5\")\";s:10:\"dimensions\";a:1:{i:0;s:16:\"12.5 x 9.5 x 0.5\";}s:10:\"max_weight\";i:1120;s:9:\"is_letter\";b:1;s:8:\"group_id\";s:13:\"pri_envelopes\";s:22:\"can_ship_international\";b:1;}i:4;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:12:\"10 x 6 x 0.5\";s:16:\"outer_dimensions\";s:12:\"10 x 6 x 0.5\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:19:\"small_flat_envelope\";s:4:\"name\";s:24:\"Small Flat Rate Envelope\";s:10:\"dimensions\";a:1:{i:0;s:12:\"10 x 6 x 0.5\";}s:10:\"max_weight\";i:1120;s:9:\"is_letter\";b:1;s:8:\"group_id\";s:13:\"pri_envelopes\";s:22:\"can_ship_international\";b:1;}}}s:9:\"pri_boxes\";O:8:\"stdClass\":2:{s:5:\"title\";s:24:\"USPS Priority Mail Boxes\";s:11:\"definitions\";a:10:{i:0;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:19:\"37.69 x 6.13 x 5.06\";s:16:\"outer_dimensions\";s:19:\"37.69 x 6.13 x 5.06\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:11:\"medium_tube\";s:4:\"name\";s:25:\"Priority Mail Medium Tube\";s:10:\"dimensions\";s:19:\"37.69 x 6.13 x 5.06\";s:10:\"max_weight\";i:1120;s:9:\"is_letter\";b:0;s:17:\"service_group_ids\";a:2:{i:0;s:8:\"priority\";i:1;s:22:\"priority_international\";}s:8:\"group_id\";s:9:\"pri_boxes\";s:22:\"can_ship_international\";b:1;}i:1;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:13:\"25 x 6 x 5.88\";s:16:\"outer_dimensions\";s:13:\"25 x 6 x 5.88\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:10:\"small_tube\";s:4:\"name\";s:24:\"Priority Mail Small Tube\";s:10:\"dimensions\";s:13:\"25 x 6 x 5.88\";s:10:\"max_weight\";i:1120;s:9:\"is_letter\";b:0;s:17:\"service_group_ids\";a:2:{i:0;s:8:\"priority\";i:1;s:22:\"priority_international\";}s:8:\"group_id\";s:9:\"pri_boxes\";s:22:\"can_ship_international\";b:1;}i:2;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:18:\"7.5 x 5.13 x 14.38\";s:16:\"outer_dimensions\";s:18:\"7.5 x 5.13 x 14.38\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:8:\"shoe_box\";s:4:\"name\";s:22:\"Priority Mail Shoe Box\";s:10:\"dimensions\";s:18:\"7.5 x 5.13 x 14.38\";s:10:\"max_weight\";i:1120;s:9:\"is_letter\";b:0;s:17:\"service_group_ids\";a:2:{i:0;s:8:\"priority\";i:1;s:22:\"priority_international\";}s:8:\"group_id\";s:9:\"pri_boxes\";s:22:\"can_ship_international\";b:1;}i:3;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:9:\"7 x 7 x 6\";s:16:\"outer_dimensions\";s:9:\"7 x 7 x 6\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:10:\"priority_4\";s:4:\"name\";s:21:\"Priority Mail Box - 4\";s:10:\"dimensions\";s:9:\"7 x 7 x 6\";s:10:\"max_weight\";i:1120;s:9:\"is_letter\";b:0;s:17:\"service_group_ids\";a:2:{i:0;s:8:\"priority\";i:1;s:22:\"priority_international\";}s:8:\"group_id\";s:9:\"pri_boxes\";s:22:\"can_ship_international\";b:1;}i:4;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:11:\"12 x 12 x 8\";s:16:\"outer_dimensions\";s:11:\"12 x 12 x 8\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:10:\"priority_7\";s:4:\"name\";s:21:\"Priority Mail Box - 7\";s:10:\"dimensions\";s:11:\"12 x 12 x 8\";s:10:\"max_weight\";i:1120;s:9:\"is_letter\";b:0;s:17:\"service_group_ids\";a:2:{i:0;s:8:\"priority\";i:1;s:22:\"priority_international\";}s:8:\"group_id\";s:9:\"pri_boxes\";s:22:\"can_ship_international\";b:1;}i:5;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:17:\"15.25 x 12.38 x 3\";s:16:\"outer_dimensions\";s:20:\"15.63 x 12.44 x 3.13\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:13:\"priority_1095\";s:4:\"name\";s:24:\"Priority Mail Box - 1095\";s:10:\"dimensions\";O:8:\"stdClass\":2:{s:5:\"inner\";s:17:\"15.25 x 12.38 x 3\";s:5:\"outer\";s:20:\"15.63 x 12.44 x 3.13\";}s:10:\"max_weight\";i:1120;s:9:\"is_letter\";b:0;s:17:\"service_group_ids\";a:2:{i:0;s:8:\"priority\";i:1;s:22:\"priority_international\";}s:8:\"group_id\";s:9:\"pri_boxes\";s:22:\"can_ship_international\";b:1;}i:6;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:15:\"9.25 x 6.25 x 2\";s:16:\"outer_dimensions\";s:18:\"9.56 x 6.44 x 2.19\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:14:\"priority_1096L\";s:4:\"name\";s:25:\"Priority Mail Box - 1096L\";s:10:\"dimensions\";O:8:\"stdClass\":2:{s:5:\"inner\";s:15:\"9.25 x 6.25 x 2\";s:5:\"outer\";s:18:\"9.56 x 6.44 x 2.19\";}s:10:\"max_weight\";i:1120;s:9:\"is_letter\";b:0;s:17:\"service_group_ids\";a:2:{i:0;s:8:\"priority\";i:1;s:22:\"priority_international\";}s:8:\"group_id\";s:9:\"pri_boxes\";s:22:\"can_ship_international\";b:1;}i:7;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:19:\"11.5 x 13.13 x 2.38\";s:16:\"outer_dimensions\";s:19:\"11.63 x 13.44 x 2.5\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:13:\"priority_1097\";s:4:\"name\";s:24:\"Priority Mail Box - 1097\";s:10:\"dimensions\";O:8:\"stdClass\":2:{s:5:\"inner\";s:19:\"11.5 x 13.13 x 2.38\";s:5:\"outer\";s:19:\"11.63 x 13.44 x 2.5\";}s:10:\"max_weight\";i:1120;s:9:\"is_letter\";b:0;s:17:\"service_group_ids\";a:2:{i:0;s:8:\"priority\";i:1;s:22:\"priority_international\";}s:8:\"group_id\";s:9:\"pri_boxes\";s:22:\"can_ship_international\";b:1;}i:8;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:18:\"7.56 x 5.44 x 0.63\";s:16:\"outer_dimensions\";s:18:\"7.56 x 5.44 x 0.63\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:12:\"priority_dvd\";s:4:\"name\";s:21:\"Priority Mail DVD Box\";s:10:\"dimensions\";s:18:\"7.56 x 5.44 x 0.63\";s:10:\"max_weight\";i:1120;s:9:\"is_letter\";b:0;s:17:\"service_group_ids\";a:2:{i:0;s:8:\"priority\";i:1;s:22:\"priority_international\";}s:8:\"group_id\";s:9:\"pri_boxes\";s:22:\"can_ship_international\";b:1;}i:9;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:19:\"11.63 x 15.13 x 0.5\";s:16:\"outer_dimensions\";s:19:\"11.63 x 15.13 x 0.5\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:23:\"priority_tyvek_envelope\";s:4:\"name\";s:28:\"Priority Mail Tyvek Envelope\";s:10:\"dimensions\";s:19:\"11.63 x 15.13 x 0.5\";s:10:\"max_weight\";i:1120;s:9:\"is_letter\";b:1;s:17:\"service_group_ids\";a:2:{i:0;s:8:\"priority\";i:1;s:22:\"priority_international\";}s:8:\"group_id\";s:9:\"pri_boxes\";s:22:\"can_ship_international\";b:1;}}}s:21:\"pri_express_envelopes\";O:8:\"stdClass\":2:{s:5:\"title\";s:46:\"USPS Priority Mail Express Flat Rate Envelopes\";s:11:\"definitions\";a:3:{i:0;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:16:\"12.5 x 9.5 x 0.5\";s:16:\"outer_dimensions\";s:16:\"12.5 x 9.5 x 0.5\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:21:\"express_flat_envelope\";s:4:\"name\";s:18:\"Flat Rate Envelope\";s:10:\"dimensions\";a:1:{i:0;s:16:\"12.5 x 9.5 x 0.5\";}s:10:\"max_weight\";i:1120;s:9:\"is_letter\";b:1;s:8:\"group_id\";s:21:\"pri_express_envelopes\";s:22:\"can_ship_international\";b:1;}i:1;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:14:\"15 x 9.5 x 0.5\";s:16:\"outer_dimensions\";s:14:\"15 x 9.5 x 0.5\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:27:\"express_legal_flat_envelope\";s:4:\"name\";s:24:\"Legal Flat Rate Envelope\";s:10:\"dimensions\";a:1:{i:0;s:14:\"15 x 9.5 x 0.5\";}s:10:\"max_weight\";i:1120;s:9:\"is_letter\";b:1;s:8:\"group_id\";s:21:\"pri_express_envelopes\";s:22:\"can_ship_international\";b:1;}i:2;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:16:\"12.5 x 9.5 x 0.5\";s:16:\"outer_dimensions\";s:16:\"12.5 x 9.5 x 0.5\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:28:\"express_padded_flat_envelope\";s:4:\"name\";s:25:\"Padded Flat Rate Envelope\";s:10:\"dimensions\";a:4:{i:0;s:16:\"12.5 x 9.5 x 0.5\";i:1;s:16:\"12.5 x 7.5 x 1.5\";i:2;s:16:\"12.5 x 5.5 x 2.5\";i:3;s:16:\"12.5 x 3.5 x 3.5\";}s:10:\"max_weight\";i:1120;s:9:\"is_letter\";b:1;s:8:\"group_id\";s:21:\"pri_express_envelopes\";s:22:\"can_ship_international\";b:1;}}}s:17:\"pri_express_boxes\";O:8:\"stdClass\":2:{s:5:\"title\";s:32:\"USPS Priority Mail Express Boxes\";s:11:\"definitions\";a:7:{i:0;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:17:\"15.25 x 12.38 x 3\";s:16:\"outer_dimensions\";s:20:\"15.63 x 12.44 x 3.13\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:11:\"express_box\";s:4:\"name\";s:25:\"Priority Mail Express Box\";s:10:\"dimensions\";O:8:\"stdClass\":2:{s:5:\"inner\";s:17:\"15.25 x 12.38 x 3\";s:5:\"outer\";s:20:\"15.63 x 12.44 x 3.13\";}s:10:\"max_weight\";i:1120;s:9:\"is_letter\";b:0;s:17:\"service_group_ids\";a:2:{i:0;s:12:\"priority_exp\";i:1;s:30:\"priority_express_international\";}s:8:\"group_id\";s:17:\"pri_express_boxes\";s:22:\"can_ship_international\";b:1;}i:1;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:14:\"11 x 8.5 x 5.5\";s:16:\"outer_dimensions\";s:16:\"11.25 x 8.75 x 6\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:13:\"express_box_1\";s:4:\"name\";s:27:\"Priority Mail Express Box 1\";s:10:\"dimensions\";O:8:\"stdClass\":2:{s:5:\"inner\";s:14:\"11 x 8.5 x 5.5\";s:5:\"outer\";s:16:\"11.25 x 8.75 x 6\";}s:10:\"max_weight\";i:1120;s:9:\"is_letter\";b:0;s:17:\"service_group_ids\";a:2:{i:0;s:12:\"priority_exp\";i:1;s:30:\"priority_express_international\";}s:8:\"group_id\";s:17:\"pri_express_boxes\";s:22:\"can_ship_international\";b:1;}i:2;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:20:\"11.88 x 3.38 x 13.63\";s:16:\"outer_dimensions\";s:13:\"12 x 3.5 x 14\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:13:\"express_box_2\";s:4:\"name\";s:27:\"Priority Mail Express Box 2\";s:10:\"dimensions\";O:8:\"stdClass\":2:{s:5:\"inner\";s:20:\"11.88 x 3.38 x 13.63\";s:5:\"outer\";s:13:\"12 x 3.5 x 14\";}s:10:\"max_weight\";i:1120;s:9:\"is_letter\";b:0;s:17:\"service_group_ids\";a:2:{i:0;s:12:\"priority_exp\";i:1;s:30:\"priority_express_international\";}s:8:\"group_id\";s:17:\"pri_express_boxes\";s:22:\"can_ship_international\";b:1;}i:3;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:19:\"37.69 x 6.13 x 5.06\";s:16:\"outer_dimensions\";s:19:\"37.69 x 6.13 x 5.06\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:19:\"express_medium_tube\";s:4:\"name\";s:33:\"Priority Mail Express Medium Tube\";s:10:\"dimensions\";s:19:\"37.69 x 6.13 x 5.06\";s:10:\"max_weight\";i:1120;s:9:\"is_letter\";b:0;s:17:\"service_group_ids\";a:2:{i:0;s:12:\"priority_exp\";i:1;s:30:\"priority_express_international\";}s:8:\"group_id\";s:17:\"pri_express_boxes\";s:22:\"can_ship_international\";b:1;}i:4;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:13:\"25 x 6 x 5.88\";s:16:\"outer_dimensions\";s:13:\"25 x 6 x 5.88\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:18:\"express_small_tube\";s:4:\"name\";s:32:\"Priority Mail Express Small Tube\";s:10:\"dimensions\";s:13:\"25 x 6 x 5.88\";s:10:\"max_weight\";i:1120;s:9:\"is_letter\";b:0;s:17:\"service_group_ids\";a:2:{i:0;s:12:\"priority_exp\";i:1;s:30:\"priority_express_international\";}s:8:\"group_id\";s:17:\"pri_express_boxes\";s:22:\"can_ship_international\";b:1;}i:5;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:19:\"11.63 x 15.13 x 0.5\";s:16:\"outer_dimensions\";s:19:\"11.63 x 15.13 x 0.5\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:22:\"express_tyvek_envelope\";s:4:\"name\";s:36:\"Priority Mail Express Tyvek Envelope\";s:10:\"dimensions\";s:19:\"11.63 x 15.13 x 0.5\";s:10:\"max_weight\";i:1120;s:9:\"is_letter\";b:1;s:17:\"service_group_ids\";a:2:{i:0;s:12:\"priority_exp\";i:1;s:30:\"priority_express_international\";}s:8:\"group_id\";s:17:\"pri_express_boxes\";s:22:\"can_ship_international\";b:1;}i:6;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:15:\"5.88 x 10 x 0.5\";s:16:\"outer_dimensions\";s:15:\"5.88 x 10 x 0.5\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:23:\"express_window_envelope\";s:4:\"name\";s:37:\"Priority Mail Express Window Envelope\";s:10:\"dimensions\";s:15:\"5.88 x 10 x 0.5\";s:10:\"max_weight\";i:1120;s:9:\"is_letter\";b:1;s:17:\"service_group_ids\";a:2:{i:0;s:12:\"priority_exp\";i:1;s:30:\"priority_express_international\";}s:8:\"group_id\";s:17:\"pri_express_boxes\";s:22:\"can_ship_international\";b:1;}}}s:18:\"pri_regional_boxes\";O:8:\"stdClass\":2:{s:5:\"title\";s:38:\"USPS Priority Mail Regional Rate Boxes\";s:11:\"definitions\";a:4:{i:0;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:16:\"10.13 x 7.13 x 5\";s:16:\"outer_dimensions\";s:16:\"10.13 x 7.13 x 5\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:11:\"regional_a1\";s:4:\"name\";s:20:\"Regional Rate Box A1\";s:10:\"dimensions\";s:16:\"10.13 x 7.13 x 5\";s:10:\"max_weight\";i:240;s:9:\"is_letter\";b:0;s:8:\"group_id\";s:18:\"pri_regional_boxes\";s:22:\"can_ship_international\";b:0;}i:1;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:19:\"11.06 x 2.5 x 13.06\";s:16:\"outer_dimensions\";s:19:\"11.06 x 2.5 x 13.06\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:11:\"regional_a2\";s:4:\"name\";s:20:\"Regional Rate Box A2\";s:10:\"dimensions\";s:19:\"11.06 x 2.5 x 13.06\";s:10:\"max_weight\";i:240;s:9:\"is_letter\";b:0;s:8:\"group_id\";s:18:\"pri_regional_boxes\";s:22:\"can_ship_international\";b:0;}i:2;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:18:\"12.25 x 10.5 x 5.5\";s:16:\"outer_dimensions\";s:18:\"12.25 x 10.5 x 5.5\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:11:\"regional_b1\";s:4:\"name\";s:20:\"Regional Rate Box B1\";s:10:\"dimensions\";s:18:\"12.25 x 10.5 x 5.5\";s:10:\"max_weight\";i:320;s:9:\"is_letter\";b:0;s:8:\"group_id\";s:18:\"pri_regional_boxes\";s:22:\"can_ship_international\";b:0;}i:3;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:16:\"14.5 x 3 x 16.25\";s:16:\"outer_dimensions\";s:16:\"14.5 x 3 x 16.25\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:11:\"regional_b2\";s:4:\"name\";s:20:\"Regional Rate Box B2\";s:10:\"dimensions\";s:16:\"14.5 x 3 x 16.25\";s:10:\"max_weight\";i:320;s:9:\"is_letter\";b:0;s:8:\"group_id\";s:18:\"pri_regional_boxes\";s:22:\"can_ship_international\";b:0;}}}}}i:1;O:8:\"stdClass\":7:{s:11:\"form_layout\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:8:\"fieldset\";s:5:\"title\";s:5:\"Setup\";s:5:\"items\";a:3:{i:0;O:8:\"stdClass\":2:{s:3:\"key\";s:5:\"title\";s:15:\"validation_hint\";s:18:\"Title is required.\";}i:1;O:8:\"stdClass\":2:{s:3:\"key\";s:6:\"origin\";s:15:\"validation_hint\";s:118:\"The zip code of where you are shipping from is required and should be a valid 5 digit or ZIP+4 United States ZIP code.\";}i:2;O:8:\"stdClass\":2:{s:3:\"key\";s:16:\"shipping_classes\";s:4:\"type\";s:16:\"shipping_classes\";}}}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:8:\"fieldset\";s:5:\"title\";s:5:\"Rates\";s:5:\"items\";a:3:{i:0;O:8:\"stdClass\":3:{s:3:\"key\";s:8:\"services\";s:4:\"type\";s:17:\"shipping_services\";s:15:\"validation_hint\";s:28:\"Select at least one service.\";}i:1;O:8:\"stdClass\":3:{s:3:\"key\";s:11:\"rate_filter\";s:4:\"type\";s:6:\"radios\";s:8:\"titleMap\";O:8:\"stdClass\":2:{s:3:\"all\";s:50:\"Show all available rates and let customers choose.\";s:8:\"cheapest\";s:28:\"Only show the cheapest rate.\";}}i:2;O:8:\"stdClass\":3:{s:3:\"key\";s:13:\"fallback_rate\";s:15:\"validation_hint\";s:42:\"Fallback rate should be a positive number.\";s:11:\"placeholder\";s:11:\"Rate amount\";}}}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:8:\"fieldset\";s:5:\"title\";s:9:\"Packaging\";s:5:\"items\";a:2:{i:0;O:8:\"stdClass\":3:{s:3:\"key\";s:14:\"packing_method\";s:4:\"type\";s:6:\"radios\";s:8:\"titleMap\";O:8:\"stdClass\":2:{s:8:\"by_price\";s:52:\"Pack items together, in as few packages as possible.\";s:10:\"individual\";s:53:\"Ship items individually, in their original packaging.\";}}i:1;O:8:\"stdClass\":2:{s:3:\"key\";s:5:\"boxes\";s:4:\"type\";s:8:\"packages\";}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"actions\";s:5:\"items\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"submit\";s:5:\"title\";s:12:\"Save changes\";}}}}s:16:\"service_settings\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"object\";s:8:\"required\";a:3:{i:0;s:5:\"title\";i:1;s:6:\"origin\";i:2;s:8:\"services\";}s:10:\"properties\";O:8:\"stdClass\":8:{s:6:\"origin\";O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"string\";s:5:\"title\";s:15:\"Origin ZIP Code\";s:11:\"description\";s:28:\"Where are you shipping from?\";s:7:\"default\";s:5:\"76017\";}s:16:\"shipping_classes\";O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"array\";s:5:\"title\";s:16:\"Shipping Classes\";s:11:\"description\";s:60:\"Do you need to limit the shipping method to certain classes?\";s:7:\"default\";a:0:{}}s:13:\"fallback_rate\";O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"number\";s:5:\"title\";s:20:\"Fallback Rate (in $)\";s:11:\"description\";s:147:\"If DHL returns no rates, offer the customer a fallback rate so they are still able to checkout. Leave this field as 0 to indicate no fallback rate.\";s:7:\"default\";i:0;s:7:\"minimum\";i:0;}s:11:\"rate_filter\";O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"string\";s:5:\"title\";s:35:\"Which rates would you like to show?\";s:4:\"enum\";a:2:{i:0;s:3:\"all\";i:1;s:8:\"cheapest\";}s:7:\"default\";s:3:\"all\";}s:14:\"packing_method\";O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"string\";s:5:\"title\";s:14:\"Packing Method\";s:4:\"enum\";a:2:{i:0;s:8:\"by_price\";i:1;s:10:\"individual\";}s:7:\"default\";s:8:\"by_price\";}s:10:\"rate_class\";O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"string\";s:5:\"title\";s:36:\"What price would you like to charge?\";s:4:\"enum\";a:2:{i:0;s:6:\"retail\";i:1;s:3:\"cbp\";}s:7:\"default\";s:6:\"retail\";}s:5:\"title\";O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"string\";s:5:\"title\";s:21:\"Shipping method title\";s:7:\"default\";s:11:\"DHL Express\";s:9:\"minLength\";i:1;}s:8:\"services\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"object\";s:10:\"definition\";s:8:\"services\";s:5:\"title\";s:8:\"Services\";s:11:\"description\";s:129:\"Which <a target=\"_blank\" href=\"https://www.dhl.com/en/express.html\">shipping services</a> do you want to offer to your customers?\";s:5:\"items\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:10:\"properties\";O:8:\"stdClass\":1:{s:22:\"ExpressWorldwideNonDoc\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:22:\"ExpressWorldwideNonDoc\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}}}}s:5:\"title\";s:11:\"DHL Express\";s:11:\"description\";s:82:\"The DHL extension obtains rates dynamically from the DHL API during cart/checkout.\";s:11:\"definitions\";O:8:\"stdClass\":2:{s:16:\"shipping_service\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:8:\"services\";a:1:{i:0;O:8:\"stdClass\":4:{s:2:\"id\";s:22:\"ExpressWorldwideNonDoc\";s:4:\"name\";s:23:\"DHL - Express Worldwide\";s:5:\"group\";s:17:\"dhl_express_group\";s:10:\"group_name\";s:11:\"DHL Express\";}}}}s:2:\"id\";s:10:\"dhlexpress\";s:18:\"method_description\";s:59:\"DHL Express Shipping Rates, Powered by WooCommerce Shipping\";s:12:\"method_title\";s:34:\"DHL Express (WooCommerce Shipping)\";s:12:\"carrier_name\";s:11:\"DHL Express\";s:8:\"packages\";O:8:\"stdClass\":1:{s:26:\"domestic_and_international\";O:8:\"stdClass\":2:{s:5:\"title\";s:11:\"DHL Express\";s:11:\"definitions\";a:6:{i:0;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:12:\"9.8 x 12 x 1\";s:16:\"outer_dimensions\";s:12:\"9.8 x 12 x 1\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:16:\"SmallPaddedPouch\";s:4:\"name\";s:18:\"Small Padded Pouch\";s:10:\"dimensions\";s:12:\"9.8 x 12 x 1\";s:10:\"max_weight\";i:1600;s:9:\"is_letter\";b:1;s:8:\"group_id\";s:26:\"domestic_and_international\";s:22:\"can_ship_international\";b:1;}i:1;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:13:\"11.9 x 14 x 1\";s:16:\"outer_dimensions\";s:13:\"11.9 x 14 x 1\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:16:\"LargePaddedPouch\";s:4:\"name\";s:18:\"Large Padded Pouch\";s:10:\"dimensions\";s:13:\"11.9 x 14 x 1\";s:10:\"max_weight\";i:1600;s:9:\"is_letter\";b:1;s:8:\"group_id\";s:26:\"domestic_and_international\";s:22:\"can_ship_international\";b:1;}i:2;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:16:\"10.1 x 5.8 x 5.9\";s:16:\"outer_dimensions\";s:16:\"10.1 x 5.8 x 5.9\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:8:\"Box2Cube\";s:4:\"name\";s:11:\"Box #2 Cube\";s:10:\"dimensions\";s:16:\"10.1 x 5.8 x 5.9\";s:10:\"max_weight\";i:1600;s:9:\"is_letter\";b:0;s:8:\"group_id\";s:26:\"domestic_and_international\";s:22:\"can_ship_international\";b:1;}i:3;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:17:\"12.5 x 11.1 x 1.5\";s:16:\"outer_dimensions\";s:17:\"12.5 x 11.1 x 1.5\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:9:\"Box2Small\";s:4:\"name\";s:12:\"Box #2 Small\";s:10:\"dimensions\";s:17:\"12.5 x 11.1 x 1.5\";s:10:\"max_weight\";i:1600;s:9:\"is_letter\";b:0;s:8:\"group_id\";s:26:\"domestic_and_international\";s:22:\"can_ship_international\";b:1;}i:4;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:15:\"13.2 x 12.6 x 2\";s:16:\"outer_dimensions\";s:15:\"13.2 x 12.6 x 2\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:10:\"Box2Medium\";s:4:\"name\";s:13:\"Box #2 Medium\";s:10:\"dimensions\";s:15:\"13.2 x 12.6 x 2\";s:10:\"max_weight\";i:1600;s:9:\"is_letter\";b:0;s:8:\"group_id\";s:26:\"domestic_and_international\";s:22:\"can_ship_international\";b:1;}i:5;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:15:\"17.5 x 12.5 x 3\";s:16:\"outer_dimensions\";s:15:\"17.5 x 12.5 x 3\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:9:\"Box3Large\";s:4:\"name\";s:12:\"Box #3 Large\";s:10:\"dimensions\";s:15:\"17.5 x 12.5 x 3\";s:10:\"max_weight\";i:1600;s:9:\"is_letter\";b:0;s:8:\"group_id\";s:26:\"domestic_and_international\";s:22:\"can_ship_international\";b:1;}}}}}}s:5:\"boxes\";O:8:\"stdClass\":5:{s:4:\"type\";s:5:\"array\";s:5:\"title\";s:9:\"Box Sizes\";s:11:\"description\";s:240:\"Items will be packed into these boxes based on item dimensions and volume. Outer dimensions will be passed to the delivery service, whereas inner dimensions will be used for packing. Items not fitting into boxes will be packed individually.\";s:7:\"default\";a:0:{}s:5:\"items\";O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"object\";s:5:\"title\";s:3:\"Box\";s:8:\"required\";a:4:{i:0;s:4:\"name\";i:1;s:16:\"inner_dimensions\";i:2;s:10:\"box_weight\";i:3;s:10:\"max_weight\";}s:10:\"properties\";O:8:\"stdClass\":7:{s:4:\"name\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"string\";s:5:\"title\";s:4:\"Name\";}s:15:\"is_user_defined\";O:8:\"stdClass\":1:{s:4:\"type\";s:7:\"boolean\";}s:16:\"inner_dimensions\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:5:\"title\";s:28:\"Inner Dimensions (L x W x H)\";s:7:\"pattern\";s:62:\"^(\\d+|(?:\\d*\\.\\d+)) x (\\d+|(?:\\d*\\.\\d+)) x (\\d+|(?:\\d*\\.\\d+))$\";}s:16:\"outer_dimensions\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:5:\"title\";s:28:\"Outer Dimensions (L x W x H)\";s:7:\"pattern\";s:62:\"^(\\d+|(?:\\d*\\.\\d+)) x (\\d+|(?:\\d*\\.\\d+)) x (\\d+|(?:\\d*\\.\\d+))$\";}s:10:\"box_weight\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:5:\"title\";s:19:\"Weight of Box (lbs)\";}s:10:\"max_weight\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:5:\"title\";s:16:\"Max Weight (lbs)\";}s:9:\"is_letter\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:5:\"title\";s:6:\"Letter\";}}}}s:7:\"notices\";a:0:{}}','yes'),(50934,'widget_woocommerce_rating_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(50805,'woocommerce_store_address','1730 W Bardin Rd','yes'),(50806,'woocommerce_store_address_2','','yes'),(50807,'woocommerce_store_city','Arlington','yes'),(50808,'woocommerce_default_country','US:TX','yes'),(50809,'woocommerce_store_postcode','76017','yes'),(50810,'woocommerce_allowed_countries','specific','yes'),(50811,'woocommerce_all_except_countries','a:0:{}','yes'),(50812,'woocommerce_specific_allowed_countries','a:1:{i:0;s:2:\"US\";}','yes'),(50813,'woocommerce_ship_to_countries','','yes'),(50814,'woocommerce_specific_ship_to_countries','a:0:{}','yes'),(50815,'woocommerce_default_customer_address','','yes'),(50816,'woocommerce_calc_taxes','no','yes'),(50817,'woocommerce_enable_coupons','yes','yes'),(50818,'woocommerce_calc_discounts_sequentially','no','no'),(50819,'woocommerce_currency','USD','yes'),(50820,'woocommerce_currency_pos','left','yes'),(50821,'woocommerce_price_thousand_sep',',','yes'),(50822,'woocommerce_price_decimal_sep','.','yes'),(50823,'woocommerce_price_num_decimals','2','yes'),(50824,'woocommerce_shop_page_id','325','yes'),(50825,'woocommerce_cart_redirect_after_add','no','yes'),(50826,'woocommerce_enable_ajax_add_to_cart','yes','yes'),(50827,'woocommerce_placeholder_image','324','yes'),(50828,'woocommerce_weight_unit','oz','yes'),(50829,'woocommerce_dimension_unit','in','yes'),(51272,'jetpack_sync_full__options_sent','1','no'),(51086,'jetpack_sync_settings_queue_max_writes_sec','100','yes'),(51087,'jetpack_sync_settings_post_types_blacklist','a:0:{}','yes'),(51088,'jetpack_sync_settings_render_filtered_content','0','yes'),(51089,'jetpack_sync_settings_post_meta_whitelist','a:0:{}','yes'),(51090,'jetpack_sync_settings_comment_meta_whitelist','a:0:{}','yes'),(51091,'jetpack_sync_settings_max_enqueue_full_sync','100','yes'),(51092,'jetpack_sync_settings_max_queue_size_full_sync','1000','yes'),(51275,'jetpack_sync_full__users_sent','1','no'),(51007,'jetpack_available_modules','a:1:{s:5:\"9.8.1\";a:42:{s:8:\"carousel\";s:3:\"1.5\";s:13:\"comment-likes\";s:3:\"5.1\";s:8:\"comments\";s:3:\"1.4\";s:12:\"contact-form\";s:3:\"1.3\";s:9:\"copy-post\";s:3:\"7.0\";s:20:\"custom-content-types\";s:3:\"3.1\";s:10:\"custom-css\";s:3:\"1.7\";s:21:\"enhanced-distribution\";s:3:\"1.2\";s:16:\"google-analytics\";s:3:\"4.5\";s:19:\"gravatar-hovercards\";s:3:\"1.1\";s:15:\"infinite-scroll\";s:3:\"2.0\";s:8:\"json-api\";s:3:\"1.9\";s:5:\"latex\";s:3:\"1.1\";s:11:\"lazy-images\";s:5:\"5.6.0\";s:5:\"likes\";s:3:\"2.2\";s:8:\"markdown\";s:3:\"2.8\";s:9:\"masterbar\";s:3:\"4.8\";s:7:\"monitor\";s:3:\"2.6\";s:5:\"notes\";s:3:\"1.9\";s:10:\"photon-cdn\";s:3:\"6.6\";s:6:\"photon\";s:3:\"2.0\";s:13:\"post-by-email\";s:3:\"2.0\";s:7:\"protect\";s:3:\"3.4\";s:9:\"publicize\";s:3:\"2.0\";s:13:\"related-posts\";s:3:\"2.9\";s:6:\"search\";s:3:\"5.0\";s:9:\"seo-tools\";s:3:\"4.4\";s:10:\"sharedaddy\";s:3:\"1.1\";s:10:\"shortcodes\";s:3:\"1.1\";s:10:\"shortlinks\";s:3:\"1.1\";s:8:\"sitemaps\";s:3:\"3.9\";s:3:\"sso\";s:3:\"2.6\";s:5:\"stats\";s:3:\"1.1\";s:13:\"subscriptions\";s:3:\"1.2\";s:13:\"tiled-gallery\";s:3:\"2.1\";s:10:\"vaultpress\";s:5:\"0:1.2\";s:18:\"verification-tools\";s:3:\"3.0\";s:10:\"videopress\";s:3:\"2.5\";s:17:\"widget-visibility\";s:3:\"2.4\";s:7:\"widgets\";s:3:\"1.2\";s:21:\"woocommerce-analytics\";s:3:\"8.4\";s:7:\"wordads\";s:5:\"4.5.0\";}}','yes'),(51008,'jetpack_options','a:14:{s:7:\"version\";s:16:\"9.8.1:1623185814\";s:11:\"old_version\";s:14:\"9.8:1622580296\";s:28:\"fallback_no_verify_ssl_certs\";i:0;s:9:\"time_diff\";i:0;s:2:\"id\";i:164170868;s:6:\"public\";i:1;s:9:\"jumpstart\";s:20:\"jetpack_action_taken\";s:11:\"master_user\";i:1;s:24:\"custom_css_4.7_migration\";b:1;s:22:\"image_widget_migration\";b:1;s:24:\"gallery_widget_migration\";b:1;s:14:\"last_heartbeat\";i:1626278882;s:9:\"hide_jitm\";a:1:{s:23:\"wccom_plugin_extensions\";a:2:{s:14:\"last_dismissal\";i:1573587725;s:6:\"number\";i:1;}}s:30:\"recommendations_banner_enabled\";b:0;}','yes'),(51122,'jetpack_protect_key','aafecd1420c28aeea205a44840d340d50dfe3e0c','no'),(51124,'wc_connect_taxes_enabled','no','yes'),(31999,'ecwid_log_cache','','yes'),(5750,'secure_auth_key','*lF<rLZt^%|BGKo|&5tZZ(1.%-o2b bbX#!n>wh*;Cw7P*wgw,PQdRspfPe}7ZN|','no'),(5751,'secure_auth_salt','3&q.kfb9Xb+=8>G/#>dD$YtV,w{n#>8-)j57U)IW2?GRp`Re@*F@Jh&GSDv{(FE:','no'),(51068,'jetpack_unique_connection','a:3:{s:9:\"connected\";i:1;s:12:\"disconnected\";i:0;s:7:\"version\";s:5:\"3.6.1\";}','yes'),(51093,'jetpack_sync_settings_sync_via_cron','1','yes'),(51071,'jetpack_sync_settings_max_queue_size','1000','yes'),(51072,'jetpack_sync_settings_max_queue_lag','900','yes'),(51073,'jetpack_sync_full__started','1562601282','no'),(51074,'jetpack_sync_full__params','a:4:{s:7:\"options\";b:1;s:9:\"functions\";b:1;s:9:\"constants\";b:1;s:5:\"users\";a:1:{i:0;i:1;}}','no'),(51075,'jetpack_sync_full_config','a:4:{s:9:\"constants\";b:1;s:9:\"functions\";b:1;s:7:\"options\";b:1;s:5:\"users\";a:1:{i:0;i:1;}}','no'),(51076,'jetpack_sync_full_enqueue_status','a:4:{s:9:\"constants\";a:3:{i:0;i:1;i:1;i:1;i:2;b:1;}s:9:\"functions\";a:3:{i:0;i:1;i:1;i:1;i:2;b:1;}s:7:\"options\";a:3:{i:0;i:1;i:1;i:1;i:2;b:1;}s:5:\"users\";a:3:{i:0;i:1;i:1;i:1;i:2;b:1;}}','no'),(51080,'jetpack_sync_settings_dequeue_max_bytes','500000','yes'),(51081,'jetpack_sync_settings_upload_max_bytes','600000','yes'),(51082,'jetpack_sync_settings_upload_max_rows','500','yes'),(51083,'jetpack_sync_settings_sync_wait_time','10','yes'),(51084,'jetpack_sync_settings_sync_wait_threshold','5','yes'),(51085,'jetpack_sync_settings_enqueue_wait_time','10','yes'),(3821,'ecwid_store_shortcode_used','1573231233','yes'),(1089,'war_soundy_version','3.9','yes'),(1090,'war_soundy_audio_type','audio/mpeg','yes'),(1091,'war_soundy_audio_volume','80','yes'),(1092,'war_soundy_enable_pp_corner','yes','yes'),(1093,'war_soundy_responsive_scale_reference_window_width','1887','yes'),(1094,'war_soundy_responsive_comment_1','Low Res. Mobile','yes'),(1095,'war_soundy_responsive_window_width_min_1','','yes'),(1096,'war_soundy_responsive_window_width_max_1','400','yes'),(1097,'war_soundy_responsive_button_size_1','20','yes'),(1098,'war_soundy_responsive_offset_x_1','20','yes'),(1099,'war_soundy_responsive_offset_y_1','20','yes'),(1100,'war_soundy_responsive_comment_2','Medium Res. Mobile','yes'),(1101,'war_soundy_responsive_window_width_min_2','401','yes'),(1102,'war_soundy_responsive_window_width_max_2','800','yes'),(1103,'war_soundy_responsive_button_size_2','25','yes'),(1104,'war_soundy_responsive_offset_x_2','25','yes'),(1105,'war_soundy_responsive_offset_y_2','25','yes'),(1106,'war_soundy_responsive_comment_3','High Res. Mobile','yes'),(1107,'war_soundy_responsive_window_width_min_3','801','yes'),(1108,'war_soundy_responsive_window_width_max_3','1200','yes'),(1109,'war_soundy_responsive_button_size_3','30','yes'),(1110,'war_soundy_responsive_offset_x_3','30','yes'),(1111,'war_soundy_responsive_offset_y_3','30','yes'),(1112,'war_soundy_responsive_comment_4','Low Res. Screen','yes'),(1113,'war_soundy_responsive_window_width_min_4','1201','yes'),(1114,'war_soundy_responsive_window_width_max_4','1600','yes'),(1115,'war_soundy_responsive_button_size_4','35','yes'),(87201,'hmbkp_notices','a:1:{s:13:\"backup_errors\";a:1:{i:0;s:188:\"php: proc_open(): fork failed - Resource temporarily unavailable, /home2/church/public_html/lavishluxebylenee.com/wp-content/plugins/backupwordpress/vendor/symfony/process/Process.php, 285\";}}','yes'),(100115,'_transient_orders-transient-version','1597154184','yes'),(157048,'action_scheduler_hybrid_store_demarkation','425','yes'),(157049,'schema-ActionScheduler_StoreSchema','3.0.1589156664','yes'),(157050,'schema-ActionScheduler_LoggerSchema','2.0.1589156664','yes'),(157101,'widget_instagram-feed-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3639,'UPCP_Tag_Logic','AND','yes'),(3640,'UPCP_Read_More','Yes','yes'),(3641,'UPCP_Pretty_Links','No','yes'),(3642,'UPCP_Mobile_SS','No','yes'),(3643,'UPCP_Install_Flag','No','yes'),(3644,'UPCP_First_Install_Version','3.6','yes'),(3645,'UPCP_Desc_Chars','240','yes'),(3646,'UPCP_Case_Insensitive_Search','Yes','yes'),(3647,'UPCP_Run_Tutorial','No','yes'),(3648,'plugin_error','','yes'),(3649,'UPCP_Product_Import','None','yes'),(3650,'widget_upcp_product_list_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3651,'widget_upcp_random_products_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3652,'widget_upcp_recent_products_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3653,'widget_upcp_popular_products_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3654,'widget_upcp_search_bar_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3655,'UPCP_Blog_Content','<h3>Filter WooCommerce Products by Attribute!</h3>\r\n<p>Want visitors to easily search WooCommerce products by attributes, price, tags and more?</p>\r\n<p><a target=\'_blank\' href=\'http://www.etoilewebdesign.com/product-catalog-woocommerce-sync-tips/\'>Read our tips on making your products filterable with the Ultimate Product Catalog plugin!</a></p>','yes'),(3656,'UPCP_Dash_Cache','1508782561','yes'),(3657,'UPCP_Hide_Dash_Review_Ask','No','yes'),(3658,'UPCP_Changelog_Content','\r\n<h3>4.2.24</h3>\r\n<br />- SEO Description and Product display status can now be set on spreadsheet upload\r\n<br />- Multiple catalogue IDs can be included in spreadsheet uploads\r\n<br />- Fixed a function naming conflict with another plugin\r\n\r\n<h3>4.2.23</h3>\r\n<br />- Improved plugin admin AJAX performance\r\n\r\n','yes'),(3659,'UPCP_Update_Flag','No','yes'),(3672,'UPCP_Currency_Symbol','','yes'),(3673,'UPCP_Details_Image','','yes'),(3676,'UPCP_Extra_Elements','Blank','yes'),(3677,'UPCP_Social_Media','Blank','yes'),(3678,'UPCP_Update_RR_Rules','Yes','yes'),(3092,'siteorigin_widgets_new_widgets','a:0:{}','yes'),(3086,'_amn_mi-lite_last_checked','1571875200','yes'),(3618,'UPCP_List_View_Click_Action','Expand','yes'),(3619,'UPCP_Details_Icon_Type','Default','yes'),(3620,'UPCP_Pagination_Background','None','yes'),(3621,'UPCP_Pagination_Border','none','yes'),(3622,'UPCP_Pagination_Shadow','shadow-none','yes'),(3623,'UPCP_Pagination_Gradient','gradient-none','yes'),(3624,'UPCP_Pagination_Font','none','yes'),(3625,'UPCP_Sidebar_Title_Collapse','no','yes'),(3626,'UPCP_Sidebar_Start_Collapsed','no','yes'),(3627,'UPCP_Sidebar_Title_Hover','none','yes'),(3628,'UPCP_Sidebar_Checkbox_Style','none','yes'),(3629,'UPCP_Categories_Control_Type','Checkbox','yes'),(3630,'UPCP_SubCategories_Control_Type','Checkbox','yes'),(3631,'UPCP_Tags_Control_Type','Checkbox','yes'),(3632,'UPCP_Installed_Skins','a:0:{}','yes'),(3636,'UPCP_Full_Version','No','yes'),(3637,'UPCP_Color_Scheme','Black','yes'),(3638,'UPCP_Product_Links','Same','yes'),(24651,'ecwid_api_status','ok','yes'),(50830,'woocommerce_enable_reviews','yes','yes'),(50831,'woocommerce_review_rating_verification_label','yes','no'),(50832,'woocommerce_review_rating_verification_required','no','no'),(50833,'woocommerce_enable_review_rating','yes','yes'),(50834,'woocommerce_review_rating_required','yes','no'),(50835,'woocommerce_manage_stock','yes','yes'),(50836,'woocommerce_hold_stock_minutes','60','no'),(50837,'woocommerce_notify_low_stock','yes','no'),(50838,'woocommerce_notify_no_stock','yes','no'),(50839,'woocommerce_stock_email_recipient','tfball58@gmail.com','no'),(50840,'woocommerce_notify_low_stock_amount','2','no'),(50841,'woocommerce_notify_no_stock_amount','0','yes'),(50842,'woocommerce_hide_out_of_stock_items','no','yes'),(50843,'woocommerce_stock_format','','yes'),(50844,'woocommerce_file_download_method','force','no'),(50845,'woocommerce_downloads_require_login','no','no'),(50846,'woocommerce_downloads_grant_access_after_payment','yes','no'),(50847,'woocommerce_prices_include_tax','no','yes'),(50848,'woocommerce_tax_based_on','shipping','yes'),(50849,'woocommerce_shipping_tax_class','','yes'),(50850,'woocommerce_tax_round_at_subtotal','no','yes'),(50852,'woocommerce_tax_display_shop','excl','yes'),(50853,'woocommerce_tax_display_cart','excl','yes'),(50854,'woocommerce_price_display_suffix','','yes'),(50855,'woocommerce_tax_total_display','single','no'),(50856,'woocommerce_enable_shipping_calc','yes','no'),(50857,'woocommerce_shipping_cost_requires_address','no','yes'),(50858,'woocommerce_ship_to_destination','shipping','no'),(50859,'woocommerce_shipping_debug_mode','no','yes'),(50860,'woocommerce_enable_guest_checkout','yes','no'),(50861,'woocommerce_enable_checkout_login_reminder','no','no'),(50862,'woocommerce_enable_signup_and_login_from_checkout','no','no'),(50863,'woocommerce_enable_myaccount_registration','no','no'),(50864,'woocommerce_registration_generate_username','yes','no'),(50865,'woocommerce_registration_generate_password','yes','no'),(50866,'woocommerce_erasure_request_removes_order_data','no','no'),(50867,'woocommerce_erasure_request_removes_download_data','no','no'),(50868,'woocommerce_allow_bulk_remove_personal_data','no','no'),(50869,'wp_page_for_privacy_policy','','yes'),(50870,'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'),(50871,'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'),(50872,'woocommerce_delete_inactive_accounts','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(50873,'woocommerce_trash_pending_orders','','no'),(50874,'woocommerce_trash_failed_orders','','no'),(50875,'woocommerce_trash_cancelled_orders','','no'),(50876,'woocommerce_anonymize_completed_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(50877,'woocommerce_email_from_name','Lavish Luxe By Lenee','no'),(50878,'woocommerce_email_from_address','tfball58@gmail.com','no'),(50879,'woocommerce_email_header_image','','no'),(50880,'woocommerce_email_footer_text','{site_title}<br/>Built with <a href=\"https://woocommerce.com/\">WooCommerce</a>','no'),(50881,'woocommerce_email_base_color','#96588a','no'),(50882,'woocommerce_email_background_color','#f7f7f7','no'),(50883,'woocommerce_email_body_background_color','#ffffff','no'),(50884,'woocommerce_email_text_color','#3c3c3c','no'),(50885,'woocommerce_cart_page_id','326','yes'),(50886,'woocommerce_checkout_page_id','327','yes'),(50887,'woocommerce_myaccount_page_id','328','yes'),(50888,'woocommerce_terms_page_id','','no'),(50889,'woocommerce_checkout_pay_endpoint','order-pay','yes'),(50890,'woocommerce_checkout_order_received_endpoint','order-received','yes'),(50891,'woocommerce_myaccount_add_payment_method_endpoint','add-payment-method','yes'),(50892,'woocommerce_myaccount_delete_payment_method_endpoint','delete-payment-method','yes'),(50893,'woocommerce_myaccount_set_default_payment_method_endpoint','set-default-payment-method','yes'),(50894,'woocommerce_myaccount_orders_endpoint','orders','yes'),(50895,'woocommerce_myaccount_view_order_endpoint','view-order','yes'),(50896,'woocommerce_myaccount_downloads_endpoint','downloads','yes'),(50897,'woocommerce_myaccount_edit_account_endpoint','edit-account','yes'),(50898,'woocommerce_myaccount_edit_address_endpoint','edit-address','yes'),(50899,'woocommerce_myaccount_payment_methods_endpoint','payment-methods','yes'),(50900,'woocommerce_myaccount_lost_password_endpoint','lost-password','yes'),(50901,'woocommerce_logout_endpoint','customer-logout','yes'),(50902,'woocommerce_api_enabled','no','yes'),(50903,'woocommerce_allow_tracking','no','no'),(50904,'woocommerce_show_marketplace_suggestions','yes','no'),(50905,'woocommerce_single_image_width','600','yes'),(50906,'woocommerce_thumbnail_image_width','300','yes'),(50907,'woocommerce_checkout_highlight_required_fields','yes','yes'),(50908,'woocommerce_demo_store','no','no'),(50909,'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'),(50910,'current_theme_supports_woocommerce','yes','yes'),(50911,'woocommerce_queue_flush_rewrite_rules','no','yes'),(52021,'_transient_product-transient-version','1625540134','yes'),(348868,'product_cat_children','a:1:{i:19;a:1:{i:0;i:33;}}','yes'),(50914,'default_product_cat','17','yes'),(50939,'woocommerce_meta_box_errors','a:0:{}','yes'),(203,'rewrite_rules','a:254:{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:15:\"lavishattire/?$\";s:27:\"index.php?post_type=product\";s:45:\"lavishattire/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:40:\"lavishattire/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:32:\"lavishattire/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=product&paged=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:17:\"wp_testimonial/?$\";s:31:\"index.php?post_type=testimonial\";s:47:\"wp_testimonial/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=testimonial&feed=$matches[1]\";s:42:\"wp_testimonial/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=testimonial&feed=$matches[1]\";s:34:\"wp_testimonial/page/([0-9]{1,})/?$\";s:49:\"index.php?post_type=testimonial&paged=$matches[1]\";s:61:\"^\\.well-known\\/apple-developer-merchantid-domain-association$\";s:57:\"index.php?apple-developer-merchantid-domain-association=1\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:32:\"category/(.+?)/wc-api(/(.*))?/?$\";s:54:\"index.php?category_name=$matches[1]&wc-api=$matches[3]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:29:\"tag/([^/]+)/wc-api(/(.*))?/?$\";s:44:\"index.php?tag=$matches[1]&wc-api=$matches[3]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:42:\"e-landing-page/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"e-landing-page/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"e-landing-page/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"e-landing-page/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"e-landing-page/([^/]+)/embed/?$\";s:47:\"index.php?e-landing-page=$matches[1]&embed=true\";s:35:\"e-landing-page/([^/]+)/trackback/?$\";s:41:\"index.php?e-landing-page=$matches[1]&tb=1\";s:43:\"e-landing-page/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&paged=$matches[2]\";s:50:\"e-landing-page/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&cpage=$matches[2]\";s:40:\"e-landing-page/([^/]+)/wc-api(/(.*))?/?$\";s:55:\"index.php?e-landing-page=$matches[1]&wc-api=$matches[3]\";s:46:\"e-landing-page/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:57:\"e-landing-page/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:39:\"e-landing-page/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?e-landing-page=$matches[1]&page=$matches[2]\";s:31:\"e-landing-page/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"e-landing-page/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"e-landing-page/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"e-landing-page/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"nf_sub/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"nf_sub/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"nf_sub/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"nf_sub/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"nf_sub/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"nf_sub/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"nf_sub/([^/]+)/embed/?$\";s:39:\"index.php?nf_sub=$matches[1]&embed=true\";s:27:\"nf_sub/([^/]+)/trackback/?$\";s:33:\"index.php?nf_sub=$matches[1]&tb=1\";s:35:\"nf_sub/([^/]+)/page/?([0-9]{1,})/?$\";s:46:\"index.php?nf_sub=$matches[1]&paged=$matches[2]\";s:42:\"nf_sub/([^/]+)/comment-page-([0-9]{1,})/?$\";s:46:\"index.php?nf_sub=$matches[1]&cpage=$matches[2]\";s:32:\"nf_sub/([^/]+)/wc-api(/(.*))?/?$\";s:47:\"index.php?nf_sub=$matches[1]&wc-api=$matches[3]\";s:38:\"nf_sub/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:49:\"nf_sub/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:31:\"nf_sub/([^/]+)(?:/([0-9]+))?/?$\";s:45:\"index.php?nf_sub=$matches[1]&page=$matches[2]\";s:23:\"nf_sub/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"nf_sub/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"nf_sub/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"nf_sub/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"nf_sub/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"nf_sub/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:55:\"product-category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:50:\"product-category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:31:\"product-category/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:43:\"product-category/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:25:\"product-category/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:52:\"product-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:47:\"product-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:28:\"product-tag/([^/]+)/embed/?$\";s:44:\"index.php?product_tag=$matches[1]&embed=true\";s:40:\"product-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_tag=$matches[1]&paged=$matches[2]\";s:22:\"product-tag/([^/]+)/?$\";s:33:\"index.php?product_tag=$matches[1]\";s:35:\"product/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"product/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"product/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"product/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"product/([^/]+)/embed/?$\";s:40:\"index.php?product=$matches[1]&embed=true\";s:28:\"product/([^/]+)/trackback/?$\";s:34:\"index.php?product=$matches[1]&tb=1\";s:48:\"product/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:43:\"product/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:36:\"product/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&paged=$matches[2]\";s:43:\"product/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&cpage=$matches[2]\";s:33:\"product/([^/]+)/wc-api(/(.*))?/?$\";s:48:\"index.php?product=$matches[1]&wc-api=$matches[3]\";s:39:\"product/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:50:\"product/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:32:\"product/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?product=$matches[1]&page=$matches[2]\";s:24:\"product/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"product/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"product/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"product/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"testimonial/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"testimonial/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"testimonial/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"testimonial/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"testimonial/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"testimonial/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"testimonial/([^/]+)/embed/?$\";s:44:\"index.php?testimonial=$matches[1]&embed=true\";s:32:\"testimonial/([^/]+)/trackback/?$\";s:38:\"index.php?testimonial=$matches[1]&tb=1\";s:52:\"testimonial/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?testimonial=$matches[1]&feed=$matches[2]\";s:47:\"testimonial/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?testimonial=$matches[1]&feed=$matches[2]\";s:40:\"testimonial/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?testimonial=$matches[1]&paged=$matches[2]\";s:47:\"testimonial/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?testimonial=$matches[1]&cpage=$matches[2]\";s:37:\"testimonial/([^/]+)/wc-api(/(.*))?/?$\";s:52:\"index.php?testimonial=$matches[1]&wc-api=$matches[3]\";s:43:\"testimonial/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:54:\"testimonial/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:36:\"testimonial/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?testimonial=$matches[1]&page=$matches[2]\";s:28:\"testimonial/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"testimonial/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"testimonial/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"testimonial/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"testimonial/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"testimonial/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:61:\"testimonial-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?testimonial-category=$matches[1]&feed=$matches[2]\";s:56:\"testimonial-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?testimonial-category=$matches[1]&feed=$matches[2]\";s:37:\"testimonial-category/([^/]+)/embed/?$\";s:53:\"index.php?testimonial-category=$matches[1]&embed=true\";s:49:\"testimonial-category/([^/]+)/page/?([0-9]{1,})/?$\";s:60:\"index.php?testimonial-category=$matches[1]&paged=$matches[2]\";s:31:\"testimonial-category/([^/]+)/?$\";s:42:\"index.php?testimonial-category=$matches[1]\";s: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:40:\"index.php?&page_id=497&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:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:25:\"(.?.+?)/wc-api(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&wc-api=$matches[3]\";s:28:\"(.?.+?)/order-pay(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&order-pay=$matches[3]\";s:33:\"(.?.+?)/order-received(/(.*))?/?$\";s:57:\"index.php?pagename=$matches[1]&order-received=$matches[3]\";s:25:\"(.?.+?)/orders(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&orders=$matches[3]\";s:29:\"(.?.+?)/view-order(/(.*))?/?$\";s:53:\"index.php?pagename=$matches[1]&view-order=$matches[3]\";s:28:\"(.?.+?)/downloads(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&downloads=$matches[3]\";s:31:\"(.?.+?)/edit-account(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-account=$matches[3]\";s:31:\"(.?.+?)/edit-address(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-address=$matches[3]\";s:34:\"(.?.+?)/payment-methods(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&payment-methods=$matches[3]\";s:32:\"(.?.+?)/lost-password(/(.*))?/?$\";s:56:\"index.php?pagename=$matches[1]&lost-password=$matches[3]\";s:34:\"(.?.+?)/customer-logout(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&customer-logout=$matches[3]\";s:37:\"(.?.+?)/add-payment-method(/(.*))?/?$\";s:61:\"index.php?pagename=$matches[1]&add-payment-method=$matches[3]\";s:40:\"(.?.+?)/delete-payment-method(/(.*))?/?$\";s:64:\"index.php?pagename=$matches[1]&delete-payment-method=$matches[3]\";s:45:\"(.?.+?)/set-default-payment-method(/(.*))?/?$\";s:69:\"index.php?pagename=$matches[1]&set-default-payment-method=$matches[3]\";s:31:\".?.+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\".?.+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";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:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:25:\"([^/]+)/wc-api(/(.*))?/?$\";s:45:\"index.php?name=$matches[1]&wc-api=$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:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(282496,'elementor_version','3.2.1','yes'),(251303,'woocommerce_default_homepage_layout','two_columns','no'),(204,'mm_churn','a:4:{s:2:\"ip\";s:15:\"192.254.186.134\";s:6:\"whoami\";s:6:\"church\";s:3:\"key\";s:2007:\"\n\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html>\n  <head>\n    <title>404 Not Found</title>\n    <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\n    <style type=\"text/css\">\n        body {\n        	font-family: Verdana, Arial, Helvetica, sans-serif;\n        	font-size: 12px;\n        	background-color:#367E8E;\n        	scrollbar-base-color: #005B70;\n        	scrollbar-arrow-color: #F3960B;\n        	scrollbar-DarkShadow-Color: #000000;\n        	color: #FFFFFF;\n			margin:0;\n        }\n        a { color:#021f25; text-decoration:none}\n        h1 {\n        	font-size: 18px;\n        	color: #FB9802;\n        	padding-bottom: 10px;\n        	background-image: url(sys_cpanel/images/bottombody.jpg);\n        	background-repeat: repeat-x;\n        	padding:5px 0 10px 15px;\n			margin:0;\n        }\n        #body-content p {\n        	padding-left: 25px;\n        	padding-right: 25px;\n        	line-height: 18px;\n        	padding-top: 5px;\n        	padding-bottom: 5px;\n        }\n        h2 {\n        	font-size: 14px;\n        	font-weight: bold;\n        	color: #FF9900;\n        	padding-left: 15px;\n        }\n    </style>\n  </head>\n  <body>\n    <div id=\"body-content\">  \n<!-- start content-->\n\n<!-- \n instead of REQUEST_URI, we could show absolute URL via:\n http://HTTP_HOST/REQUEST_URI\n    but what if its https:// or other protocol?\n    \n    SERVER_PORT_SECURE doesn\'t seem to be used\n    SERVER_PORT logic would break if they use alternate ports\n-->\n\n<h1>404 Not Found</h1>\n<p>The server can not find the requested page:</p>\n  <blockquote>\n    162.144.133.144/api/create (port 80)\n  </blockquote> \n<p>\n    Please forward this error screen to 162.144.133.144\'s \n    <a href=\"mailto:root@server.eigchurn.com?subject=Error message [404] 404 Not Found for 162.144.133.144/api/create port 80 on Thursday, 31-Aug-2017 19:08:33 UTC\">\n    WebMaster</a>.\n</p>\n<hr />\n\n\n<!-- end content -->\n    </div>\n  </body>\n</html>\n\";s:4:\"test\";s:0:\"\";}','yes'),(215,'wpsm_rcs_plugin_options_text_and_color','s:503:\"a:14:{s:16:\"headeline_ft_clr\";s:7:\"#ffffff\";s:11:\"desc_ft_clr\";s:7:\"#ffffff\";s:13:\"sb_btn_ft_clr\";s:7:\"#ffffff\";s:13:\"sb_btn_bg_clr\";s:7:\"#16c9d0\";s:13:\"cnd_timer_clr\";s:7:\"#ffffff\";s:15:\"social_icon_clr\";s:7:\"#333333\";s:18:\"social_icon_bg_clr\";s:7:\"#ffffff\";s:10:\"ext_ft_clr\";s:7:\"#ffffff\";s:10:\"ext_bg_clr\";s:7:\"#16c9d0\";s:16:\"headline_ft_size\";s:2:\"65\";s:12:\"desc_ft_size\";s:2:\"20\";s:16:\"headlines_ft_stl\";s:10:\"sans-serif\";s:11:\"desc_ft_stl\";s:10:\"sans-serif\";s:12:\"other_ft_stl\";s:10:\"sans-serif\";}\";','yes'),(216,'wpsm_rcs_plugin_options_custom_css','s:31:\"a:1:{s:10:\"custom_css\";s:0:\"\";}\";','yes'),(217,'wpsm_rcs_plugin_options_social','s:411:\"a:3:{s:6:\"social\";a:6:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";i:4;s:1:\"#\";i:5;s:1:\"#\";}s:11:\"social_icon\";a:6:{i:0;s:11:\"fa-facebook\";i:1;s:10:\"fa-twitter\";i:2;s:11:\"fa-linkedin\";i:3;s:14:\"fa-google-plus\";i:4;s:15:\"fa-youtube-play\";i:5;s:14:\"fa-pinterest-p\";}s:11:\"social_name\";a:6:{i:0;s:8:\"facebook\";i:1;s:7:\"twitter\";i:2;s:8:\"linkedin\";i:3;s:11:\"google plus\";i:4;s:7:\"youtube\";i:5;s:9:\"pinterest\";}}\";','yes'),(218,'wpsm_rcs_plugin_options_about_us','s:415:\"a:4:{s:15:\"about_us_enable\";s:2:\"on\";s:15:\"about_btn_label\";s:8:\"About Us\";s:19:\"about_section_title\";s:8:\"About Us\";s:18:\"about_section_desc\";s:262:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent id dolor dui, dapibus gravida elit. Donec conseenigmat laore gittis. Suspendisse ultricies ultrices viverra. Morbi rhoncus laoreet tincidunt. Mauris interdum convallis metus. Suspendiss lacus est.\";}\";','yes'),(219,'wpsm_rcs_plugin_options_contact_us','s:524:\"a:7:{s:17:\"contact_us_enable\";s:2:\"on\";s:28:\"contact_us_section_btn_label\";s:7:\"Contact\";s:24:\"contact_us_section_title\";s:12:\"Contact Info\";s:29:\"contact_us_section_title_desc\";s:174:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent id dolor dui, dapibus gravida elit. Donec conseenigmat laore gittis. Suspendisse ultricies ultrices viverra.\";s:20:\"contact_info_address\";s:16:\"123 Street, City\";s:19:\"contact_info_number\";s:16:\"(00) 123-4567890\";s:26:\"contact_info_email_address\";s:17:\"email@example.com\";}\";','yes'),(220,'wpsm_rcs_plugin_options_newsletter','s:363:\"a:6:{s:28:\"wpsm_rcs_newsletter_dropdown\";s:1:\"0\";s:16:\"to_subs_mail_sub\";s:16:\"Coming soon page\";s:16:\"to_subs_mail_msg\";s:67:\"Thanks for submitting your email. We will notify you once we launch\";s:17:\"to_admin_mail_sub\";s:16:\"Coming soon page\";s:17:\"to_admin_mail_msg\";s:51:\"Hey Some one has subscribed to the Coming Soon page\";s:18:\"email_add_of_admin\";s:0:\"\";}\";','yes'),(221,'wpsm_rcs_plugin_options_subscription_field','s:459:\"a:7:{s:36:\"subscription_field_link_button_label\";s:9:\"Subscribe\";s:32:\"subscription_field_section_title\";s:10:\"Newsletter\";s:31:\"subscription_field_section_desc\";s:27:\"subscribe to our newsletter\";s:24:\"email_field_pl_hold_text\";s:16:\"Enter Your Email\";s:20:\"subs_me_button_label\";s:9:\"Notify Me\";s:30:\"success_subs_notification_text\";s:28:\"Thank you for subscribing Us\";s:31:\"invalid_email_notification_text\";s:40:\"Invalid Email , Please enter valid Email\";}\";','yes'),(224,'wpsm_rcs_review','a:2:{s:4:\"time\";i:1504218746;s:9:\"dismissed\";b:0;}','yes'),(225,'monsterinsights_tracking_notice','1','yes'),(3730,'ecwid_store_page_id','125','yes'),(1163,'war_soundy_responsive_offset_y_8','','yes'),(1164,'war_soundy_responsive_comment_9','','yes'),(1165,'war_soundy_responsive_window_width_min_9','','yes'),(1166,'war_soundy_responsive_window_width_max_9','','yes'),(1167,'war_soundy_responsive_button_size_9','','yes'),(1168,'war_soundy_responsive_offset_x_9','','yes'),(1169,'war_soundy_responsive_offset_y_9','','yes'),(1170,'war_soundy_responsive_comment_10','','yes'),(1171,'war_soundy_responsive_window_width_min_10','','yes'),(1172,'war_soundy_responsive_window_width_max_10','','yes'),(1173,'war_soundy_responsive_button_size_10','','yes'),(1174,'war_soundy_responsive_offset_x_10','','yes'),(1175,'war_soundy_responsive_offset_y_10','','yes'),(936,'unit_theme_custom_logo_url','http://lavishluxebylenee.com/wp-content/uploads/2017/10/lavish-luxe-logo.png','yes'),(937,'unit_theme_featured_text','','yes'),(938,'unit_theme_background_image_url','','yes'),(939,'unit_theme_custom_background_color','','yes'),(940,'unit_theme_disable_slideshow','','yes'),(941,'unit_theme_facebook_link','https://www.facebook.com/Lavishluxe/','yes'),(942,'unit_theme_twitter_link','','yes'),(943,'unit_theme_picasa_link','https://www.instagram.com/lavishluxebylenee/?hl=en','yes'),(944,'unit_theme_google_plus_link','','yes'),(945,'unit_theme_pinterest_link','','yes'),(946,'unit_theme_vimeo_link','','yes'),(947,'unit_theme_youtube_link','','yes'),(948,'unit_theme_flickr_link','','yes'),(949,'unit_theme_copyright_text','','yes'),(950,'unit_theme_about_page','','yes'),(89826,'ecwid_last_store_page_id','178','yes'),(1761,'category_children','a:0:{}','yes'),(3610,'UPCP_WooCommerce_Checkout','No','yes'),(3611,'UPCP_WooCommerce_Cart_Page','Checkout','yes'),(3612,'UPCP_WooCommerce_Product_Page','No','yes'),(3613,'UPCP_WooCommerce_Back_Link','No','yes'),(3614,'UPCP_SEO_Option','None','yes'),(3615,'UPCP_SEO_Integration','Add','yes'),(3616,'UPCP_SEO_Title','[page-title] | [product-name]','yes'),(3617,'UPCP_Update_Breadcrumbs','No','yes'),(3787,'ecwid_plugin_data','a:14:{s:30:\"get_transport_does_store_exist\";a:2:{s:9:\"preferred\";s:26:\"Ecwid_HTTP_Get_WpRemoteGet\";s:10:\"last_check\";i:1508797253;}s:27:\"categories_cache_valid_from\";i:1573231563;s:25:\"products_cache_valid_from\";i:1544737159;s:24:\"last_product_delete_time\";i:0;s:24:\"last_product_update_time\";i:0;s:11:\"update_time\";i:0;s:17:\"hide_out_of_stock\";b:0;s:35:\"get_transport_embedded_admin_iframe\";a:2:{s:9:\"preferred\";s:26:\"Ecwid_HTTP_Get_WpRemoteGet\";s:10:\"last_check\";i:1522857265;}s:45:\"get_transport_get_categories_through_endpoint\";a:2:{s:9:\"preferred\";s:26:\"Ecwid_HTTP_Get_WpRemoteGet\";s:10:\"last_check\";i:1511830192;}s:21:\"nav-menus-opened-once\";i:1;s:10:\"admin_menu\";a:18:{i:0;a:2:{s:5:\"title\";s:16:\"Store management\";s:4:\"type\";s:9:\"separator\";}i:1;a:3:{s:5:\"title\";s:9:\"Dashboard\";s:4:\"type\";s:8:\"menuItem\";s:4:\"path\";s:9:\"dashboard\";}i:2;a:4:{s:5:\"title\";s:8:\"My Sales\";s:4:\"type\";s:8:\"menuItem\";s:4:\"path\";s:6:\"orders\";s:5:\"items\";a:4:{i:0;a:3:{s:5:\"title\";s:6:\"Orders\";s:4:\"type\";s:8:\"menuItem\";s:4:\"path\";s:6:\"orders\";}i:1;a:3:{s:5:\"title\";s:15:\"Abandoned Carts\";s:4:\"type\";s:8:\"menuItem\";s:4:\"path\";s:17:\"incomplete-orders\";}i:2;a:3:{s:5:\"title\";s:9:\"Customers\";s:4:\"type\";s:8:\"menuItem\";s:4:\"path\";s:9:\"customers\";}i:3;a:3:{s:5:\"title\";s:12:\"Order Editor\";s:4:\"type\";s:8:\"menuItem\";s:4:\"path\";s:26:\"app:name=ecwid-edit-orders\";}}}i:3;a:4:{s:5:\"title\";s:7:\"Catalog\";s:4:\"type\";s:8:\"menuItem\";s:4:\"path\";s:8:\"products\";s:5:\"items\";a:2:{i:0;a:3:{s:5:\"title\";s:8:\"Products\";s:4:\"type\";s:8:\"menuItem\";s:4:\"path\";s:8:\"products\";}i:1;a:3:{s:5:\"title\";s:10:\"Categories\";s:4:\"type\";s:8:\"menuItem\";s:4:\"path\";s:23:\"category:id=0&mode=edit\";}}}i:4;a:4:{s:5:\"title\";s:9:\"Marketing\";s:4:\"type\";s:8:\"menuItem\";s:4:\"path\";s:9:\"marketing\";s:5:\"items\";a:6:{i:0;a:3:{s:5:\"title\";s:9:\"Marketing\";s:4:\"type\";s:8:\"menuItem\";s:4:\"path\";s:9:\"marketing\";}i:1;a:3:{s:5:\"title\";s:10:\"Google Ads\";s:4:\"type\";s:8:\"menuItem\";s:4:\"path\";s:10:\"google-ads\";}i:2;a:3:{s:5:\"title\";s:12:\"Facebook Ads\";s:4:\"type\";s:8:\"menuItem\";s:4:\"path\";s:12:\"facebook-ads\";}i:3;a:3:{s:5:\"title\";s:16:\"Discount Coupons\";s:4:\"type\";s:8:\"menuItem\";s:4:\"path\";s:16:\"discount-coupons\";}i:4;a:3:{s:5:\"title\";s:9:\"Discounts\";s:4:\"type\";s:8:\"menuItem\";s:4:\"path\";s:9:\"discounts\";}i:5;a:3:{s:5:\"title\";s:11:\"Newsletters\";s:4:\"type\";s:8:\"menuItem\";s:4:\"path\";s:13:\"mailing-lists\";}}}i:5;a:3:{s:5:\"title\";s:7:\"Reports\";s:4:\"type\";s:8:\"menuItem\";s:4:\"path\";s:7:\"reports\";}i:6;a:2:{s:5:\"title\";s:14:\"Sales channels\";s:4:\"type\";s:9:\"separator\";}i:7;a:3:{s:5:\"title\";s:16:\"Sell on Facebook\";s:4:\"type\";s:8:\"menuItem\";s:4:\"path\";s:8:\"fb-shops\";}i:8;a:3:{s:5:\"title\";s:6:\"Mobile\";s:4:\"type\";s:8:\"menuItem\";s:4:\"path\";s:6:\"mobile\";}i:9;a:3:{s:5:\"title\";s:12:\"Starter Site\";s:4:\"type\";s:8:\"menuItem\";s:4:\"path\";s:12:\"starter-site\";}i:10;a:4:{s:5:\"title\";s:18:\"All Sales Channels\";s:4:\"type\";s:8:\"menuItem\";s:4:\"path\";s:13:\"sales-channel\";s:5:\"items\";a:10:{i:0;a:3:{s:5:\"title\";s:18:\"All Sales Channels\";s:4:\"type\";s:8:\"menuItem\";s:4:\"path\";s:13:\"sales-channel\";}i:1;a:3:{s:5:\"title\";s:16:\"Sell on Facebook\";s:4:\"type\";s:8:\"menuItem\";s:4:\"path\";s:8:\"fb-shops\";}i:2;a:3:{s:5:\"title\";s:17:\"Sell on Instagram\";s:4:\"type\";s:8:\"menuItem\";s:4:\"path\";s:9:\"instagram\";}i:3;a:3:{s:5:\"title\";s:6:\"Mobile\";s:4:\"type\";s:8:\"menuItem\";s:4:\"path\";s:6:\"mobile\";}i:4;a:3:{s:5:\"title\";s:12:\"Starter Site\";s:4:\"type\";s:8:\"menuItem\";s:4:\"path\";s:12:\"starter-site\";}i:5;a:3:{s:5:\"title\";s:12:\"Marketplaces\";s:4:\"type\";s:8:\"menuItem\";s:4:\"path\";s:12:\"marketplaces\";}i:6;a:3:{s:5:\"title\";s:15:\"Google Shopping\";s:4:\"type\";s:8:\"menuItem\";s:4:\"path\";s:15:\"google-shopping\";}i:7;a:3:{s:5:\"title\";s:3:\"POS\";s:4:\"type\";s:8:\"menuItem\";s:4:\"path\";s:3:\"pos\";}i:8;a:3:{s:5:\"title\";s:4:\"eBay\";s:4:\"type\";s:8:\"menuItem\";s:4:\"path\";s:4:\"ebay\";}i:9;a:3:{s:5:\"title\";s:6:\"Amazon\";s:4:\"type\";s:8:\"menuItem\";s:4:\"path\";s:6:\"amazon\";}}}i:11;a:2:{s:5:\"title\";s:13:\"Configuration\";s:4:\"type\";s:9:\"separator\";}i:12;a:3:{s:5:\"title\";s:6:\"Design\";s:4:\"type\";s:8:\"menuItem\";s:4:\"path\";s:6:\"design\";}i:13;a:3:{s:5:\"title\";s:7:\"Payment\";s:4:\"type\";s:8:\"menuItem\";s:4:\"path\";s:8:\"payments\";}i:14;a:4:{s:5:\"title\";s:17:\"Shipping & Pickup\";s:4:\"type\";s:8:\"menuItem\";s:4:\"path\";s:9:\"shippings\";s:5:\"items\";a:2:{i:0;a:3:{s:5:\"title\";s:17:\"Shipping & Pickup\";s:4:\"type\";s:8:\"menuItem\";s:4:\"path\";s:9:\"shippings\";}i:1;a:3:{s:5:\"title\";s:5:\"Zones\";s:4:\"type\";s:8:\"menuItem\";s:4:\"path\";s:5:\"zones\";}}}i:15;a:4:{s:5:\"title\";s:8:\"Settings\";s:4:\"type\";s:8:\"menuItem\";s:4:\"path\";s:13:\"store-profile\";s:5:\"items\";a:10:{i:0;a:3:{s:5:\"title\";s:16:\"General Settings\";s:4:\"type\";s:8:\"menuItem\";s:4:\"path\";s:13:\"store-profile\";}i:1;a:3:{s:5:\"title\";s:5:\"Taxes\";s:4:\"type\";s:8:\"menuItem\";s:4:\"path\";s:5:\"taxes\";}i:2;a:3:{s:5:\"title\";s:4:\"Mail\";s:4:\"type\";s:8:\"menuItem\";s:4:\"path\";s:4:\"mail\";}i:3;a:3:{s:5:\"title\";s:7:\"Invoice\";s:4:\"type\";s:8:\"menuItem\";s:4:\"path\";s:7:\"invoice\";}i:4;a:3:{s:5:\"title\";s:12:\"Social Tools\";s:4:\"type\";s:8:\"menuItem\";s:4:\"path\";s:12:\"social-tools\";}i:5;a:3:{s:5:\"title\";s:15:\"Customer Groups\";s:4:\"type\";s:8:\"menuItem\";s:4:\"path\";s:11:\"memberships\";}i:6;a:3:{s:5:\"title\";s:13:\"Product Types\";s:4:\"type\";s:8:\"menuItem\";s:4:\"path\";s:15:\"product-classes\";}i:7;a:3:{s:5:\"title\";s:15:\"Product Filters\";s:4:\"type\";s:8:\"menuItem\";s:4:\"path\";s:25:\"product-filters:mode=main\";}i:8;a:3:{s:5:\"title\";s:11:\"What\\\'s New\";s:4:\"type\";s:8:\"menuItem\";s:4:\"path\";s:8:\"whatsnew\";}i:9;a:3:{s:5:\"title\";s:17:\"Edit Store Labels\";s:4:\"type\";s:8:\"menuItem\";s:4:\"path\";s:32:\"app:name=storefront-label-editor\";}}}i:16;a:4:{s:5:\"title\";s:4:\"Apps\";s:4:\"type\";s:8:\"menuItem\";s:4:\"path\";s:9:\"appmarket\";s:5:\"items\";a:2:{i:0;a:3:{s:5:\"title\";s:10:\"App Market\";s:4:\"type\";s:8:\"menuItem\";s:4:\"path\";s:9:\"appmarket\";}i:1;a:3:{s:5:\"title\";s:7:\"My Apps\";s:4:\"type\";s:8:\"menuItem\";s:4:\"path\";s:7:\"my_apps\";}}}i:17;a:4:{s:5:\"title\";s:10:\"My Profile\";s:4:\"type\";s:8:\"menuItem\";s:4:\"path\";s:7:\"billing\";s:5:\"items\";a:3:{i:0;a:3:{s:5:\"title\";s:17:\"Billing and Plans\";s:4:\"type\";s:8:\"menuItem\";s:4:\"path\";s:7:\"billing\";}i:1;a:3:{s:5:\"title\";s:14:\"Staff Accounts\";s:4:\"type\";s:8:\"menuItem\";s:4:\"path\";s:10:\"store-team\";}i:2;a:3:{s:5:\"title\";s:7:\"Profile\";s:4:\"type\";s:8:\"menuItem\";s:4:\"path\";s:7:\"profile\";}}}}s:18:\"spw_display_params\";a:2:{s:7:\"display\";a:5:{s:7:\"picture\";s:1:\"1\";s:5:\"title\";s:1:\"1\";s:5:\"price\";s:1:\"1\";s:7:\"options\";s:1:\"1\";s:8:\"addtobag\";s:1:\"1\";}s:10:\"attributes\";a:3:{s:20:\"show_price_on_button\";s:1:\"1\";s:11:\"show_border\";s:1:\"1\";s:12:\"center_align\";s:1:\"1\";}}s:24:\"profile_cache_valid_from\";i:1571948616;s:18:\"catalog_valid_from\";s:10:\"1573018352\";}','yes'),(3574,'UPCP_Currency_Symbol_Location','Before','yes'),(3575,'UPCP_Price_Filter','No','yes'),(3576,'UPCP_Sale_Mode','Individual','yes'),(3577,'UPCP_Product_Sort','a:2:{i:0;s:4:\"Name\";i:1;s:5:\"Price\";}','yes'),(3578,'UPCP_Product_Search','none','yes'),(3579,'UPCP_Custom_Product_Page','No','yes'),(3580,'UPCP_Sidebar_Order','Normal','yes'),(3581,'UPCP_Apply_Contents_Filter','Yes','yes'),(3582,'UPCP_Maintain_Filtering','Yes','yes'),(3583,'UPCP_Thumbnail_Support','Yes','yes'),(3584,'UPCP_Show_Category_Descriptions','No','yes'),(3585,'UPCP_Show_Catalogue_Information','Name','yes'),(3586,'UPCP_Display_Category_Image','No','yes'),(3587,'UPCP_Display_SubCategory_Image','No','yes'),(3588,'UPCP_Overview_Mode','None','yes'),(3589,'UPCP_Inner_Filter','No','yes'),(3590,'UPCP_Breadcrumbs','None','yes'),(3591,'UPCP_Product_Comparison','No','yes'),(3592,'UPCP_Product_Inquiry_Form','No','yes'),(3593,'UPCP_Product_Inquiry_Cart','No','yes'),(3594,'UPCP_Product_Reviews','No','yes'),(3595,'UPCP_Catalog_Display_Reviews','No','yes'),(3596,'UPCP_Lightbox','No','yes'),(3597,'UPCP_Lightbox_Mode','No','yes'),(3598,'UPCP_Hidden_Drop_Down_Sidebar_On_Mobile','No','yes'),(3599,'UPCP_Infinite_Scroll','No','yes'),(3600,'UPCP_Products_Per_Page','1000000','yes'),(3601,'UPCP_Pagination_Location','Top','yes'),(3602,'UPCP_CF_Conversion','No','yes'),(3603,'UPCP_Access_Role','administrator','yes'),(3604,'UPCP_PP_Grid_Width','90','yes'),(3605,'UPCP_PP_Grid_Height','35','yes'),(3606,'UPCP_Top_Bottom_Padding','10','yes'),(3607,'UPCP_Left_Right_Padding','10','yes'),(3330,'easy-testimonial-category_children','a:0:{}','yes'),(3868,'wpccategories_children','a:0:{}','yes'),(3789,'ecwid_oauth_scope','read_profile read_catalog allow_sso create_customers public_storefront','yes'),(3792,'ecwid_last_api_cache_check','1573231561','yes'),(24655,'ec_show_floating_cart_widget','do_not_show','yes'),(24656,'ec_store_cart_widget_show_empty_cart','1','yes'),(24657,'ec_store_cart_widget_layout','MEDIUM_ICON_COUNTER','yes'),(24658,'ec_store_cart_widget_fixed_shape','PILL','yes'),(24659,'ec_store_cart_widget_fixed_position','BOTTOM_RIGHT','yes'),(24660,'ec_store_cart_widget_icon','BAG','yes'),(24661,'ec_store_cart_widget_horizontal_indent','30','yes'),(24662,'ec_store_cart_widget_vertical_indent','30','yes'),(24663,'ecwid_hide_old_minicart','','yes'),(4415,'widget_workinghourswidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4416,'business_hours_settings','a:2:{s:5:\"hours\";a:7:{i:1;a:2:{s:4:\"open\";s:4:\"10am\";s:5:\"close\";s:3:\"8pm\";}i:2;a:2:{s:4:\"open\";s:4:\"10am\";s:5:\"close\";s:3:\"8pm\";}i:3;a:2:{s:4:\"open\";s:4:\"10am\";s:5:\"close\";s:3:\"8pm\";}i:4;a:2:{s:4:\"open\";s:4:\"10am\";s:5:\"close\";s:3:\"8pm\";}i:5;a:2:{s:4:\"open\";s:4:\"10am\";s:5:\"close\";s:3:\"8pm\";}i:6;a:2:{s:4:\"open\";s:4:\"10am\";s:5:\"close\";s:3:\"8pm\";}i:0;a:2:{s:4:\"open\";s:3:\"1pm\";s:5:\"close\";s:3:\"5pm\";}}s:10:\"exceptions\";a:0:{}}','yes'),(4971,'easy-image-collage_version','1.13.2','yes'),(50923,'widget_woocommerce_widget_cart','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4974,'eic_option','a:26:{s:21:\"default_style_display\";s:5:\"image\";s:24:\"default_style_grid_align\";s:6:\"center\";s:24:\"default_style_grid_width\";s:3:\"500\";s:24:\"default_style_grid_ratio\";s:1:\"1\";s:26:\"default_style_border_width\";s:1:\"4\";s:26:\"default_style_border_color\";s:7:\"#444444\";s:16:\"clickable_images\";s:1:\"1\";s:14:\"lightbox_class\";s:0:\"\";s:12:\"lightbox_rel\";s:8:\"lightbox\";s:30:\"captions_premium_not_installed\";s:0:\"\";s:17:\"captions_autofill\";s:8:\"disabled\";s:19:\"captions_hover_only\";s:0:\"\";s:17:\"captions_location\";s:6:\"bottom\";s:23:\"captions_text_alignment\";s:4:\"left\";s:18:\"captions_font_size\";s:2:\"12\";s:19:\"captions_text_color\";s:19:\"rgba(255,255,255,1)\";s:25:\"captions_background_color\";s:15:\"rgba(0,0,0,0.7)\";s:16:\"pinterest_enable\";s:0:\"\";s:18:\"pinterest_location\";s:8:\"top_left\";s:15:\"pinterest_style\";s:7:\"default\";s:14:\"pinterest_size\";s:7:\"default\";s:34:\"custom_links_premium_not_installed\";s:0:\"\";s:19:\"custom_link_new_tab\";s:0:\"\";s:20:\"custom_link_nofollow\";s:0:\"\";s:22:\"custom_code_public_css\";s:56:\".eic-container .eic-frame .eic-image{border-radius:10px}\";s:0:\"\";s:0:\"\";}','yes'),(50922,'_transient_woocommerce_webhook_ids_status_active','a:0:{}','yes'),(5103,'slb_version','2.8.1','yes'),(5104,'slb_options','a:27:{s:7:\"enabled\";b:1;s:12:\"enabled_home\";b:1;s:12:\"enabled_post\";b:0;s:12:\"enabled_page\";b:1;s:15:\"enabled_archive\";b:0;s:14:\"enabled_widget\";b:0;s:12:\"enabled_menu\";b:0;s:11:\"group_links\";b:1;s:10:\"group_post\";b:1;s:13:\"group_gallery\";b:0;s:12:\"group_widget\";b:0;s:10:\"group_menu\";b:0;s:10:\"ui_autofit\";b:1;s:10:\"ui_animate\";b:1;s:19:\"slideshow_autostart\";b:0;s:18:\"slideshow_duration\";s:1:\"6\";s:10:\"group_loop\";b:0;s:18:\"ui_overlay_opacity\";s:3:\"0.8\";s:16:\"ui_title_default\";b:0;s:11:\"txt_loading\";s:7:\"Loading\";s:9:\"txt_close\";s:5:\"Close\";s:12:\"txt_nav_next\";s:4:\"Next\";s:12:\"txt_nav_prev\";s:8:\"Previous\";s:19:\"txt_slideshow_start\";s:15:\"Start slideshow\";s:18:\"txt_slideshow_stop\";s:14:\"Stop slideshow\";s:16:\"txt_group_status\";s:25:\"Item %current% of %total%\";s:13:\"theme_default\";s:9:\"slb_black\";}','yes'),(3608,'UPCP_WooCommerce_Sync','No','yes'),(3609,'UPCP_WooCommerce_Show_Cart_Count','No','yes'),(3753,'ecwid_store_pages','125','yes'),(3754,'ecwid_flush_rewrites','0','yes'),(50924,'widget_woocommerce_layered_nav_filters','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3757,'ecwid_ajax_defer_rendering','auto','yes'),(3758,'widget_ecwidbadge','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3759,'widget_ecwidsearch','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3760,'widget_ecwidminicart_miniview','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3761,'widget_ecwidminicart','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3762,'widget_ecwidstorelink','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3763,'widget_ecwidrecentlyviewed','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3764,'widget_ecwidlatestproducts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3765,'widget_ecwidfloatingshoppingcart','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3766,'widget_ecwidvcategorieslist','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3767,'widget_ecwidrandomproduct','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3768,'widget_ecwidvcategories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(50921,'woocommerce_admin_notices','a:1:{i:0;s:20:\"no_secure_connection\";}','yes'),(5727,'rlrsssl_options','a:15:{s:12:\"site_has_ssl\";b:1;s:4:\"hsts\";b:0;s:22:\"htaccess_warning_shown\";b:0;s:19:\"review_notice_shown\";b:1;s:25:\"ssl_success_message_shown\";b:1;s:26:\"autoreplace_insecure_links\";b:1;s:17:\"plugin_db_version\";s:5:\"5.0.2\";s:20:\"do_not_edit_htaccess\";b:0;s:17:\"htaccess_redirect\";b:1;s:11:\"ssl_enabled\";b:1;s:19:\"javascript_redirect\";b:1;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'),(3769,'ecwid_plugin_migration_since_version','5.6.1','yes'),(3772,'ecwid_seo_links_enabled','Y','yes'),(3773,'ecwid_support_email','wordpress@ecwid.com','yes'),(3774,'ecwid_enable_sso','','yes'),(3775,'ecwid_local_base_enabled','','yes'),(3776,'ecwid_chameleon_colors_foreground','','yes'),(3777,'ecwid_chameleon_colors_background','','yes'),(3778,'ecwid_chameleon_colors_link','','yes'),(3779,'ecwid_chameleon_colors_button','','yes'),(3780,'ecwid_chameleon_colors_price','','yes'),(3781,'ecwid_disable_pb_url','','yes'),(3782,'ecwid_historyjs_html4mode','','yes'),(3783,'ecwid_floating_shopping_cart_mode','','yes'),(3784,'ecwid_move_floating_shopping_cart_into_body','','yes'),(3786,'ecwid_disable_dashboard','','yes'),(50932,'widget_woocommerce_top_rated_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(50933,'widget_woocommerce_recent_reviews','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(50930,'widget_woocommerce_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(50931,'widget_woocommerce_recently_viewed_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(50928,'widget_woocommerce_product_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(50929,'widget_woocommerce_product_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(286687,'fe8e9a795_updated_at','1614553724','yes'),(286796,'32b640fcd_updated_at','1620046806','yes'),(234353,'wc_admin_note_home_screen_feedback_homescreen_accessed','1603702371','yes'),(120564,'woocommerce_maxmind_geolocation_settings','a:1:{s:15:\"database_prefix\";s:32:\"3LOUTgW7DSbkTLAQSBnVvaxjnjuhKsnt\";}','yes'),(120572,'jetpack_sync_settings_term_relationships_full_sync_item_size','100','yes'),(120573,'jetpack_sync_settings_sync_sender_enabled','1','yes'),(120574,'jetpack_sync_settings_full_sync_sender_enabled','1','yes'),(120575,'jetpack_sync_settings_full_sync_send_duration','9','yes'),(120576,'jetpack_sync_settings_full_sync_limits','a:5:{s:5:\"users\";a:2:{s:10:\"chunk_size\";i:100;s:10:\"max_chunks\";i:10;}s:5:\"terms\";a:2:{s:10:\"chunk_size\";i:1000;s:10:\"max_chunks\";i:10;}s:5:\"posts\";a:2:{s:10:\"chunk_size\";i:100;s:10:\"max_chunks\";i:1;}s:8:\"comments\";a:2:{s:10:\"chunk_size\";i:100;s:10:\"max_chunks\";i:10;}s:18:\"term_relationships\";a:2:{s:10:\"chunk_size\";i:1000;s:10:\"max_chunks\";i:10;}}','yes'),(120577,'jp_sync_lock_full_sync_enqueue','1595988108.2972','yes'),(120555,'recovery_mode_email_last_sent','1580222973','yes'),(277495,'auto_update_core_dev','enabled','yes'),(277496,'auto_update_core_minor','enabled','yes'),(277497,'auto_update_core_major','unset','yes'),(353195,'jetpack_site_products','a:0:{}','yes'),(238185,'woocommerce_version','5.1.0','yes'),(282501,'_hfe_db_version','1.6.3','yes'),(282502,'wpins_essential_adons_elementor_force_tracked','1','yes'),(353062,'_transient_timeout_wc_onboarding_product_data','1626344754','no'),(353063,'_transient_wc_onboarding_product_data','a:6:{s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:18:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Wed, 14 Jul 2021 10:25:54 GMT\";s:12:\"content-type\";s:31:\"application/json; charset=UTF-8\";s:14:\"content-length\";s:5:\"11668\";s:12:\"x-robots-tag\";s:7:\"noindex\";s:4:\"link\";s:60:\"<https://woocommerce.com/wp-json/>; rel=\"https://api.w.org/\"\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:29:\"access-control-expose-headers\";s:33:\"X-WP-Total, X-WP-TotalPages, Link\";s:28:\"access-control-allow-headers\";s:73:\"Authorization, X-WP-Nonce, Content-Disposition, Content-MD5, Content-Type\";s:13:\"x-wccom-cache\";s:3:\"HIT\";s:13:\"cache-control\";s:10:\"max-age=60\";s:5:\"allow\";s:3:\"GET\";s:16:\"content-encoding\";s:4:\"gzip\";s:4:\"x-rq\";s:13:\"sea2 0 4 9980\";s:3:\"age\";s:2:\"44\";s:7:\"x-cache\";s:3:\"hit\";s:4:\"vary\";s:23:\"Accept-Encoding, Origin\";s:13:\"accept-ranges\";s:5:\"bytes\";}}s:4:\"body\";s:48378:\"{\"products\":[{\"title\":\"WooCommerce Google Analytics\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/GA-Dark.png\",\"excerpt\":\"Understand your customers and increase revenue with world\\u2019s leading analytics platform - integrated with WooCommerce for free.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-google-analytics\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"2d21f7de14dfb8e9885a4622be701ddf\",\"slug\":\"woocommerce-google-analytics-integration\",\"id\":1442927},{\"title\":\"WooCommerce Tax\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Tax-Dark.png\",\"excerpt\":\"Automatically calculate how much sales tax should be collected for WooCommerce orders - by city, country, or state - at checkout.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/tax\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"f31b3b9273cce188cc2b27f7849d02dd\",\"slug\":\"woocommerce-services\",\"id\":3220291},{\"title\":\"Stripe\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Stripe-Dark-1.png\",\"excerpt\":\"Accept all major debit and credit cards as well as local payment methods with Stripe.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/stripe\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"50bb7a985c691bb943a9da4d2c8b5efd\",\"slug\":\"woocommerce-gateway-stripe\",\"id\":18627},{\"title\":\"Jetpack\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Jetpack-Dark.png\",\"excerpt\":\"Power up and protect your store with Jetpack\\r\\n\\r\\nFor free security, insights and monitoring, connect to Jetpack. It\'s everything you need for a strong, secure start.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/jetpack\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"d5bfef9700b62b2b132c74c74c3193eb\",\"slug\":\"jetpack\",\"id\":2725249},{\"title\":\"Facebook for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Facebook-Dark.png\",\"excerpt\":\"Get the Official Facebook for WooCommerce plugin for three powerful ways to help grow your business.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/facebook\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"0ea4fe4c2d7ca6338f8a322fb3e4e187\",\"slug\":\"facebook-for-woocommerce\",\"id\":2127297},{\"title\":\"Amazon Pay\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Amazon-Pay-Dark.png\",\"excerpt\":\"Amazon Pay is embedded in your WooCommerce store. Transactions take place via\\u00a0Amazon widgets, so the buyer never leaves your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/pay-with-amazon\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"9865e043bbbe4f8c9735af31cb509b53\",\"slug\":\"woocommerce-gateway-amazon-payments-advanced\",\"id\":238816},{\"title\":\"Square for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Square-Dark.png\",\"excerpt\":\"Accepting payments is easy with Square. Clear rates, fast deposits (1-2 business days). Sell online and in person, and sync all payments, items and inventory.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/square\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"e907be8b86d7df0c8f8e0d0020b52638\",\"slug\":\"woocommerce-square\",\"id\":1770503},{\"title\":\"WooCommerce Shipping\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Ship-Dark-1.png\",\"excerpt\":\"Print USPS and DHL labels right from your WooCommerce dashboard and instantly save up to 90%. WooCommerce Shipping is free to use and saves you time and money.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipping\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"f31b3b9273cce188cc2b27f7849d02dd\",\"slug\":\"woocommerce-services\",\"id\":2165910},{\"title\":\"WooCommerce Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Pay-Dark.png\",\"excerpt\":\"Securely accept payments, track cash flow, and manage recurring revenue from your dashboard \\u2014 all without setup costs or monthly fees.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-payments\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"8c6319ca-8f41-4e69-be63-6b15ee37773b\",\"slug\":\"woocommerce-payments\",\"id\":5278104},{\"title\":\"Mailchimp for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/09\\/logo-mailchimp-dark-v2.png\",\"excerpt\":\"Increase traffic, drive repeat purchases, and personalize your marketing when you connect to Mailchimp.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/mailchimp-for-woocommerce\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"b4481616ebece8b1ff68fc59b90c1a91\",\"slug\":\"mailchimp-for-woocommerce\",\"id\":2545166},{\"title\":\"WooCommerce Subscriptions\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Subscriptions-Dark.png\",\"excerpt\":\"Let customers subscribe to your products or services and pay on a weekly, monthly or annual basis.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-subscriptions\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;199.00\",\"hash\":\"6115e6d7e297b623a169fdcf5728b224\",\"slug\":\"woocommerce-subscriptions\",\"id\":27147},{\"title\":\"ShipStation Integration\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Shipstation-Dark.png\",\"excerpt\":\"Fulfill all your Woo orders (and wherever else you sell) quickly and easily using ShipStation. Try it free for 30 days today!\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipstation-integration\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"9de8640767ba64237808ed7f245a49bb\",\"slug\":\"woocommerce-shipstation-integration\",\"id\":18734},{\"title\":\"Product Add-Ons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Product-Add-Ons-Dark.png\",\"excerpt\":\"Offer add-ons like gift wrapping, special messages or other special options for your products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-add-ons\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"147d0077e591e16db9d0d67daeb8c484\",\"slug\":\"woocommerce-product-addons\",\"id\":18618},{\"title\":\"PayFast Payment Gateway\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Payfast-Dark-1.png\",\"excerpt\":\"Take payments on your WooCommerce store via PayFast (redirect method).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/payfast-payment-gateway\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"557bf07293ad916f20c207c6c9cd15ff\",\"slug\":\"woocommerce-payfast-gateway\",\"id\":18596},{\"title\":\"USPS Shipping Method\",\"image\":\"\",\"excerpt\":\"Get shipping rates from the USPS API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/usps-shipping-method\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"83d1524e8f5f1913e58889f83d442c32\",\"slug\":\"woocommerce-shipping-usps\",\"id\":18657},{\"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=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"bf66e173-a220-4da7-9512-b5728c20fc16\",\"slug\":\"kliken-marketing-for-google\",\"id\":3866145},{\"title\":\"UPS Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/UPS-Shipping-Method-Dark.png\",\"excerpt\":\"Get shipping rates from the UPS API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/ups-shipping-method\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"8dae58502913bac0fbcdcaba515ea998\",\"slug\":\"woocommerce-shipping-ups\",\"id\":18665},{\"title\":\"Shipment Tracking\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Ship-Tracking-Dark-1.png\",\"excerpt\":\"Add shipment tracking information to your orders.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipment-tracking\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"1968e199038a8a001c9f9966fd06bf88\",\"slug\":\"woocommerce-shipment-tracking\",\"id\":18693},{\"title\":\"Table Rate Shipping\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Product-Table-Rate-Shipping-Dark.png\",\"excerpt\":\"Advanced, flexible shipping. Define multiple shipping rates based on location, price, weight, shipping class or item count.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/table-rate-shipping\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;99.00\",\"hash\":\"3034ed8aff427b0f635fe4c86bbf008a\",\"slug\":\"woocommerce-table-rate-shipping\",\"id\":18718},{\"title\":\"Checkout Field Editor\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Checkout-Field-Editor-Dark.png\",\"excerpt\":\"Optimize your checkout process by adding, removing or editing fields to suit your needs.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-checkout-field-editor\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"2b8029f0d7cdd1118f4d843eb3ab43ff\",\"slug\":\"woocommerce-checkout-field-editor\",\"id\":184594},{\"title\":\"Braintree for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/braintree-black-copy.png\",\"excerpt\":\"Accept PayPal, credit cards and debit cards with a single payment gateway solution \\u2014 PayPal Powered by Braintree.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gateway-paypal-powered-by-braintree\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"27f010c8e34ca65b205ddec88ad14536\",\"slug\":\"woocommerce-gateway-paypal-powered-by-braintree\",\"id\":1489837},{\"title\":\"WooCommerce Bookings\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Bookings-Dark.png\",\"excerpt\":\"Allow customers to book appointments, make reservations or rent equipment without leaving your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-bookings\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/hotel\\/\",\"price\":\"&#36;249.00\",\"hash\":\"911c438934af094c2b38d5560b9f50f3\",\"slug\":\"WooCommerce Bookings\",\"id\":390890},{\"title\":\"WooCommerce Memberships\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/Thumbnail-Memberships-updated.png\",\"excerpt\":\"Give members access to restricted content or products, for a fee or for free.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-memberships\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;199.00\",\"hash\":\"9288e7609ad0b487b81ef6232efa5cfc\",\"slug\":\"woocommerce-memberships\",\"id\":958589},{\"title\":\"Product Bundles\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/07\\/Logo-PB.png?v=1\",\"excerpt\":\"Offer personalized product bundles, bulk discount packages, and assembled\\u00a0products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-bundles\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"aa2518b5-ab19-4b75-bde9-60ca51e20f28\",\"slug\":\"woocommerce-product-bundles\",\"id\":18716},{\"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=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"e4000666-9275-4c71-8619-be61fb41c9f9\",\"slug\":\"woocommerce-amazon-ebay-integration\",\"id\":3545890},{\"title\":\"Min\\/Max Quantities\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Min-Max-Qua-Dark.png\",\"excerpt\":\"Specify minimum and maximum allowed product quantities for orders to be completed.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/minmax-quantities\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"2b5188d90baecfb781a5aa2d6abb900a\",\"slug\":\"woocommerce-min-max-quantities\",\"id\":18616},{\"title\":\"LiveChat for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/11\\/LC_woo_regular-zmiaym.png\",\"excerpt\":\"Live Chat and messaging platform for sales and support -- increase average order value and overall sales through live conversations.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/livechat\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/www.livechat.com\\/livechat-for-ecommerce\\/?a=woocommerce&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},{\"title\":\"FedEx Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2013\\/01\\/FedEx_Logo_Wallpaper.jpeg\",\"excerpt\":\"Get shipping rates from the FedEx API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/fedex-shipping-module\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"1a48b598b47a81559baadef15e320f64\",\"slug\":\"woocommerce-shipping-fedex\",\"id\":18620},{\"title\":\"Product CSV Import Suite\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Product-CSV-Import-Dark.png\",\"excerpt\":\"Import, merge, and export products and variations to and from WooCommerce using a CSV file.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-csv-import-suite\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"7ac9b00a1fe980fb61d28ab54d167d0d\",\"slug\":\"woocommerce-product-csv-import-suite\",\"id\":18680},{\"title\":\"Follow-Ups\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Follow-Ups-Dark.png\",\"excerpt\":\"Automatically contact customers after purchase - be it everyone, your most loyal or your biggest spenders - and keep your store top-of-mind.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/follow-up-emails\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;99.00\",\"hash\":\"05ece68fe94558e65278fe54d9ec84d2\",\"slug\":\"woocommerce-follow-up-emails\",\"id\":18686},{\"title\":\"Authorize.Net\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/04\\/Thumbnail-Authorize.net-updated.png\",\"excerpt\":\"Authorize.Net gateway with support for pre-orders and subscriptions.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/authorize-net\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"8b61524fe53add7fdd1a8d1b00b9327d\",\"slug\":\"woocommerce-gateway-authorize-net-cim\",\"id\":178481},{\"title\":\"Australia Post Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/australia-post.gif\",\"excerpt\":\"Get shipping rates for your WooCommerce store from the Australia Post API, which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/australia-post-shipping-method\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"1dbd4dc6bd91a9cda1bd6b9e7a5e4f43\",\"slug\":\"woocommerce-shipping-australia-post\",\"id\":18622},{\"title\":\"Canada Post Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/canada-post.png\",\"excerpt\":\"Get shipping rates from the Canada Post Ratings API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/canada-post-shipping-method\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"ac029cdf3daba20b20c7b9be7dc00e0e\",\"slug\":\"woocommerce-shipping-canada-post\",\"id\":18623},{\"title\":\"Product Vendors\",\"image\":\"\",\"excerpt\":\"Turn your store into a multi-vendor marketplace\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-vendors\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"a97d99fccd651bbdd728f4d67d492c31\",\"slug\":\"woocommerce-product-vendors\",\"id\":219982},{\"title\":\"WooCommerce Customer \\/ Order \\/ Coupon Export\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/02\\/Thumbnail-Customer-Order-Coupon-Export-updated.png\",\"excerpt\":\"Export customers, orders, and coupons from WooCommerce manually or on an automated schedule.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/ordercustomer-csv-export\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"914de15813a903c767b55445608bf290\",\"slug\":\"woocommerce-customer-order-csv-export\",\"id\":18652},{\"title\":\"WooCommerce Accommodation Bookings\",\"image\":\"\",\"excerpt\":\"Book accommodation using WooCommerce and the WooCommerce Bookings extension.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-accommodation-bookings\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"99b2a7a4af90b6cefd2a733b3b1f78e7\",\"slug\":\"woocommerce-accommodation-bookings\",\"id\":1412069},{\"title\":\"Royal Mail\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2013\\/04\\/royalmail.png\",\"excerpt\":\"Offer Royal Mail shipping rates to your customers\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/royal-mail\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"03839cca1a16c4488fcb669aeb91a056\",\"slug\":\"woocommerce-shipping-royalmail\",\"id\":182719},{\"title\":\"WooCommerce Brands\",\"image\":\"\",\"excerpt\":\"Create, assign and list brands for products, and allow customers to view by brand.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/brands\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"8a88c7cbd2f1e73636c331c7a86f818c\",\"slug\":\"woocommerce-brands\",\"id\":18737},{\"title\":\"Xero\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2012\\/08\\/xero2.png\",\"excerpt\":\"Save time with automated sync between WooCommerce and your Xero account.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/xero\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"f0dd29d338d3c67cf6cee88eddf6869b\",\"slug\":\"woocommerce-xero\",\"id\":18733},{\"title\":\"Smart Coupons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/10\\/wc-product-smart-coupons.png\",\"excerpt\":\"Everything you need for discounts, coupons, credits, gift cards, product giveaways, offers, and promotions. Most popular and complete coupons plugin for WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/smart-coupons\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"http:\\/\\/demo.storeapps.org\\/?demo=sc\",\"price\":\"&#36;99.00\",\"hash\":\"05c45f2aa466106a466de4402fff9dde\",\"slug\":\"woocommerce-smart-coupons\",\"id\":18729},{\"title\":\"AutomateWoo\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-AutomateWoo-Dark-1.png\",\"excerpt\":\"Powerful marketing automation for WooCommerce. AutomateWoo has the tools you need to grow your store and make more money.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/automatewoo\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;99.00\",\"hash\":\"ba9299b8-1dba-4aa0-a313-28bc1755cb88\",\"slug\":\"automatewoo\",\"id\":4652610},{\"title\":\"Advanced Notifications\",\"image\":\"\",\"excerpt\":\"Easily setup \\\"new order\\\" and stock email notifications for multiple recipients of your choosing.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/advanced-notifications\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"112372c44b002fea2640bd6bfafbca27\",\"slug\":\"woocommerce-advanced-notifications\",\"id\":18740},{\"title\":\"WooCommerce Points and Rewards\",\"image\":\"\",\"excerpt\":\"Reward your customers for purchases and other actions with points which can be redeemed for discounts.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-points-and-rewards\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"1649b6cca5da8b923b01ca56b5cdd246\",\"slug\":\"woocommerce-points-and-rewards\",\"id\":210259},{\"title\":\"WooCommerce Zapier\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/woocommerce-zapier-logo.png\",\"excerpt\":\"Integrate with 3000+ cloud apps and services today.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-zapier\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;59.00\",\"hash\":\"0782bdbe932c00f4978850268c6cfe40\",\"slug\":\"woocommerce-zapier\",\"id\":243589},{\"title\":\"WooCommerce Pre-Orders\",\"image\":\"\",\"excerpt\":\"Allow customers to order products before they are available.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-pre-orders\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"b2dc75e7d55e6f5bbfaccb59830f66b7\",\"slug\":\"woocommerce-pre-orders\",\"id\":178477},{\"title\":\"WooCommerce Subscription Downloads\",\"image\":\"\",\"excerpt\":\"Offer additional downloads to your subscribers, via downloadable products listed in your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-subscription-downloads\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"5be9e21c13953253e4406d2a700382ec\",\"slug\":\"woocommerce-subscription-downloads\",\"id\":420458},{\"title\":\"Dynamic Pricing\",\"image\":\"\",\"excerpt\":\"Bulk discounts, role-based pricing and much more\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/dynamic-pricing\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"9a41775bb33843f52c93c922b0053986\",\"slug\":\"woocommerce-dynamic-pricing\",\"id\":18643},{\"title\":\"WooCommerce Additional Variation Images\",\"image\":\"\",\"excerpt\":\"Add gallery images per variation on variable products within WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-additional-variation-images\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/storefront\\/product\\/woo-single-1\\/\",\"price\":\"&#36;49.00\",\"hash\":\"c61dd6de57dcecb32bd7358866de4539\",\"slug\":\"woocommerce-additional-variation-images\",\"id\":477384},{\"title\":\"Name Your Price\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2012\\/09\\/nyp-icon-dark-v83owf.png\",\"excerpt\":\"Allow customers to define the product price. Also useful for accepting user-set donations.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/name-your-price\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"31b4e11696cd99a3c0572975a84f1c08\",\"slug\":\"woocommerce-name-your-price\",\"id\":18738},{\"title\":\"WooCommerce Deposits\",\"image\":\"\",\"excerpt\":\"Enable customers to pay for products using a deposit or a payment plan.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-deposits\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;179.00\",\"hash\":\"de192a6cf12c4fd803248da5db700762\",\"slug\":\"woocommerce-deposits\",\"id\":977087},{\"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=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"465de1126817cdfb42d97ebca7eea717\",\"slug\":\"woocommerce-pip\",\"id\":18666},{\"title\":\"Amazon S3 Storage\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/amazon.png\",\"excerpt\":\"Serve digital products via Amazon S3\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/amazon-s3-storage\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"473bf6f221b865eff165c97881b473bb\",\"slug\":\"woocommerce-amazon-s3-storage\",\"id\":18663},{\"title\":\"Cart Add-ons\",\"image\":\"\",\"excerpt\":\"A powerful tool for driving incremental and impulse purchases by customers once they are in the shopping cart\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/cart-add-ons\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"3a8ef25334396206f5da4cf208adeda3\",\"slug\":\"woocommerce-cart-add-ons\",\"id\":18717},{\"title\":\"Shipping Multiple Addresses\",\"image\":\"\",\"excerpt\":\"Allow your customers to ship individual items in a single order to multiple addresses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipping-multiple-addresses\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"aa0eb6f777846d329952d5b891d6f8cc\",\"slug\":\"woocommerce-shipping-multiple-addresses\",\"id\":18741},{\"title\":\"WooCommerce AvaTax\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/Thumbnail-Avalara-updated.png\",\"excerpt\":\"Get 100% accurate sales tax calculations and on time tax return filing. No more tracking sales tax rates, rules, or jurisdictional boundaries.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-avatax\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"57077a4b28ba71cacf692bcf4a1a7f60\",\"slug\":\"woocommerce-avatax\",\"id\":1389326},{\"title\":\"TaxJar\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/taxjar-logotype.png\",\"excerpt\":\"Save hours every month by putting your sales tax on autopilot. Automated, multi-state sales tax calculation, reporting, and filing for your WooCommerce store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/taxjar\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"12072d8e-e933-4561-97b1-9db3c7eeed91\",\"slug\":\"taxjar-simplified-taxes-for-woocommerce\",\"id\":514914},{\"title\":\"Google Product Feed\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2011\\/11\\/logo-regular-lscryp.png\",\"excerpt\":\"Feed product data to Google Merchant Center for setting up Google product listings &amp; product ads.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-product-feed\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"d55b4f852872025741312839f142447e\",\"slug\":\"woocommerce-product-feeds\",\"id\":18619},{\"title\":\"Klarna Checkout\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/01\\/Partner_marketing_Klarna_Checkout_Black-1.png\",\"excerpt\":\"Klarna Checkout is a full checkout experience embedded on your site that includes all popular payment methods (Pay Now, Pay Later, Financing, Installments).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/klarna-checkout\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.krokedil.se\\/klarnacheckout\\/\",\"price\":\"&#36;0.00\",\"hash\":\"90f8ce584e785fcd8c2d739fd4f40d78\",\"slug\":\"klarna-checkout-for-woocommerce\",\"id\":2754152},{\"title\":\"Bulk Stock Management\",\"image\":\"\",\"excerpt\":\"Edit product and variation stock levels in bulk via this handy interface\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/bulk-stock-management\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"02f4328d52f324ebe06a78eaaae7934f\",\"slug\":\"woocommerce-bulk-stock-management\",\"id\":18670},{\"title\":\"WooCommerce Email Customizer\",\"image\":\"\",\"excerpt\":\"Connect with your customers with each email you send by visually modifying your email templates via the WordPress Customizer.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-email-customizer\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"bd909fa97874d431f203b5336c7e8873\",\"slug\":\"woocommerce-email-customizer\",\"id\":853277},{\"title\":\"Force Sells\",\"image\":\"\",\"excerpt\":\"Force products to be added to the cart\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/force-sells\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"3ebddfc491ca168a4ea4800b893302b0\",\"slug\":\"woocommerce-force-sells\",\"id\":18678},{\"title\":\"WooCommerce Quick View\",\"image\":\"\",\"excerpt\":\"Show a quick-view button to view product details and add to cart via lightbox popup\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-quick-view\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"619c6e57ce72c49c4b57e15b06eddb65\",\"slug\":\"woocommerce-quick-view\",\"id\":187509},{\"title\":\"WooCommerce Purchase Order Gateway\",\"image\":\"\",\"excerpt\":\"Receive purchase orders via your WooCommerce-powered online store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gateway-purchase-order\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"573a92318244ece5facb449d63e74874\",\"slug\":\"woocommerce-gateway-purchase-order\",\"id\":478542},{\"title\":\"Returns and Warranty Requests\",\"image\":\"\",\"excerpt\":\"Manage the RMA process, add warranties to products &amp; let customers request &amp; manage returns \\/ exchanges from their account.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/warranty-requests\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"9b4c41102e6b61ea5f558e16f9b63e25\",\"slug\":\"woocommerce-warranty\",\"id\":228315},{\"title\":\"Product Enquiry Form\",\"image\":\"\",\"excerpt\":\"Allow visitors to contact you directly from the product details page via a reCAPTCHA protected form to enquire about a product.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-enquiry-form\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"5a0f5d72519a8ffcc86669f042296937\",\"slug\":\"woocommerce-product-enquiry-form\",\"id\":18601},{\"title\":\"WooCommerce Box Office\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-BO-Dark.png\",\"excerpt\":\"Sell tickets for your next event, concert, function, fundraiser or conference directly on your own site\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-box-office\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"e704c9160de318216a8fa657404b9131\",\"slug\":\"woocommerce-box-office\",\"id\":1628717},{\"title\":\"WooCommerce Order Barcodes\",\"image\":\"\",\"excerpt\":\"Generates a unique barcode for each order on your site - perfect for e-tickets, packing slips, reservations and a variety of other uses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-order-barcodes\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"889835bb29ee3400923653e1e44a3779\",\"slug\":\"woocommerce-order-barcodes\",\"id\":391708},{\"title\":\"Gravity Forms Product Add-ons\",\"image\":\"\",\"excerpt\":\"Powerful product add-ons, Gravity style\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/gravity-forms-add-ons\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/www.elementstark.com\\/woocommerce-extension-demos\\/product-category\\/gravity-forms\\/\",\"price\":\"&#36;99.00\",\"hash\":\"a6ac0ab1a1536e3a357ccf24c0650ed0\",\"slug\":\"woocommerce-gravityforms-product-addons\",\"id\":18633},{\"title\":\"Composite Products\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/07\\/Logo-CP.png?v=1\",\"excerpt\":\"Create product kit builders and custom product configurators using existing products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/composite-products\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;99.00\",\"hash\":\"0343e0115bbcb97ccd98442b8326a0af\",\"slug\":\"woocommerce-composite-products\",\"id\":216836},{\"title\":\"WooCommerce 360\\u00ba Image\",\"image\":\"\",\"excerpt\":\"An easy way to add a dynamic, controllable 360\\u00ba image rotation to your WooCommerce site, by adding a group of images to a product\\u2019s gallery.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-360-image\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"24eb2cfa3738a66bf3b2587876668cd2\",\"slug\":\"woocommerce-360-image\",\"id\":512186},{\"title\":\"WooCommerce Photography\",\"image\":\"\",\"excerpt\":\"Sell photos in the blink of an eye using this simple as dragging &amp; dropping interface.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-photography\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"ee76e8b9daf1d97ca4d3874cc9e35687\",\"slug\":\"woocommerce-photography\",\"id\":583602},{\"title\":\"WooCommerce Bookings Availability\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Bookings-Aval-Dark.png\",\"excerpt\":\"Sell more bookings by presenting a calendar or schedule of available slots in a page or post.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/bookings-availability\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"30770d2a-e392-4e82-baaa-76cfc7d02ae3\",\"slug\":\"woocommerce-bookings-availability\",\"id\":4228225},{\"title\":\"Software Add-on\",\"image\":\"\",\"excerpt\":\"Sell License Keys for Software\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/software-add-on\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"79f6dbfe1f1d3a56a86f0509b6d6b04b\",\"slug\":\"woocommerce-software-add-on\",\"id\":18683},{\"title\":\"WooCommerce Products Compare\",\"image\":\"\",\"excerpt\":\"WooCommerce Products Compare will allow your potential customers to easily compare products within your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-products-compare\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"c3ba0a4a3199a0cc7a6112eb24414548\",\"slug\":\"woocommerce-products-compare\",\"id\":853117},{\"title\":\"WooCommerce Store Catalog PDF Download\",\"image\":\"\",\"excerpt\":\"Offer your customers a PDF download of your product catalog, generated by WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-store-catalog-pdf-download\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"79ca7aadafe706364e2d738b7c1090c4\",\"slug\":\"woocommerce-store-catalog-pdf-download\",\"id\":675790},{\"title\":\"eWAY\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/10\\/eway-logo-3000-2000.jpg\",\"excerpt\":\"Take credit card payments securely via eWay (SG, MY, HK, AU, and NZ) keeping customers on your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/eway\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"2c497769d98d025e0d340cd0b5ea5da1\",\"slug\":\"woocommerce-gateway-eway\",\"id\":18604},{\"title\":\"PayPal\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2020\\/10\\/PPCP-Tile-PayPal-Logo-and-Cart-Art-2x-2-uozwz8.jpg\",\"excerpt\":\"PayPal\\u2019s latest, most complete payment processing solution. Accept PayPal exclusives, credit\\/debit cards and local payment methods. Turn on only PayPal options or process a full suite of payment methods. Enable global transactions with extensive currency and country coverage. Built and supported by WooCommerce and PayPal.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-paypal-payments\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"934115ab-e3f3-4435-9580-345b1ce21899\",\"slug\":\"woocommerce-paypal-payments\",\"id\":6410731},{\"title\":\"WooCommerce Paid Courses\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/wc-paid-courses.png\",\"excerpt\":\"Sell your online courses using the most popular eCommerce platform on the web \\u2013 WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-paid-courses\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"bad2a02a063555b7e2bee59924690763\",\"slug\":\"woothemes-sensei\",\"id\":152116},{\"title\":\"QuickBooks Sync for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/04\\/woocommerce-com-logo-1-hyhzbh.png\",\"excerpt\":\"Automatic two-way sync for orders, customers, products, inventory and more between WooCommerce and QuickBooks (Online, Desktop, or POS).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/quickbooks-sync-for-woocommerce\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"c5e32e20-7c1f-4585-8b15-d930c2d842ac\",\"slug\":\"myworks-woo-sync-for-quickbooks-online\",\"id\":4065824},{\"title\":\"Catalog Visibility Options\",\"image\":\"\",\"excerpt\":\"Transform WooCommerce into an online catalog by removing eCommerce functionality\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/catalog-visibility-options\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"12e791110365fdbb5865c8658907967e\",\"slug\":\"woocommerce-catalog-visibility-options\",\"id\":18648},{\"title\":\"WooCommerce Blocks\",\"image\":\"\",\"excerpt\":\"WooCommerce Blocks offers a range of Gutenberg blocks you can use to build and customise your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gutenberg-products-block\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"c2e9f13a-f90c-4ffe-a8a5-b432399ec263\",\"slug\":\"woo-gutenberg-products-block\",\"id\":3076677},{\"title\":\"Conditional Shipping and Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/07\\/Logo-CSP.png?v=1\",\"excerpt\":\"Use conditional logic to restrict the shipping and payment options available on your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/conditional-shipping-and-payments\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"1f56ff002fa830b77017b0107505211a\",\"slug\":\"woocommerce-conditional-shipping-and-payments\",\"id\":680253},{\"title\":\"Sequential Order Numbers Pro\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/05\\/Thumbnail-Sequential-Order-Numbers-Pro-updated.png\",\"excerpt\":\"Tame your order numbers! Advanced &amp; sequential order numbers with optional prefixes \\/ suffixes\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sequential-order-numbers-pro\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"0b18a2816e016ba9988b93b1cd8fe766\",\"slug\":\"woocommerce-sequential-order-numbers-pro\",\"id\":18688},{\"title\":\"WooCommerce Order Status Manager\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/02\\/Thumbnail-Order-Status-Manager-updated.png\",\"excerpt\":\"Create, edit, and delete completely custom order statuses and integrate them seamlessly into your order management flow.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-order-status-manager\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"51fd9ab45394b4cad5a0ebf58d012342\",\"slug\":\"woocommerce-order-status-manager\",\"id\":588398},{\"title\":\"WooCommerce Checkout Add-Ons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/07\\/Thumbnail-Checkout-Add-Ons-updated.png\",\"excerpt\":\"Highlight relevant products, offers like free shipping and other up-sells during checkout.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-checkout-add-ons\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"8fdca00b4000b7a8cc26371d0e470a8f\",\"slug\":\"woocommerce-checkout-add-ons\",\"id\":466854},{\"title\":\"WooCommerce Google Analytics Pro\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/Thumbnail-GAPro-updated.png\",\"excerpt\":\"Add advanced event tracking and enhanced eCommerce tracking to your WooCommerce site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-google-analytics-pro\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"d8aed8b7306b509eec1589e59abe319f\",\"slug\":\"woocommerce-google-analytics-pro\",\"id\":1312497},{\"title\":\"Coupon Shortcodes\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2013\\/09\\/woocommerce-coupon-shortcodes-product-image-1870x960-1-vc5gux.png\",\"excerpt\":\"Show coupon discount info using shortcodes. Allows to render coupon information and content conditionally, based on the validity of coupons.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/coupon-shortcodes\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"ac5d9d51-70b2-4d8f-8b89-24200eea1394\",\"slug\":\"woocommerce-coupon-shortcodes\",\"id\":244762},{\"title\":\"WooCommerce One Page Checkout\",\"image\":\"\",\"excerpt\":\"Create special pages where customers can choose products, checkout &amp; pay all on the one page.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-one-page-checkout\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"c9ba8f8352cd71b5508af5161268619a\",\"slug\":\"woocommerce-one-page-checkout\",\"id\":527886},{\"title\":\"Jilt\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2017\\/12\\/Thumbnail-Jilt-updated.png\",\"excerpt\":\"All-in-one email marketing platform built for WooCommerce stores. Send newsletters, abandoned cart reminders, win-backs, welcome automations, and more.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/jilt\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"b53aafb64dca33835e41ee06de7e9816\",\"slug\":\"jilt-for-woocommerce\",\"id\":2754876},{\"title\":\"WooCommerce Product Search\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2014\\/10\\/woocommerce-product-search-product-image-1870x960-1-jvsljj.png\",\"excerpt\":\"The perfect search engine helps customers to find and buy products quickly \\u2013 essential for every WooCommerce store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-product-search\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.itthinx.com\\/wps\\/\",\"price\":\"&#36;49.00\",\"hash\":\"c84cc8ca16ddac3408e6b6c5871133a8\",\"slug\":\"woocommerce-product-search\",\"id\":512174},{\"title\":\"First Data\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/02\\/Thumbnail-FirstData-updated.png\",\"excerpt\":\"FirstData gateway for WooCommerce\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/firstdata\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"eb3e32663ec0810592eaf0d097796230\",\"slug\":\"woocommerce-gateway-firstdata\",\"id\":18645},{\"title\":\"WooSlider\",\"image\":\"\",\"excerpt\":\"WooSlider is the ultimate responsive slideshow WordPress slider plugin\\r\\n\\r\\n\\u00a0\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/wooslider\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"http:\\/\\/www.wooslider.com\\/\",\"price\":\"&#36;49.00\",\"hash\":\"209d98f3ccde6cc3de7e8732a2b20b6a\",\"slug\":\"wooslider\",\"id\":46506},{\"title\":\"WooCommerce Social Login\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/08\\/Thumbnail-Social-Login-updated.png\",\"excerpt\":\"Enable Social Login for seamless checkout and account creation.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-social-login\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"http:\\/\\/demos.skyverge.com\\/woocommerce-social-login\\/\",\"price\":\"&#36;79.00\",\"hash\":\"b231cd6367a79cc8a53b7d992d77525d\",\"slug\":\"woocommerce-social-login\",\"id\":473617},{\"title\":\"WooCommerce Order Status Control\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/06\\/Thumbnail-Order-Status-Control-updated.png\",\"excerpt\":\"Use this extension to automatically change the order status to \\\"completed\\\" after successful payment.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-order-status-control\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"32400e509c7c36dcc1cd368e8267d981\",\"slug\":\"woocommerce-order-status-control\",\"id\":439037},{\"title\":\"Variation Swatches and Photos\",\"image\":\"\",\"excerpt\":\"Show color and image swatches instead of dropdowns for variable products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/variation-swatches-and-photos\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/www.elementstark.com\\/woocommerce-extension-demos\\/product-category\\/swatches-and-photos\\/\",\"price\":\"&#36;99.00\",\"hash\":\"37bea8d549df279c8278878d081b062f\",\"slug\":\"woocommerce-variation-swatches-and-photos\",\"id\":18697},{\"title\":\"Opayo Payment Suite\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/10\\/Opayo_logo_RGB.png\",\"excerpt\":\"Take payments on your WooCommerce store via Opayo (formally SagePay).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sage-pay-form\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"6bc0cca47d0274d8ef9b164f6fbec1cc\",\"slug\":\"woocommerce-gateway-sagepay-form\",\"id\":18599},{\"title\":\"EU VAT Number\",\"image\":\"\",\"excerpt\":\"Collect VAT numbers at checkout and remove the VAT charge for eligible EU businesses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/eu-vat-number\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"d2720c4b4bb8d6908e530355b7a2d734\",\"slug\":\"woocommerce-eu-vat-number\",\"id\":18592},{\"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=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"118f4d86-f126-4c3a-8525-644e3170d161\",\"slug\":\"google-listings-and-ads\",\"id\":7623964},{\"title\":\"HubSpot for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2020\\/04\\/hubspotlogo-web-color-pxebeq.png\",\"excerpt\":\"Integrate HubSpot with WooCommerce to connect your store with HubSpot\'s CRM, abandoned cart tracking, marketing automation &amp; more.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/hubspot-for-woocommerce\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"e50acec8-3a6c-454c-8562-2da4898fa6c1\",\"slug\":\"hubspot-for-woocommerce\",\"id\":5785079},{\"title\":\"Customer\\/Order\\/Coupon CSV Import Suite\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/07\\/Thumbnail-Customer-Order-Coupon-CSV-Import-Suite-updated.png\",\"excerpt\":\"Import both customers and orders into WooCommerce from a CSV file.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/customerorder-csv-import-suite\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"eb00ca8317a0f64dbe185c995e5ea3df\",\"slug\":\"woocommerce-customer-order-csv-import\",\"id\":18709}]}\";s:8:\"response\";a:2:{s:4:\"code\";i:200;s:7:\"message\";s:2:\"OK\";}s:7:\"cookies\";a:0:{}s:8:\"filename\";N;s:13:\"http_response\";O:25:\"WP_HTTP_Requests_Response\":5:{s:11:\"\0*\0response\";O:17:\"Requests_Response\":10:{s:4:\"body\";s:48378:\"{\"products\":[{\"title\":\"WooCommerce Google Analytics\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/GA-Dark.png\",\"excerpt\":\"Understand your customers and increase revenue with world\\u2019s leading analytics platform - integrated with WooCommerce for free.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-google-analytics\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"2d21f7de14dfb8e9885a4622be701ddf\",\"slug\":\"woocommerce-google-analytics-integration\",\"id\":1442927},{\"title\":\"WooCommerce Tax\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Tax-Dark.png\",\"excerpt\":\"Automatically calculate how much sales tax should be collected for WooCommerce orders - by city, country, or state - at checkout.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/tax\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"f31b3b9273cce188cc2b27f7849d02dd\",\"slug\":\"woocommerce-services\",\"id\":3220291},{\"title\":\"Stripe\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Stripe-Dark-1.png\",\"excerpt\":\"Accept all major debit and credit cards as well as local payment methods with Stripe.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/stripe\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"50bb7a985c691bb943a9da4d2c8b5efd\",\"slug\":\"woocommerce-gateway-stripe\",\"id\":18627},{\"title\":\"Jetpack\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Jetpack-Dark.png\",\"excerpt\":\"Power up and protect your store with Jetpack\\r\\n\\r\\nFor free security, insights and monitoring, connect to Jetpack. It\'s everything you need for a strong, secure start.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/jetpack\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"d5bfef9700b62b2b132c74c74c3193eb\",\"slug\":\"jetpack\",\"id\":2725249},{\"title\":\"Facebook for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Facebook-Dark.png\",\"excerpt\":\"Get the Official Facebook for WooCommerce plugin for three powerful ways to help grow your business.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/facebook\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"0ea4fe4c2d7ca6338f8a322fb3e4e187\",\"slug\":\"facebook-for-woocommerce\",\"id\":2127297},{\"title\":\"Amazon Pay\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Amazon-Pay-Dark.png\",\"excerpt\":\"Amazon Pay is embedded in your WooCommerce store. Transactions take place via\\u00a0Amazon widgets, so the buyer never leaves your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/pay-with-amazon\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"9865e043bbbe4f8c9735af31cb509b53\",\"slug\":\"woocommerce-gateway-amazon-payments-advanced\",\"id\":238816},{\"title\":\"Square for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Square-Dark.png\",\"excerpt\":\"Accepting payments is easy with Square. Clear rates, fast deposits (1-2 business days). Sell online and in person, and sync all payments, items and inventory.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/square\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"e907be8b86d7df0c8f8e0d0020b52638\",\"slug\":\"woocommerce-square\",\"id\":1770503},{\"title\":\"WooCommerce Shipping\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Ship-Dark-1.png\",\"excerpt\":\"Print USPS and DHL labels right from your WooCommerce dashboard and instantly save up to 90%. WooCommerce Shipping is free to use and saves you time and money.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipping\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"f31b3b9273cce188cc2b27f7849d02dd\",\"slug\":\"woocommerce-services\",\"id\":2165910},{\"title\":\"WooCommerce Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Pay-Dark.png\",\"excerpt\":\"Securely accept payments, track cash flow, and manage recurring revenue from your dashboard \\u2014 all without setup costs or monthly fees.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-payments\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"8c6319ca-8f41-4e69-be63-6b15ee37773b\",\"slug\":\"woocommerce-payments\",\"id\":5278104},{\"title\":\"Mailchimp for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/09\\/logo-mailchimp-dark-v2.png\",\"excerpt\":\"Increase traffic, drive repeat purchases, and personalize your marketing when you connect to Mailchimp.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/mailchimp-for-woocommerce\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"b4481616ebece8b1ff68fc59b90c1a91\",\"slug\":\"mailchimp-for-woocommerce\",\"id\":2545166},{\"title\":\"WooCommerce Subscriptions\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Subscriptions-Dark.png\",\"excerpt\":\"Let customers subscribe to your products or services and pay on a weekly, monthly or annual basis.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-subscriptions\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;199.00\",\"hash\":\"6115e6d7e297b623a169fdcf5728b224\",\"slug\":\"woocommerce-subscriptions\",\"id\":27147},{\"title\":\"ShipStation Integration\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Shipstation-Dark.png\",\"excerpt\":\"Fulfill all your Woo orders (and wherever else you sell) quickly and easily using ShipStation. Try it free for 30 days today!\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipstation-integration\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"9de8640767ba64237808ed7f245a49bb\",\"slug\":\"woocommerce-shipstation-integration\",\"id\":18734},{\"title\":\"Product Add-Ons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Product-Add-Ons-Dark.png\",\"excerpt\":\"Offer add-ons like gift wrapping, special messages or other special options for your products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-add-ons\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"147d0077e591e16db9d0d67daeb8c484\",\"slug\":\"woocommerce-product-addons\",\"id\":18618},{\"title\":\"PayFast Payment Gateway\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Payfast-Dark-1.png\",\"excerpt\":\"Take payments on your WooCommerce store via PayFast (redirect method).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/payfast-payment-gateway\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"557bf07293ad916f20c207c6c9cd15ff\",\"slug\":\"woocommerce-payfast-gateway\",\"id\":18596},{\"title\":\"USPS Shipping Method\",\"image\":\"\",\"excerpt\":\"Get shipping rates from the USPS API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/usps-shipping-method\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"83d1524e8f5f1913e58889f83d442c32\",\"slug\":\"woocommerce-shipping-usps\",\"id\":18657},{\"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=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"bf66e173-a220-4da7-9512-b5728c20fc16\",\"slug\":\"kliken-marketing-for-google\",\"id\":3866145},{\"title\":\"UPS Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/UPS-Shipping-Method-Dark.png\",\"excerpt\":\"Get shipping rates from the UPS API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/ups-shipping-method\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"8dae58502913bac0fbcdcaba515ea998\",\"slug\":\"woocommerce-shipping-ups\",\"id\":18665},{\"title\":\"Shipment Tracking\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Ship-Tracking-Dark-1.png\",\"excerpt\":\"Add shipment tracking information to your orders.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipment-tracking\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"1968e199038a8a001c9f9966fd06bf88\",\"slug\":\"woocommerce-shipment-tracking\",\"id\":18693},{\"title\":\"Table Rate Shipping\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Product-Table-Rate-Shipping-Dark.png\",\"excerpt\":\"Advanced, flexible shipping. Define multiple shipping rates based on location, price, weight, shipping class or item count.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/table-rate-shipping\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;99.00\",\"hash\":\"3034ed8aff427b0f635fe4c86bbf008a\",\"slug\":\"woocommerce-table-rate-shipping\",\"id\":18718},{\"title\":\"Checkout Field Editor\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Checkout-Field-Editor-Dark.png\",\"excerpt\":\"Optimize your checkout process by adding, removing or editing fields to suit your needs.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-checkout-field-editor\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"2b8029f0d7cdd1118f4d843eb3ab43ff\",\"slug\":\"woocommerce-checkout-field-editor\",\"id\":184594},{\"title\":\"Braintree for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/braintree-black-copy.png\",\"excerpt\":\"Accept PayPal, credit cards and debit cards with a single payment gateway solution \\u2014 PayPal Powered by Braintree.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gateway-paypal-powered-by-braintree\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"27f010c8e34ca65b205ddec88ad14536\",\"slug\":\"woocommerce-gateway-paypal-powered-by-braintree\",\"id\":1489837},{\"title\":\"WooCommerce Bookings\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Bookings-Dark.png\",\"excerpt\":\"Allow customers to book appointments, make reservations or rent equipment without leaving your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-bookings\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/hotel\\/\",\"price\":\"&#36;249.00\",\"hash\":\"911c438934af094c2b38d5560b9f50f3\",\"slug\":\"WooCommerce Bookings\",\"id\":390890},{\"title\":\"WooCommerce Memberships\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/Thumbnail-Memberships-updated.png\",\"excerpt\":\"Give members access to restricted content or products, for a fee or for free.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-memberships\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;199.00\",\"hash\":\"9288e7609ad0b487b81ef6232efa5cfc\",\"slug\":\"woocommerce-memberships\",\"id\":958589},{\"title\":\"Product Bundles\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/07\\/Logo-PB.png?v=1\",\"excerpt\":\"Offer personalized product bundles, bulk discount packages, and assembled\\u00a0products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-bundles\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"aa2518b5-ab19-4b75-bde9-60ca51e20f28\",\"slug\":\"woocommerce-product-bundles\",\"id\":18716},{\"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=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"e4000666-9275-4c71-8619-be61fb41c9f9\",\"slug\":\"woocommerce-amazon-ebay-integration\",\"id\":3545890},{\"title\":\"Min\\/Max Quantities\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Min-Max-Qua-Dark.png\",\"excerpt\":\"Specify minimum and maximum allowed product quantities for orders to be completed.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/minmax-quantities\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"2b5188d90baecfb781a5aa2d6abb900a\",\"slug\":\"woocommerce-min-max-quantities\",\"id\":18616},{\"title\":\"LiveChat for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/11\\/LC_woo_regular-zmiaym.png\",\"excerpt\":\"Live Chat and messaging platform for sales and support -- increase average order value and overall sales through live conversations.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/livechat\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/www.livechat.com\\/livechat-for-ecommerce\\/?a=woocommerce&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},{\"title\":\"FedEx Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2013\\/01\\/FedEx_Logo_Wallpaper.jpeg\",\"excerpt\":\"Get shipping rates from the FedEx API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/fedex-shipping-module\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"1a48b598b47a81559baadef15e320f64\",\"slug\":\"woocommerce-shipping-fedex\",\"id\":18620},{\"title\":\"Product CSV Import Suite\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Product-CSV-Import-Dark.png\",\"excerpt\":\"Import, merge, and export products and variations to and from WooCommerce using a CSV file.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-csv-import-suite\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"7ac9b00a1fe980fb61d28ab54d167d0d\",\"slug\":\"woocommerce-product-csv-import-suite\",\"id\":18680},{\"title\":\"Follow-Ups\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Follow-Ups-Dark.png\",\"excerpt\":\"Automatically contact customers after purchase - be it everyone, your most loyal or your biggest spenders - and keep your store top-of-mind.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/follow-up-emails\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;99.00\",\"hash\":\"05ece68fe94558e65278fe54d9ec84d2\",\"slug\":\"woocommerce-follow-up-emails\",\"id\":18686},{\"title\":\"Authorize.Net\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/04\\/Thumbnail-Authorize.net-updated.png\",\"excerpt\":\"Authorize.Net gateway with support for pre-orders and subscriptions.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/authorize-net\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"8b61524fe53add7fdd1a8d1b00b9327d\",\"slug\":\"woocommerce-gateway-authorize-net-cim\",\"id\":178481},{\"title\":\"Australia Post Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/australia-post.gif\",\"excerpt\":\"Get shipping rates for your WooCommerce store from the Australia Post API, which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/australia-post-shipping-method\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"1dbd4dc6bd91a9cda1bd6b9e7a5e4f43\",\"slug\":\"woocommerce-shipping-australia-post\",\"id\":18622},{\"title\":\"Canada Post Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/canada-post.png\",\"excerpt\":\"Get shipping rates from the Canada Post Ratings API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/canada-post-shipping-method\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"ac029cdf3daba20b20c7b9be7dc00e0e\",\"slug\":\"woocommerce-shipping-canada-post\",\"id\":18623},{\"title\":\"Product Vendors\",\"image\":\"\",\"excerpt\":\"Turn your store into a multi-vendor marketplace\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-vendors\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"a97d99fccd651bbdd728f4d67d492c31\",\"slug\":\"woocommerce-product-vendors\",\"id\":219982},{\"title\":\"WooCommerce Customer \\/ Order \\/ Coupon Export\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/02\\/Thumbnail-Customer-Order-Coupon-Export-updated.png\",\"excerpt\":\"Export customers, orders, and coupons from WooCommerce manually or on an automated schedule.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/ordercustomer-csv-export\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"914de15813a903c767b55445608bf290\",\"slug\":\"woocommerce-customer-order-csv-export\",\"id\":18652},{\"title\":\"WooCommerce Accommodation Bookings\",\"image\":\"\",\"excerpt\":\"Book accommodation using WooCommerce and the WooCommerce Bookings extension.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-accommodation-bookings\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"99b2a7a4af90b6cefd2a733b3b1f78e7\",\"slug\":\"woocommerce-accommodation-bookings\",\"id\":1412069},{\"title\":\"Royal Mail\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2013\\/04\\/royalmail.png\",\"excerpt\":\"Offer Royal Mail shipping rates to your customers\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/royal-mail\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"03839cca1a16c4488fcb669aeb91a056\",\"slug\":\"woocommerce-shipping-royalmail\",\"id\":182719},{\"title\":\"WooCommerce Brands\",\"image\":\"\",\"excerpt\":\"Create, assign and list brands for products, and allow customers to view by brand.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/brands\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"8a88c7cbd2f1e73636c331c7a86f818c\",\"slug\":\"woocommerce-brands\",\"id\":18737},{\"title\":\"Xero\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2012\\/08\\/xero2.png\",\"excerpt\":\"Save time with automated sync between WooCommerce and your Xero account.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/xero\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"f0dd29d338d3c67cf6cee88eddf6869b\",\"slug\":\"woocommerce-xero\",\"id\":18733},{\"title\":\"Smart Coupons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/10\\/wc-product-smart-coupons.png\",\"excerpt\":\"Everything you need for discounts, coupons, credits, gift cards, product giveaways, offers, and promotions. Most popular and complete coupons plugin for WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/smart-coupons\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"http:\\/\\/demo.storeapps.org\\/?demo=sc\",\"price\":\"&#36;99.00\",\"hash\":\"05c45f2aa466106a466de4402fff9dde\",\"slug\":\"woocommerce-smart-coupons\",\"id\":18729},{\"title\":\"AutomateWoo\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-AutomateWoo-Dark-1.png\",\"excerpt\":\"Powerful marketing automation for WooCommerce. AutomateWoo has the tools you need to grow your store and make more money.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/automatewoo\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;99.00\",\"hash\":\"ba9299b8-1dba-4aa0-a313-28bc1755cb88\",\"slug\":\"automatewoo\",\"id\":4652610},{\"title\":\"Advanced Notifications\",\"image\":\"\",\"excerpt\":\"Easily setup \\\"new order\\\" and stock email notifications for multiple recipients of your choosing.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/advanced-notifications\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"112372c44b002fea2640bd6bfafbca27\",\"slug\":\"woocommerce-advanced-notifications\",\"id\":18740},{\"title\":\"WooCommerce Points and Rewards\",\"image\":\"\",\"excerpt\":\"Reward your customers for purchases and other actions with points which can be redeemed for discounts.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-points-and-rewards\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"1649b6cca5da8b923b01ca56b5cdd246\",\"slug\":\"woocommerce-points-and-rewards\",\"id\":210259},{\"title\":\"WooCommerce Zapier\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/woocommerce-zapier-logo.png\",\"excerpt\":\"Integrate with 3000+ cloud apps and services today.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-zapier\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;59.00\",\"hash\":\"0782bdbe932c00f4978850268c6cfe40\",\"slug\":\"woocommerce-zapier\",\"id\":243589},{\"title\":\"WooCommerce Pre-Orders\",\"image\":\"\",\"excerpt\":\"Allow customers to order products before they are available.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-pre-orders\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"b2dc75e7d55e6f5bbfaccb59830f66b7\",\"slug\":\"woocommerce-pre-orders\",\"id\":178477},{\"title\":\"WooCommerce Subscription Downloads\",\"image\":\"\",\"excerpt\":\"Offer additional downloads to your subscribers, via downloadable products listed in your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-subscription-downloads\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"5be9e21c13953253e4406d2a700382ec\",\"slug\":\"woocommerce-subscription-downloads\",\"id\":420458},{\"title\":\"Dynamic Pricing\",\"image\":\"\",\"excerpt\":\"Bulk discounts, role-based pricing and much more\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/dynamic-pricing\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"9a41775bb33843f52c93c922b0053986\",\"slug\":\"woocommerce-dynamic-pricing\",\"id\":18643},{\"title\":\"WooCommerce Additional Variation Images\",\"image\":\"\",\"excerpt\":\"Add gallery images per variation on variable products within WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-additional-variation-images\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/storefront\\/product\\/woo-single-1\\/\",\"price\":\"&#36;49.00\",\"hash\":\"c61dd6de57dcecb32bd7358866de4539\",\"slug\":\"woocommerce-additional-variation-images\",\"id\":477384},{\"title\":\"Name Your Price\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2012\\/09\\/nyp-icon-dark-v83owf.png\",\"excerpt\":\"Allow customers to define the product price. Also useful for accepting user-set donations.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/name-your-price\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"31b4e11696cd99a3c0572975a84f1c08\",\"slug\":\"woocommerce-name-your-price\",\"id\":18738},{\"title\":\"WooCommerce Deposits\",\"image\":\"\",\"excerpt\":\"Enable customers to pay for products using a deposit or a payment plan.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-deposits\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;179.00\",\"hash\":\"de192a6cf12c4fd803248da5db700762\",\"slug\":\"woocommerce-deposits\",\"id\":977087},{\"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=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"465de1126817cdfb42d97ebca7eea717\",\"slug\":\"woocommerce-pip\",\"id\":18666},{\"title\":\"Amazon S3 Storage\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/amazon.png\",\"excerpt\":\"Serve digital products via Amazon S3\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/amazon-s3-storage\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"473bf6f221b865eff165c97881b473bb\",\"slug\":\"woocommerce-amazon-s3-storage\",\"id\":18663},{\"title\":\"Cart Add-ons\",\"image\":\"\",\"excerpt\":\"A powerful tool for driving incremental and impulse purchases by customers once they are in the shopping cart\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/cart-add-ons\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"3a8ef25334396206f5da4cf208adeda3\",\"slug\":\"woocommerce-cart-add-ons\",\"id\":18717},{\"title\":\"Shipping Multiple Addresses\",\"image\":\"\",\"excerpt\":\"Allow your customers to ship individual items in a single order to multiple addresses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipping-multiple-addresses\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"aa0eb6f777846d329952d5b891d6f8cc\",\"slug\":\"woocommerce-shipping-multiple-addresses\",\"id\":18741},{\"title\":\"WooCommerce AvaTax\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/Thumbnail-Avalara-updated.png\",\"excerpt\":\"Get 100% accurate sales tax calculations and on time tax return filing. No more tracking sales tax rates, rules, or jurisdictional boundaries.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-avatax\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"57077a4b28ba71cacf692bcf4a1a7f60\",\"slug\":\"woocommerce-avatax\",\"id\":1389326},{\"title\":\"TaxJar\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/taxjar-logotype.png\",\"excerpt\":\"Save hours every month by putting your sales tax on autopilot. Automated, multi-state sales tax calculation, reporting, and filing for your WooCommerce store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/taxjar\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"12072d8e-e933-4561-97b1-9db3c7eeed91\",\"slug\":\"taxjar-simplified-taxes-for-woocommerce\",\"id\":514914},{\"title\":\"Google Product Feed\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2011\\/11\\/logo-regular-lscryp.png\",\"excerpt\":\"Feed product data to Google Merchant Center for setting up Google product listings &amp; product ads.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-product-feed\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"d55b4f852872025741312839f142447e\",\"slug\":\"woocommerce-product-feeds\",\"id\":18619},{\"title\":\"Klarna Checkout\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/01\\/Partner_marketing_Klarna_Checkout_Black-1.png\",\"excerpt\":\"Klarna Checkout is a full checkout experience embedded on your site that includes all popular payment methods (Pay Now, Pay Later, Financing, Installments).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/klarna-checkout\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.krokedil.se\\/klarnacheckout\\/\",\"price\":\"&#36;0.00\",\"hash\":\"90f8ce584e785fcd8c2d739fd4f40d78\",\"slug\":\"klarna-checkout-for-woocommerce\",\"id\":2754152},{\"title\":\"Bulk Stock Management\",\"image\":\"\",\"excerpt\":\"Edit product and variation stock levels in bulk via this handy interface\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/bulk-stock-management\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"02f4328d52f324ebe06a78eaaae7934f\",\"slug\":\"woocommerce-bulk-stock-management\",\"id\":18670},{\"title\":\"WooCommerce Email Customizer\",\"image\":\"\",\"excerpt\":\"Connect with your customers with each email you send by visually modifying your email templates via the WordPress Customizer.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-email-customizer\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"bd909fa97874d431f203b5336c7e8873\",\"slug\":\"woocommerce-email-customizer\",\"id\":853277},{\"title\":\"Force Sells\",\"image\":\"\",\"excerpt\":\"Force products to be added to the cart\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/force-sells\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"3ebddfc491ca168a4ea4800b893302b0\",\"slug\":\"woocommerce-force-sells\",\"id\":18678},{\"title\":\"WooCommerce Quick View\",\"image\":\"\",\"excerpt\":\"Show a quick-view button to view product details and add to cart via lightbox popup\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-quick-view\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"619c6e57ce72c49c4b57e15b06eddb65\",\"slug\":\"woocommerce-quick-view\",\"id\":187509},{\"title\":\"WooCommerce Purchase Order Gateway\",\"image\":\"\",\"excerpt\":\"Receive purchase orders via your WooCommerce-powered online store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gateway-purchase-order\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"573a92318244ece5facb449d63e74874\",\"slug\":\"woocommerce-gateway-purchase-order\",\"id\":478542},{\"title\":\"Returns and Warranty Requests\",\"image\":\"\",\"excerpt\":\"Manage the RMA process, add warranties to products &amp; let customers request &amp; manage returns \\/ exchanges from their account.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/warranty-requests\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"9b4c41102e6b61ea5f558e16f9b63e25\",\"slug\":\"woocommerce-warranty\",\"id\":228315},{\"title\":\"Product Enquiry Form\",\"image\":\"\",\"excerpt\":\"Allow visitors to contact you directly from the product details page via a reCAPTCHA protected form to enquire about a product.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-enquiry-form\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"5a0f5d72519a8ffcc86669f042296937\",\"slug\":\"woocommerce-product-enquiry-form\",\"id\":18601},{\"title\":\"WooCommerce Box Office\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-BO-Dark.png\",\"excerpt\":\"Sell tickets for your next event, concert, function, fundraiser or conference directly on your own site\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-box-office\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"e704c9160de318216a8fa657404b9131\",\"slug\":\"woocommerce-box-office\",\"id\":1628717},{\"title\":\"WooCommerce Order Barcodes\",\"image\":\"\",\"excerpt\":\"Generates a unique barcode for each order on your site - perfect for e-tickets, packing slips, reservations and a variety of other uses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-order-barcodes\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"889835bb29ee3400923653e1e44a3779\",\"slug\":\"woocommerce-order-barcodes\",\"id\":391708},{\"title\":\"Gravity Forms Product Add-ons\",\"image\":\"\",\"excerpt\":\"Powerful product add-ons, Gravity style\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/gravity-forms-add-ons\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/www.elementstark.com\\/woocommerce-extension-demos\\/product-category\\/gravity-forms\\/\",\"price\":\"&#36;99.00\",\"hash\":\"a6ac0ab1a1536e3a357ccf24c0650ed0\",\"slug\":\"woocommerce-gravityforms-product-addons\",\"id\":18633},{\"title\":\"Composite Products\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/07\\/Logo-CP.png?v=1\",\"excerpt\":\"Create product kit builders and custom product configurators using existing products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/composite-products\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;99.00\",\"hash\":\"0343e0115bbcb97ccd98442b8326a0af\",\"slug\":\"woocommerce-composite-products\",\"id\":216836},{\"title\":\"WooCommerce 360\\u00ba Image\",\"image\":\"\",\"excerpt\":\"An easy way to add a dynamic, controllable 360\\u00ba image rotation to your WooCommerce site, by adding a group of images to a product\\u2019s gallery.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-360-image\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"24eb2cfa3738a66bf3b2587876668cd2\",\"slug\":\"woocommerce-360-image\",\"id\":512186},{\"title\":\"WooCommerce Photography\",\"image\":\"\",\"excerpt\":\"Sell photos in the blink of an eye using this simple as dragging &amp; dropping interface.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-photography\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"ee76e8b9daf1d97ca4d3874cc9e35687\",\"slug\":\"woocommerce-photography\",\"id\":583602},{\"title\":\"WooCommerce Bookings Availability\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Bookings-Aval-Dark.png\",\"excerpt\":\"Sell more bookings by presenting a calendar or schedule of available slots in a page or post.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/bookings-availability\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"30770d2a-e392-4e82-baaa-76cfc7d02ae3\",\"slug\":\"woocommerce-bookings-availability\",\"id\":4228225},{\"title\":\"Software Add-on\",\"image\":\"\",\"excerpt\":\"Sell License Keys for Software\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/software-add-on\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"79f6dbfe1f1d3a56a86f0509b6d6b04b\",\"slug\":\"woocommerce-software-add-on\",\"id\":18683},{\"title\":\"WooCommerce Products Compare\",\"image\":\"\",\"excerpt\":\"WooCommerce Products Compare will allow your potential customers to easily compare products within your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-products-compare\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"c3ba0a4a3199a0cc7a6112eb24414548\",\"slug\":\"woocommerce-products-compare\",\"id\":853117},{\"title\":\"WooCommerce Store Catalog PDF Download\",\"image\":\"\",\"excerpt\":\"Offer your customers a PDF download of your product catalog, generated by WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-store-catalog-pdf-download\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"79ca7aadafe706364e2d738b7c1090c4\",\"slug\":\"woocommerce-store-catalog-pdf-download\",\"id\":675790},{\"title\":\"eWAY\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/10\\/eway-logo-3000-2000.jpg\",\"excerpt\":\"Take credit card payments securely via eWay (SG, MY, HK, AU, and NZ) keeping customers on your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/eway\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"2c497769d98d025e0d340cd0b5ea5da1\",\"slug\":\"woocommerce-gateway-eway\",\"id\":18604},{\"title\":\"PayPal\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2020\\/10\\/PPCP-Tile-PayPal-Logo-and-Cart-Art-2x-2-uozwz8.jpg\",\"excerpt\":\"PayPal\\u2019s latest, most complete payment processing solution. Accept PayPal exclusives, credit\\/debit cards and local payment methods. Turn on only PayPal options or process a full suite of payment methods. Enable global transactions with extensive currency and country coverage. Built and supported by WooCommerce and PayPal.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-paypal-payments\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"934115ab-e3f3-4435-9580-345b1ce21899\",\"slug\":\"woocommerce-paypal-payments\",\"id\":6410731},{\"title\":\"WooCommerce Paid Courses\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/wc-paid-courses.png\",\"excerpt\":\"Sell your online courses using the most popular eCommerce platform on the web \\u2013 WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-paid-courses\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"bad2a02a063555b7e2bee59924690763\",\"slug\":\"woothemes-sensei\",\"id\":152116},{\"title\":\"QuickBooks Sync for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/04\\/woocommerce-com-logo-1-hyhzbh.png\",\"excerpt\":\"Automatic two-way sync for orders, customers, products, inventory and more between WooCommerce and QuickBooks (Online, Desktop, or POS).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/quickbooks-sync-for-woocommerce\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"c5e32e20-7c1f-4585-8b15-d930c2d842ac\",\"slug\":\"myworks-woo-sync-for-quickbooks-online\",\"id\":4065824},{\"title\":\"Catalog Visibility Options\",\"image\":\"\",\"excerpt\":\"Transform WooCommerce into an online catalog by removing eCommerce functionality\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/catalog-visibility-options\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"12e791110365fdbb5865c8658907967e\",\"slug\":\"woocommerce-catalog-visibility-options\",\"id\":18648},{\"title\":\"WooCommerce Blocks\",\"image\":\"\",\"excerpt\":\"WooCommerce Blocks offers a range of Gutenberg blocks you can use to build and customise your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gutenberg-products-block\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"c2e9f13a-f90c-4ffe-a8a5-b432399ec263\",\"slug\":\"woo-gutenberg-products-block\",\"id\":3076677},{\"title\":\"Conditional Shipping and Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/07\\/Logo-CSP.png?v=1\",\"excerpt\":\"Use conditional logic to restrict the shipping and payment options available on your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/conditional-shipping-and-payments\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"1f56ff002fa830b77017b0107505211a\",\"slug\":\"woocommerce-conditional-shipping-and-payments\",\"id\":680253},{\"title\":\"Sequential Order Numbers Pro\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/05\\/Thumbnail-Sequential-Order-Numbers-Pro-updated.png\",\"excerpt\":\"Tame your order numbers! Advanced &amp; sequential order numbers with optional prefixes \\/ suffixes\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sequential-order-numbers-pro\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"0b18a2816e016ba9988b93b1cd8fe766\",\"slug\":\"woocommerce-sequential-order-numbers-pro\",\"id\":18688},{\"title\":\"WooCommerce Order Status Manager\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/02\\/Thumbnail-Order-Status-Manager-updated.png\",\"excerpt\":\"Create, edit, and delete completely custom order statuses and integrate them seamlessly into your order management flow.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-order-status-manager\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"51fd9ab45394b4cad5a0ebf58d012342\",\"slug\":\"woocommerce-order-status-manager\",\"id\":588398},{\"title\":\"WooCommerce Checkout Add-Ons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/07\\/Thumbnail-Checkout-Add-Ons-updated.png\",\"excerpt\":\"Highlight relevant products, offers like free shipping and other up-sells during checkout.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-checkout-add-ons\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"8fdca00b4000b7a8cc26371d0e470a8f\",\"slug\":\"woocommerce-checkout-add-ons\",\"id\":466854},{\"title\":\"WooCommerce Google Analytics Pro\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/Thumbnail-GAPro-updated.png\",\"excerpt\":\"Add advanced event tracking and enhanced eCommerce tracking to your WooCommerce site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-google-analytics-pro\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"d8aed8b7306b509eec1589e59abe319f\",\"slug\":\"woocommerce-google-analytics-pro\",\"id\":1312497},{\"title\":\"Coupon Shortcodes\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2013\\/09\\/woocommerce-coupon-shortcodes-product-image-1870x960-1-vc5gux.png\",\"excerpt\":\"Show coupon discount info using shortcodes. Allows to render coupon information and content conditionally, based on the validity of coupons.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/coupon-shortcodes\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"ac5d9d51-70b2-4d8f-8b89-24200eea1394\",\"slug\":\"woocommerce-coupon-shortcodes\",\"id\":244762},{\"title\":\"WooCommerce One Page Checkout\",\"image\":\"\",\"excerpt\":\"Create special pages where customers can choose products, checkout &amp; pay all on the one page.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-one-page-checkout\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"c9ba8f8352cd71b5508af5161268619a\",\"slug\":\"woocommerce-one-page-checkout\",\"id\":527886},{\"title\":\"Jilt\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2017\\/12\\/Thumbnail-Jilt-updated.png\",\"excerpt\":\"All-in-one email marketing platform built for WooCommerce stores. Send newsletters, abandoned cart reminders, win-backs, welcome automations, and more.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/jilt\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"b53aafb64dca33835e41ee06de7e9816\",\"slug\":\"jilt-for-woocommerce\",\"id\":2754876},{\"title\":\"WooCommerce Product Search\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2014\\/10\\/woocommerce-product-search-product-image-1870x960-1-jvsljj.png\",\"excerpt\":\"The perfect search engine helps customers to find and buy products quickly \\u2013 essential for every WooCommerce store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-product-search\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.itthinx.com\\/wps\\/\",\"price\":\"&#36;49.00\",\"hash\":\"c84cc8ca16ddac3408e6b6c5871133a8\",\"slug\":\"woocommerce-product-search\",\"id\":512174},{\"title\":\"First Data\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/02\\/Thumbnail-FirstData-updated.png\",\"excerpt\":\"FirstData gateway for WooCommerce\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/firstdata\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"eb3e32663ec0810592eaf0d097796230\",\"slug\":\"woocommerce-gateway-firstdata\",\"id\":18645},{\"title\":\"WooSlider\",\"image\":\"\",\"excerpt\":\"WooSlider is the ultimate responsive slideshow WordPress slider plugin\\r\\n\\r\\n\\u00a0\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/wooslider\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"http:\\/\\/www.wooslider.com\\/\",\"price\":\"&#36;49.00\",\"hash\":\"209d98f3ccde6cc3de7e8732a2b20b6a\",\"slug\":\"wooslider\",\"id\":46506},{\"title\":\"WooCommerce Social Login\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/08\\/Thumbnail-Social-Login-updated.png\",\"excerpt\":\"Enable Social Login for seamless checkout and account creation.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-social-login\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"http:\\/\\/demos.skyverge.com\\/woocommerce-social-login\\/\",\"price\":\"&#36;79.00\",\"hash\":\"b231cd6367a79cc8a53b7d992d77525d\",\"slug\":\"woocommerce-social-login\",\"id\":473617},{\"title\":\"WooCommerce Order Status Control\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/06\\/Thumbnail-Order-Status-Control-updated.png\",\"excerpt\":\"Use this extension to automatically change the order status to \\\"completed\\\" after successful payment.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-order-status-control\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"32400e509c7c36dcc1cd368e8267d981\",\"slug\":\"woocommerce-order-status-control\",\"id\":439037},{\"title\":\"Variation Swatches and Photos\",\"image\":\"\",\"excerpt\":\"Show color and image swatches instead of dropdowns for variable products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/variation-swatches-and-photos\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/www.elementstark.com\\/woocommerce-extension-demos\\/product-category\\/swatches-and-photos\\/\",\"price\":\"&#36;99.00\",\"hash\":\"37bea8d549df279c8278878d081b062f\",\"slug\":\"woocommerce-variation-swatches-and-photos\",\"id\":18697},{\"title\":\"Opayo Payment Suite\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/10\\/Opayo_logo_RGB.png\",\"excerpt\":\"Take payments on your WooCommerce store via Opayo (formally SagePay).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sage-pay-form\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"6bc0cca47d0274d8ef9b164f6fbec1cc\",\"slug\":\"woocommerce-gateway-sagepay-form\",\"id\":18599},{\"title\":\"EU VAT Number\",\"image\":\"\",\"excerpt\":\"Collect VAT numbers at checkout and remove the VAT charge for eligible EU businesses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/eu-vat-number\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"d2720c4b4bb8d6908e530355b7a2d734\",\"slug\":\"woocommerce-eu-vat-number\",\"id\":18592},{\"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=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"118f4d86-f126-4c3a-8525-644e3170d161\",\"slug\":\"google-listings-and-ads\",\"id\":7623964},{\"title\":\"HubSpot for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2020\\/04\\/hubspotlogo-web-color-pxebeq.png\",\"excerpt\":\"Integrate HubSpot with WooCommerce to connect your store with HubSpot\'s CRM, abandoned cart tracking, marketing automation &amp; more.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/hubspot-for-woocommerce\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"e50acec8-3a6c-454c-8562-2da4898fa6c1\",\"slug\":\"hubspot-for-woocommerce\",\"id\":5785079},{\"title\":\"Customer\\/Order\\/Coupon CSV Import Suite\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/07\\/Thumbnail-Customer-Order-Coupon-CSV-Import-Suite-updated.png\",\"excerpt\":\"Import both customers and orders into WooCommerce from a CSV file.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/customerorder-csv-import-suite\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"eb00ca8317a0f64dbe185c995e5ea3df\",\"slug\":\"woocommerce-customer-order-csv-import\",\"id\":18709}]}\";s:3:\"raw\";s:49013:\"HTTP/1.1 200 OK\r\nServer: nginx\r\nDate: Wed, 14 Jul 2021 10:25:54 GMT\r\nContent-Type: application/json; charset=UTF-8\r\nContent-Length: 11668\r\nConnection: close\r\nX-Robots-Tag: noindex\r\nLink: <https://woocommerce.com/wp-json/>; rel=\"https://api.w.org/\"\r\nX-Content-Type-Options: nosniff\r\nAccess-Control-Expose-Headers: X-WP-Total, X-WP-TotalPages, Link\r\nAccess-Control-Allow-Headers: Authorization, X-WP-Nonce, Content-Disposition, Content-MD5, Content-Type\r\nX-WCCOM-Cache: HIT\r\nCache-Control: max-age=60\r\nAllow: GET\r\nContent-Encoding: gzip\r\nX-rq: sea2 0 4 9980\r\nAge: 44\r\nX-Cache: hit\r\nVary: Accept-Encoding, Origin\r\nAccept-Ranges: bytes\r\n\r\n{\"products\":[{\"title\":\"WooCommerce Google Analytics\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/GA-Dark.png\",\"excerpt\":\"Understand your customers and increase revenue with world\\u2019s leading analytics platform - integrated with WooCommerce for free.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-google-analytics\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"2d21f7de14dfb8e9885a4622be701ddf\",\"slug\":\"woocommerce-google-analytics-integration\",\"id\":1442927},{\"title\":\"WooCommerce Tax\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Tax-Dark.png\",\"excerpt\":\"Automatically calculate how much sales tax should be collected for WooCommerce orders - by city, country, or state - at checkout.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/tax\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"f31b3b9273cce188cc2b27f7849d02dd\",\"slug\":\"woocommerce-services\",\"id\":3220291},{\"title\":\"Stripe\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Stripe-Dark-1.png\",\"excerpt\":\"Accept all major debit and credit cards as well as local payment methods with Stripe.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/stripe\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"50bb7a985c691bb943a9da4d2c8b5efd\",\"slug\":\"woocommerce-gateway-stripe\",\"id\":18627},{\"title\":\"Jetpack\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Jetpack-Dark.png\",\"excerpt\":\"Power up and protect your store with Jetpack\\r\\n\\r\\nFor free security, insights and monitoring, connect to Jetpack. It\'s everything you need for a strong, secure start.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/jetpack\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"d5bfef9700b62b2b132c74c74c3193eb\",\"slug\":\"jetpack\",\"id\":2725249},{\"title\":\"Facebook for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Facebook-Dark.png\",\"excerpt\":\"Get the Official Facebook for WooCommerce plugin for three powerful ways to help grow your business.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/facebook\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"0ea4fe4c2d7ca6338f8a322fb3e4e187\",\"slug\":\"facebook-for-woocommerce\",\"id\":2127297},{\"title\":\"Amazon Pay\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Amazon-Pay-Dark.png\",\"excerpt\":\"Amazon Pay is embedded in your WooCommerce store. Transactions take place via\\u00a0Amazon widgets, so the buyer never leaves your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/pay-with-amazon\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"9865e043bbbe4f8c9735af31cb509b53\",\"slug\":\"woocommerce-gateway-amazon-payments-advanced\",\"id\":238816},{\"title\":\"Square for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Square-Dark.png\",\"excerpt\":\"Accepting payments is easy with Square. Clear rates, fast deposits (1-2 business days). Sell online and in person, and sync all payments, items and inventory.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/square\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"e907be8b86d7df0c8f8e0d0020b52638\",\"slug\":\"woocommerce-square\",\"id\":1770503},{\"title\":\"WooCommerce Shipping\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Ship-Dark-1.png\",\"excerpt\":\"Print USPS and DHL labels right from your WooCommerce dashboard and instantly save up to 90%. WooCommerce Shipping is free to use and saves you time and money.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipping\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"f31b3b9273cce188cc2b27f7849d02dd\",\"slug\":\"woocommerce-services\",\"id\":2165910},{\"title\":\"WooCommerce Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Pay-Dark.png\",\"excerpt\":\"Securely accept payments, track cash flow, and manage recurring revenue from your dashboard \\u2014 all without setup costs or monthly fees.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-payments\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"8c6319ca-8f41-4e69-be63-6b15ee37773b\",\"slug\":\"woocommerce-payments\",\"id\":5278104},{\"title\":\"Mailchimp for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/09\\/logo-mailchimp-dark-v2.png\",\"excerpt\":\"Increase traffic, drive repeat purchases, and personalize your marketing when you connect to Mailchimp.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/mailchimp-for-woocommerce\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"b4481616ebece8b1ff68fc59b90c1a91\",\"slug\":\"mailchimp-for-woocommerce\",\"id\":2545166},{\"title\":\"WooCommerce Subscriptions\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Subscriptions-Dark.png\",\"excerpt\":\"Let customers subscribe to your products or services and pay on a weekly, monthly or annual basis.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-subscriptions\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;199.00\",\"hash\":\"6115e6d7e297b623a169fdcf5728b224\",\"slug\":\"woocommerce-subscriptions\",\"id\":27147},{\"title\":\"ShipStation Integration\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Shipstation-Dark.png\",\"excerpt\":\"Fulfill all your Woo orders (and wherever else you sell) quickly and easily using ShipStation. Try it free for 30 days today!\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipstation-integration\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"9de8640767ba64237808ed7f245a49bb\",\"slug\":\"woocommerce-shipstation-integration\",\"id\":18734},{\"title\":\"Product Add-Ons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Product-Add-Ons-Dark.png\",\"excerpt\":\"Offer add-ons like gift wrapping, special messages or other special options for your products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-add-ons\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"147d0077e591e16db9d0d67daeb8c484\",\"slug\":\"woocommerce-product-addons\",\"id\":18618},{\"title\":\"PayFast Payment Gateway\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Payfast-Dark-1.png\",\"excerpt\":\"Take payments on your WooCommerce store via PayFast (redirect method).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/payfast-payment-gateway\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"557bf07293ad916f20c207c6c9cd15ff\",\"slug\":\"woocommerce-payfast-gateway\",\"id\":18596},{\"title\":\"USPS Shipping Method\",\"image\":\"\",\"excerpt\":\"Get shipping rates from the USPS API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/usps-shipping-method\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"83d1524e8f5f1913e58889f83d442c32\",\"slug\":\"woocommerce-shipping-usps\",\"id\":18657},{\"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=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"bf66e173-a220-4da7-9512-b5728c20fc16\",\"slug\":\"kliken-marketing-for-google\",\"id\":3866145},{\"title\":\"UPS Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/UPS-Shipping-Method-Dark.png\",\"excerpt\":\"Get shipping rates from the UPS API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/ups-shipping-method\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"8dae58502913bac0fbcdcaba515ea998\",\"slug\":\"woocommerce-shipping-ups\",\"id\":18665},{\"title\":\"Shipment Tracking\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Ship-Tracking-Dark-1.png\",\"excerpt\":\"Add shipment tracking information to your orders.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipment-tracking\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"1968e199038a8a001c9f9966fd06bf88\",\"slug\":\"woocommerce-shipment-tracking\",\"id\":18693},{\"title\":\"Table Rate Shipping\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Product-Table-Rate-Shipping-Dark.png\",\"excerpt\":\"Advanced, flexible shipping. Define multiple shipping rates based on location, price, weight, shipping class or item count.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/table-rate-shipping\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;99.00\",\"hash\":\"3034ed8aff427b0f635fe4c86bbf008a\",\"slug\":\"woocommerce-table-rate-shipping\",\"id\":18718},{\"title\":\"Checkout Field Editor\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Checkout-Field-Editor-Dark.png\",\"excerpt\":\"Optimize your checkout process by adding, removing or editing fields to suit your needs.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-checkout-field-editor\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"2b8029f0d7cdd1118f4d843eb3ab43ff\",\"slug\":\"woocommerce-checkout-field-editor\",\"id\":184594},{\"title\":\"Braintree for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/braintree-black-copy.png\",\"excerpt\":\"Accept PayPal, credit cards and debit cards with a single payment gateway solution \\u2014 PayPal Powered by Braintree.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gateway-paypal-powered-by-braintree\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"27f010c8e34ca65b205ddec88ad14536\",\"slug\":\"woocommerce-gateway-paypal-powered-by-braintree\",\"id\":1489837},{\"title\":\"WooCommerce Bookings\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Bookings-Dark.png\",\"excerpt\":\"Allow customers to book appointments, make reservations or rent equipment without leaving your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-bookings\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/hotel\\/\",\"price\":\"&#36;249.00\",\"hash\":\"911c438934af094c2b38d5560b9f50f3\",\"slug\":\"WooCommerce Bookings\",\"id\":390890},{\"title\":\"WooCommerce Memberships\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/Thumbnail-Memberships-updated.png\",\"excerpt\":\"Give members access to restricted content or products, for a fee or for free.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-memberships\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;199.00\",\"hash\":\"9288e7609ad0b487b81ef6232efa5cfc\",\"slug\":\"woocommerce-memberships\",\"id\":958589},{\"title\":\"Product Bundles\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/07\\/Logo-PB.png?v=1\",\"excerpt\":\"Offer personalized product bundles, bulk discount packages, and assembled\\u00a0products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-bundles\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"aa2518b5-ab19-4b75-bde9-60ca51e20f28\",\"slug\":\"woocommerce-product-bundles\",\"id\":18716},{\"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=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"e4000666-9275-4c71-8619-be61fb41c9f9\",\"slug\":\"woocommerce-amazon-ebay-integration\",\"id\":3545890},{\"title\":\"Min\\/Max Quantities\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Min-Max-Qua-Dark.png\",\"excerpt\":\"Specify minimum and maximum allowed product quantities for orders to be completed.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/minmax-quantities\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"2b5188d90baecfb781a5aa2d6abb900a\",\"slug\":\"woocommerce-min-max-quantities\",\"id\":18616},{\"title\":\"LiveChat for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/11\\/LC_woo_regular-zmiaym.png\",\"excerpt\":\"Live Chat and messaging platform for sales and support -- increase average order value and overall sales through live conversations.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/livechat\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/www.livechat.com\\/livechat-for-ecommerce\\/?a=woocommerce&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},{\"title\":\"FedEx Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2013\\/01\\/FedEx_Logo_Wallpaper.jpeg\",\"excerpt\":\"Get shipping rates from the FedEx API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/fedex-shipping-module\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"1a48b598b47a81559baadef15e320f64\",\"slug\":\"woocommerce-shipping-fedex\",\"id\":18620},{\"title\":\"Product CSV Import Suite\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Product-CSV-Import-Dark.png\",\"excerpt\":\"Import, merge, and export products and variations to and from WooCommerce using a CSV file.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-csv-import-suite\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"7ac9b00a1fe980fb61d28ab54d167d0d\",\"slug\":\"woocommerce-product-csv-import-suite\",\"id\":18680},{\"title\":\"Follow-Ups\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Follow-Ups-Dark.png\",\"excerpt\":\"Automatically contact customers after purchase - be it everyone, your most loyal or your biggest spenders - and keep your store top-of-mind.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/follow-up-emails\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;99.00\",\"hash\":\"05ece68fe94558e65278fe54d9ec84d2\",\"slug\":\"woocommerce-follow-up-emails\",\"id\":18686},{\"title\":\"Authorize.Net\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/04\\/Thumbnail-Authorize.net-updated.png\",\"excerpt\":\"Authorize.Net gateway with support for pre-orders and subscriptions.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/authorize-net\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"8b61524fe53add7fdd1a8d1b00b9327d\",\"slug\":\"woocommerce-gateway-authorize-net-cim\",\"id\":178481},{\"title\":\"Australia Post Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/australia-post.gif\",\"excerpt\":\"Get shipping rates for your WooCommerce store from the Australia Post API, which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/australia-post-shipping-method\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"1dbd4dc6bd91a9cda1bd6b9e7a5e4f43\",\"slug\":\"woocommerce-shipping-australia-post\",\"id\":18622},{\"title\":\"Canada Post Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/canada-post.png\",\"excerpt\":\"Get shipping rates from the Canada Post Ratings API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/canada-post-shipping-method\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"ac029cdf3daba20b20c7b9be7dc00e0e\",\"slug\":\"woocommerce-shipping-canada-post\",\"id\":18623},{\"title\":\"Product Vendors\",\"image\":\"\",\"excerpt\":\"Turn your store into a multi-vendor marketplace\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-vendors\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"a97d99fccd651bbdd728f4d67d492c31\",\"slug\":\"woocommerce-product-vendors\",\"id\":219982},{\"title\":\"WooCommerce Customer \\/ Order \\/ Coupon Export\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/02\\/Thumbnail-Customer-Order-Coupon-Export-updated.png\",\"excerpt\":\"Export customers, orders, and coupons from WooCommerce manually or on an automated schedule.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/ordercustomer-csv-export\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"914de15813a903c767b55445608bf290\",\"slug\":\"woocommerce-customer-order-csv-export\",\"id\":18652},{\"title\":\"WooCommerce Accommodation Bookings\",\"image\":\"\",\"excerpt\":\"Book accommodation using WooCommerce and the WooCommerce Bookings extension.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-accommodation-bookings\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"99b2a7a4af90b6cefd2a733b3b1f78e7\",\"slug\":\"woocommerce-accommodation-bookings\",\"id\":1412069},{\"title\":\"Royal Mail\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2013\\/04\\/royalmail.png\",\"excerpt\":\"Offer Royal Mail shipping rates to your customers\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/royal-mail\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"03839cca1a16c4488fcb669aeb91a056\",\"slug\":\"woocommerce-shipping-royalmail\",\"id\":182719},{\"title\":\"WooCommerce Brands\",\"image\":\"\",\"excerpt\":\"Create, assign and list brands for products, and allow customers to view by brand.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/brands\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"8a88c7cbd2f1e73636c331c7a86f818c\",\"slug\":\"woocommerce-brands\",\"id\":18737},{\"title\":\"Xero\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2012\\/08\\/xero2.png\",\"excerpt\":\"Save time with automated sync between WooCommerce and your Xero account.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/xero\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"f0dd29d338d3c67cf6cee88eddf6869b\",\"slug\":\"woocommerce-xero\",\"id\":18733},{\"title\":\"Smart Coupons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/10\\/wc-product-smart-coupons.png\",\"excerpt\":\"Everything you need for discounts, coupons, credits, gift cards, product giveaways, offers, and promotions. Most popular and complete coupons plugin for WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/smart-coupons\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"http:\\/\\/demo.storeapps.org\\/?demo=sc\",\"price\":\"&#36;99.00\",\"hash\":\"05c45f2aa466106a466de4402fff9dde\",\"slug\":\"woocommerce-smart-coupons\",\"id\":18729},{\"title\":\"AutomateWoo\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-AutomateWoo-Dark-1.png\",\"excerpt\":\"Powerful marketing automation for WooCommerce. AutomateWoo has the tools you need to grow your store and make more money.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/automatewoo\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;99.00\",\"hash\":\"ba9299b8-1dba-4aa0-a313-28bc1755cb88\",\"slug\":\"automatewoo\",\"id\":4652610},{\"title\":\"Advanced Notifications\",\"image\":\"\",\"excerpt\":\"Easily setup \\\"new order\\\" and stock email notifications for multiple recipients of your choosing.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/advanced-notifications\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"112372c44b002fea2640bd6bfafbca27\",\"slug\":\"woocommerce-advanced-notifications\",\"id\":18740},{\"title\":\"WooCommerce Points and Rewards\",\"image\":\"\",\"excerpt\":\"Reward your customers for purchases and other actions with points which can be redeemed for discounts.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-points-and-rewards\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"1649b6cca5da8b923b01ca56b5cdd246\",\"slug\":\"woocommerce-points-and-rewards\",\"id\":210259},{\"title\":\"WooCommerce Zapier\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/woocommerce-zapier-logo.png\",\"excerpt\":\"Integrate with 3000+ cloud apps and services today.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-zapier\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;59.00\",\"hash\":\"0782bdbe932c00f4978850268c6cfe40\",\"slug\":\"woocommerce-zapier\",\"id\":243589},{\"title\":\"WooCommerce Pre-Orders\",\"image\":\"\",\"excerpt\":\"Allow customers to order products before they are available.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-pre-orders\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"b2dc75e7d55e6f5bbfaccb59830f66b7\",\"slug\":\"woocommerce-pre-orders\",\"id\":178477},{\"title\":\"WooCommerce Subscription Downloads\",\"image\":\"\",\"excerpt\":\"Offer additional downloads to your subscribers, via downloadable products listed in your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-subscription-downloads\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"5be9e21c13953253e4406d2a700382ec\",\"slug\":\"woocommerce-subscription-downloads\",\"id\":420458},{\"title\":\"Dynamic Pricing\",\"image\":\"\",\"excerpt\":\"Bulk discounts, role-based pricing and much more\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/dynamic-pricing\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"9a41775bb33843f52c93c922b0053986\",\"slug\":\"woocommerce-dynamic-pricing\",\"id\":18643},{\"title\":\"WooCommerce Additional Variation Images\",\"image\":\"\",\"excerpt\":\"Add gallery images per variation on variable products within WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-additional-variation-images\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/storefront\\/product\\/woo-single-1\\/\",\"price\":\"&#36;49.00\",\"hash\":\"c61dd6de57dcecb32bd7358866de4539\",\"slug\":\"woocommerce-additional-variation-images\",\"id\":477384},{\"title\":\"Name Your Price\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2012\\/09\\/nyp-icon-dark-v83owf.png\",\"excerpt\":\"Allow customers to define the product price. Also useful for accepting user-set donations.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/name-your-price\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"31b4e11696cd99a3c0572975a84f1c08\",\"slug\":\"woocommerce-name-your-price\",\"id\":18738},{\"title\":\"WooCommerce Deposits\",\"image\":\"\",\"excerpt\":\"Enable customers to pay for products using a deposit or a payment plan.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-deposits\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;179.00\",\"hash\":\"de192a6cf12c4fd803248da5db700762\",\"slug\":\"woocommerce-deposits\",\"id\":977087},{\"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=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"465de1126817cdfb42d97ebca7eea717\",\"slug\":\"woocommerce-pip\",\"id\":18666},{\"title\":\"Amazon S3 Storage\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/amazon.png\",\"excerpt\":\"Serve digital products via Amazon S3\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/amazon-s3-storage\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"473bf6f221b865eff165c97881b473bb\",\"slug\":\"woocommerce-amazon-s3-storage\",\"id\":18663},{\"title\":\"Cart Add-ons\",\"image\":\"\",\"excerpt\":\"A powerful tool for driving incremental and impulse purchases by customers once they are in the shopping cart\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/cart-add-ons\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"3a8ef25334396206f5da4cf208adeda3\",\"slug\":\"woocommerce-cart-add-ons\",\"id\":18717},{\"title\":\"Shipping Multiple Addresses\",\"image\":\"\",\"excerpt\":\"Allow your customers to ship individual items in a single order to multiple addresses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipping-multiple-addresses\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"aa0eb6f777846d329952d5b891d6f8cc\",\"slug\":\"woocommerce-shipping-multiple-addresses\",\"id\":18741},{\"title\":\"WooCommerce AvaTax\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/Thumbnail-Avalara-updated.png\",\"excerpt\":\"Get 100% accurate sales tax calculations and on time tax return filing. No more tracking sales tax rates, rules, or jurisdictional boundaries.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-avatax\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"57077a4b28ba71cacf692bcf4a1a7f60\",\"slug\":\"woocommerce-avatax\",\"id\":1389326},{\"title\":\"TaxJar\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/taxjar-logotype.png\",\"excerpt\":\"Save hours every month by putting your sales tax on autopilot. Automated, multi-state sales tax calculation, reporting, and filing for your WooCommerce store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/taxjar\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"12072d8e-e933-4561-97b1-9db3c7eeed91\",\"slug\":\"taxjar-simplified-taxes-for-woocommerce\",\"id\":514914},{\"title\":\"Google Product Feed\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2011\\/11\\/logo-regular-lscryp.png\",\"excerpt\":\"Feed product data to Google Merchant Center for setting up Google product listings &amp; product ads.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-product-feed\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"d55b4f852872025741312839f142447e\",\"slug\":\"woocommerce-product-feeds\",\"id\":18619},{\"title\":\"Klarna Checkout\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/01\\/Partner_marketing_Klarna_Checkout_Black-1.png\",\"excerpt\":\"Klarna Checkout is a full checkout experience embedded on your site that includes all popular payment methods (Pay Now, Pay Later, Financing, Installments).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/klarna-checkout\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.krokedil.se\\/klarnacheckout\\/\",\"price\":\"&#36;0.00\",\"hash\":\"90f8ce584e785fcd8c2d739fd4f40d78\",\"slug\":\"klarna-checkout-for-woocommerce\",\"id\":2754152},{\"title\":\"Bulk Stock Management\",\"image\":\"\",\"excerpt\":\"Edit product and variation stock levels in bulk via this handy interface\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/bulk-stock-management\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"02f4328d52f324ebe06a78eaaae7934f\",\"slug\":\"woocommerce-bulk-stock-management\",\"id\":18670},{\"title\":\"WooCommerce Email Customizer\",\"image\":\"\",\"excerpt\":\"Connect with your customers with each email you send by visually modifying your email templates via the WordPress Customizer.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-email-customizer\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"bd909fa97874d431f203b5336c7e8873\",\"slug\":\"woocommerce-email-customizer\",\"id\":853277},{\"title\":\"Force Sells\",\"image\":\"\",\"excerpt\":\"Force products to be added to the cart\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/force-sells\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"3ebddfc491ca168a4ea4800b893302b0\",\"slug\":\"woocommerce-force-sells\",\"id\":18678},{\"title\":\"WooCommerce Quick View\",\"image\":\"\",\"excerpt\":\"Show a quick-view button to view product details and add to cart via lightbox popup\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-quick-view\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"619c6e57ce72c49c4b57e15b06eddb65\",\"slug\":\"woocommerce-quick-view\",\"id\":187509},{\"title\":\"WooCommerce Purchase Order Gateway\",\"image\":\"\",\"excerpt\":\"Receive purchase orders via your WooCommerce-powered online store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gateway-purchase-order\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"573a92318244ece5facb449d63e74874\",\"slug\":\"woocommerce-gateway-purchase-order\",\"id\":478542},{\"title\":\"Returns and Warranty Requests\",\"image\":\"\",\"excerpt\":\"Manage the RMA process, add warranties to products &amp; let customers request &amp; manage returns \\/ exchanges from their account.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/warranty-requests\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"9b4c41102e6b61ea5f558e16f9b63e25\",\"slug\":\"woocommerce-warranty\",\"id\":228315},{\"title\":\"Product Enquiry Form\",\"image\":\"\",\"excerpt\":\"Allow visitors to contact you directly from the product details page via a reCAPTCHA protected form to enquire about a product.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-enquiry-form\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"5a0f5d72519a8ffcc86669f042296937\",\"slug\":\"woocommerce-product-enquiry-form\",\"id\":18601},{\"title\":\"WooCommerce Box Office\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-BO-Dark.png\",\"excerpt\":\"Sell tickets for your next event, concert, function, fundraiser or conference directly on your own site\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-box-office\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"e704c9160de318216a8fa657404b9131\",\"slug\":\"woocommerce-box-office\",\"id\":1628717},{\"title\":\"WooCommerce Order Barcodes\",\"image\":\"\",\"excerpt\":\"Generates a unique barcode for each order on your site - perfect for e-tickets, packing slips, reservations and a variety of other uses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-order-barcodes\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"889835bb29ee3400923653e1e44a3779\",\"slug\":\"woocommerce-order-barcodes\",\"id\":391708},{\"title\":\"Gravity Forms Product Add-ons\",\"image\":\"\",\"excerpt\":\"Powerful product add-ons, Gravity style\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/gravity-forms-add-ons\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/www.elementstark.com\\/woocommerce-extension-demos\\/product-category\\/gravity-forms\\/\",\"price\":\"&#36;99.00\",\"hash\":\"a6ac0ab1a1536e3a357ccf24c0650ed0\",\"slug\":\"woocommerce-gravityforms-product-addons\",\"id\":18633},{\"title\":\"Composite Products\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/07\\/Logo-CP.png?v=1\",\"excerpt\":\"Create product kit builders and custom product configurators using existing products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/composite-products\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;99.00\",\"hash\":\"0343e0115bbcb97ccd98442b8326a0af\",\"slug\":\"woocommerce-composite-products\",\"id\":216836},{\"title\":\"WooCommerce 360\\u00ba Image\",\"image\":\"\",\"excerpt\":\"An easy way to add a dynamic, controllable 360\\u00ba image rotation to your WooCommerce site, by adding a group of images to a product\\u2019s gallery.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-360-image\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"24eb2cfa3738a66bf3b2587876668cd2\",\"slug\":\"woocommerce-360-image\",\"id\":512186},{\"title\":\"WooCommerce Photography\",\"image\":\"\",\"excerpt\":\"Sell photos in the blink of an eye using this simple as dragging &amp; dropping interface.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-photography\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"ee76e8b9daf1d97ca4d3874cc9e35687\",\"slug\":\"woocommerce-photography\",\"id\":583602},{\"title\":\"WooCommerce Bookings Availability\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Bookings-Aval-Dark.png\",\"excerpt\":\"Sell more bookings by presenting a calendar or schedule of available slots in a page or post.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/bookings-availability\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"30770d2a-e392-4e82-baaa-76cfc7d02ae3\",\"slug\":\"woocommerce-bookings-availability\",\"id\":4228225},{\"title\":\"Software Add-on\",\"image\":\"\",\"excerpt\":\"Sell License Keys for Software\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/software-add-on\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"79f6dbfe1f1d3a56a86f0509b6d6b04b\",\"slug\":\"woocommerce-software-add-on\",\"id\":18683},{\"title\":\"WooCommerce Products Compare\",\"image\":\"\",\"excerpt\":\"WooCommerce Products Compare will allow your potential customers to easily compare products within your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-products-compare\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"c3ba0a4a3199a0cc7a6112eb24414548\",\"slug\":\"woocommerce-products-compare\",\"id\":853117},{\"title\":\"WooCommerce Store Catalog PDF Download\",\"image\":\"\",\"excerpt\":\"Offer your customers a PDF download of your product catalog, generated by WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-store-catalog-pdf-download\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"79ca7aadafe706364e2d738b7c1090c4\",\"slug\":\"woocommerce-store-catalog-pdf-download\",\"id\":675790},{\"title\":\"eWAY\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/10\\/eway-logo-3000-2000.jpg\",\"excerpt\":\"Take credit card payments securely via eWay (SG, MY, HK, AU, and NZ) keeping customers on your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/eway\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"2c497769d98d025e0d340cd0b5ea5da1\",\"slug\":\"woocommerce-gateway-eway\",\"id\":18604},{\"title\":\"PayPal\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2020\\/10\\/PPCP-Tile-PayPal-Logo-and-Cart-Art-2x-2-uozwz8.jpg\",\"excerpt\":\"PayPal\\u2019s latest, most complete payment processing solution. Accept PayPal exclusives, credit\\/debit cards and local payment methods. Turn on only PayPal options or process a full suite of payment methods. Enable global transactions with extensive currency and country coverage. Built and supported by WooCommerce and PayPal.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-paypal-payments\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"934115ab-e3f3-4435-9580-345b1ce21899\",\"slug\":\"woocommerce-paypal-payments\",\"id\":6410731},{\"title\":\"WooCommerce Paid Courses\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/wc-paid-courses.png\",\"excerpt\":\"Sell your online courses using the most popular eCommerce platform on the web \\u2013 WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-paid-courses\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"bad2a02a063555b7e2bee59924690763\",\"slug\":\"woothemes-sensei\",\"id\":152116},{\"title\":\"QuickBooks Sync for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/04\\/woocommerce-com-logo-1-hyhzbh.png\",\"excerpt\":\"Automatic two-way sync for orders, customers, products, inventory and more between WooCommerce and QuickBooks (Online, Desktop, or POS).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/quickbooks-sync-for-woocommerce\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"c5e32e20-7c1f-4585-8b15-d930c2d842ac\",\"slug\":\"myworks-woo-sync-for-quickbooks-online\",\"id\":4065824},{\"title\":\"Catalog Visibility Options\",\"image\":\"\",\"excerpt\":\"Transform WooCommerce into an online catalog by removing eCommerce functionality\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/catalog-visibility-options\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"12e791110365fdbb5865c8658907967e\",\"slug\":\"woocommerce-catalog-visibility-options\",\"id\":18648},{\"title\":\"WooCommerce Blocks\",\"image\":\"\",\"excerpt\":\"WooCommerce Blocks offers a range of Gutenberg blocks you can use to build and customise your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gutenberg-products-block\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"c2e9f13a-f90c-4ffe-a8a5-b432399ec263\",\"slug\":\"woo-gutenberg-products-block\",\"id\":3076677},{\"title\":\"Conditional Shipping and Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/07\\/Logo-CSP.png?v=1\",\"excerpt\":\"Use conditional logic to restrict the shipping and payment options available on your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/conditional-shipping-and-payments\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"1f56ff002fa830b77017b0107505211a\",\"slug\":\"woocommerce-conditional-shipping-and-payments\",\"id\":680253},{\"title\":\"Sequential Order Numbers Pro\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/05\\/Thumbnail-Sequential-Order-Numbers-Pro-updated.png\",\"excerpt\":\"Tame your order numbers! Advanced &amp; sequential order numbers with optional prefixes \\/ suffixes\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sequential-order-numbers-pro\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"0b18a2816e016ba9988b93b1cd8fe766\",\"slug\":\"woocommerce-sequential-order-numbers-pro\",\"id\":18688},{\"title\":\"WooCommerce Order Status Manager\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/02\\/Thumbnail-Order-Status-Manager-updated.png\",\"excerpt\":\"Create, edit, and delete completely custom order statuses and integrate them seamlessly into your order management flow.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-order-status-manager\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"51fd9ab45394b4cad5a0ebf58d012342\",\"slug\":\"woocommerce-order-status-manager\",\"id\":588398},{\"title\":\"WooCommerce Checkout Add-Ons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/07\\/Thumbnail-Checkout-Add-Ons-updated.png\",\"excerpt\":\"Highlight relevant products, offers like free shipping and other up-sells during checkout.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-checkout-add-ons\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"8fdca00b4000b7a8cc26371d0e470a8f\",\"slug\":\"woocommerce-checkout-add-ons\",\"id\":466854},{\"title\":\"WooCommerce Google Analytics Pro\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/Thumbnail-GAPro-updated.png\",\"excerpt\":\"Add advanced event tracking and enhanced eCommerce tracking to your WooCommerce site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-google-analytics-pro\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"d8aed8b7306b509eec1589e59abe319f\",\"slug\":\"woocommerce-google-analytics-pro\",\"id\":1312497},{\"title\":\"Coupon Shortcodes\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2013\\/09\\/woocommerce-coupon-shortcodes-product-image-1870x960-1-vc5gux.png\",\"excerpt\":\"Show coupon discount info using shortcodes. Allows to render coupon information and content conditionally, based on the validity of coupons.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/coupon-shortcodes\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"ac5d9d51-70b2-4d8f-8b89-24200eea1394\",\"slug\":\"woocommerce-coupon-shortcodes\",\"id\":244762},{\"title\":\"WooCommerce One Page Checkout\",\"image\":\"\",\"excerpt\":\"Create special pages where customers can choose products, checkout &amp; pay all on the one page.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-one-page-checkout\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"c9ba8f8352cd71b5508af5161268619a\",\"slug\":\"woocommerce-one-page-checkout\",\"id\":527886},{\"title\":\"Jilt\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2017\\/12\\/Thumbnail-Jilt-updated.png\",\"excerpt\":\"All-in-one email marketing platform built for WooCommerce stores. Send newsletters, abandoned cart reminders, win-backs, welcome automations, and more.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/jilt\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"b53aafb64dca33835e41ee06de7e9816\",\"slug\":\"jilt-for-woocommerce\",\"id\":2754876},{\"title\":\"WooCommerce Product Search\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2014\\/10\\/woocommerce-product-search-product-image-1870x960-1-jvsljj.png\",\"excerpt\":\"The perfect search engine helps customers to find and buy products quickly \\u2013 essential for every WooCommerce store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-product-search\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.itthinx.com\\/wps\\/\",\"price\":\"&#36;49.00\",\"hash\":\"c84cc8ca16ddac3408e6b6c5871133a8\",\"slug\":\"woocommerce-product-search\",\"id\":512174},{\"title\":\"First Data\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/02\\/Thumbnail-FirstData-updated.png\",\"excerpt\":\"FirstData gateway for WooCommerce\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/firstdata\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"eb3e32663ec0810592eaf0d097796230\",\"slug\":\"woocommerce-gateway-firstdata\",\"id\":18645},{\"title\":\"WooSlider\",\"image\":\"\",\"excerpt\":\"WooSlider is the ultimate responsive slideshow WordPress slider plugin\\r\\n\\r\\n\\u00a0\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/wooslider\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"http:\\/\\/www.wooslider.com\\/\",\"price\":\"&#36;49.00\",\"hash\":\"209d98f3ccde6cc3de7e8732a2b20b6a\",\"slug\":\"wooslider\",\"id\":46506},{\"title\":\"WooCommerce Social Login\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/08\\/Thumbnail-Social-Login-updated.png\",\"excerpt\":\"Enable Social Login for seamless checkout and account creation.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-social-login\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"http:\\/\\/demos.skyverge.com\\/woocommerce-social-login\\/\",\"price\":\"&#36;79.00\",\"hash\":\"b231cd6367a79cc8a53b7d992d77525d\",\"slug\":\"woocommerce-social-login\",\"id\":473617},{\"title\":\"WooCommerce Order Status Control\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/06\\/Thumbnail-Order-Status-Control-updated.png\",\"excerpt\":\"Use this extension to automatically change the order status to \\\"completed\\\" after successful payment.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-order-status-control\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"32400e509c7c36dcc1cd368e8267d981\",\"slug\":\"woocommerce-order-status-control\",\"id\":439037},{\"title\":\"Variation Swatches and Photos\",\"image\":\"\",\"excerpt\":\"Show color and image swatches instead of dropdowns for variable products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/variation-swatches-and-photos\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/www.elementstark.com\\/woocommerce-extension-demos\\/product-category\\/swatches-and-photos\\/\",\"price\":\"&#36;99.00\",\"hash\":\"37bea8d549df279c8278878d081b062f\",\"slug\":\"woocommerce-variation-swatches-and-photos\",\"id\":18697},{\"title\":\"Opayo Payment Suite\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/10\\/Opayo_logo_RGB.png\",\"excerpt\":\"Take payments on your WooCommerce store via Opayo (formally SagePay).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sage-pay-form\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"6bc0cca47d0274d8ef9b164f6fbec1cc\",\"slug\":\"woocommerce-gateway-sagepay-form\",\"id\":18599},{\"title\":\"EU VAT Number\",\"image\":\"\",\"excerpt\":\"Collect VAT numbers at checkout and remove the VAT charge for eligible EU businesses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/eu-vat-number\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"d2720c4b4bb8d6908e530355b7a2d734\",\"slug\":\"woocommerce-eu-vat-number\",\"id\":18592},{\"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=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"118f4d86-f126-4c3a-8525-644e3170d161\",\"slug\":\"google-listings-and-ads\",\"id\":7623964},{\"title\":\"HubSpot for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2020\\/04\\/hubspotlogo-web-color-pxebeq.png\",\"excerpt\":\"Integrate HubSpot with WooCommerce to connect your store with HubSpot\'s CRM, abandoned cart tracking, marketing automation &amp; more.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/hubspot-for-woocommerce\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"e50acec8-3a6c-454c-8562-2da4898fa6c1\",\"slug\":\"hubspot-for-woocommerce\",\"id\":5785079},{\"title\":\"Customer\\/Order\\/Coupon CSV Import Suite\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/07\\/Thumbnail-Customer-Order-Coupon-CSV-Import-Suite-updated.png\",\"excerpt\":\"Import both customers and orders into WooCommerce from a CSV file.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/customerorder-csv-import-suite\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"eb00ca8317a0f64dbe185c995e5ea3df\",\"slug\":\"woocommerce-customer-order-csv-import\",\"id\":18709}]}\";s:7:\"headers\";O:25:\"Requests_Response_Headers\":1:{s:7:\"\0*\0data\";a:18:{s:6:\"server\";a:1:{i:0;s:5:\"nginx\";}s:4:\"date\";a:1:{i:0;s:29:\"Wed, 14 Jul 2021 10:25:54 GMT\";}s:12:\"content-type\";a:1:{i:0;s:31:\"application/json; charset=UTF-8\";}s:14:\"content-length\";a:1:{i:0;s:5:\"11668\";}s:12:\"x-robots-tag\";a:1:{i:0;s:7:\"noindex\";}s:4:\"link\";a:1:{i:0;s:60:\"<https://woocommerce.com/wp-json/>; rel=\"https://api.w.org/\"\";}s:22:\"x-content-type-options\";a:1:{i:0;s:7:\"nosniff\";}s:29:\"access-control-expose-headers\";a:1:{i:0;s:33:\"X-WP-Total, X-WP-TotalPages, Link\";}s:28:\"access-control-allow-headers\";a:1:{i:0;s:73:\"Authorization, X-WP-Nonce, Content-Disposition, Content-MD5, Content-Type\";}s:13:\"x-wccom-cache\";a:1:{i:0;s:3:\"HIT\";}s:13:\"cache-control\";a:1:{i:0;s:10:\"max-age=60\";}s:5:\"allow\";a:1:{i:0;s:3:\"GET\";}s:16:\"content-encoding\";a:1:{i:0;s:4:\"gzip\";}s:4:\"x-rq\";a:1:{i:0;s:13:\"sea2 0 4 9980\";}s:3:\"age\";a:1:{i:0;s:2:\"44\";}s:7:\"x-cache\";a:1:{i:0;s:3:\"hit\";}s:4:\"vary\";a:1:{i:0;s:23:\"Accept-Encoding, Origin\";}s:13:\"accept-ranges\";a:1:{i:0;s:5:\"bytes\";}}}s:11:\"status_code\";i:200;s:16:\"protocol_version\";d:1.100000000000000088817841970012523233890533447265625;s:7:\"success\";b:1;s:9:\"redirects\";i:0;s:3:\"url\";s:59:\"https://woocommerce.com/wp-json/wccom-extensions/1.0/search\";s:7:\"history\";a:0:{}s:7:\"cookies\";O:19:\"Requests_Cookie_Jar\":1:{s:10:\"\0*\0cookies\";a:0:{}}}s:11:\"\0*\0filename\";N;s:4:\"data\";N;s:7:\"headers\";N;s:6:\"status\";N;}}','no'),(282486,'eael_setup_wizard','init','yes'),(282487,'eael_save_settings','a:50:{s:9:\"post-grid\";i:1;s:13:\"post-timeline\";i:1;s:10:\"fancy-text\";i:1;s:12:\"creative-btn\";i:1;s:10:\"count-down\";i:1;s:12:\"team-members\";i:1;s:12:\"testimonials\";i:1;s:8:\"info-box\";i:1;s:8:\"flip-box\";i:1;s:14:\"call-to-action\";i:1;s:11:\"dual-header\";i:1;s:11:\"price-table\";i:1;s:12:\"twitter-feed\";i:1;s:13:\"facebook-feed\";i:1;s:19:\"advanced-data-table\";i:1;s:10:\"data-table\";i:1;s:14:\"filter-gallery\";i:1;s:15:\"image-accordion\";i:1;s:14:\"content-ticker\";i:1;s:7:\"tooltip\";i:1;s:13:\"adv-accordion\";i:1;s:8:\"adv-tabs\";i:1;s:12:\"progress-bar\";i:1;s:12:\"feature-list\";i:1;s:12:\"product-grid\";i:1;s:14:\"contact-form-7\";i:1;s:7:\"weforms\";i:1;s:10:\"ninja-form\";i:1;s:9:\"formstack\";i:1;s:12:\"gravity-form\";i:1;s:12:\"caldera-form\";i:1;s:7:\"wpforms\";i:1;s:10:\"fluentform\";i:1;s:8:\"typeform\";i:1;s:24:\"betterdocs-category-grid\";i:1;s:23:\"betterdocs-category-box\";i:1;s:22:\"betterdocs-search-form\";i:1;s:12:\"sticky-video\";i:1;s:14:\"event-calendar\";i:1;s:10:\"embedpress\";i:1;s:12:\"woo-checkout\";i:1;s:14:\"login-register\";i:1;s:18:\"woocommerce-review\";i:1;s:11:\"career-page\";i:1;s:19:\"woo-product-compare\";i:1;s:9:\"promotion\";i:1;s:9:\"custom-js\";i:1;s:16:\"reading-progress\";i:1;s:16:\"table-of-content\";i:1;s:15:\"post-duplicator\";i:1;}','yes'),(234641,'wc_remote_inbox_notifications_specs','a:28:{s:19:\"eu_vat_changes_2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:19:\"eu_vat_changes_2021\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:54:\"Get your business ready for the new EU tax regulations\";s:7:\"content\";s:617:\"On July 1, 2021, new taxation rules will come into play when the <a href=\"https://ec.europa.eu/taxation_customs/business/vat/modernising-vat-cross-border-ecommerce_en\">European Union (EU) Value-Added Tax (VAT) eCommerce package</a> takes effect.<br/><br/>The new regulations will impact virtually every B2C business involved in cross-border eCommerce trade with the EU.<br/><br/>We therefore recommend <a href=\"https://woocommerce.com/posts/new-eu-vat-regulations\">familiarizing yourself with the new updates</a>, and consult with a tax professional to ensure your business is following regulations and best practice.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"eu_vat_changes_2021\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:39:\"Learn more about the EU tax regulations\";}}s:3:\"url\";s:52:\"https://woocommerce.com/posts/new-eu-vat-regulations\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-06-24 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-07-11 00:00:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:3:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:29:\"woocommerce_allowed_countries\";s:5:\"value\";s:3:\"all\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:1;a:2:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:29:\"woocommerce_allowed_countries\";s:5:\"value\";s:10:\"all_except\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:27:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"BE\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"BG\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"CZ\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"DK\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"DE\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"EE\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:6;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"IE\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"EL\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:8;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"ES\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:9;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"FR\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:10;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"HR\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:11;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"IT\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:12;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"CY\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:13;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"LV\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:14;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"LT\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:15;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"LU\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:16;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"HU\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:17;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"MT\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:18;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"NL\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:19;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"AT\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:20;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"PL\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:21;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"PT\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:22;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"RO\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:23;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"SI\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:24;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"SK\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:25;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"FI\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:26;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"SE\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}}}}i:2;a:3:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:29:\"woocommerce_allowed_countries\";s:5:\"value\";s:3:\"all\";s:7:\"default\";b:0;s:9:\"operation\";s:2:\"!=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:29:\"woocommerce_allowed_countries\";s:5:\"value\";s:10:\"all_except\";s:7:\"default\";b:0;s:9:\"operation\";s:2:\"!=\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:27:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"BE\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"BG\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"CZ\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"DK\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"DE\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"EE\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:6;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"IE\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"EL\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:8;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"ES\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:9;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"FR\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:10;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"HR\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:11;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"IT\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:12;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"CY\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:13;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"LV\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:14;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"LT\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:15;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"LU\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:16;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"HU\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:17;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"MT\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:18;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"NL\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:19;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"AT\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:20;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"PL\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:21;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"PT\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:22;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"RO\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:23;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"SI\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:24;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"SK\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:25;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"FI\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:26;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"SE\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}}}}}}}}s:20:\"paypal_ppcp_gtm_2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:20:\"paypal_ppcp_gtm_2021\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:38:\"Offer more options with the new PayPal\";s:7:\"content\";s:113:\"Get the latest PayPal extension for a full suite of payment methods with extensive currency and country coverage.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"open_wc_paypal_payments_product_page\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:61:\"https://woocommerce.com/products/woocommerce-paypal-payments/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-04-05 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-04-21 00:00:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:7:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:30:\"woocommerce-gateway-paypal-pro\";}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:37:\"woocommerce-gateway-paypal-pro-hosted\";}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:35:\"woocommerce-gateway-paypal-advanced\";}}i:4;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:40:\"woocommerce-gateway-paypal-digital-goods\";}}i:5;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:31:\"woocommerce-paypal-here-gateway\";}}i:6;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:44:\"woocommerce-gateway-paypal-adaptive-payments\";}}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:27:\"woocommerce-paypal-payments\";}}}}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:27:\"woocommerce-paypal-payments\";s:7:\"version\";s:5:\"1.2.1\";s:8:\"operator\";s:1:\"<\";}}}}}s:23:\"facebook_pixel_api_2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:23:\"facebook_pixel_api_2021\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:44:\"Improve the performance of your Facebook ads\";s:7:\"content\";s:152:\"Enable Facebook Pixel and Conversions API through the latest version of Facebook for WooCommerce for improved measurement and ad targeting capabilities.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"upgrade_now_facebook_pixel_api\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:11:\"Upgrade now\";}}s:3:\"url\";s:67:\"plugin-install.php?tab=plugin-information&plugin=&section=changelog\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-05-17 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-06-14 00:00:00\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"facebook-for-woocommerce\";s:7:\"version\";s:5:\"2.4.0\";s:8:\"operator\";s:2:\"<=\";}}}s:16:\"facebook_ec_2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:16:\"facebook_ec_2021\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:59:\"Sync your product catalog with Facebook to help boost sales\";s:7:\"content\";s:170:\"A single click adds all products to your Facebook Business Page shop. Product changes are automatically synced, with the flexibility to control which products are listed.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"learn_more_facebook_ec\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:42:\"https://woocommerce.com/products/facebook/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-03-01 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-03-15 00:00:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:24:\"facebook-for-woocommerce\";}}}}s:37:\"ecomm-need-help-setting-up-your-store\";O:8:\"stdClass\":8:{s:4:\"slug\";s:37:\"ecomm-need-help-setting-up-your-store\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:32:\"Need help setting up your Store?\";s:7:\"content\";s:350:\"Schedule a free 30-min <a href=\"https://wordpress.com/support/concierge-support/\">quick start session</a> and get help from our specialists. We’re happy to walk through setup steps, show you around the WordPress.com dashboard, troubleshoot any issues you may have, and help you the find the features you need to accomplish your goals for your site.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"set-up-concierge\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"Schedule free session\";}}s:3:\"url\";s:34:\"https://wordpress.com/me/concierge\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:3:{i:0;s:35:\"woocommerce-shipping-australia-post\";i:1;s:32:\"woocommerce-shipping-canada-post\";i:2;s:30:\"woocommerce-shipping-royalmail\";}}}}s:20:\"woocommerce-services\";O:8:\"stdClass\":8:{s:4:\"slug\";s:20:\"woocommerce-services\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:26:\"WooCommerce Shipping & Tax\";s:7:\"content\";s:255:\"WooCommerce Shipping & Tax helps get your store “ready to sell” as quickly as possible. You create your products. We take care of tax calculation, payment processing, and shipping label printing! Learn more about the extension that you just installed.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:84:\"https://docs.woocommerce.com/document/woocommerce-shipping-and-tax/?utm_source=inbox\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-services\";}}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\"<\";s:4:\"days\";i:2;}}}s:32:\"ecomm-unique-shopping-experience\";O:8:\"stdClass\":8:{s:4:\"slug\";s:32:\"ecomm-unique-shopping-experience\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:53:\"For a shopping experience as unique as your customers\";s:7:\"content\";s:274:\"Product Add-Ons allow your customers to personalize products while they’re shopping on your online store. No more follow-up email requests—customers get what they want, before they’re done checking out. Learn more about this extension that comes included in your plan.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:43:\"learn-more-ecomm-unique-shopping-experience\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:71:\"https://docs.woocommerce.com/document/product-add-ons/?utm_source=inbox\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:3:{i:0;s:35:\"woocommerce-shipping-australia-post\";i:1;s:32:\"woocommerce-shipping-canada-post\";i:2;s:30:\"woocommerce-shipping-royalmail\";}}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\"<\";s:4:\"days\";i:2;}}}s:37:\"wc-admin-getting-started-in-ecommerce\";O:8:\"stdClass\":8:{s:4:\"slug\";s:37:\"wc-admin-getting-started-in-ecommerce\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:38:\"Getting Started in eCommerce - webinar\";s:7:\"content\";s:174:\"We want to make eCommerce and this process of getting started as easy as possible for you. Watch this webinar to get tips on how to have our store up and running in a breeze.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"watch-the-webinar\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:17:\"Watch the webinar\";}}s:3:\"url\";s:28:\"https://youtu.be/V_2XtCOyZ7o\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:18:\"onboarding_profile\";s:5:\"index\";s:12:\"setup_client\";s:9:\"operation\";s:2:\"!=\";s:5:\"value\";b:1;}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:3:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:18:\"onboarding_profile\";s:5:\"index\";s:13:\"product_count\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:1:\"0\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:18:\"onboarding_profile\";s:5:\"index\";s:7:\"revenue\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:4:\"none\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:18:\"onboarding_profile\";s:5:\"index\";s:7:\"revenue\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:10:\"up-to-2500\";}}}}}s:18:\"your-first-product\";O:8:\"stdClass\":8:{s:4:\"slug\";s:18:\"your-first-product\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:18:\"Your first product\";s:7:\"content\";s:461:\"That\'s huge! You\'re well on your way to building a successful online store — now it’s time to think about how you\'ll fulfill your orders.<br/><br/>Read our shipping guide to learn best practices and options for putting together your shipping strategy. And for WooCommerce stores in the United States, you can print discounted shipping labels via USPS with <a href=\"https://href.li/?https://woocommerce.com/shipping\" target=\"_blank\">WooCommerce Shipping</a>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:82:\"https://woocommerce.com/posts/ecommerce-shipping-solutions-guide/?utm_source=inbox\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:12:\"stored_state\";s:5:\"index\";s:22:\"there_were_no_products\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";b:1;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:12:\"stored_state\";s:5:\"index\";s:22:\"there_are_now_products\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";b:1;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"product_count\";s:9:\"operation\";s:2:\">=\";s:5:\"value\";i:1;}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:18:\"onboarding_profile\";s:5:\"index\";s:13:\"product_types\";s:9:\"operation\";s:8:\"contains\";s:5:\"value\";s:8:\"physical\";s:7:\"default\";a:0:{}}}}s:31:\"wc-square-apple-pay-boost-sales\";O:8:\"stdClass\":8:{s:4:\"slug\";s:31:\"wc-square-apple-pay-boost-sales\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:26:\"Boost sales with Apple Pay\";s:7:\"content\";s:191:\"Now that you accept Apple Pay® with Square you can increase conversion rates by letting your customers know that Apple Pay® is available. Here’s a marketing guide to help you get started.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"boost-sales-marketing-guide\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:19:\"See marketing guide\";}}s:3:\"url\";s:97:\"https://developer.apple.com/apple-pay/marketing/?utm_source=inbox&utm_campaign=square-boost-sales\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:9:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"4.8\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:18:\"woocommerce-square\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"2.3\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:27:\"wc_square_apple_pay_enabled\";s:5:\"value\";i:1;s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:38:\"wc-square-apple-pay-grow-your-business\";s:6:\"status\";s:8:\"actioned\";s:9:\"operation\";s:2:\"!=\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:38:\"wc-square-apple-pay-grow-your-business\";s:6:\"status\";s:10:\"unactioned\";s:9:\"operation\";s:2:\"!=\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:27:\"wcpay-apple-pay-boost-sales\";s:6:\"status\";s:8:\"actioned\";s:9:\"operation\";s:2:\"!=\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:27:\"wcpay-apple-pay-boost-sales\";s:6:\"status\";s:10:\"unactioned\";s:9:\"operation\";s:2:\"!=\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:34:\"wcpay-apple-pay-grow-your-business\";s:6:\"status\";s:8:\"actioned\";s:9:\"operation\";s:2:\"!=\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:34:\"wcpay-apple-pay-grow-your-business\";s:6:\"status\";s:10:\"unactioned\";s:9:\"operation\";s:2:\"!=\";}}}s:38:\"wc-square-apple-pay-grow-your-business\";O:8:\"stdClass\":8:{s:4:\"slug\";s:38:\"wc-square-apple-pay-grow-your-business\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:45:\"Grow your business with Square and Apple Pay \";s:7:\"content\";s:178:\"Now more than ever, shoppers want a fast, simple, and secure online checkout experience. Increase conversion rates by letting your customers know that you now accept Apple Pay®.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"grow-your-business-marketing-guide\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:19:\"See marketing guide\";}}s:3:\"url\";s:104:\"https://developer.apple.com/apple-pay/marketing/?utm_source=inbox&utm_campaign=square-grow-your-business\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:9:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"4.8\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:18:\"woocommerce-square\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"2.3\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:27:\"wc_square_apple_pay_enabled\";s:5:\"value\";i:2;s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:31:\"wc-square-apple-pay-boost-sales\";s:6:\"status\";s:8:\"actioned\";s:9:\"operation\";s:2:\"!=\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:31:\"wc-square-apple-pay-boost-sales\";s:6:\"status\";s:10:\"unactioned\";s:9:\"operation\";s:2:\"!=\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:27:\"wcpay-apple-pay-boost-sales\";s:6:\"status\";s:8:\"actioned\";s:9:\"operation\";s:2:\"!=\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:27:\"wcpay-apple-pay-boost-sales\";s:6:\"status\";s:10:\"unactioned\";s:9:\"operation\";s:2:\"!=\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:34:\"wcpay-apple-pay-grow-your-business\";s:6:\"status\";s:8:\"actioned\";s:9:\"operation\";s:2:\"!=\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:34:\"wcpay-apple-pay-grow-your-business\";s:6:\"status\";s:10:\"unactioned\";s:9:\"operation\";s:2:\"!=\";}}}s:32:\"wcpay-apple-pay-is-now-available\";O:8:\"stdClass\":8:{s:4:\"slug\";s:32:\"wcpay-apple-pay-is-now-available\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:53:\"Apple Pay is now available with WooCommerce Payments!\";s:7:\"content\";s:397:\"Increase your conversion rate by offering a fast and secure checkout with <a href=\"https://woocommerce.com/apple-pay/?utm_source=inbox&utm_medium=product&utm_campaign=wcpay_applepay\" target=\"_blank\">Apple Pay</a>®. It’s free to get started with <a href=\"https://woocommerce.com/payments/?utm_source=inbox&utm_medium=product&utm_campaign=wcpay_applepay\" target=\"_blank\">WooCommerce Payments</a>.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"add-apple-pay\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:13:\"Add Apple Pay\";}}s:3:\"url\";s:69:\"/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:121:\"https://docs.woocommerce.com/document/payments/apple-pay/?utm_source=inbox&utm_medium=product&utm_campaign=wcpay_applepay\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"4.8\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"2.3.0\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:26:\"wcpay_is_apple_pay_enabled\";s:5:\"value\";b:0;s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}}}s:27:\"wcpay-apple-pay-boost-sales\";O:8:\"stdClass\":8:{s:4:\"slug\";s:27:\"wcpay-apple-pay-boost-sales\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:26:\"Boost sales with Apple Pay\";s:7:\"content\";s:205:\"Now that you accept Apple Pay® with WooCommerce Payments you can increase conversion rates by letting your customers know that Apple Pay® is available. Here’s a marketing guide to help you get started.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"boost-sales-marketing-guide\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:19:\"See marketing guide\";}}s:3:\"url\";s:96:\"https://developer.apple.com/apple-pay/marketing/?utm_source=inbox&utm_campaign=wcpay-boost-sales\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"4.8\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:26:\"wcpay_is_apple_pay_enabled\";s:5:\"value\";i:1;s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:34:\"wcpay-apple-pay-grow-your-business\";s:6:\"status\";s:8:\"actioned\";s:9:\"operation\";s:2:\"!=\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:34:\"wcpay-apple-pay-grow-your-business\";s:6:\"status\";s:10:\"unactioned\";s:9:\"operation\";s:2:\"!=\";}}}s:34:\"wcpay-apple-pay-grow-your-business\";O:8:\"stdClass\":8:{s:4:\"slug\";s:34:\"wcpay-apple-pay-grow-your-business\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:58:\"Grow your business with WooCommerce Payments and Apple Pay\";s:7:\"content\";s:178:\"Now more than ever, shoppers want a fast, simple, and secure online checkout experience. Increase conversion rates by letting your customers know that you now accept Apple Pay®.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"grow-your-business-marketing-guide\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:19:\"See marketing guide\";}}s:3:\"url\";s:103:\"https://developer.apple.com/apple-pay/marketing/?utm_source=inbox&utm_campaign=wcpay-grow-your-business\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"4.8\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:26:\"wcpay_is_apple_pay_enabled\";s:5:\"value\";i:2;s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:27:\"wcpay-apple-pay-boost-sales\";s:6:\"status\";s:8:\"actioned\";s:9:\"operation\";s:2:\"!=\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:27:\"wcpay-apple-pay-boost-sales\";s:6:\"status\";s:10:\"unactioned\";s:9:\"operation\";s:2:\"!=\";}}}s:37:\"wc-admin-optimizing-the-checkout-flow\";O:8:\"stdClass\":8:{s:4:\"slug\";s:37:\"wc-admin-optimizing-the-checkout-flow\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:28:\"Optimizing the checkout flow\";s:7:\"content\";s:171:\"It\'s crucial to get your store\'s checkout as smooth as possible to avoid losing sales. Let\'s take a look at how you can optimize the checkout experience for your shoppers.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"optimizing-the-checkout-flow\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:78:\"https://woocommerce.com/posts/optimizing-woocommerce-checkout?utm_source=inbox\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:3;}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:45:\"woocommerce_task_list_tracked_completed_tasks\";s:9:\"operation\";s:8:\"contains\";s:5:\"value\";s:8:\"payments\";s:7:\"default\";a:0:{}}}}s:39:\"wc-admin-first-five-things-to-customize\";O:8:\"stdClass\":8:{s:4:\"slug\";s:39:\"wc-admin-first-five-things-to-customize\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:45:\"The first 5 things to customize in your store\";s:7:\"content\";s:173:\"Deciding what to start with first is tricky. To help you properly prioritize, we\'ve put together this short list of the first few things you should customize in WooCommerce.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:82:\"https://woocommerce.com/posts/first-things-customize-woocommerce/?utm_source=inbox\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:2;}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:45:\"woocommerce_task_list_tracked_completed_tasks\";s:5:\"value\";s:9:\"NOT EMPTY\";s:7:\"default\";s:9:\"NOT EMPTY\";s:9:\"operation\";s:2:\"!=\";}}}s:32:\"wc-payments-qualitative-feedback\";O:8:\"stdClass\":8:{s:4:\"slug\";s:32:\"wc-payments-qualitative-feedback\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:55:\"WooCommerce Payments setup - let us know what you think\";s:7:\"content\";s:146:\"Congrats on enabling WooCommerce Payments for your store. Please share your feedback in this 2 minute survey to help us improve the setup process.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"qualitative-feedback-from-new-users\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:39:\"https://automattic.survey.fm/wc-pay-new\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:1:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:45:\"woocommerce_task_list_tracked_completed_tasks\";s:9:\"operation\";s:8:\"contains\";s:5:\"value\";s:20:\"woocommerce-payments\";s:7:\"default\";a:0:{}}}}s:29:\"share-your-feedback-on-paypal\";O:8:\"stdClass\":8:{s:4:\"slug\";s:29:\"share-your-feedback-on-paypal\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:29:\"Share your feedback on PayPal\";s:7:\"content\";s:127:\"Share your feedback in this 2 minute survey about how we can make the process of accepting payments more useful for your store.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"share-feedback\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:43:\"http://automattic.survey.fm/paypal-feedback\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:26:\"woocommerce-gateway-stripe\";}}}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}}}s:31:\"wcpay_instant_deposits_gtm_2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:31:\"wcpay_instant_deposits_gtm_2021\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:69:\"Get paid within minutes – Instant Deposits for WooCommerce Payments\";s:7:\"content\";s:384:\"Stay flexible with immediate access to your funds when you need them – including nights, weekends, and holidays. With <a href=\"https://woocommerce.com/products/woocommerce-payments/?utm_source=inbox&utm_medium=product&utm_campaign=wcpay_instant_deposits\">WooCommerce Payments\'</a> new Instant Deposits feature, you’re able to transfer your earnings to a debit card within minutes.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:40:\"Learn about Instant Deposits eligibility\";}}s:3:\"url\";s:136:\"https://docs.woocommerce.com/document/payments/instant-deposits/?utm_source=inbox&utm_medium=product&utm_campaign=wcpay_instant_deposits\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-05-18 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-06-01 00:00:00\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}}}s:31:\"google_listings_and_ads_install\";O:8:\"stdClass\":8:{s:4:\"slug\";s:31:\"google_listings_and_ads_install\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:35:\"Drive traffic and sales with Google\";s:7:\"content\";s:123:\"Reach online shoppers to drive traffic and sales for your store by showcasing products across Google, for free or with ads.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"get-started\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:11:\"Get started\";}}s:3:\"url\";s:56:\"https://woocommerce.com/products/google-listings-and-ads\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-06-09 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:23:\"google_listings_and_ads\";}}}}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:11:\"order_count\";s:9:\"operation\";s:1:\">\";s:5:\"value\";i:10;}}}s:39:\"wc-subscriptions-security-update-3-0-15\";O:8:\"stdClass\":8:{s:4:\"slug\";s:39:\"wc-subscriptions-security-update-3-0-15\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:42:\"WooCommerce Subscriptions security update!\";s:7:\"content\";s:736:\"We recently released an important security update to WooCommerce Subscriptions. To ensure your site\'s data is protected, please upgrade <strong>WooCommerce Subscriptions to version 3.0.15</strong> or later.<br/><br/>Click the button below to view and update to the latest Subscriptions version, or log in to <a href=\"https://woocommerce.com/my-dashboard\">WooCommerce.com Dashboard</a> and navigate to your <strong>Downloads</strong> page.<br/><br/>We recommend always using the latest version of WooCommerce Subscriptions, and other software running on your site, to ensure maximum security.<br/><br/>If you have any questions we are here to help — just <a href=\"https://woocommerce.com/my-account/create-a-ticket/\">open a ticket</a>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"update-wc-subscriptions-3-0-15\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:19:\"View latest version\";}}s:3:\"url\";s:30:\"&page=wc-addons&section=helper\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:25:\"woocommerce-subscriptions\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:6:\"3.0.15\";}}}s:29:\"woocommerce-core-update-5-4-0\";O:8:\"stdClass\":8:{s:4:\"slug\";s:29:\"woocommerce-core-update-5-4-0\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:31:\"Update to WooCommerce 5.4.1 now\";s:7:\"content\";s:140:\"WooCommerce 5.4.1 addresses a checkout issue discovered in WooCommerce 5.4. We recommend upgrading to WooCommerce 5.4.1 as soon as possible.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"update-wc-core-5-4-0\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:25:\"How to update WooCommerce\";}}s:3:\"url\";s:64:\"https://docs.woocommerce.com/document/how-to-update-woocommerce/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.0\";}}}s:19:\"wcpay-promo-2020-11\";O:8:\"stdClass\":7:{s:4:\"slug\";s:19:\"wcpay-promo-2020-11\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:19:\"wcpay-promo-2020-11\";s:7:\"content\";s:19:\"wcpay-promo-2020-11\";}}s:5:\"rules\";a:0:{}}s:19:\"wcpay-promo-2020-12\";O:8:\"stdClass\":7:{s:4:\"slug\";s:19:\"wcpay-promo-2020-12\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:19:\"wcpay-promo-2020-12\";s:7:\"content\";s:19:\"wcpay-promo-2020-12\";}}s:5:\"rules\";a:0:{}}s:30:\"wcpay-promo-2021-6-incentive-1\";O:8:\"stdClass\":8:{s:4:\"slug\";s:30:\"wcpay-promo-2021-6-incentive-1\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:74:\"Special offer: Save 50% on transaction fees for up to $125,000 in payments\";s:7:\"content\";s:715:\"Save big when you add <a href=\"https://woocommerce.com/payments/?utm_medium=notification&utm_source=product&utm_campaign=wcpay_exp222\">WooCommerce Payments</a> to your store today.\n                Get a discounted rate of 1.5% + $0.15 on all transactions – that’s 50% off the standard fee on up to $125,000 in processed payments (or six months, whichever comes first). Act now – this offer is available for a limited time only.\n                <br/><br/>By clicking \"Get WooCommerce Payments,\" you agree to the promotional <a href=\"https://woocommerce.com/terms-conditions/woocommerce-payments-half-off-six-promotion/?utm_medium=notification&utm_source=product&utm_campaign=wcpay_exp222\">Terms of Service</a>.\";}}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:58:\"Special offer: No transaction fees* for up to three months\";s:7:\"content\";s:684:\"Save big when you add <a href=\"https://woocommerce.com/payments/?utm_medium=notification&utm_source=product&utm_campaign=wcpay_exp233\">WooCommerce Payments</a> to your store today. Pay zero transaction fees* on up to $25,000 in processed payments (or three months, whichever comes first). Act now – this offer is available for a limited time only. *Currency conversion fees excluded.\n                <br/><br/>By clicking \"Get WooCommerce Payments,\" you agree to the promotional <a href=\"https://woocommerce.com/terms-conditions/woocommerce-payments-no-transaction-fees-for-three-promotion/?utm_medium=notification&utm_source=product&utm_campaign=wcpay_exp233\">Terms of Service</a>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"get-woocommerce-payments\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:24:\"Get WooCommerce Payments\";}}s:3:\"url\";s:57:\"admin.php?page=wc-admin&action=setup-woocommerce-payments\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:12:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:6:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";s:1:\"2\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";s:1:\"4\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";s:1:\"6\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";s:1:\"8\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";s:2:\"10\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";s:2:\"12\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:4:{i:0;s:17:\"crowdsignal-forms\";i:1;s:11:\"layout-grid\";i:2;s:17:\"full-site-editing\";i:3;s:13:\"page-optimize\";}}}}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:26:\"woocommerce_allow_tracking\";s:5:\"value\";s:3:\"yes\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:2:\">=\";s:4:\"days\";i:31;}i:5;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}}}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"4.0\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:10:\"db_version\";s:5:\"value\";s:5:\"45805\";s:7:\"default\";i:0;s:9:\"operation\";s:2:\">=\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:19:\"wcpay-promo-2020-11\";s:6:\"status\";s:8:\"actioned\";s:9:\"operation\";s:2:\"!=\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:19:\"wcpay-promo-2020-11\";s:6:\"status\";s:10:\"unactioned\";s:9:\"operation\";s:2:\"!=\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:19:\"wcpay-promo-2020-12\";s:6:\"status\";s:8:\"actioned\";s:9:\"operation\";s:2:\"!=\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:19:\"wcpay-promo-2020-12\";s:6:\"status\";s:10:\"unactioned\";s:9:\"operation\";s:2:\"!=\";}}}s:34:\"ppxo-pps-upgrade-paypal-payments-1\";O:8:\"stdClass\":8:{s:4:\"slug\";s:34:\"ppxo-pps-upgrade-paypal-payments-1\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:47:\"Get the latest PayPal extension for WooCommerce\";s:7:\"content\";s:440:\"Heads up! There\'s a new PayPal on the block!<br/><br/>Now is a great time to upgrade to our latest <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">PayPal extension</a> to continue to receive support and updates with PayPal.<br/><br/>Get access to a full suite of PayPal payment methods, extensive currency and country coverage, and pay later options with the all-new PayPal extension for WooCommerce.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"ppxo-pps-install-paypal-payments-1\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:18:\"View upgrade guide\";}}s:3:\"url\";s:96:\"https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:27:\"woocommerce-paypal-payments\";}}}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:27:\"woocommerce_paypal_settings\";s:9:\"operation\";s:2:\"!=\";s:5:\"value\";b:0;s:7:\"default\";b:0;}}}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";i:7;s:7:\"default\";i:1;s:9:\"operation\";s:1:\"<\";}}}s:34:\"ppxo-pps-upgrade-paypal-payments-2\";O:8:\"stdClass\":8:{s:4:\"slug\";s:34:\"ppxo-pps-upgrade-paypal-payments-2\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:31:\"Upgrade your PayPal experience!\";s:7:\"content\";s:513:\"We\'ve developed a whole new <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">PayPal extension for WooCommerce</a> that combines the best features of our many PayPal extensions into just one extension.<br/><br/>Get access to a full suite of PayPal payment methods, extensive currency and country coverage, offer subscription and recurring payments, and the new PayPal pay later options.<br/><br/>Start using our latest PayPal today to continue to receive support and updates.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"ppxo-pps-install-paypal-payments-2\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:18:\"View upgrade guide\";}}s:3:\"url\";s:96:\"https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:27:\"woocommerce-paypal-payments\";}}}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:27:\"woocommerce_paypal_settings\";s:9:\"operation\";s:2:\"!=\";s:5:\"value\";b:0;s:7:\"default\";b:0;}}}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";i:6;s:7:\"default\";i:1;s:9:\"operation\";s:1:\">\";}}}}','yes'),(288956,'action_scheduler_migration_status','complete','yes'),(275123,'woocommerce_merchant_email_notifications','yes','no'),(218933,'woocommerce_onboarding_profile','a:1:{s:9:\"completed\";b:1;}','yes'),(218934,'woocommerce_task_list_hidden','yes','yes'),(287044,'wpos_anylc_redirect','','yes'),(287060,'wpos_anylc_site_uid','26c727f8275a8a594b50e59b3b81072a','yes'),(277513,'can_compress_scripts','0','no'),(293854,'rsssl_current_version','5.0.2','yes'),(282299,'ucp_notices','a:0:{}','yes'),(264669,'jetpack_sync_settings_checksum_disable','0','yes'),(199493,'_transient_wc_count_comments','O:8:\"stdClass\":7:{s:14:\"total_comments\";i:0;s:3:\"all\";i:0;s:9:\"moderated\";i:0;s:8:\"approved\";i:0;s:4:\"spam\";i:0;s:5:\"trash\";i:0;s:12:\"post-trashed\";i:0;}','yes'),(282269,'ucp_options','a:33:{s:6:\"status\";s:1:\"0\";s:11:\"license_key\";s:0:\"\";s:14:\"license_active\";b:0;s:15:\"license_expires\";s:10:\"1900-01-01\";s:12:\"license_type\";s:0:\"\";s:8:\"end_date\";s:0:\"\";s:14:\"ga_tracking_id\";s:0:\"\";s:5:\"theme\";s:11:\"cyber_chick\";s:10:\"custom_css\";s:0:\"\";s:5:\"title\";s:34:\"[site-title] is under construction\";s:11:\"description\";s:14:\"[site-tagline]\";s:8:\"heading1\";s:40:\"Sorry, we\'re doing some work on the site\";s:7:\"content\";s:89:\"Thank you for being patient. We are doing some work on the site and will be back shortly.\";s:15:\"social_facebook\";s:0:\"\";s:14:\"social_twitter\";s:0:\"\";s:15:\"social_linkedin\";s:0:\"\";s:14:\"social_youtube\";s:0:\"\";s:12:\"social_vimeo\";s:0:\"\";s:16:\"social_pinterest\";s:0:\"\";s:15:\"social_dribbble\";s:0:\"\";s:14:\"social_behance\";s:0:\"\";s:16:\"social_instagram\";s:0:\"\";s:13:\"social_tumblr\";s:0:\"\";s:9:\"social_vk\";s:0:\"\";s:12:\"social_email\";s:0:\"\";s:12:\"social_phone\";s:0:\"\";s:12:\"social_skype\";s:0:\"\";s:15:\"social_telegram\";s:0:\"\";s:15:\"social_whatsapp\";s:0:\"\";s:12:\"login_button\";s:1:\"1\";s:8:\"linkback\";i:0;s:17:\"whitelisted_roles\";a:1:{i:0;s:13:\"administrator\";}s:17:\"whitelisted_users\";a:0:{}}','yes'),(282247,'ucp_pointers','a:0:{}','yes'),(282437,'astra-settings','a:52:{s:18:\"theme-auto-version\";s:5:\"3.0.2\";s:22:\"is_theme_queue_running\";b:0;s:33:\"_astra_pb_compatibility_completed\";b:1;s:37:\"section-footer-builder-layout-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"section-footer-builder-layout-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"section-above-header-builder-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"section-above-header-builder-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"section-below-header-builder-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"section-below-header-builder-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"section-header-mobile-trigger-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"section-primary-header-builder-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:37:\"section-primary-header-builder-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:20:\"title_tagline-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-hb-button-1-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"section-hb-html-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"section-hb-html-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"section-hb-menu-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu1-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"section-hb-menu-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu2-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:28:\"section-header-search-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-account-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"section-hb-social-icons-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:33:\"section-header-mobile-menu-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:31:\"header-mobile-menu-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"section-above-footer-builder-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"section-above-footer-builder-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"section-below-footer-builder-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:31:\"section-footer-copyright-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-footer-menu-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"section-fb-social-icons-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"section-primary-footer-builder-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:37:\"section-primary-footer-builder-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"section-fb-html-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"section-fb-html-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-footer-widget-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-footer-widget-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-footer-widget-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-footer-widget-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"site-sidebar-layout\";s:10:\"no-sidebar\";s:26:\"single-page-sidebar-layout\";s:10:\"no-sidebar\";s:26:\"single-post-sidebar-layout\";s:10:\"no-sidebar\";s:27:\"archive-post-sidebar-layout\";s:10:\"no-sidebar\";s:29:\"single-product-sidebar-layout\";s:10:\"no-sidebar\";s:10:\"link-color\";s:7:\"#9401d9\";s:11:\"theme-color\";s:7:\"#9401d9\";s:12:\"link-h-color\";s:7:\"#ffffff\";s:16:\"body-font-family\";s:20:\"\'Nunito\', sans-serif\";s:16:\"body-font-weight\";s:3:\"400\";}','yes'),(282374,'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'),(282375,'ninja_forms_zuul','25','no'),(218843,'widget_wpcom_instagram_widget','a:2:{i:1;a:1:{s:8:\"token_id\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(286330,'ac3299293_updated_at','1620046806','yes'),(157957,'widget_blog-stats','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(157960,'widget_widget_contact_info','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(157961,'widget_top-posts','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(129724,'_transient_as_comment_count','O:8:\"stdClass\":7:{s:14:\"total_comments\";i:0;s:3:\"all\";i:0;s:9:\"moderated\";i:0;s:8:\"approved\";i:0;s:4:\"spam\";i:0;s:5:\"trash\";i:0;s:12:\"post-trashed\";i:0;}','yes'),(239670,'jetpack_active_plan','a:10:{s:10:\"product_id\";i:2002;s:12:\"product_slug\";s:12:\"jetpack_free\";s:12:\"product_name\";s:12:\"Jetpack Free\";s:18:\"product_name_short\";s:4:\"Free\";s:7:\"expired\";b:0;s:14:\"billing_period\";s:0:\"\";s:13:\"user_is_owner\";b:0;s:7:\"is_free\";b:1;s:11:\"license_key\";s:0:\"\";s:8:\"features\";a:2:{s:6:\"active\";a:4:{i:0;s:7:\"akismet\";i:1;s:14:\"send-a-message\";i:2;s:15:\"whatsapp-button\";i:3;s:15:\"social-previews\";}s:9:\"available\";a:20:{s:7:\"akismet\";a:12:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";}s:18:\"vaultpress-backups\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:25:\"vaultpress-backup-archive\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:24:\"vaultpress-storage-space\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:29:\"vaultpress-automated-restores\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:15:\"simple-payments\";a:10:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";}s:8:\"calendly\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:9:\"opentable\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:14:\"send-a-message\";a:12:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";}s:15:\"whatsapp-button\";a:12:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";}s:15:\"social-previews\";a:12:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";}s:9:\"donations\";a:12:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";}s:10:\"core/video\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:10:\"core/cover\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:10:\"core/audio\";a:12:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";}s:25:\"premium-content/container\";a:12:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";}s:7:\"support\";a:12:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";}s:14:\"premium-themes\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:28:\"vaultpress-security-scanning\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:9:\"polldaddy\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}}}}','yes'),(91846,'widget_rich_web_video_slider','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(92420,'youtubeprefs_alloptions','a:79:{s:9:\"centervid\";i:0;s:6:\"glance\";i:0;s:8:\"autoplay\";i:1;s:9:\"debugmode\";i:0;s:17:\"admin_off_scripts\";i:0;s:17:\"old_script_method\";i:0;s:14:\"cc_load_policy\";i:1;s:14:\"iv_load_policy\";i:3;s:4:\"loop\";i:1;s:14:\"modestbranding\";i:1;s:2:\"fs\";i:0;s:11:\"playsinline\";i:1;s:6:\"origin\";i:1;s:8:\"controls\";i:0;s:5:\"color\";s:3:\"red\";s:8:\"nocookie\";i:0;s:12:\"gdpr_consent\";i:0;s:13:\"playlistorder\";i:0;s:8:\"acctitle\";i:1;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:10:\"defaultvol\";i:1;s:4:\"dohl\";i:1;s:9:\"onboarded\";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:1;s:3:\"rel\";i:-1;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:15;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:0:\"\";s:7:\"version\";s:8:\"13.1.2.1\";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'),(120624,'rsssl_activation_timestamp','1593183131','yes'),(120625,'rsssl_before_review_notice_user','1','yes'),(81552,'_transient_ecwid_12451314_125_2017-11-01 22:52:01','a:1:{s:19:\"default_category_id\";i:0;}','yes'),(82764,'_amn_mi-lite_to_check','1595554923','yes'),(82765,'_amn_wpforms-lite_to_check','1580481856','yes'),(190393,'woocommerce_schema_version','430','yes'),(192734,'monsterinsights_notifications','a:4:{s:6:\"update\";i:1626291544;s:4:\"feed\";a:0:{}s:6:\"events\";a:15:{i:0;a:8:{s:2:\"id\";s:55:\"monsterinsights_notification_headline_analyzer_20210705\";s:4:\"icon\";s:1484:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#D3F8EA\"/>\n<path d=\"M21.8634 18.6429C21.8634 18.8571 21.7831 19.0268 21.6224 19.1518C21.5688 19.3482 21.542 19.6786 21.542 20.1429C21.542 20.6071 21.5688 20.9375 21.6224 21.1339C21.7831 21.2768 21.8634 21.4464 21.8634 21.6429V22.0714C21.8634 22.25 21.8009 22.4018 21.6759 22.5268C21.5509 22.6518 21.3992 22.7143 21.2206 22.7143H12.4349C11.7206 22.7143 11.1134 22.4643 10.6134 21.9643C10.1134 21.4643 9.86345 20.8571 9.86345 20.1429V11.5714C9.86345 10.8571 10.1134 10.25 10.6134 9.75C11.1134 9.25 11.7206 9 12.4349 9H21.2206C21.3992 9 21.5509 9.0625 21.6759 9.1875C21.8009 9.3125 21.8634 9.46429 21.8634 9.64286V18.6429ZM13.292 12.5893V13.125C13.292 13.2321 13.3456 13.2857 13.4527 13.2857H19.1313C19.2384 13.2857 19.292 13.2321 19.292 13.125V12.5893C19.292 12.4821 19.2384 12.4286 19.1313 12.4286H13.4527C13.3456 12.4286 13.292 12.4821 13.292 12.5893ZM13.292 14.3036V14.8393C13.292 14.9464 13.3456 15 13.4527 15H19.1313C19.2384 15 19.292 14.9464 19.292 14.8393V14.3036C19.292 14.1964 19.2384 14.1429 19.1313 14.1429H13.4527C13.3456 14.1429 13.292 14.1964 13.292 14.3036ZM20.0688 21C20.0152 20.4286 20.0152 19.8571 20.0688 19.2857H12.4349C12.2027 19.2857 11.9974 19.375 11.8188 19.5536C11.6581 19.7143 11.5777 19.9107 11.5777 20.1429C11.5777 20.375 11.6581 20.5804 11.8188 20.7589C11.9974 20.9196 12.2027 21 12.4349 21H20.0688Z\" fill=\"#1EC185\"/>\n</svg>\";s:5:\"title\";s:48:\"Headline Analyzer to Boost Your Clicks & Traffic\";s:7:\"content\";s:663:\"Did you know that 36% of SEO experts think the headline is the most important SEO element? Yet many website owners don’t know how to optimize their headlines for SEO and clicks. Instead, they write copy and hope for the best, only to see disappointing results. Now there’s an easier way! <br><br><a href=\"https://www.monsterinsights.com/announcing-monsterinsights-new-headline-analyzer/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.17.0\" target=\"_blank\">With the MonsterInsights Headline Analyzer</a>, you can get targeted suggestions to improve your headlines, right in the WordPress editor.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:10:\"learn_more\";a:3:{s:3:\"url\";s:198:\"https://www.monsterinsights.com/announcing-monsterinsights-new-headline-analyzer/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.17.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"07/05/2021 2:51 pm\";s:3:\"end\";s:10:\"09/01/2021\";}i:1;a:8:{s:2:\"id\";s:62:\"monsterinsights_notification_to_setup_affiliate_links_20210705\";s:4:\"icon\";s:1484:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#D3F8EA\"/>\n<path d=\"M21.8634 18.6429C21.8634 18.8571 21.7831 19.0268 21.6224 19.1518C21.5688 19.3482 21.542 19.6786 21.542 20.1429C21.542 20.6071 21.5688 20.9375 21.6224 21.1339C21.7831 21.2768 21.8634 21.4464 21.8634 21.6429V22.0714C21.8634 22.25 21.8009 22.4018 21.6759 22.5268C21.5509 22.6518 21.3992 22.7143 21.2206 22.7143H12.4349C11.7206 22.7143 11.1134 22.4643 10.6134 21.9643C10.1134 21.4643 9.86345 20.8571 9.86345 20.1429V11.5714C9.86345 10.8571 10.1134 10.25 10.6134 9.75C11.1134 9.25 11.7206 9 12.4349 9H21.2206C21.3992 9 21.5509 9.0625 21.6759 9.1875C21.8009 9.3125 21.8634 9.46429 21.8634 9.64286V18.6429ZM13.292 12.5893V13.125C13.292 13.2321 13.3456 13.2857 13.4527 13.2857H19.1313C19.2384 13.2857 19.292 13.2321 19.292 13.125V12.5893C19.292 12.4821 19.2384 12.4286 19.1313 12.4286H13.4527C13.3456 12.4286 13.292 12.4821 13.292 12.5893ZM13.292 14.3036V14.8393C13.292 14.9464 13.3456 15 13.4527 15H19.1313C19.2384 15 19.292 14.9464 19.292 14.8393V14.3036C19.292 14.1964 19.2384 14.1429 19.1313 14.1429H13.4527C13.3456 14.1429 13.292 14.1964 13.292 14.3036ZM20.0688 21C20.0152 20.4286 20.0152 19.8571 20.0688 19.2857H12.4349C12.2027 19.2857 11.9974 19.375 11.8188 19.5536C11.6581 19.7143 11.5777 19.9107 11.5777 20.1429C11.5777 20.375 11.6581 20.5804 11.8188 20.7589C11.9974 20.9196 12.2027 21 12.4349 21H20.0688Z\" fill=\"#1EC185\"/>\n</svg>\";s:5:\"title\";s:30:\"Set Up Affiliate Link Tracking\";s:7:\"content\";s:557:\"By tracking your affiliate links in Google Analytics, you can gather all the data you need to optimize your links for maximizing affiliate revenue. You can track affiliate link clicks on your website with little configuration needed.<br><br><a href=\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.17.0\" target=\"_blank\">In this article</a>, we’ll show you how to set up affiliate link tracking in WordPress.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:9:\"read_more\";a:3:{s:3:\"url\";s:200:\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.17.0\";s:4:\"text\";s:9:\"Read More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"07/05/2021 2:50 pm\";s:3:\"end\";s:10:\"07/28/2021\";}i:2;a:8:{s:2:\"id\";s:65:\"monsterinsights_notification_to_add_more_file_extensions_20210705\";s:4:\"icon\";s:1484:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#D3F8EA\"/>\n<path d=\"M21.8634 18.6429C21.8634 18.8571 21.7831 19.0268 21.6224 19.1518C21.5688 19.3482 21.542 19.6786 21.542 20.1429C21.542 20.6071 21.5688 20.9375 21.6224 21.1339C21.7831 21.2768 21.8634 21.4464 21.8634 21.6429V22.0714C21.8634 22.25 21.8009 22.4018 21.6759 22.5268C21.5509 22.6518 21.3992 22.7143 21.2206 22.7143H12.4349C11.7206 22.7143 11.1134 22.4643 10.6134 21.9643C10.1134 21.4643 9.86345 20.8571 9.86345 20.1429V11.5714C9.86345 10.8571 10.1134 10.25 10.6134 9.75C11.1134 9.25 11.7206 9 12.4349 9H21.2206C21.3992 9 21.5509 9.0625 21.6759 9.1875C21.8009 9.3125 21.8634 9.46429 21.8634 9.64286V18.6429ZM13.292 12.5893V13.125C13.292 13.2321 13.3456 13.2857 13.4527 13.2857H19.1313C19.2384 13.2857 19.292 13.2321 19.292 13.125V12.5893C19.292 12.4821 19.2384 12.4286 19.1313 12.4286H13.4527C13.3456 12.4286 13.292 12.4821 13.292 12.5893ZM13.292 14.3036V14.8393C13.292 14.9464 13.3456 15 13.4527 15H19.1313C19.2384 15 19.292 14.9464 19.292 14.8393V14.3036C19.292 14.1964 19.2384 14.1429 19.1313 14.1429H13.4527C13.3456 14.1429 13.292 14.1964 13.292 14.3036ZM20.0688 21C20.0152 20.4286 20.0152 19.8571 20.0688 19.2857H12.4349C12.2027 19.2857 11.9974 19.375 11.8188 19.5536C11.6581 19.7143 11.5777 19.9107 11.5777 20.1429C11.5777 20.375 11.6581 20.5804 11.8188 20.7589C11.9974 20.9196 12.2027 21 12.4349 21H20.0688Z\" fill=\"#1EC185\"/>\n</svg>\";s:5:\"title\";s:46:\"Add More File Extensions to Track as Downloads\";s:7:\"content\";s:814:\"By default, MonsterInsights automatically tracks downloads of the following file extensions: doc, pdf, ppt, zip, xls, docx, pptx, and xlsx. You can easily add or remove extensions from that list in the <a href=\"https://lavishluxebylenee.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\">Engagement settings</a> of MonsterInsights.<br><br> You can view your Top Downloads report directly in the MonsterInsights <a href=\"https://lavishluxebylenee.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-download-links&monsterinsights-highlight=monsterinsights-report-download-links#/publishers\">Publishers report</a>.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:24:\"add_more_file_extensions\";a:2:{s:3:\"url\";s:231:\"https://lavishluxebylenee.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\";s:4:\"text\";s:19:\"Add File Extensions\";}}s:5:\"start\";s:18:\"07/05/2021 2:33 pm\";s:3:\"end\";s:10:\"07/23/2021\";}i:3;a:8:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_google_optimize_20210705\";s:4:\"icon\";s:1002:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#FAD1D1\"/>\n<path d=\"M17.3634 19.0714C17.792 19.4821 18.0063 19.9821 18.0063 20.5714C18.0063 21.1607 17.792 21.6607 17.3634 22.0714C16.9527 22.5 16.4527 22.7143 15.8634 22.7143C15.2742 22.7143 14.7652 22.5 14.3367 22.0714C13.9259 21.6607 13.7206 21.1607 13.7206 20.5714C13.7206 19.9821 13.9259 19.4821 14.3367 19.0714C14.7652 18.6429 15.2742 18.4286 15.8634 18.4286C16.4527 18.4286 16.9527 18.6429 17.3634 19.0714ZM13.9617 9.66964C13.9617 9.49107 14.0242 9.33929 14.1492 9.21429C14.2742 9.07143 14.4259 9 14.6045 9H17.1224C17.3009 9 17.4527 9.07143 17.5777 9.21429C17.7027 9.33929 17.7652 9.49107 17.7652 9.66964L17.3902 16.9554C17.3902 17.1339 17.3277 17.2857 17.2027 17.4107C17.0777 17.5179 16.9259 17.5714 16.7474 17.5714H14.9795C14.8009 17.5714 14.6492 17.5179 14.5242 17.4107C14.3992 17.2857 14.3367 17.1339 14.3367 16.9554L13.9617 9.66964Z\" fill=\"#EB5757\"/>\n</svg>\";s:5:\"title\";s:56:\"Upgrade to MonsterInsights Pro to Enable Google Optimize\";s:7:\"content\";s:659:\"<a href=\"https://www.monsterinsights.com/addon/google-optimize/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.17.0\" target=\"_blank\">Google Optimize</a> is a free A/B testing and personalization product by Google that lets you easily conduct experiments to see what works best on your site. With Google Optimize, you can use split testing and personalization to create online experiences that engage and delight your customers. <a href=\"https://www.shareasale.com/r.cfm?B=971799&U=1258907&M=69975&urllink=\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to unlock the Google Optimize addon.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:68:\"https://www.shareasale.com/r.cfm?B=971799&U=1258907&M=69975&urllink=\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"07/05/2021 2:33 pm\";s:3:\"end\";s:10:\"08/02/2021\";}i:4;a:8:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_email_summaries_20210705\";s:4:\"icon\";s:1002:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#FAD1D1\"/>\n<path d=\"M17.3634 19.0714C17.792 19.4821 18.0063 19.9821 18.0063 20.5714C18.0063 21.1607 17.792 21.6607 17.3634 22.0714C16.9527 22.5 16.4527 22.7143 15.8634 22.7143C15.2742 22.7143 14.7652 22.5 14.3367 22.0714C13.9259 21.6607 13.7206 21.1607 13.7206 20.5714C13.7206 19.9821 13.9259 19.4821 14.3367 19.0714C14.7652 18.6429 15.2742 18.4286 15.8634 18.4286C16.4527 18.4286 16.9527 18.6429 17.3634 19.0714ZM13.9617 9.66964C13.9617 9.49107 14.0242 9.33929 14.1492 9.21429C14.2742 9.07143 14.4259 9 14.6045 9H17.1224C17.3009 9 17.4527 9.07143 17.5777 9.21429C17.7027 9.33929 17.7652 9.49107 17.7652 9.66964L17.3902 16.9554C17.3902 17.1339 17.3277 17.2857 17.2027 17.4107C17.0777 17.5179 16.9259 17.5714 16.7474 17.5714H14.9795C14.8009 17.5714 14.6492 17.5179 14.5242 17.4107C14.3992 17.2857 14.3367 17.1339 14.3367 16.9554L13.9617 9.66964Z\" fill=\"#EB5757\"/>\n</svg>\";s:5:\"title\";s:58:\"Upgrade to MonsterInsights Pro to get weekly email reports\";s:7:\"content\";s:551:\"Wouldn’t it be easy if you could get your website’s performance report in your email inbox every week? With our new feature, Email Summaries, you can now view all your important stats in a simple report that’s delivered straight to your inbox. <br><br>You get an overview of your site\'s performance without logging in to WordPress or going through different Analytics reports. <a href=\"https://www.shareasale.com/r.cfm?B=971799&U=1258907&M=69975&urllink=\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to enable the Email Summaries feature.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:68:\"https://www.shareasale.com/r.cfm?B=971799&U=1258907&M=69975&urllink=\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"07/05/2021 2:30 pm\";s:3:\"end\";s:10:\"08/02/2021\";}i:5;a:8:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_form_conversion_20210705\";s:4:\"icon\";s:1002:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#FAD1D1\"/>\n<path d=\"M17.3634 19.0714C17.792 19.4821 18.0063 19.9821 18.0063 20.5714C18.0063 21.1607 17.792 21.6607 17.3634 22.0714C16.9527 22.5 16.4527 22.7143 15.8634 22.7143C15.2742 22.7143 14.7652 22.5 14.3367 22.0714C13.9259 21.6607 13.7206 21.1607 13.7206 20.5714C13.7206 19.9821 13.9259 19.4821 14.3367 19.0714C14.7652 18.6429 15.2742 18.4286 15.8634 18.4286C16.4527 18.4286 16.9527 18.6429 17.3634 19.0714ZM13.9617 9.66964C13.9617 9.49107 14.0242 9.33929 14.1492 9.21429C14.2742 9.07143 14.4259 9 14.6045 9H17.1224C17.3009 9 17.4527 9.07143 17.5777 9.21429C17.7027 9.33929 17.7652 9.49107 17.7652 9.66964L17.3902 16.9554C17.3902 17.1339 17.3277 17.2857 17.2027 17.4107C17.0777 17.5179 16.9259 17.5714 16.7474 17.5714H14.9795C14.8009 17.5714 14.6492 17.5179 14.5242 17.4107C14.3992 17.2857 14.3367 17.1339 14.3367 16.9554L13.9617 9.66964Z\" fill=\"#EB5757\"/>\n</svg>\";s:5:\"title\";s:55:\"Upgrade to MonsterInsights Pro to Track Form Conversion\";s:7:\"content\";s:635:\"Forms are one of the most important points of interaction on your website. When a visitor fills out a form on your site, they’re taking the next step in their customer journey. That’s why it’s so crucial that your WordPress forms are optimized for conversions. Upgrade to <a href=\"https://www.shareasale.com/r.cfm?B=971799&U=1258907&M=69975&urllink=\" target=\"_blank\">MonsterInsights Pro</a> to track <a href=\"https://www.monsterinsights.com/addon/forms/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.17.0\" target=\"_blank\">form conversions in Google Analytics.</a>\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:68:\"https://www.shareasale.com/r.cfm?B=971799&U=1258907&M=69975&urllink=\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"07/05/2021 2:17 pm\";s:3:\"end\";s:10:\"07/23/2021\";}i:6;a:8:{s:2:\"id\";s:71:\"monsterinsights_notification_upgrade_for_search_console_report_20210705\";s:4:\"icon\";s:1002:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#FAD1D1\"/>\n<path d=\"M17.3634 19.0714C17.792 19.4821 18.0063 19.9821 18.0063 20.5714C18.0063 21.1607 17.792 21.6607 17.3634 22.0714C16.9527 22.5 16.4527 22.7143 15.8634 22.7143C15.2742 22.7143 14.7652 22.5 14.3367 22.0714C13.9259 21.6607 13.7206 21.1607 13.7206 20.5714C13.7206 19.9821 13.9259 19.4821 14.3367 19.0714C14.7652 18.6429 15.2742 18.4286 15.8634 18.4286C16.4527 18.4286 16.9527 18.6429 17.3634 19.0714ZM13.9617 9.66964C13.9617 9.49107 14.0242 9.33929 14.1492 9.21429C14.2742 9.07143 14.4259 9 14.6045 9H17.1224C17.3009 9 17.4527 9.07143 17.5777 9.21429C17.7027 9.33929 17.7652 9.49107 17.7652 9.66964L17.3902 16.9554C17.3902 17.1339 17.3277 17.2857 17.2027 17.4107C17.0777 17.5179 16.9259 17.5714 16.7474 17.5714H14.9795C14.8009 17.5714 14.6492 17.5179 14.5242 17.4107C14.3992 17.2857 14.3367 17.1339 14.3367 16.9554L13.9617 9.66964Z\" fill=\"#EB5757\"/>\n</svg>\";s:5:\"title\";s:77:\"Get access to Google Search Keywords data by upgrading to MonsterInsights Pro\";s:7:\"content\";s:522:\"Do you want to find out which search terms from Google bring your site the most visitors? <a href=\"https://www.shareasale.com/r.cfm?B=971799&U=1258907&M=69975&urllink=\" target=\"_blank\">Upgrade to MonsterInsights PRO</a> today and get access to the <a href=\"https://www.monsterinsights.com/feature/search-console-report/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.17.0\" target=\"_blank\">Search Console Report</a> and more directly in your WordPress admin.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:68:\"https://www.shareasale.com/r.cfm?B=971799&U=1258907&M=69975&urllink=\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"07/05/2021 2:16 pm\";s:3:\"end\";s:10:\"08/02/2021\";}i:7;a:8:{s:2:\"id\";s:56:\"monsterinsights_notification_returning_visitors_20210705\";s:4:\"icon\";s:1484:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#D3F8EA\"/>\n<path d=\"M21.8634 18.6429C21.8634 18.8571 21.7831 19.0268 21.6224 19.1518C21.5688 19.3482 21.542 19.6786 21.542 20.1429C21.542 20.6071 21.5688 20.9375 21.6224 21.1339C21.7831 21.2768 21.8634 21.4464 21.8634 21.6429V22.0714C21.8634 22.25 21.8009 22.4018 21.6759 22.5268C21.5509 22.6518 21.3992 22.7143 21.2206 22.7143H12.4349C11.7206 22.7143 11.1134 22.4643 10.6134 21.9643C10.1134 21.4643 9.86345 20.8571 9.86345 20.1429V11.5714C9.86345 10.8571 10.1134 10.25 10.6134 9.75C11.1134 9.25 11.7206 9 12.4349 9H21.2206C21.3992 9 21.5509 9.0625 21.6759 9.1875C21.8009 9.3125 21.8634 9.46429 21.8634 9.64286V18.6429ZM13.292 12.5893V13.125C13.292 13.2321 13.3456 13.2857 13.4527 13.2857H19.1313C19.2384 13.2857 19.292 13.2321 19.292 13.125V12.5893C19.292 12.4821 19.2384 12.4286 19.1313 12.4286H13.4527C13.3456 12.4286 13.292 12.4821 13.292 12.5893ZM13.292 14.3036V14.8393C13.292 14.9464 13.3456 15 13.4527 15H19.1313C19.2384 15 19.292 14.9464 19.292 14.8393V14.3036C19.292 14.1964 19.2384 14.1429 19.1313 14.1429H13.4527C13.3456 14.1429 13.292 14.1964 13.292 14.3036ZM20.0688 21C20.0152 20.4286 20.0152 19.8571 20.0688 19.2857H12.4349C12.2027 19.2857 11.9974 19.375 11.8188 19.5536C11.6581 19.7143 11.5777 19.9107 11.5777 20.1429C11.5777 20.375 11.6581 20.5804 11.8188 20.7589C11.9974 20.9196 12.2027 21 12.4349 21H20.0688Z\" fill=\"#1EC185\"/>\n</svg>\";s:5:\"title\";s:44:\"Only 0% of your visitors return to your site\";s:7:\"content\";s:499:\"For any website, returning visitors are important because they indicate how successful your marketing campaigns are, who are your loyal customers, and how powerful your brand is. <a href=\"https://www.monsterinsights.com/proven-ways-to-increase-your-returning-visitor-rate/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.17.0\" target=\"_blank\">In this article</a>, we’ll show you 7 proven ways to increase your returning visitor rate.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:156:\"https://lavishluxebylenee.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=newvsreturning&monsterinsights-highlight=newvsreturning\";s:4:\"text\";s:11:\"View Report\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:201:\"https://www.monsterinsights.com/proven-ways-to-increase-your-returning-visitor-rate/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.17.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"07/05/2021 2:07 pm\";s:3:\"end\";s:10:\"07/18/2021\";}i:8;a:8:{s:2:\"id\";s:52:\"monsterinsights_notification_upgrade_to_pro_20210705\";s:4:\"icon\";s:814:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#D4E7F7\"/>\n<path d=\"M15.0867 9.48214C15.2474 9.16071 15.5063 9 15.8634 9C16.2206 9 16.4795 9.16071 16.6402 9.48214L18.3813 13.0179L22.292 13.6071C22.6492 13.6429 22.8813 13.8304 22.9884 14.1696C23.0956 14.5089 23.0242 14.8036 22.7742 15.0536L19.9349 17.8125L20.6045 21.7232C20.6581 22.0625 20.542 22.3304 20.2563 22.5268C19.9706 22.7411 19.6759 22.7679 19.3724 22.6071L15.8634 20.7857L12.3545 22.6071C12.0509 22.7857 11.7563 22.7679 11.4706 22.5536C11.1849 22.3393 11.0688 22.0625 11.1224 21.7232L11.792 17.8125L8.95274 15.0536C8.70274 14.8036 8.63131 14.5089 8.73845 14.1696C8.84559 13.8304 9.07774 13.6429 9.43488 13.6071L13.3456 13.0179L15.0867 9.48214Z\" fill=\"#2679C1\"/>\n</svg>\";s:5:\"title\";s:71:\"Upgrade to MonsterInsights Pro and unlock advanced tracking and reports\";s:7:\"content\";s:197:\"By upgrading to MonsterInsights Pro you get access to additional reports right in your WordPress dashboard and advanced tracking features like eCommerce, Custom Dimensions, Forms tracking and more!\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:14:\"upgrade_to_pro\";a:3:{s:3:\"url\";s:68:\"https://www.shareasale.com/r.cfm?B=971799&U=1258907&M=69975&urllink=\";s:4:\"text\";s:14:\"Upgrade to Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"07/05/2021 1:57 pm\";s:3:\"end\";s:10:\"08/12/2021\";}i:9;a:8:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20210705\";s:4:\"icon\";s:1484:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#D3F8EA\"/>\n<path d=\"M21.8634 18.6429C21.8634 18.8571 21.7831 19.0268 21.6224 19.1518C21.5688 19.3482 21.542 19.6786 21.542 20.1429C21.542 20.6071 21.5688 20.9375 21.6224 21.1339C21.7831 21.2768 21.8634 21.4464 21.8634 21.6429V22.0714C21.8634 22.25 21.8009 22.4018 21.6759 22.5268C21.5509 22.6518 21.3992 22.7143 21.2206 22.7143H12.4349C11.7206 22.7143 11.1134 22.4643 10.6134 21.9643C10.1134 21.4643 9.86345 20.8571 9.86345 20.1429V11.5714C9.86345 10.8571 10.1134 10.25 10.6134 9.75C11.1134 9.25 11.7206 9 12.4349 9H21.2206C21.3992 9 21.5509 9.0625 21.6759 9.1875C21.8009 9.3125 21.8634 9.46429 21.8634 9.64286V18.6429ZM13.292 12.5893V13.125C13.292 13.2321 13.3456 13.2857 13.4527 13.2857H19.1313C19.2384 13.2857 19.292 13.2321 19.292 13.125V12.5893C19.292 12.4821 19.2384 12.4286 19.1313 12.4286H13.4527C13.3456 12.4286 13.292 12.4821 13.292 12.5893ZM13.292 14.3036V14.8393C13.292 14.9464 13.3456 15 13.4527 15H19.1313C19.2384 15 19.292 14.9464 19.292 14.8393V14.3036C19.292 14.1964 19.2384 14.1429 19.1313 14.1429H13.4527C13.3456 14.1429 13.292 14.1964 13.292 14.3036ZM20.0688 21C20.0152 20.4286 20.0152 19.8571 20.0688 19.2857H12.4349C12.2027 19.2857 11.9974 19.375 11.8188 19.5536C11.6581 19.7143 11.5777 19.9107 11.5777 20.1429C11.5777 20.375 11.6581 20.5804 11.8188 20.7589C11.9974 20.9196 12.2027 21 12.4349 21H20.0688Z\" fill=\"#1EC185\"/>\n</svg>\";s:5:\"title\";s:33:\"Traffic from Mobile Devices is 0%\";s:7:\"content\";s:526:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.17.0\" target=\"_blank\">how your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:142:\"https://lavishluxebylenee.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:11:\"View Report\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:211:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.17.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"07/05/2021 1:56 pm\";s:3:\"end\";s:10:\"07/18/2021\";}i:10;a:8:{s:2:\"id\";s:62:\"monsterinsights_notification_to_setup_affiliate_links_20210502\";s:4:\"icon\";s:1484:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#D3F8EA\"/>\n<path d=\"M21.8634 18.6429C21.8634 18.8571 21.7831 19.0268 21.6224 19.1518C21.5688 19.3482 21.542 19.6786 21.542 20.1429C21.542 20.6071 21.5688 20.9375 21.6224 21.1339C21.7831 21.2768 21.8634 21.4464 21.8634 21.6429V22.0714C21.8634 22.25 21.8009 22.4018 21.6759 22.5268C21.5509 22.6518 21.3992 22.7143 21.2206 22.7143H12.4349C11.7206 22.7143 11.1134 22.4643 10.6134 21.9643C10.1134 21.4643 9.86345 20.8571 9.86345 20.1429V11.5714C9.86345 10.8571 10.1134 10.25 10.6134 9.75C11.1134 9.25 11.7206 9 12.4349 9H21.2206C21.3992 9 21.5509 9.0625 21.6759 9.1875C21.8009 9.3125 21.8634 9.46429 21.8634 9.64286V18.6429ZM13.292 12.5893V13.125C13.292 13.2321 13.3456 13.2857 13.4527 13.2857H19.1313C19.2384 13.2857 19.292 13.2321 19.292 13.125V12.5893C19.292 12.4821 19.2384 12.4286 19.1313 12.4286H13.4527C13.3456 12.4286 13.292 12.4821 13.292 12.5893ZM13.292 14.3036V14.8393C13.292 14.9464 13.3456 15 13.4527 15H19.1313C19.2384 15 19.292 14.9464 19.292 14.8393V14.3036C19.292 14.1964 19.2384 14.1429 19.1313 14.1429H13.4527C13.3456 14.1429 13.292 14.1964 13.292 14.3036ZM20.0688 21C20.0152 20.4286 20.0152 19.8571 20.0688 19.2857H12.4349C12.2027 19.2857 11.9974 19.375 11.8188 19.5536C11.6581 19.7143 11.5777 19.9107 11.5777 20.1429C11.5777 20.375 11.6581 20.5804 11.8188 20.7589C11.9974 20.9196 12.2027 21 12.4349 21H20.0688Z\" fill=\"#1EC185\"/>\n</svg>\";s:5:\"title\";s:30:\"Set Up Affiliate Link Tracking\";s:7:\"content\";s:557:\"By tracking your affiliate links in Google Analytics, you can gather all the data you need to optimize your links for maximizing affiliate revenue. You can track affiliate link clicks on your website with little configuration needed.<br><br><a href=\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.17.0\" target=\"_blank\">In this article</a>, we’ll show you how to set up affiliate link tracking in WordPress.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:9:\"read_more\";a:3:{s:3:\"url\";s:200:\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.17.0\";s:4:\"text\";s:9:\"Read More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"05/02/2021 10:14 pm\";s:3:\"end\";s:10:\"05/25/2021\";}i:11;a:8:{s:2:\"id\";s:65:\"monsterinsights_notification_to_add_more_file_extensions_20210502\";s:4:\"icon\";s:1484:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#D3F8EA\"/>\n<path d=\"M21.8634 18.6429C21.8634 18.8571 21.7831 19.0268 21.6224 19.1518C21.5688 19.3482 21.542 19.6786 21.542 20.1429C21.542 20.6071 21.5688 20.9375 21.6224 21.1339C21.7831 21.2768 21.8634 21.4464 21.8634 21.6429V22.0714C21.8634 22.25 21.8009 22.4018 21.6759 22.5268C21.5509 22.6518 21.3992 22.7143 21.2206 22.7143H12.4349C11.7206 22.7143 11.1134 22.4643 10.6134 21.9643C10.1134 21.4643 9.86345 20.8571 9.86345 20.1429V11.5714C9.86345 10.8571 10.1134 10.25 10.6134 9.75C11.1134 9.25 11.7206 9 12.4349 9H21.2206C21.3992 9 21.5509 9.0625 21.6759 9.1875C21.8009 9.3125 21.8634 9.46429 21.8634 9.64286V18.6429ZM13.292 12.5893V13.125C13.292 13.2321 13.3456 13.2857 13.4527 13.2857H19.1313C19.2384 13.2857 19.292 13.2321 19.292 13.125V12.5893C19.292 12.4821 19.2384 12.4286 19.1313 12.4286H13.4527C13.3456 12.4286 13.292 12.4821 13.292 12.5893ZM13.292 14.3036V14.8393C13.292 14.9464 13.3456 15 13.4527 15H19.1313C19.2384 15 19.292 14.9464 19.292 14.8393V14.3036C19.292 14.1964 19.2384 14.1429 19.1313 14.1429H13.4527C13.3456 14.1429 13.292 14.1964 13.292 14.3036ZM20.0688 21C20.0152 20.4286 20.0152 19.8571 20.0688 19.2857H12.4349C12.2027 19.2857 11.9974 19.375 11.8188 19.5536C11.6581 19.7143 11.5777 19.9107 11.5777 20.1429C11.5777 20.375 11.6581 20.5804 11.8188 20.7589C11.9974 20.9196 12.2027 21 12.4349 21H20.0688Z\" fill=\"#1EC185\"/>\n</svg>\";s:5:\"title\";s:46:\"Add More File Extensions to Track as Downloads\";s:7:\"content\";s:814:\"By default, MonsterInsights automatically tracks downloads of the following file extensions: doc, pdf, ppt, zip, xls, docx, pptx, and xlsx. You can easily add or remove extensions from that list in the <a href=\"https://lavishluxebylenee.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\">Engagement settings</a> of MonsterInsights.<br><br> You can view your Top Downloads report directly in the MonsterInsights <a href=\"https://lavishluxebylenee.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-download-links&monsterinsights-highlight=monsterinsights-report-download-links#/publishers\">Publishers report</a>.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:24:\"add_more_file_extensions\";a:2:{s:3:\"url\";s:231:\"https://lavishluxebylenee.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\";s:4:\"text\";s:19:\"Add File Extensions\";}}s:5:\"start\";s:18:\"05/02/2021 9:41 pm\";s:3:\"end\";s:10:\"05/20/2021\";}i:12;a:8:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_form_conversion_20210502\";s:4:\"icon\";s:1002:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#FAD1D1\"/>\n<path d=\"M17.3634 19.0714C17.792 19.4821 18.0063 19.9821 18.0063 20.5714C18.0063 21.1607 17.792 21.6607 17.3634 22.0714C16.9527 22.5 16.4527 22.7143 15.8634 22.7143C15.2742 22.7143 14.7652 22.5 14.3367 22.0714C13.9259 21.6607 13.7206 21.1607 13.7206 20.5714C13.7206 19.9821 13.9259 19.4821 14.3367 19.0714C14.7652 18.6429 15.2742 18.4286 15.8634 18.4286C16.4527 18.4286 16.9527 18.6429 17.3634 19.0714ZM13.9617 9.66964C13.9617 9.49107 14.0242 9.33929 14.1492 9.21429C14.2742 9.07143 14.4259 9 14.6045 9H17.1224C17.3009 9 17.4527 9.07143 17.5777 9.21429C17.7027 9.33929 17.7652 9.49107 17.7652 9.66964L17.3902 16.9554C17.3902 17.1339 17.3277 17.2857 17.2027 17.4107C17.0777 17.5179 16.9259 17.5714 16.7474 17.5714H14.9795C14.8009 17.5714 14.6492 17.5179 14.5242 17.4107C14.3992 17.2857 14.3367 17.1339 14.3367 16.9554L13.9617 9.66964Z\" fill=\"#EB5757\"/>\n</svg>\";s:5:\"title\";s:55:\"Upgrade to MonsterInsights Pro to Track Form Conversion\";s:7:\"content\";s:635:\"Forms are one of the most important points of interaction on your website. When a visitor fills out a form on your site, they’re taking the next step in their customer journey. That’s why it’s so crucial that your WordPress forms are optimized for conversions. Upgrade to <a href=\"https://www.shareasale.com/r.cfm?B=971799&U=1258907&M=69975&urllink=\" target=\"_blank\">MonsterInsights Pro</a> to track <a href=\"https://www.monsterinsights.com/addon/forms/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.17.0\" target=\"_blank\">form conversions in Google Analytics.</a>\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:68:\"https://www.shareasale.com/r.cfm?B=971799&U=1258907&M=69975&urllink=\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"05/02/2021 3:33 pm\";s:3:\"end\";s:10:\"05/20/2021\";}i:13;a:8:{s:2:\"id\";s:56:\"monsterinsights_notification_returning_visitors_20210502\";s:4:\"icon\";s:1484:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#D3F8EA\"/>\n<path d=\"M21.8634 18.6429C21.8634 18.8571 21.7831 19.0268 21.6224 19.1518C21.5688 19.3482 21.542 19.6786 21.542 20.1429C21.542 20.6071 21.5688 20.9375 21.6224 21.1339C21.7831 21.2768 21.8634 21.4464 21.8634 21.6429V22.0714C21.8634 22.25 21.8009 22.4018 21.6759 22.5268C21.5509 22.6518 21.3992 22.7143 21.2206 22.7143H12.4349C11.7206 22.7143 11.1134 22.4643 10.6134 21.9643C10.1134 21.4643 9.86345 20.8571 9.86345 20.1429V11.5714C9.86345 10.8571 10.1134 10.25 10.6134 9.75C11.1134 9.25 11.7206 9 12.4349 9H21.2206C21.3992 9 21.5509 9.0625 21.6759 9.1875C21.8009 9.3125 21.8634 9.46429 21.8634 9.64286V18.6429ZM13.292 12.5893V13.125C13.292 13.2321 13.3456 13.2857 13.4527 13.2857H19.1313C19.2384 13.2857 19.292 13.2321 19.292 13.125V12.5893C19.292 12.4821 19.2384 12.4286 19.1313 12.4286H13.4527C13.3456 12.4286 13.292 12.4821 13.292 12.5893ZM13.292 14.3036V14.8393C13.292 14.9464 13.3456 15 13.4527 15H19.1313C19.2384 15 19.292 14.9464 19.292 14.8393V14.3036C19.292 14.1964 19.2384 14.1429 19.1313 14.1429H13.4527C13.3456 14.1429 13.292 14.1964 13.292 14.3036ZM20.0688 21C20.0152 20.4286 20.0152 19.8571 20.0688 19.2857H12.4349C12.2027 19.2857 11.9974 19.375 11.8188 19.5536C11.6581 19.7143 11.5777 19.9107 11.5777 20.1429C11.5777 20.375 11.6581 20.5804 11.8188 20.7589C11.9974 20.9196 12.2027 21 12.4349 21H20.0688Z\" fill=\"#1EC185\"/>\n</svg>\";s:5:\"title\";s:44:\"Only 0% of your visitors return to your site\";s:7:\"content\";s:499:\"For any website, returning visitors are important because they indicate how successful your marketing campaigns are, who are your loyal customers, and how powerful your brand is. <a href=\"https://www.monsterinsights.com/proven-ways-to-increase-your-returning-visitor-rate/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.17.0\" target=\"_blank\">In this article</a>, we’ll show you 7 proven ways to increase your returning visitor rate.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:156:\"https://lavishluxebylenee.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=newvsreturning&monsterinsights-highlight=newvsreturning\";s:4:\"text\";s:11:\"View Report\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:201:\"https://www.monsterinsights.com/proven-ways-to-increase-your-returning-visitor-rate/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.17.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"05/02/2021 3:27 pm\";s:3:\"end\";s:10:\"05/15/2021\";}i:14;a:8:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20210502\";s:4:\"icon\";s:1484:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#D3F8EA\"/>\n<path d=\"M21.8634 18.6429C21.8634 18.8571 21.7831 19.0268 21.6224 19.1518C21.5688 19.3482 21.542 19.6786 21.542 20.1429C21.542 20.6071 21.5688 20.9375 21.6224 21.1339C21.7831 21.2768 21.8634 21.4464 21.8634 21.6429V22.0714C21.8634 22.25 21.8009 22.4018 21.6759 22.5268C21.5509 22.6518 21.3992 22.7143 21.2206 22.7143H12.4349C11.7206 22.7143 11.1134 22.4643 10.6134 21.9643C10.1134 21.4643 9.86345 20.8571 9.86345 20.1429V11.5714C9.86345 10.8571 10.1134 10.25 10.6134 9.75C11.1134 9.25 11.7206 9 12.4349 9H21.2206C21.3992 9 21.5509 9.0625 21.6759 9.1875C21.8009 9.3125 21.8634 9.46429 21.8634 9.64286V18.6429ZM13.292 12.5893V13.125C13.292 13.2321 13.3456 13.2857 13.4527 13.2857H19.1313C19.2384 13.2857 19.292 13.2321 19.292 13.125V12.5893C19.292 12.4821 19.2384 12.4286 19.1313 12.4286H13.4527C13.3456 12.4286 13.292 12.4821 13.292 12.5893ZM13.292 14.3036V14.8393C13.292 14.9464 13.3456 15 13.4527 15H19.1313C19.2384 15 19.292 14.9464 19.292 14.8393V14.3036C19.292 14.1964 19.2384 14.1429 19.1313 14.1429H13.4527C13.3456 14.1429 13.292 14.1964 13.292 14.3036ZM20.0688 21C20.0152 20.4286 20.0152 19.8571 20.0688 19.2857H12.4349C12.2027 19.2857 11.9974 19.375 11.8188 19.5536C11.6581 19.7143 11.5777 19.9107 11.5777 20.1429C11.5777 20.375 11.6581 20.5804 11.8188 20.7589C11.9974 20.9196 12.2027 21 12.4349 21H20.0688Z\" fill=\"#1EC185\"/>\n</svg>\";s:5:\"title\";s:33:\"Traffic from Mobile Devices is 0%\";s:7:\"content\";s:526:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.17.0\" target=\"_blank\">how your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:142:\"https://lavishluxebylenee.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:11:\"View Report\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:211:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.17.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"05/02/2021 3:26 pm\";s:3:\"end\";s:10:\"05/15/2021\";}}s:9:\"dismissed\";a:0:{}}','yes'),(256846,'rsssl_remaining_tasks','1','yes'),(294363,'_transient_wc_attribute_taxonomies','a:0:{}','yes'),(254733,'wpforms_email_summaries_fetch_info_blocks_last_run','1614272252','yes'),(286596,'0f8b92dbb_updated_at','1614552248','yes'),(234096,'auto_update_plugins','a:23:{i:1;s:19:\"akismet/akismet.php\";i:2;s:35:\"backupwordpress/backupwordpress.php\";i:7;s:19:\"jetpack/jetpack.php\";i:8;s:51:\"mailchimp-for-woocommerce/mailchimp-woocommerce.php\";i:9;s:39:\"siteorigin-panels/siteorigin-panels.php\";i:15;s:27:\"woocommerce/woocommerce.php\";i:16;s:91:\"woocommerce-gateway-paypal-express-checkout/woocommerce-gateway-paypal-express-checkout.php\";i:17;s:45:\"woocommerce-services/woocommerce-services.php\";i:18;s:57:\"woocommerce-gateway-stripe/woocommerce-gateway-stripe.php\";i:20;s:41:\"wpfront-scroll-top/wpfront-scroll-top.php\";i:21;s:67:\"product-options-for-woocommerce/product-options-for-woocommerce.php\";i:22;s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";i:25;s:23:\"elementor/elementor.php\";i:26;s:51:\"header-footer-elementor/header-footer-elementor.php\";i:27;s:54:\"woo-usps-shipping-method/usps-woocommerce-shipping.php\";i:28;s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";i:29;s:50:\"google-analytics-for-wordpress/googleanalytics.php\";i:32;s:47:\"mojo-marketplace-wp-plugin/mojo-marketplace.php\";i:33;s:27:\"ninja-forms/ninja-forms.php\";i:35;s:61:\"premium-addons-for-elementor/premium-addons-for-elementor.php\";i:38;s:61:\"sticky-menu-or-anything-on-scroll/sticky-menu-or-anything.php\";i:39;s:46:\"under-construction-page/under-construction.php\";i:44;s:46:\"wp-testimonial-with-widget/wp-testimonials.php\";}','no'),(282377,'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.11\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"}]},{\"title\":\"Layout and Styles\",\"image\":\"assets\\/img\\/add-ons\\/layout-styles.png\",\"content\":\"Drag and drop fields into columns and rows. Resize fields. Add backgrounds, adjust borders, and more. Design gorgeous forms without being a designer!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/layouts-and-styles\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Layout+and+Styles\",\"plugin\":\"ninja-forms-style\\/ninja-forms-style.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/layouts-and-styles\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Layout+and+Styles+Docs\",\"version\":\"3.0.29\",\"categories\":[{\"name\":\"Look &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.2.2\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Campaign Monitor\",\"image\":\"assets\\/img\\/add-ons\\/campaign-monitor.png\",\"content\":\"Make any form a custom crafted WordPress signup form for Campaign Monitor. Connect to any list, link form fields to list fields, and watch your lists grow!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/campaign-monitor\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Campaign+Monitor\",\"plugin\":\"ninja-forms-campaign-monitor\\/ninja-forms-campaign-monitor.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/campaign-monitor\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Campaign+Monitor+Docs\",\"version\":\"3.0.5\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"User Analytics\",\"image\":\"assets\\/img\\/add-ons\\/user-analytics.png\",\"content\":\"Get better data on where your form traffic is coming from with every submission. Add 12+ analytics fields including UTM values,  URL referrer, geo data, and more!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/user-analytics\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=User+Analytics\",\"plugin\":\"ninja-forms-user-analytics\\/ninja-forms-user-analytics.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/user-analytics\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=User+Analytics+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"User Management\",\"slug\":\"user-management\"}]},{\"title\":\"Constant Contact\",\"image\":\"assets\\/img\\/add-ons\\/constant-contact.png\",\"content\":\"Connect WordPress to Constant Contact with forms that you can build and design just the way you want, no tech skills required! Subscribe users to any list or interest group.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/constant-contact\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Constant+Contact\",\"plugin\":\"ninja-forms-constant-contact\\/ninja-forms-constant-contact.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/constant-contact\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Constant+Contact+Docs\",\"version\":\"3.0.6\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"AWeber\",\"image\":\"assets\\/img\\/add-ons\\/aweber.png\",\"content\":\"Build your lists faster with easy to design, professional quality WordPress signup forms. No technical skills required. Connect WordPress to AWeber with style!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/aweber\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=AWeber\",\"plugin\":\"ninja-forms-aweber\\/ninja-forms-aweber.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/aweber\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=AWeber+Docs\",\"version\":\"3.1.1\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"PayPal Express\",\"image\":\"assets\\/img\\/add-ons\\/paypal-express.png\",\"content\":\"Set up any form to accept PayPal payments with PayPal Express for WordPress! Base totals on a fixed amount, user entered amount, or a calculated total.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/paypal-express\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PayPal+Express\",\"plugin\":\"ninja-forms-paypal-express\\/ninja-forms-paypal-express.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/paypal-express\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PayPal+Express+Docs\",\"version\":\"3.0.15\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"MailPoet\",\"image\":\"assets\\/img\\/add-ons\\/mailpoet.png\",\"content\":\"Say hello better! Customize your MailPoet signup forms to draw more subscribers than ever before. Connect WordPress to any MailPoet list in minutes!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/mailpoet\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=MailPoet\",\"plugin\":\"ninja-forms-mailpoet\\/nf-mailpoet.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/mailpoet\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=MailPoet+Docs\",\"version\":\"3.0.0\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Zoho CRM\",\"image\":\"assets\\/img\\/add-ons\\/zoho-crm.png\",\"content\":\"Customize your forms to get the most out of your connection between WordPress and Zoho. Link form fields directly to Zoho fields, custom fields included, from almost any module.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/zoho-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Zoho+CRM\",\"plugin\":\"ninja-forms-zoho-crm\\/ninja-forms-zoho-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/zoho-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Zoho+CRM+Docs\",\"version\":\"3.4\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Capsule CRM\",\"image\":\"assets\\/img\\/add-ons\\/capsule-crm.png\",\"content\":\"Boost conversions from WordPress to Capsule with forms tailor made to your audience. Link form fields to Capsule fields from a wide range of modules. Custom fields too!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/capsule-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Capsule+CRM\",\"plugin\":\"ninja-forms-capsule-crm\\/ninja-forms-capsule-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/capsule-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Capsule+CRM+Docs\",\"version\":\"3.4.1\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Stripe\",\"image\":\"assets\\/img\\/add-ons\\/stripe.png\",\"content\":\"Set up any WordPress form to accept credit card payments or donations through Stripe. Base totals on a fixed amount, user entered amount, or a calculated total!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/stripe\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Stripe\",\"plugin\":\"ninja-forms-stripe\\/ninja-forms-stripe.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/stripe\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Stripe+Docs\",\"version\":\"3.1.3\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Insightly CRM\",\"image\":\"assets\\/img\\/add-ons\\/insightly-crm.png\",\"content\":\"Your customer\'s journey begins with your WordPress forms. Send Contacts, Leads, Opportunities, Custom fields and more seamlessly from WordPress to Insightly!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/insightly-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Insightly+CRM\",\"plugin\":\"ninja-forms-insightly-crm\\/ninja-forms-insightly-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/insightly-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Insightly+CRM+Docs\",\"version\":\"3.2.0\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"PDF Form Submission\",\"image\":\"assets\\/img\\/add-ons\\/pdf-form-submission.png\",\"content\":\"Generate a PDF of any WordPress form submission. Export any submission as a PDF, or attach it to an email and send a copy to whoever needs one!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/pdf\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PDF+Form+Submission\",\"plugin\":\"ninja-forms-pdf-submissions\\/nf-pdf-submissions.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/pdf\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PDF+Form+Submission+Docs\",\"version\":\"3.1.4\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"}]},{\"title\":\"Trello\",\"image\":\"assets\\/img\\/add-ons\\/trello.png\",\"content\":\"Create a new Trello card with data from any WordPress form submission. Map fields to card details, assign members and labels, upload images, embed links.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/trello\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Trello\",\"plugin\":\"ninja-forms-trello\\/ninja-forms-trello.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/trello\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Trello+Docs\",\"version\":\"3.0.3\",\"categories\":[{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"}]},{\"title\":\"Elavon\",\"image\":\"assets\\/img\\/add-ons\\/elavon.png\",\"content\":\"Accept credit card payments from any of your WordPress forms. Pass customer and invoice info from any field securely into Elavon with each payment.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/elavon\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Elavon\",\"plugin\":\"ninja-forms-elavon-payment-gateway\\/ninja-forms-elavon-payment-gateway.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/elavon\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Elavon+Docs\",\"version\":\"3.1.0\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Zapier\",\"image\":\"assets\\/img\\/add-ons\\/zapier.png\",\"content\":\"Don\'t see an add-on integration for a service you love? Don\'t worry! Connect WordPress to more than 1,500 different services through Zapier, no code required!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/zapier\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Zapier\",\"plugin\":\"ninja-forms-zapier\\/ninja-forms-zapier.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/zapier\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Zapier+Docs\",\"version\":\"3.0.8\",\"categories\":[{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"},{\"name\":\"Custom Integrations\",\"slug\":\"custom-integrations\"}]},{\"title\":\"Salesforce CRM\",\"image\":\"assets\\/img\\/add-ons\\/salesforce-crm.png\",\"content\":\"Easily map any form field to any Salesforce Object or Field. A better connection to your customers begins with a better WordPress form builder!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/salesforce-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Salesforce+CRM\",\"plugin\":\"ninja-forms-salesforce-crm\\/ninja-forms-salesforce-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/salesforce-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Salesforce+CRM+Docs\",\"version\":\"3.2.0\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Slack\",\"image\":\"assets\\/img\\/add-ons\\/slack.png\",\"content\":\"Get realtime Slack notifications in the workspace and channel of your choice with any new WordPress form submission. @Mention any team member!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/slack\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Slack\",\"plugin\":\"ninja-forms-slack\\/ninja-forms-slack.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/slack\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Slack+Docs\",\"version\":\"3.0.3\",\"categories\":[{\"name\":\"Notifications\",\"slug\":\"notifications\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"}]},{\"title\":\"CleverReach\",\"image\":\"assets\\/img\\/add-ons\\/cleverreach.png\",\"content\":\"Grow the reach of your email marketing with better CleverReach signup forms. Tailor your forms to your audience with this easy to set up integration!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/cleverreach\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=CleverReach\",\"plugin\":\"ninja-forms-cleverreach\\/ninja-forms-cleverreach.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/cleverreach\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=CleverReach+Docs\",\"version\":\"3.1.5\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Webhooks\",\"image\":\"assets\\/img\\/add-ons\\/webhooks.png\",\"content\":\"Can\'t find a WordPress integration for the service you love? Send WordPress forms data to any external URL using a simple GET or POST request!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/webhooks\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Webhooks\",\"plugin\":\"ninja-forms-webhooks\\/ninja-forms-webhooks.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/webhooks\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Webhooks+Docs\",\"version\":\"3.0.5\",\"categories\":[{\"name\":\"Notifications\",\"slug\":\"notifications\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Custom Integrations\",\"slug\":\"custom-integrations\"}]},{\"title\":\"Excel Export\",\"image\":\"assets\\/img\\/add-ons\\/excel-export.png\",\"content\":\"Export any form\'s submissions as a Microsoft Excel spreadsheet. Choose a date range, the fields you want to include, and export to Excel! \",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/excel-export\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Excel+Export\",\"plugin\":\"ninja-forms-excel-export\\/ninja-forms-excel-export.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/excel-export\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Excel+Export+Docs\",\"version\":\"3.3.2\",\"categories\":[{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"}]},{\"title\":\"Formstack Documents\",\"image\":\"assets\\/img\\/add-ons\\/webmerge.png\",\"content\":\"Create specifically formatted templates from an uploaded PDF or Word document, then auto-fill them from any WordPress form submission!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/webmerge\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Formstack+Documents\",\"plugin\":\"ninja-forms-webmerge\\/ninja-forms-webmerge.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/webmerge\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Formstack+Documents+Docs\",\"version\":\"3.0.3\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Help Scout\",\"image\":\"assets\\/img\\/add-ons\\/help-scout.png\",\"content\":\"Offering great support is hard. Tailor your WordPress forms to match your customers\' needs with this Help Scout integration for WordPress.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/help-scout\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Help+Scout\",\"plugin\":null,\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/help-scout\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Help+Scout+Docs\",\"version\":\"3.1.3\",\"categories\":[{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"User Management\",\"slug\":\"user-management\"}]},{\"title\":\"Emma\",\"image\":\"assets\\/img\\/add-ons\\/emma.png\",\"content\":\"Take your email marketing further with handcrafted, easy to build signup forms that connect directly into your Emma account! \",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/emma\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Emma\",\"plugin\":\"ninja-forms-emma\\/ninja-forms-emma.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/emma\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Emma+Docs\",\"version\":\"3.0.4\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"ClickSend SMS\",\"image\":\"assets\\/img\\/add-ons\\/clicksend-sms.png\",\"content\":\"Get instant SMS notifications with every new WordPress form submission. Respond to leads faster and make more personal connections!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/clicksend-sms\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ClickSend+SMS\",\"plugin\":\"ninja-forms-clicksend\\/ninja-forms-clicksend.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/clicksend-sms\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ClickSend+SMS+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"}]},{\"title\":\"Twilio SMS\",\"image\":\"assets\\/img\\/add-ons\\/twilio-sms.png\",\"content\":\"Get instant SMS notifications with every new WordPress form submission. Respond to leads faster and make more personal connections!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/twilio\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Twilio+SMS\",\"plugin\":\"ninja-forms-twilio\\/ninja-forms-twilio.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/twilio\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Twilio+SMS+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"}]},{\"title\":\"Recurly\",\"image\":\"assets\\/img\\/add-ons\\/recurly.png\",\"content\":\"Subscription plans a part of your business model? Let your users subscribe from any WordPress form & make management easier with Recurly!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/recurly\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Recurly\",\"plugin\":\"ninja-forms-recurly\\/ninja-forms-recurly.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/recurly\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Recurly+Docs\",\"version\":\"3.0.4\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"User Management\",\"image\":\"assets\\/img\\/add-ons\\/user-management.png\",\"content\":\"Allow your users to register, login, and manage their own profiles on your website. Customizable template forms for each, or design your own!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/user-management\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=User+Management\",\"plugin\":\"ninja-forms-user-management\\/ninja-forms-user-management.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/user-management\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=User+Management+Docs\",\"version\":\"3.0.12\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"User Management\",\"slug\":\"user-management\"}]},{\"title\":\"Save Progress\",\"image\":\"assets\\/img\\/add-ons\\/save-progress.png\",\"content\":\"Let your users save their work and reload it all when they have time to return. Don\'t lose out on valuable submissions for longer forms!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/save-progress\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Save+Progress\",\"plugin\":\"ninja-forms-save-progress\\/ninja-forms-save-progress.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/save-progress\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Save+Progress+Docs\",\"version\":\"3.0.25\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Form Function and Design\",\"slug\":\"form-function-design\"}]},{\"title\":\"EmailOctopus\",\"image\":\"assets\\/img\\/add-ons\\/emailoctopus.png\",\"content\":\"Pair WordPress\' best drag and drop form builder with your EmailOctopus account for incredibly effective signup forms. Easy, complete integration.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/emailoctopus\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=EmailOctopus\",\"plugin\":\"ninja-forms-emailoctopus\\/ninja-forms-emailoctopus.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/emailoctopus\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=EmailOctopus+Docs\",\"version\":\"3.0.0\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"PipelineDeals CRM\",\"image\":\"assets\\/img\\/add-ons\\/pipelinedeals-crm.png\",\"content\":\"Complete, effortless integration with PipelineDeals CRM. Increase the flow of leads into your sales pipeline with upgraded lead generation forms!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/pipelinedeals-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PipelineDeals+CRM\",\"plugin\":\"ninja-forms-zoho-crm\\/zoho-integration.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/pipelinedeals-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PipelineDeals+CRM+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Highrise CRM\",\"image\":\"assets\\/img\\/add-ons\\/highrise-crm.png\",\"content\":\"Get more out of the functional simplicity of Highrise CRM with forms that can be designed from the ground up to maximize conversion. \",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/highrise-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Highrise+CRM\",\"plugin\":\"ninja-forms-highrise-crm\\/ninja-forms-highrise-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/highrise-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Highrise+CRM+Docs\",\"version\":\"3.0.0\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"ConvertKit\",\"image\":\"assets\\/img\\/add-ons\\/convertkit.png\",\"content\":\"Connect WordPress to your ConvertKit account with completely customizable opt-in forms. Watch your audience & sales grow like never before!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/convertkit\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ConvertKit\",\"plugin\":\"ninja-forms-convertkit\\/ninja-forms-convertkit.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/convertkit\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ConvertKit+Docs\",\"version\":\"3.0.2\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"OnePageCRM\",\"image\":\"assets\\/img\\/add-ons\\/onepage-crm.png\",\"content\":\"Integrate WordPress with OnePage CRM seamlessly through highly customizable WordPress forms. Make better conversions <em>your<\\/em> Next Action!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/onepage-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=OnePageCRM\",\"plugin\":\"ninja-forms-onepage-crm\\/ninja-forms-onepage-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/onepage-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=OnePageCRM+Docs\",\"version\":\"3.0.0\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"ActiveCampaign\",\"image\":\"assets\\/img\\/add-ons\\/active-campaign.png\",\"content\":\"Design custom forms that link perfectly to your ActiveCampaign account for the ultimate in marketing automation. Better leads begin here!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/activecampaign\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ActiveCampaign\",\"plugin\":\"ninja-forms-active-campaign\\/ninja-forms-active-campaign.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/activecampaign\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ActiveCampaign+Docs\",\"version\":\"3.0.6\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]}]','no'),(244992,'rsssl_upgraded_to_four','1','yes'),(244993,'rsssl_mixed_content_scan_dismissed','1','yes'),(244994,'rsssl_google_analytics_dismissed','1','yes'),(286427,'woocommerce_task_list_welcome_modal_dismissed','yes','yes'),(94068,'evp_enable_jquery','1','yes'),(120610,'wc_stripe_show_sca_notice','no','yes'),(193266,'woocommerce_new_order_settings','a:6:{s:7:\"enabled\";s:3:\"yes\";s:9:\"recipient\";s:29:\"janella_christopher@yahoo.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'),(83062,'monsterinsights_review','a:2:{s:4:\"time\";i:1572373631;s:9:\"dismissed\";b:0;}','yes'),(194120,'woocommerce_admin_install_timestamp','1595987978','yes'),(294361,'woocommerce_admin_version','2.0.2','yes'),(194121,'woocommerce_admin_last_orders_milestone','1','yes'),(81170,'ecwid_hide_canonical','','yes'),(81171,'ec_store_custom_scroller','','yes'),(81172,'ecwid_remove_emoji','Y','yes'),(81173,'ecwid_replace_title','','yes'),(81094,'db_upgraded','','yes'),(81321,'_transient_ecwid_12451314_178_2017-10-23 22:20:04','a:1:{s:19:\"default_category_id\";i:0;}','yes'),(194113,'admin_email_lifespan','1630080903','yes'),(195080,'secret_key','^(FhGsO)|q&z9AivN_m;O(aqyJefQ:-!V~fNc9$1SE,dB&?1(ZqGJMC1>C>8x1A*','no'),(195181,'_transient_woocommerce_reports-transient-version','1607461720','yes'),(194195,'jetpack_connection_active_plugins','a:1:{s:7:\"jetpack\";a:1:{s:4:\"name\";s:7:\"Jetpack\";}}','yes'),(194207,'jp_sync_lock_full_sync','1612299687.3197','yes'),(282506,'_elementor_installed_time','1614298490','yes');
INSERT INTO `wp_options` VALUES (282507,'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:885:{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:18591;s:5:\"title\";s:28:\"Coffee Sale &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280-7.png\";s:12:\"tmpl_created\";i:1622974423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/lp/coffee-sale-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:33:\"[\"Coffee\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:124;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:125;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:126;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:127;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:128;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:129;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:130;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:131;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:132;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:133;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:134;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:135;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:136;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:137;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:138;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:139;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:140;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:141;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:142;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:143;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:144;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:145;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:146;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:147;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:148;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:149;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:150;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:151;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:152;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:153;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:154;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:155;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:156;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:157;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:158;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:159;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:160;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:161;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:162;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:163;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:164;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:165;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:166;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:167;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:168;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:169;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:170;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:171;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:172;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:173;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:174;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:175;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:176;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:177;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:178;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:179;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:180;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:181;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:182;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:183;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:184;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:185;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:186;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:187;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:188;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:189;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:190;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:191;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:192;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:193;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:194;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:195;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:196;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:197;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:198;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:199;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:200;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:201;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:202;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:203;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:204;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:205;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:206;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:207;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:208;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:209;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:210;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:211;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:212;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:213;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:214;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:215;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:216;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:217;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:218;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:219;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:220;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:221;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:222;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:223;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:224;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:225;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:226;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:227;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:228;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:229;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:230;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:231;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:232;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:233;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:234;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:235;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:236;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:237;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:238;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:239;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:240;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:241;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:242;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:243;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:244;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:245;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:246;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:247;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:248;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:249;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:250;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:251;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:252;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:253;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:254;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:255;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:256;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:257;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:258;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:259;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:260;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:261;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:262;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:263;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:264;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:265;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:266;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:267;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:268;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:269;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:270;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:271;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:272;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:273;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:274;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:275;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:276;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:277;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:278;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:279;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:280;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:281;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:282;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:283;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:284;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:285;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:286;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:287;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:288;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:289;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:290;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:291;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:292;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:293;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:294;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:295;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:296;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:297;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:298;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:299;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:300;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:301;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:302;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:303;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:304;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:305;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:306;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:307;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:308;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:309;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:310;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:311;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:312;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:313;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:314;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:315;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:316;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:317;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:318;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:319;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:320;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:321;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:322;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:323;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:324;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:325;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:326;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:327;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:328;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:329;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:330;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:331;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:332;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:333;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:334;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:335;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:336;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:337;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:338;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:339;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:340;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:341;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:342;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:343;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:344;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:345;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:346;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:347;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:348;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:349;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:350;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:351;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:352;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:353;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:354;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:355;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:356;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:357;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:358;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:359;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:360;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:361;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:362;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:363;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:364;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:365;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:366;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:367;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:368;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:369;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:370;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:371;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:372;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:373;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:374;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:375;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:376;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:377;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:378;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:379;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:380;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:381;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:382;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:383;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:384;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:385;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:386;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:387;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:388;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:389;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:390;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:391;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:392;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:393;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:394;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:395;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:396;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:397;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:398;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:399;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:400;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:401;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:402;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:403;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:404;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:405;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:406;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:407;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:408;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:409;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:410;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:411;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:412;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:413;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:414;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:415;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:416;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:417;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:418;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:419;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:420;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:421;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:422;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:423;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:424;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:425;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:426;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:427;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:428;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:429;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:430;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:431;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:432;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:433;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:434;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:435;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:436;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:437;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:438;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:439;a:15:{s:2:\"id\";i:5189;s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";i:1520443456;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:472;s:11:\"trend_index\";i:631;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:440;a:15:{s:2:\"id\";i:16271;s:5:\"title\";s:42:\"Luxury Travel Destinations  &#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:441;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:442;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:443;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:444;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:445;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:446;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:447;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:448;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:449;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:450;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:451;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:452;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:453;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:454;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:455;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:456;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:457;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:458;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:459;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:460;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:461;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:462;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:463;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:464;a:15:{s:2:\"id\";i:5591;s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";i:1520520691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:133;s:11:\"trend_index\";i:130;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:465;a:15:{s:2:\"id\";i: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:466;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:467;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:468;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:469;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:470;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:471;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:472;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:473;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:474;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:475;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:476;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:477;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:478;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:479;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:480;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:481;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:482;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:483;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:484;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:485;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:486;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:487;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:488;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:489;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:490;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:491;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:492;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:493;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:494;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:495;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:496;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:497;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:498;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:499;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:500;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:501;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:502;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:503;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:504;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:505;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:506;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:507;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:508;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:509;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:510;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:511;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:512;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:513;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:514;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:515;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:516;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:517;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:518;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:519;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:520;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:521;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:522;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:523;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:524;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:525;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:526;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:527;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:528;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:529;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:530;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:531;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:532;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:533;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:534;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:535;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:536;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:537;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:538;a:15:{s:2:\"id\";i:143;s:5:\"title\";s:22:\"About &#8211; Personal\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0010.png\";s:12:\"tmpl_created\";i:1470820447;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/about-personal/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"About\",\"Personal\"]\";s:10:\"menu_order\";i:144;s:16:\"popularity_index\";i:28;s:11:\"trend_index\";i:141;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:539;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:540;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:541;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:542;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:543;a:15:{s:2:\"id\";i:140;s:5:\"title\";s:25:\"About &#8211; Art Gallery\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0009.png\";s:12:\"tmpl_created\";i:1470820463;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/about-art-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:25:\"[\"About\",\"Art\",\"Gallery\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:18;s:11:\"trend_index\";i:74;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:544;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:545;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:546;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:547;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:548;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:549;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:550;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:551;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:552;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:553;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:554;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:555;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:556;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:557;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:558;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:559;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:560;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:561;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:562;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:563;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:564;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:565;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:566;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:567;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:568;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:569;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:570;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:571;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:572;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:573;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:574;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:575;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:576;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:577;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:578;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:579;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:580;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:581;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:582;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:583;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:584;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:585;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:586;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:587;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:588;a:15:{s:2:\"id\";i:11424;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";i:1567393309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/gym-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";i:172;s:16:\"popularity_index\";i:679;s:11:\"trend_index\";i:769;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:589;a:15:{s:2:\"id\";i: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:590;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:591;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:592;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:593;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:594;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:595;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:596;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:597;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:598;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:599;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:600;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:601;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:602;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:603;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:604;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:605;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:606;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:607;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:608;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:609;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:610;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:611;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:612;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:613;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:614;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:615;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:616;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:617;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:618;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:619;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:620;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:621;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:622;a:15:{s:2:\"id\";i:24;s:5:\"title\";s:25:\"Contact &#8211; Corporate\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0012.png\";s:12:\"tmpl_created\";i:1470248619;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/contact-corporate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:189;s:16:\"popularity_index\";i:12;s:11:\"trend_index\";i:24;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:623;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:624;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:625;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:626;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:627;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:628;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:629;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:630;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:631;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:632;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:633;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:634;a:15:{s:2:\"id\";i:6239;s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";i:1520443689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:195;s:16:\"popularity_index\";i:23;s:11:\"trend_index\";i:34;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:635;a:15:{s:2:\"id\";i: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:636;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:637;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:638;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:639;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:640;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:641;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:642;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:643;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:644;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:645;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:646;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:647;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:648;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:649;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:650;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:651;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:652;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:653;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:654;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:655;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:656;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:657;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:658;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:659;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:660;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:661;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:662;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:663;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:664;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:665;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:666;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:667;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:668;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:669;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:670;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:671;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:672;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:673;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:674;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:675;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:676;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:677;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:678;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:679;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:680;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:681;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:682;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:683;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:684;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:685;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:686;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:687;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:688;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:689;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:690;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:691;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:692;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:693;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:694;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:695;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:696;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:697;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:698;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:699;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:700;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:701;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:702;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:703;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:704;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:705;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:706;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:707;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:708;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:709;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:710;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:711;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:712;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:713;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:714;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:715;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:716;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:717;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:718;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:719;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:720;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:721;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:722;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:723;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:724;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:725;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:726;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:727;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:728;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:729;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:730;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:731;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:732;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:733;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:734;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:735;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:736;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:737;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:738;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:739;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:740;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:741;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:742;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:743;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:744;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:745;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:746;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:747;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:748;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:749;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:750;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:751;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:752;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:753;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:754;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:755;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:756;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:757;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:758;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:759;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:760;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:761;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:762;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:763;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:764;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:765;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:766;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:767;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:768;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:769;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:770;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:771;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:772;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:773;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:774;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:775;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:776;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:777;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:778;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:779;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:780;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:781;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:782;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:783;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:784;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:785;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:786;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:787;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:788;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:789;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:790;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:791;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:792;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:793;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:794;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:795;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:796;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:797;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:798;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:799;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:800;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:801;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:802;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:803;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:804;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:805;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:806;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:807;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:808;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:809;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:810;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:811;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:812;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:813;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:814;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:815;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:816;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:817;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:818;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:819;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:820;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:821;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:822;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:823;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:824;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:825;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:826;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:827;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:828;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:829;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:830;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:831;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:832;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:833;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:834;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:835;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:836;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:837;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:838;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:839;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:840;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:841;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:842;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:843;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:844;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:845;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:846;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:847;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:848;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:849;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:850;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:851;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:852;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:853;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:854;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:855;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:856;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:857;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:858;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:859;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:860;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:861;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:862;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:863;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:864;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:865;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:866;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:867;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:868;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:869;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:870;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:871;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:872;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:873;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:874;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:875;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:876;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:877;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:878;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:879;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:880;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:881;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:882;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:883;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:884;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'),(282497,'elementor_install_history','a:3:{s:5:\"3.1.1\";i:1614298487;s:5:\"3.1.4\";i:1616092629;s:5:\"3.2.1\";i:1619094814;}','yes'),(282505,'bsf_analytics_installed_time','1614298490','no'),(282499,'wpdeveloper_plugins_data','a:1:{s:25:\"essential_adons_elementor\";a:3:{s:16:\"notice_will_show\";a:2:{s:6:\"opt_in\";i:1626291536;s:6:\"review\";i:1626853136;}s:4:\"time\";i:1626291536;s:7:\"version\";s:5:\"4.8.0\";}}','yes'),(282500,'eael_version','4.8.0','yes'),(282428,'theme_mods_astra','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:2;}s:18:\"custom_css_post_id\";i:862;}','yes'),(282450,'ninja_forms_optin_reported','0','yes'),(282390,'widget_ninja_forms_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(282391,'ninja-forms-views-secret','DHZIa1nQtPeVzFuSmlmixANZx4wO1TH2aLzEwsyb','yes'),(282392,'ninja_forms_needs_updates','0','yes'),(282743,'4fa89cd29_updated_at','1614554554','yes'),(282395,'nf_admin_notice','a:1:{s:16:\"one_week_support\";a:3:{s:5:\"start\";s:8:\"3/5/2021\";s:3:\"int\";i:7;s:9:\"dismissed\";i:1;}}','yes'),(353309,'_transient_timeout_jetpack_is_single_user','1626341998','no'),(353310,'_transient_jetpack_is_single_user','2','no'),(340932,'ea1d43322_eael_updated_at','1625496493','no'),(340977,'ef11d3f1f_eael_elements','a:1:{i:2;s:11:\"dual-header\";}','no'),(340978,'ef11d3f1f_eael_custom_js','','no'),(340979,'ef11d3f1f_eael_updated_at','1625496493','no'),(330468,'jetpack_sync_health_status','a:2:{s:6:\"status\";s:7:\"in_sync\";s:9:\"timestamp\";d:1621789934.364337921142578125;}','yes'),(314466,'_elementor_global_css','a:6:{s:4:\"time\";i:1619095568;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'),(288838,'new_admin_email','ekow@esselwebdesign.com','yes'),(288731,'da8c22f62_updated_at','1620046806','yes'),(282367,'ninja_forms_oauth_client_secret','p9RVvfz6SLPfNdF6uCiu9CQ5h7OhTgC6QOEbCAMN','yes'),(282368,'ninja_forms_version','3.5.7','yes'),(282369,'ninja_forms_db_version','1.4','no'),(282370,'ninja_forms_required_updates','a:6:{s:19:\"CacheCollateActions\";s:19:\"2021-02-26 00:09:11\";s:17:\"CacheCollateForms\";s:19:\"2021-02-26 00:09:11\";s:18:\"CacheCollateFields\";s:19:\"2021-02-26 00:09:11\";s:19:\"CacheCollateObjects\";s:19:\"2021-02-26 00:09:11\";s:19:\"CacheCollateCleanup\";s:19:\"2021-02-26 00:09:11\";s:25:\"CacheFieldReconcilliation\";s:19:\"2021-02-26 00:09:11\";}','yes'),(290168,'48a78cc38_updated_at','1620046806','yes'),(290171,'485beba94_updated_at','1620046806','yes'),(293157,'136ab265e_updated_at','1620046806','yes'),(293194,'ab8a7dc8c_updated_at','1620046806','yes'),(293206,'f746f5a18_updated_at','1620046806','yes'),(297739,'wc_stripe_wh_test_monitor_began_at','1616018261','yes'),(297740,'wc_stripe_wh_test_last_success_at','0','yes'),(297741,'wc_stripe_wh_test_last_failure_at','0','yes'),(297742,'wc_stripe_wh_test_last_error','validation_succeeded','yes'),(264676,'_transient_jetpack_autoloader_plugin_paths','a:2:{i:0;s:25:\"{{WP_PLUGIN_DIR}}/jetpack\";i:1;s:29:\"{{WP_PLUGIN_DIR}}/woocommerce\";}','yes'),(277365,'WPLANG','','yes'),(277371,'mm_cache_settings','a:2:{s:4:\"page\";s:7:\"enabled\";s:7:\"browser\";s:7:\"enabled\";}','yes'),(277372,'epc_filetype_expirations','a:9:{s:9:\"image/jpg\";s:8:\"24 hours\";s:10:\"image/jpeg\";s:8:\"24 hours\";s:9:\"image/gif\";s:8:\"24 hours\";s:9:\"image/png\";s:8:\"24 hours\";s:8:\"text/css\";s:8:\"24 hours\";s:15:\"application/pdf\";s:6:\"1 week\";s:15:\"text/javascript\";s:8:\"24 hours\";s:9:\"text/html\";s:9:\"5 minutes\";s:7:\"default\";s:8:\"24 hours\";}','yes'),(277373,'endurance_cache_level','2','yes'),(340987,'bc052ff1d_eael_elements','a:2:{i:2;s:11:\"dual-header\";i:3;s:12:\"product-grid\";}','no'),(340988,'bc052ff1d_eael_custom_js','','no'),(340989,'bc052ff1d_eael_updated_at','1625496493','no'),(328748,'woocommerce_inbox_variant_assignment','7','yes'),(350788,'_transient_timeout_rsssl_plusone_count','1626442483','no'),(350789,'_transient_rsssl_plusone_count','3','no'),(325889,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:2:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.7.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.7.2-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.7.2\";s:7:\"version\";s:5:\"5.7.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.7.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.7.2-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.7.2\";s:7:\"version\";s:5:\"5.7.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1626298798;s:15:\"version_checked\";s:5:\"5.6.4\";s:12:\"translations\";a:0:{}}','no'),(340922,'16ac23322_eael_updated_at','1625496493','no'),(340930,'ea1d43322_eael_elements','a:0:{}','no'),(340931,'ea1d43322_eael_custom_js','','no'),(350796,'_site_transient_timeout_browser_7f65ff317c237641f7aace3b7dac03d6','1626442484','no'),(350797,'_site_transient_browser_7f65ff317c237641f7aace3b7dac03d6','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"91.0.4472.124\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(350798,'_site_transient_timeout_php_check_20f4df878f211a5689e76acb3f9067a8','1626442484','no'),(350799,'_site_transient_php_check_20f4df878f211a5689e76acb3f9067a8','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'),(353097,'_transient_timeout__woocommerce_helper_updates','1626308951','no'),(353098,'_transient__woocommerce_helper_updates','a:4:{s:4:\"hash\";s:32:\"d751713988987e9331980363e24189ce\";s:7:\"updated\";i:1626265751;s:8:\"products\";a:0:{}s:6:\"errors\";a:1:{i:0;s:10:\"http-error\";}}','no'),(353336,'_transient_timeout_jetpack_sync_constants_await','1626307826','no'),(353337,'_transient_jetpack_sync_constants_await','1626304226.761','no'),(353283,'_transient_timeout_jetpack_rewind_state','1626293345','no'),(353284,'_transient_jetpack_rewind_state','O:8:\"stdClass\":4:{s:6:\"reason\";s:12:\"missing_plan\";s:5:\"state\";s:11:\"unavailable\";s:12:\"last_updated\";s:29:\"2021-07-14T19:39:05.151+00:00\";s:9:\"has_cloud\";b:0;}','no'),(353019,'_transient_timeout_jetpack_woocommerce_analytics_cart_checkout_info_cache','1626339551','no'),(353020,'_transient_jetpack_woocommerce_analytics_cart_checkout_info_cache','a:4:{s:29:\"cart_page_contains_cart_block\";i:0;s:33:\"cart_page_contains_cart_shortcode\";i:1;s:37:\"checkout_page_contains_checkout_block\";i:0;s:41:\"checkout_page_contains_checkout_shortcode\";i:1;}','no'),(305858,'monsterinsights_notifications_run','a:14:{s:37:\"monsterinsights_notification_visitors\";i:1625492772;s:37:\"monsterinsights_notification_audience\";i:1625493354;s:42:\"monsterinsights_notification_mobile_device\";i:1625493408;s:43:\"monsterinsights_notification_upgrade_to_pro\";i:1625493421;s:40:\"monsterinsights_notification_bounce_rate\";i:1626291549;s:47:\"monsterinsights_notification_returning_visitors\";i:1625494078;s:45:\"monsterinsights_notification_traffic_dropping\";i:1625494133;s:62:\"monsterinsights_notification_upgrade_for_search_console_report\";i:1625494598;s:56:\"monsterinsights_notification_upgrade_for_form_conversion\";i:1625494639;s:56:\"monsterinsights_notification_upgrade_for_email_summaries\";i:1625495410;s:56:\"monsterinsights_notification_upgrade_for_google_optimize\";i:1625495594;s:56:\"monsterinsights_notification_to_add_more_file_extensions\";i:1625495602;s:53:\"monsterinsights_notification_to_setup_affiliate_links\";i:1625496638;s:46:\"monsterinsights_notification_headline_analyzer\";i:1625496676;}','yes'),(320340,'ef11d3f1f_updated_at','1620046806','yes'),(353011,'eael_remove_old_cache','1','yes'),(353008,'_transient_timeout_jetpack_plugin_api_action_links_refresh','1626339280','no'),(353009,'_transient_jetpack_plugin_api_action_links_refresh','1626252880','no'),(353333,'_transient_timeout_wpcom_social_media_icons_widget::is_active','1626307823','no'),(353334,'_transient_wpcom_social_media_icons_widget::is_active','0','no'),(353340,'_transient_timeout_jetpack_sync_last_checked_queue_state_sync','1626304526','no'),(353274,'_transient_timeout_jpp_li_3509f5052793d2520ed806acc00b66e9','1626291600','no'),(353275,'_transient_jpp_li_3509f5052793d2520ed806acc00b66e9','a:5:{s:6:\"status\";s:2:\"ok\";s:3:\"msg\";s:61:\"{\"trusted_header\":\"REMOTE_ADDR\",\"segments\":1,\"reverse\":false}\";s:17:\"seconds_remaining\";i:60;s:16:\"blocked_attempts\";s:4:\"1021\";s:6:\"expire\";i:1626291600;}','no'),(347914,'_transient_timeout_wc_var_prices_915','1628090021','no'),(347915,'_transient_wc_var_prices_915','{\"version\":\"1625497995\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":[],\"regular_price\":[],\"sale_price\":[]}}','no'),(347918,'_transient_timeout_wc_child_has_weight_915','1628090021','no'),(347919,'_transient_wc_child_has_weight_915','0','no'),(347920,'_transient_timeout_wc_child_has_dimensions_915','1628090021','no'),(347921,'_transient_wc_child_has_dimensions_915','0','no'),(348015,'jp_sync_retry_after_sync','','no'),(314462,'elementor_1_elementor_updater_batch_71f075dee525a7de87072ff8b961','a:1:{i:0;a:1:{s:8:\"callback\";a:2:{i:0;s:31:\"Elementor\\Core\\Upgrade\\Upgrades\";i:1;s:42:\"_v_3_2_0_migrate_breakpoints_to_new_system\";}}}','no'),(301508,'wc_connect_services_last_result_code','200','yes'),(353328,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1626298805;s:8:\"response\";a:1:{s:27:\"woocommerce/woocommerce.php\";O:8:\"stdClass\":15:{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.1.1\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.1.1.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\";b:0;s:6:\"tested\";s:5:\"5.7.2\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}s:10:\"autoupdate\";b:1;s:14:\"upgrade_notice\";s:78:\"Version 5.1.1 contains security fixes and is highly recommended for all users.\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:20:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:6:\"4.1.10\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/akismet.4.1.10.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:35:\"backupwordpress/backupwordpress.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/backupwordpress\";s:4:\"slug\";s:15:\"backupwordpress\";s:6:\"plugin\";s:35:\"backupwordpress/backupwordpress.php\";s:11:\"new_version\";s:4:\"3.11\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/backupwordpress/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/backupwordpress.3.11.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/backupwordpress/assets/icon-256x256.jpg?rev=1105225\";s:2:\"1x\";s:68:\"https://ps.w.org/backupwordpress/assets/icon-128x128.png?rev=1105225\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/backupwordpress/assets/banner-1544x500.jpg?rev=904756\";s:2:\"1x\";s:69:\"https://ps.w.org/backupwordpress/assets/banner-772x250.jpg?rev=904756\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.9\";}s:23:\"elementor/elementor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.3.0\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.3.0.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:51:\"header-footer-elementor/header-footer-elementor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:37:\"w.org/plugins/header-footer-elementor\";s:4:\"slug\";s:23:\"header-footer-elementor\";s:6:\"plugin\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:11:\"new_version\";s:5:\"1.6.3\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/header-footer-elementor/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/header-footer-elementor.1.6.3.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:68:\"https://ps.w.org/header-footer-elementor/assets/icon.svg?rev=2308485\";s:3:\"svg\";s:68:\"https://ps.w.org/header-footer-elementor/assets/icon.svg?rev=2308485\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/header-footer-elementor/assets/banner-1544x500.jpg?rev=2308485\";s:2:\"1x\";s:78:\"https://ps.w.org/header-footer-elementor/assets/banner-772x250.jpg?rev=2308485\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.4\";}s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:49:\"w.org/plugins/essential-addons-for-elementor-lite\";s:4:\"slug\";s:35:\"essential-addons-for-elementor-lite\";s:6:\"plugin\";s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";s:11:\"new_version\";s:5:\"4.8.0\";s:3:\"url\";s:66:\"https://wordpress.org/plugins/essential-addons-for-elementor-lite/\";s:7:\"package\";s:84:\"https://downloads.wordpress.org/plugin/essential-addons-for-elementor-lite.4.8.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:88:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/icon-256x256.png?rev=2285897\";s:2:\"1x\";s:88:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/icon-128x128.png?rev=2285897\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:91:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/banner-1544x500.gif?rev=2518133\";s:2:\"1x\";s:90:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/banner-772x250.gif?rev=2518133\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:50:\"google-analytics-for-wordpress/googleanalytics.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:44:\"w.org/plugins/google-analytics-for-wordpress\";s:4:\"slug\";s:30:\"google-analytics-for-wordpress\";s:6:\"plugin\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:11:\"new_version\";s:6:\"7.17.0\";s:3:\"url\";s:61:\"https://wordpress.org/plugins/google-analytics-for-wordpress/\";s:7:\"package\";s:80:\"https://downloads.wordpress.org/plugin/google-analytics-for-wordpress.7.17.0.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:83:\"https://ps.w.org/google-analytics-for-wordpress/assets/icon-256x256.png?rev=1598927\";s:2:\"1x\";s:75:\"https://ps.w.org/google-analytics-for-wordpress/assets/icon.svg?rev=1598927\";s:3:\"svg\";s:75:\"https://ps.w.org/google-analytics-for-wordpress/assets/icon.svg?rev=1598927\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:86:\"https://ps.w.org/google-analytics-for-wordpress/assets/banner-1544x500.png?rev=2159532\";s:2:\"1x\";s:85:\"https://ps.w.org/google-analytics-for-wordpress/assets/banner-772x250.png?rev=2159532\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"3.8.0\";}s:19:\"jetpack/jetpack.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:21:\"w.org/plugins/jetpack\";s:4:\"slug\";s:7:\"jetpack\";s:6:\"plugin\";s:19:\"jetpack/jetpack.php\";s:11:\"new_version\";s:3:\"9.9\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/jetpack/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/jetpack.9.9.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:60:\"https://ps.w.org/jetpack/assets/icon-256x256.png?rev=2394525\";s:2:\"1x\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=2394525\";s:3:\"svg\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=2394525\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/jetpack/assets/banner-1544x500.png?rev=1791404\";s:2:\"1x\";s:62:\"https://ps.w.org/jetpack/assets/banner-772x250.png?rev=1791404\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.7\";s:6:\"tested\";s:3:\"5.8\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";a:0:{}}s:51:\"mailchimp-for-woocommerce/mailchimp-woocommerce.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"w.org/plugins/mailchimp-for-woocommerce\";s:4:\"slug\";s:25:\"mailchimp-for-woocommerce\";s:6:\"plugin\";s:51:\"mailchimp-for-woocommerce/mailchimp-woocommerce.php\";s:11:\"new_version\";s:5:\"2.5.1\";s:3:\"url\";s:56:\"https://wordpress.org/plugins/mailchimp-for-woocommerce/\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/plugin/mailchimp-for-woocommerce.2.5.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/mailchimp-for-woocommerce/assets/icon-256x256.png?rev=1509501\";s:2:\"1x\";s:78:\"https://ps.w.org/mailchimp-for-woocommerce/assets/icon-256x256.png?rev=1509501\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:81:\"https://ps.w.org/mailchimp-for-woocommerce/assets/banner-1544x500.png?rev=1950415\";s:2:\"1x\";s:80:\"https://ps.w.org/mailchimp-for-woocommerce/assets/banner-772x250.jpg?rev=1950415\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:27:\"ninja-forms/ninja-forms.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/ninja-forms\";s:4:\"slug\";s:11:\"ninja-forms\";s:6:\"plugin\";s:27:\"ninja-forms/ninja-forms.php\";s:11:\"new_version\";s:5:\"3.5.7\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/ninja-forms/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/ninja-forms.3.5.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/ninja-forms/assets/icon-256x256.png?rev=1649747\";s:2:\"1x\";s:64:\"https://ps.w.org/ninja-forms/assets/icon-128x128.png?rev=1649747\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/ninja-forms/assets/banner-1544x500.png?rev=2069024\";s:2:\"1x\";s:66:\"https://ps.w.org/ninja-forms/assets/banner-772x250.png?rev=2069024\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.5\";}s:39:\"siteorigin-panels/siteorigin-panels.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:31:\"w.org/plugins/siteorigin-panels\";s:4:\"slug\";s:17:\"siteorigin-panels\";s:6:\"plugin\";s:39:\"siteorigin-panels/siteorigin-panels.php\";s:11:\"new_version\";s:6:\"2.12.6\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/siteorigin-panels/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/siteorigin-panels.2.12.6.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:70:\"https://ps.w.org/siteorigin-panels/assets/icon-256x256.png?rev=2556869\";s:2:\"1x\";s:62:\"https://ps.w.org/siteorigin-panels/assets/icon.svg?rev=2556869\";s:3:\"svg\";s:62:\"https://ps.w.org/siteorigin-panels/assets/icon.svg?rev=2556869\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/siteorigin-panels/assets/banner-1544x500.png?rev=2557128\";s:2:\"1x\";s:72:\"https://ps.w.org/siteorigin-panels/assets/banner-772x250.png?rev=2557128\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";}s:61:\"premium-addons-for-elementor/premium-addons-for-elementor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:42:\"w.org/plugins/premium-addons-for-elementor\";s:4:\"slug\";s:28:\"premium-addons-for-elementor\";s:6:\"plugin\";s:61:\"premium-addons-for-elementor/premium-addons-for-elementor.php\";s:11:\"new_version\";s:5:\"4.4.1\";s:3:\"url\";s:59:\"https://wordpress.org/plugins/premium-addons-for-elementor/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/premium-addons-for-elementor.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:81:\"https://ps.w.org/premium-addons-for-elementor/assets/icon-256x256.png?rev=2421900\";s:2:\"1x\";s:73:\"https://ps.w.org/premium-addons-for-elementor/assets/icon.svg?rev=2421900\";s:3:\"svg\";s:73:\"https://ps.w.org/premium-addons-for-elementor/assets/icon.svg?rev=2421900\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:84:\"https://ps.w.org/premium-addons-for-elementor/assets/banner-1544x500.jpg?rev=2421900\";s:2:\"1x\";s:83:\"https://ps.w.org/premium-addons-for-elementor/assets/banner-772x250.jpg?rev=2421900\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:67:\"product-options-for-woocommerce/product-options-for-woocommerce.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:45:\"w.org/plugins/product-options-for-woocommerce\";s:4:\"slug\";s:31:\"product-options-for-woocommerce\";s:6:\"plugin\";s:67:\"product-options-for-woocommerce/product-options-for-woocommerce.php\";s:11:\"new_version\";s:5:\"1.0.0\";s:3:\"url\";s:62:\"https://wordpress.org/plugins/product-options-for-woocommerce/\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/plugin/product-options-for-woocommerce.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:84:\"https://ps.w.org/product-options-for-woocommerce/assets/icon-256x256.png?rev=1892402\";s:2:\"1x\";s:84:\"https://ps.w.org/product-options-for-woocommerce/assets/icon-128x128.png?rev=1892402\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";}s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:31:\"w.org/plugins/really-simple-ssl\";s:4:\"slug\";s:17:\"really-simple-ssl\";s:6:\"plugin\";s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";s:11:\"new_version\";s:5:\"5.0.2\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/really-simple-ssl/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/really-simple-ssl.5.0.2.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:70:\"https://ps.w.org/really-simple-ssl/assets/icon-128x128.png?rev=1782452\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/really-simple-ssl/assets/banner-1544x500.png?rev=2320223\";s:2:\"1x\";s:72:\"https://ps.w.org/really-simple-ssl/assets/banner-772x250.png?rev=2320228\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:61:\"sticky-menu-or-anything-on-scroll/sticky-menu-or-anything.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:47:\"w.org/plugins/sticky-menu-or-anything-on-scroll\";s:4:\"slug\";s:33:\"sticky-menu-or-anything-on-scroll\";s:6:\"plugin\";s:61:\"sticky-menu-or-anything-on-scroll/sticky-menu-or-anything.php\";s:11:\"new_version\";s:4:\"2.31\";s:3:\"url\";s:64:\"https://wordpress.org/plugins/sticky-menu-or-anything-on-scroll/\";s:7:\"package\";s:81:\"https://downloads.wordpress.org/plugin/sticky-menu-or-anything-on-scroll.2.31.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:86:\"https://ps.w.org/sticky-menu-or-anything-on-scroll/assets/icon-256x256.png?rev=2391575\";s:2:\"1x\";s:86:\"https://ps.w.org/sticky-menu-or-anything-on-scroll/assets/icon-128x128.png?rev=2391575\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:89:\"https://ps.w.org/sticky-menu-or-anything-on-scroll/assets/banner-1544x500.png?rev=2391657\";s:2:\"1x\";s:88:\"https://ps.w.org/sticky-menu-or-anything-on-scroll/assets/banner-772x250.png?rev=2391646\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.6\";}s:46:\"under-construction-page/under-construction.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:37:\"w.org/plugins/under-construction-page\";s:4:\"slug\";s:23:\"under-construction-page\";s:6:\"plugin\";s:46:\"under-construction-page/under-construction.php\";s:11:\"new_version\";s:4:\"3.88\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/under-construction-page/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.3.88.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/under-construction-page/assets/icon-256x256.gif?rev=2284849\";s:2:\"1x\";s:76:\"https://ps.w.org/under-construction-page/assets/icon-128x128.gif?rev=2284852\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/under-construction-page/assets/banner-1544x500.png?rev=1628376\";s:2:\"1x\";s:78:\"https://ps.w.org/under-construction-page/assets/banner-772x250.png?rev=1575797\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";}s:91:\"woocommerce-gateway-paypal-express-checkout/woocommerce-gateway-paypal-express-checkout.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:57:\"w.org/plugins/woocommerce-gateway-paypal-express-checkout\";s:4:\"slug\";s:43:\"woocommerce-gateway-paypal-express-checkout\";s:6:\"plugin\";s:91:\"woocommerce-gateway-paypal-express-checkout/woocommerce-gateway-paypal-express-checkout.php\";s:11:\"new_version\";s:5:\"2.1.2\";s:3:\"url\";s:74:\"https://wordpress.org/plugins/woocommerce-gateway-paypal-express-checkout/\";s:7:\"package\";s:92:\"https://downloads.wordpress.org/plugin/woocommerce-gateway-paypal-express-checkout.2.1.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:96:\"https://ps.w.org/woocommerce-gateway-paypal-express-checkout/assets/icon-256x256.png?rev=2423949\";s:2:\"1x\";s:96:\"https://ps.w.org/woocommerce-gateway-paypal-express-checkout/assets/icon-128x128.png?rev=2423949\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:99:\"https://ps.w.org/woocommerce-gateway-paypal-express-checkout/assets/banner-1544x500.png?rev=2423949\";s:2:\"1x\";s:98:\"https://ps.w.org/woocommerce-gateway-paypal-express-checkout/assets/banner-772x250.png?rev=2423949\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.4\";}s:45:\"woocommerce-services/woocommerce-services.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:34:\"w.org/plugins/woocommerce-services\";s:4:\"slug\";s:20:\"woocommerce-services\";s:6:\"plugin\";s:45:\"woocommerce-services/woocommerce-services.php\";s:11:\"new_version\";s:7:\"1.25.17\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/woocommerce-services/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/woocommerce-services.1.25.17.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/woocommerce-services/assets/icon-256x256.png?rev=2398959\";s:2:\"1x\";s:73:\"https://ps.w.org/woocommerce-services/assets/icon-128x128.png?rev=2398959\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/woocommerce-services/assets/banner-1544x500.png?rev=2398959\";s:2:\"1x\";s:75:\"https://ps.w.org/woocommerce-services/assets/banner-772x250.png?rev=2398959\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:57:\"woocommerce-gateway-stripe/woocommerce-gateway-stripe.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:40:\"w.org/plugins/woocommerce-gateway-stripe\";s:4:\"slug\";s:26:\"woocommerce-gateway-stripe\";s:6:\"plugin\";s:57:\"woocommerce-gateway-stripe/woocommerce-gateway-stripe.php\";s:11:\"new_version\";s:5:\"5.2.3\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/woocommerce-gateway-stripe/\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/plugin/woocommerce-gateway-stripe.5.2.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/woocommerce-gateway-stripe/assets/icon-256x256.png?rev=2419673\";s:2:\"1x\";s:79:\"https://ps.w.org/woocommerce-gateway-stripe/assets/icon-128x128.png?rev=2419673\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:82:\"https://ps.w.org/woocommerce-gateway-stripe/assets/banner-1544x500.png?rev=2419673\";s:2:\"1x\";s:81:\"https://ps.w.org/woocommerce-gateway-stripe/assets/banner-772x250.png?rev=2419673\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.4\";}s:41:\"wpfront-scroll-top/wpfront-scroll-top.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:32:\"w.org/plugins/wpfront-scroll-top\";s:4:\"slug\";s:18:\"wpfront-scroll-top\";s:6:\"plugin\";s:41:\"wpfront-scroll-top/wpfront-scroll-top.php\";s:11:\"new_version\";s:11:\"2.0.4.04013\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/wpfront-scroll-top/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/wpfront-scroll-top.2.0.4.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:71:\"https://ps.w.org/wpfront-scroll-top/assets/icon-256x256.png?rev=1534312\";s:2:\"1x\";s:63:\"https://ps.w.org/wpfront-scroll-top/assets/icon.svg?rev=1534312\";s:3:\"svg\";s:63:\"https://ps.w.org/wpfront-scroll-top/assets/icon.svg?rev=1534312\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:73:\"https://ps.w.org/wpfront-scroll-top/assets/banner-772x250.png?rev=1534312\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:46:\"wp-testimonial-with-widget/wp-testimonials.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:40:\"w.org/plugins/wp-testimonial-with-widget\";s:4:\"slug\";s:26:\"wp-testimonial-with-widget\";s:6:\"plugin\";s:46:\"wp-testimonial-with-widget/wp-testimonials.php\";s:11:\"new_version\";s:5:\"2.6.3\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/wp-testimonial-with-widget/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/wp-testimonial-with-widget.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:79:\"https://ps.w.org/wp-testimonial-with-widget/assets/icon-128x128.png?rev=1402790\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:81:\"https://ps.w.org/wp-testimonial-with-widget/assets/banner-772x250.png?rev=1988710\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";}}}','no'),(353352,'_transient_timeout_jetpack_sync_callables_await','1626306077','no'),(353353,'_transient_jetpack_sync_callables_await','1626306017.6686','no'),(353272,'_transient_timeout_jetpack_a8c_data','1626377938','no'),(353273,'_transient_jetpack_a8c_data','a:4:{s:4:\"a12s\";i:1600;s:9:\"countries\";i:85;s:9:\"languages\";i:106;s:16:\"featured_plugins\";a:4:{i:0;s:11:\"woocommerce\";i:1;s:14:\"wp-super-cache\";i:2;s:14:\"wp-job-manager\";i:3;s:15:\"co-authors-plus\";}}','no'),(349956,'_transient_timeout_jetpack_file_data_9.8.1','1628201914','no'),(349957,'_transient_jetpack_file_data_9.8.1','a:50:{s:32:\"b4e9a5f5626396ae8efded39b999b20f\";a:15:{s:4:\"name\";s:8:\"Carousel\";s:11:\"description\";s:75:\"Display images and galleries in a gorgeous, full-screen browsing experience\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:2:\"12\";s:10:\"introduced\";s:3:\"1.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:80:\"gallery, carousel, diaporama, slideshow, images, lightbox, exif, metadata, image\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"315e0438e16e6c1d203d812a3b18c69c\";a:15:{s:4:\"name\";s:13:\"Comment Likes\";s:11:\"description\";s:64:\"Increase visitor engagement by adding a Like button to comments.\";s:4:\"sort\";s:2:\"39\";s:20:\"recommendation_order\";s:2:\"17\";s:10:\"introduced\";s:3:\"5.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:37:\"like widget, like button, like, likes\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"8da5706157b35b90236a3012411e33cd\";a:15:{s:4:\"name\";s:8:\"Comments\";s:11:\"description\";s:81:\"Let visitors use a WordPress.com, Twitter, Facebook, or Google account to comment\";s:4:\"sort\";s:2:\"20\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:53:\"comments, comment, facebook, twitter, google+, social\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"3c97ce5f3232b4d8cb4c28244be18ddd\";a:15:{s:4:\"name\";s:12:\"Contact Form\";s:11:\"description\";s:81:\"Add a customizable contact form to any post or page using the Jetpack Form Block.\";s:4:\"sort\";s:2:\"15\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:3:\"1.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:214:\"contact, form, grunion, feedback, submission, contact form, email, feedback, contact form plugin, custom form, custom form plugin, form builder, forms, form maker, survey, contact by jetpack, contact us, forms free\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"dd4d286738e0734141431693af6049b6\";a:15:{s:4:\"name\";s:9:\"Copy Post\";s:11:\"description\";s:77:\"Enable the option to copy entire posts and pages, including tags and settings\";s:4:\"sort\";s:2:\"15\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"7.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:15:\"copy, duplicate\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"9e8668be808903e5e0a9dda081dc151b\";a:15:{s:4:\"name\";s:20:\"Custom content types\";s:11:\"description\";s:74:\"Display different types of content on your site with custom content types.\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:72:\"cpt, custom post types, portfolio, portfolios, testimonial, testimonials\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"ad199759d74433df151e36205a63f5fa\";a:15:{s:4:\"name\";s:10:\"Custom CSS\";s:11:\"description\";s:88:\"Adds options for CSS preprocessor use, disabling the theme\'s CSS, or custom image width.\";s:4:\"sort\";s:1:\"2\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.7\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:108:\"css, customize, custom, style, editor, less, sass, preprocessor, font, mobile, appearance, theme, stylesheet\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"cfd56cf00133e9ad58b43ff2a01a9fc4\";a:15:{s:4:\"name\";s:21:\"Enhanced Distribution\";s:11:\"description\";s:27:\"Increase reach and traffic.\";s:4:\"sort\";s:1:\"5\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:54:\"google, seo, firehose, search, broadcast, broadcasting\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"f4838772747d57f51ed14f3fbeb6eb06\";a:15:{s:4:\"name\";s:16:\"Google Analytics\";s:11:\"description\";s:56:\"Set up Google Analytics without touching a line of code.\";s:4:\"sort\";s:2:\"37\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"4.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:37:\"webmaster, google, analytics, console\";s:12:\"plan_classes\";s:37:\"business, premium, security, complete\";}s:32:\"3ae5adaad5b8cb664ad03f80fb6a993c\";a:15:{s:4:\"name\";s:19:\"Gravatar Hovercards\";s:11:\"description\";s:58:\"Enable pop-up business cards over commenters’ Gravatars.\";s:4:\"sort\";s:2:\"11\";s:20:\"recommendation_order\";s:2:\"13\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:20:\"gravatar, hovercards\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"1f4774182cdfd86bead5bcfc463da0fc\";a:15:{s:4:\"name\";s:15:\"Infinite Scroll\";s:11:\"description\";s:53:\"Automatically load new content when a visitor scrolls\";s:4:\"sort\";s:2:\"26\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:33:\"scroll, infinite, infinite scroll\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"db87f0a39cda4a79a14c7707b00eb658\";a:15:{s:4:\"name\";s:8:\"JSON API\";s:11:\"description\";s:51:\"Allow applications to securely access your content.\";s:4:\"sort\";s:2:\"19\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:19:\"Writing, Developers\";s:7:\"feature\";s:7:\"General\";s:25:\"additional_search_queries\";s:50:\"api, rest, develop, developers, json, klout, oauth\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"44c7e6e1d41c09299dc844e7ce3bf83f\";a:15:{s:4:\"name\";s:14:\"Beautiful Math\";s:11:\"description\";s:74:\"Use the LaTeX markup language to write mathematical equations and formulas\";s:4:\"sort\";s:2:\"12\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:47:\"latex, math, equation, equations, formula, code\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"e21fc31f82fd47787f6bd0739131ca12\";a:15:{s:4:\"name\";s:11:\"Lazy Images\";s:11:\"description\";s:137:\"Speed up your site and create a smoother viewing experience by loading images as visitors scroll down the screen, instead of all at once.\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:5:\"5.6.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:23:\"Appearance, Recommended\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:150:\"mobile, theme, fast images, fast image, image, lazy, lazy load, lazyload, images, lazy images, thumbnail, image lazy load, lazy loading, load, loading\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"c95191a87c6009d09a31ab5fdccba9c6\";a:15:{s:4:\"name\";s:5:\"Likes\";s:11:\"description\";s:63:\"Give visitors an easy way to show they appreciate your content.\";s:4:\"sort\";s:2:\"23\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:26:\"like, likes, wordpress.com\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"8f5d7658f757edcd5d32d30a663d02fd\";a:15:{s:4:\"name\";s:8:\"Markdown\";s:11:\"description\";s:50:\"Write posts or pages in plain-text Markdown syntax\";s:4:\"sort\";s:2:\"31\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:12:\"md, markdown\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"0cdd9f3a6f281f966355239067c14b77\";a:15:{s:4:\"name\";s:50:\"WordPress.com Toolbar and Dashboard customizations\";s:11:\"description\";s:201:\"Replaces the admin bar with a useful toolbar to quickly manage your site via WordPress.com. Also adds additional customizations to the WPAdmin dashboard experience for better compatibility with WP.com.\";s:4:\"sort\";s:2:\"38\";s:20:\"recommendation_order\";s:2:\"16\";s:10:\"introduced\";s:3:\"4.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:24:\"requires_user_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"General\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:33:\"adminbar, masterbar, colorschemes\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"7f15c83a4b705638a9d0a0dcb1414b29\";a:15:{s:4:\"name\";s:7:\"Monitor\";s:11:\"description\";s:117:\"Jetpack’s downtime monitoring will continuously watch your site and alert you the moment that downtime is detected.\";s:4:\"sort\";s:2:\"28\";s:20:\"recommendation_order\";s:2:\"10\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:24:\"requires_user_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:8:\"Security\";s:25:\"additional_search_queries\";s:123:\"monitor, uptime, downtime, monitoring, maintenance, maintenance mode, offline, site is down, site down, down, repair, error\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"07c394a63a848864459bdc34a84a0238\";a:15:{s:4:\"name\";s:13:\"Notifications\";s:11:\"description\";s:57:\"Receive instant notifications of site comments and likes.\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:24:\"requires_user_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:7:\"General\";s:25:\"additional_search_queries\";s:62:\"notification, notifications, toolbar, adminbar, push, comments\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"beea364cf3e8005505b58123a2cd01fe\";a:15:{s:4:\"name\";s:9:\"Asset CDN\";s:11:\"description\";s:154:\"Jetpack’s Site Accelerator loads your site faster by optimizing your images and serving your images and static files from our global network of servers.\";s:4:\"sort\";s:2:\"26\";s:20:\"recommendation_order\";s:1:\"1\";s:10:\"introduced\";s:3:\"6.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:42:\"Photos and Videos, Appearance, Recommended\";s:7:\"feature\";s:23:\"Recommended, Appearance\";s:25:\"additional_search_queries\";s:160:\"site accelerator, accelerate, static, assets, javascript, css, files, performance, cdn, bandwidth, content delivery network, pagespeed, combine js, optimize css\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"e3ebad9858c7b41e56511f278e21441a\";a:15:{s:4:\"name\";s:9:\"Image CDN\";s:11:\"description\";s:141:\"Mirrors and serves your images from our free and fast image CDN, improving your site’s performance with no additional load on your servers.\";s:4:\"sort\";s:2:\"25\";s:20:\"recommendation_order\";s:1:\"1\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:42:\"Photos and Videos, Appearance, Recommended\";s:7:\"feature\";s:23:\"Recommended, Appearance\";s:25:\"additional_search_queries\";s:171:\"photon, photo cdn, image cdn, speed, compression, resize, responsive images, responsive, content distribution network, optimize, page speed, image optimize, photon jetpack\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"e41bd4068fef88d49b4d7c49482934e0\";a:15:{s:4:\"name\";s:13:\"Post by email\";s:11:\"description\";s:33:\"Publish posts by sending an email\";s:4:\"sort\";s:2:\"14\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:24:\"requires_user_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:20:\"post by email, email\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"a09f7a162ee7e13622f061420ff0cc94\";a:15:{s:4:\"name\";s:7:\"Protect\";s:11:\"description\";s:151:\"Enabling brute force protection will prevent bots and hackers from attempting to log in to your website with common username and password combinations.\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"4\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:24:\"requires_user_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:8:\"Security\";s:25:\"additional_search_queries\";s:173:\"security, jetpack protect, secure, protection, botnet, brute force, protect, login, bot, password, passwords, strong passwords, strong password, wp-login.php,  protect admin\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"dc0db9387147367323cb9ec01b624db2\";a:15:{s:4:\"name\";s:9:\"Publicize\";s:11:\"description\";s:128:\"Publicize makes it easy to share your site’s posts on several social media networks automatically when you publish a new post.\";s:4:\"sort\";s:2:\"10\";s:20:\"recommendation_order\";s:1:\"7\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:24:\"requires_user_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:220:\"facebook, jetpack publicize, twitter, tumblr, linkedin, social, tweet, connections, sharing, social media, automated, automated sharing, auto publish, auto tweet and like, auto tweet, facebook auto post, facebook posting\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"b11634e9fe2f0a0aad7aa13305693377\";a:15:{s:4:\"name\";s:13:\"Related posts\";s:11:\"description\";s:113:\"Keep visitors engaged on your blog by highlighting relevant and new content at the bottom of each published post.\";s:4:\"sort\";s:2:\"29\";s:20:\"recommendation_order\";s:1:\"9\";s:10:\"introduced\";s:3:\"2.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:360:\"related, jetpack related posts, related posts for wordpress, related posts, popular posts, popular, related content, related post, contextual, context, contextual related posts, related articles, similar posts, easy related posts, related page, simple related posts, free related posts, related thumbnails, similar, engagement, yet another related posts plugin\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"5bf78f1b69b0512642fcc28fea9aeb95\";a:15:{s:4:\"name\";s:6:\"Search\";s:11:\"description\";s:102:\"Help visitors quickly find answers with highly relevant instant search results and powerful filtering.\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"5.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:6:\"Search\";s:25:\"additional_search_queries\";s:110:\"search, elastic, elastic search, elasticsearch, fast search, search results, search performance, google search\";s:12:\"plan_classes\";s:18:\"business, complete\";}s:32:\"a2f5d9ca6672b89855e7bc0683ec1198\";a:15:{s:4:\"name\";s:9:\"SEO Tools\";s:11:\"description\";s:50:\"Better results on search engines and social media.\";s:4:\"sort\";s:2:\"35\";s:20:\"recommendation_order\";s:2:\"15\";s:10:\"introduced\";s:3:\"4.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:24:\"requires_user_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:7:\"Traffic\";s:25:\"additional_search_queries\";s:81:\"search engine optimization, social preview, meta description, custom title format\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"8a92acd5901d1b21c37f41ce30ffb5a4\";a:15:{s:4:\"name\";s:7:\"Sharing\";s:11:\"description\";s:120:\"Add Twitter, Facebook and Google+ buttons at the bottom of each post, making it easy for visitors to share your content.\";s:4:\"sort\";s:1:\"7\";s:20:\"recommendation_order\";s:1:\"6\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:229:\"share, sharing, sharedaddy, social buttons, buttons, share facebook, share twitter, social media sharing, social media share, social share, icons, email, facebook, twitter, linkedin, pinterest, pocket, social widget, social media\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"fe741f32e4de9f52f748a0b08251b7af\";a:15:{s:4:\"name\";s:16:\"Shortcode Embeds\";s:11:\"description\";s:177:\"Shortcodes are WordPress-specific markup that let you add media from popular sites. This feature is no longer necessary as the editor now handles media embeds rather gracefully.\";s:4:\"sort\";s:1:\"3\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:46:\"Photos and Videos, Social, Writing, Appearance\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:236:\"shortcodes, shortcode, embeds, media, bandcamp, dailymotion, facebook, flickr, google calendars, google maps, google+, polldaddy, recipe, recipes, scribd, slideshare, slideshow, slideshows, soundcloud, ted, twitter, vimeo, vine, youtube\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"3d96b89408b861b2916b98805e1d9293\";a:15:{s:4:\"name\";s:16:\"WP.me Shortlinks\";s:11:\"description\";s:47:\"Generates shorter links using the wp.me domain.\";s:4:\"sort\";s:1:\"8\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:17:\"shortlinks, wp.me\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"8614ee3ff40a27c741f2e4152cf1f667\";a:15:{s:4:\"name\";s:8:\"Sitemaps\";s:11:\"description\";s:50:\"Make it easy for search engines to find your site.\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:20:\"Recommended, Traffic\";s:7:\"feature\";s:11:\"Recommended\";s:25:\"additional_search_queries\";s:39:\"sitemap, traffic, search, site map, seo\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"eea3d62deb65febcbc5adf24eb14c6d6\";a:15:{s:4:\"name\";s:14:\"Secure Sign On\";s:11:\"description\";s:63:\"Allow users to log in to this site using WordPress.com accounts\";s:4:\"sort\";s:2:\"30\";s:20:\"recommendation_order\";s:1:\"5\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:24:\"requires_user_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:8:\"Security\";s:25:\"additional_search_queries\";s:51:\"sso, single sign on, login, log in, 2fa, two-factor\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"e988708e43e715599ff8b9bc1b40c0ec\";a:15:{s:4:\"name\";s:10:\"Site Stats\";s:11:\"description\";s:44:\"Collect valuable traffic stats and insights.\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"2\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:23:\"Site Stats, Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:54:\"statistics, tracking, analytics, views, traffic, stats\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"bc40d64d2ebd075278dca7070dd7a6fe\";a:15:{s:4:\"name\";s:13:\"Subscriptions\";s:11:\"description\";s:58:\"Let visitors subscribe to new posts and comments via email\";s:4:\"sort\";s:1:\"9\";s:20:\"recommendation_order\";s:1:\"8\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:24:\"requires_user_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:74:\"subscriptions, subscription, email, follow, followers, subscribers, signup\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"de59d81c4ba28b4205fed8c9f77a2c5b\";a:15:{s:4:\"name\";s:15:\"Tiled Galleries\";s:11:\"description\";s:61:\"Display image galleries in a variety of elegant arrangements.\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:43:\"gallery, tiles, tiled, grid, mosaic, images\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"507b07a5a4bc70ea43f9c5b745972375\";a:15:{s:4:\"name\";s:20:\"Backups and Scanning\";s:11:\"description\";s:100:\"Protect your site with daily or real-time backups and automated virus scanning and threat detection.\";s:4:\"sort\";s:2:\"32\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"0:1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:5:\"false\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:16:\"Security, Health\";s:25:\"additional_search_queries\";s:386:\"backup, cloud backup, database backup, restore, wordpress backup, backup plugin, wordpress backup plugin, back up, backup wordpress, backwpup, vaultpress, backups, off-site backups, offsite backup, offsite, off-site, antivirus, malware scanner, security, virus, viruses, prevent viruses, scan, anti-virus, antimalware, protection, safe browsing, malware, wp security, wordpress security\";s:12:\"plan_classes\";s:47:\"personal, business, premium, security, complete\";}s:32:\"451f780279914f5210e3f215dfe540b7\";a:15:{s:4:\"name\";s:17:\"Site verification\";s:11:\"description\";s:58:\"Establish your site\'s authenticity with external services.\";s:4:\"sort\";s:2:\"33\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:56:\"webmaster, seo, google, bing, pinterest, search, console\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"a8200f00376967e321378d944b4efad3\";a:15:{s:4:\"name\";s:10:\"VideoPress\";s:11:\"description\";s:101:\"Save on hosting storage and bandwidth costs by streaming fast, ad-free video from our global network.\";s:4:\"sort\";s:2:\"27\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:118:\"video, videos, videopress, video gallery, video player, videoplayer, mobile video, vimeo, youtube, html5 video, stream\";s:12:\"plan_classes\";s:37:\"business, premium, security, complete\";}s:32:\"1aad30db7b3b7fbe3c2fa984b5e8bc0e\";a:15:{s:4:\"name\";s:17:\"Widget Visibility\";s:11:\"description\";s:42:\"Control where widgets appear on your site.\";s:4:\"sort\";s:2:\"17\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:54:\"widget visibility, logic, conditional, widgets, widget\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"bcb5bf28dee709b6b1ae569d93625b96\";a:15:{s:4:\"name\";s:21:\"Extra Sidebar Widgets\";s:11:\"description\";s:49:\"Provides additional widgets for use on your site.\";s:4:\"sort\";s:1:\"4\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:65:\"widget, widgets, facebook, gallery, twitter, gravatar, image, rss\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"0a780422c1baaddf2b0afe87b79757d5\";a:15:{s:4:\"name\";s:21:\"WooCommerce Analytics\";s:11:\"description\";s:53:\"Enhanced analytics for WooCommerce and Jetpack users.\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"8.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Other, Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:69:\"woocommerce, analytics, stats, statistics, tracking, analytics, views\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"45887c064794d00d3af99ce2dede9d3c\";a:15:{s:4:\"name\";s:3:\"Ads\";s:11:\"description\";s:60:\"Earn income by allowing Jetpack to display high quality ads.\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"4.5.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:19:\"Traffic, Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:26:\"advertising, ad codes, ads\";s:12:\"plan_classes\";s:37:\"premium, business, security, complete\";}s:32:\"0727072a8660e4512caca3fbcc6c7c49\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"568683ae399e327797985bb946dd706e\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"2032024dda2c21b45d57d4a087be0cef\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"e61073423be48175d33c16470e74f8db\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"3fd340ad52927afb3bbb9e98575eccfd\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"f8dc0916926e6d68d5089a0d9d812b4e\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"b6e799d617758b3e3989a07c41077e89\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"dcc1f2fdce302d06aca29b5eb2c5da12\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}}','no'),(295927,'a6ce19fd8_updated_at','1620046806','yes'),(297149,'cd0af4ffb_updated_at','1617574661','yes'),(296660,'65df8d914_updated_at','1620046806','yes'),(296663,'7fe51392d_updated_at','1620046806','yes'),(296671,'b086095ea_updated_at','1620046806','yes'),(296674,'dca96b05d_updated_at','1620046806','yes'),(296678,'4df3b8439_updated_at','1620046806','yes'),(296683,'a6595b77a_updated_at','1620046806','yes'),(296690,'e3cd869c8_updated_at','1620046806','yes'),(296696,'0e20528e8_updated_at','1620046806','yes'),(296501,'8dfd5ea3b_updated_at','1620046806','yes'),(299685,'widget_monsterinsights-popular-posts-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(282508,'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'),(283056,'68d867457_updated_at','1620046806','yes'),(350835,'nf_form_tel_data','1','no'),(350838,'ninja_forms_do_not_allow_tracking','1','yes'),(350851,'nf_sub_expiration','a:0:{}','yes'),(288923,'sticky_dismissed_notices','a:1:{s:7:\"welcome\";b:1;}','yes'),(340875,'40e4f8434_eael_elements','a:0:{}','no'),(340876,'40e4f8434_eael_custom_js','','no'),(340877,'40e4f8434_eael_updated_at','1625496493','no'),(340920,'16ac23322_eael_elements','a:2:{i:2;s:11:\"dual-header\";i:4;s:11:\"price-table\";}','no'),(340921,'16ac23322_eael_custom_js','','no'),(287804,'f147839e0_updated_at','1620046806','yes'),(282786,'elementor_controls_usage','a:2:{s:7:\"wp-post\";a:6:{s:6:\"column\";a:2:{s:5:\"count\";i:5;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:5;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:2:{s:19:\"_section_responsive\";a:0:{}s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:2;}}}}s:15:\"navigation-menu\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:2:{s:23:\"section_style_main-menu\";a:5:{s:26:\"menu_typography_typography\";i:1;s:27:\"menu_typography_font_family\";i:1;s:27:\"menu_typography_font_weight\";i:1;s:15:\"color_menu_item\";i:1;s:25:\"menu_typography_font_size\";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:8:\"hfe-cart\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:22:\"section_general_fields\";a:3:{s:13:\"hfe_cart_type\";i:1;s:4:\"icon\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:26:\"section_heading_typography\";a:1:{s:9:\"icon_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:4:\"icon\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:3:{s:13:\"selected_icon\";i:1;s:4:\"view\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:1:{s:13:\"primary_color\";i:1;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";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:6:{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:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}}s:7:\"wp-page\";a:14:{s:11:\"menu-anchor\";a:2:{s:5:\"count\";i:5;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_anchor\";a:1:{s:6:\"anchor\";i:5;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:17;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:17;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:1:{s:12:\"border_width\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:14:\"padding_mobile\";i:1;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:13;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:7;s:16:\"background_color\";i:5;s:18:\"background_color_b\";i:1;s:21:\"background_video_link\";i:1;s:25:\"background_play_on_mobile\";i:1;}s:26:\"section_background_overlay\";a:8:{s:29:\"background_overlay_background\";i:3;s:26:\"background_overlay_color_b\";i:1;s:27:\"background_overlay_position\";i:3;s:29:\"background_overlay_attachment\";i:2;s:26:\"background_overlay_opacity\";i:1;s:25:\"background_overlay_repeat\";i:2;s:24:\"background_overlay_image\";i:2;s:23:\"background_overlay_size\";i:1;}}s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}s:14:\"section_layout\";a:3:{s:6:\"layout\";i:1;s:3:\"gap\";i:1;s:15:\"stretch_section\";i:1;}}s:8:\"advanced\";a:4:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:3;s:18:\"animation_duration\";i:3;}s:19:\"_section_responsive\";a:0:{}s:25:\"section_premium_eq_height\";a:2:{s:26:\"premium_eq_height_switcher\";i:1;s:24:\"premium_eq_height_target\";i:1;}}}}s:22:\"eael-dual-color-header\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:33:\"eael_section_dch_content_settings\";a:5:{s:23:\"eael_show_dch_separator\";i:4;s:17:\"eael_dch_icon_new\";i:4;s:20:\"eael_dch_first_title\";i:4;s:19:\"eael_dch_last_title\";i:4;s:16:\"eael_dch_subtext\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:4;}}s:5:\"style\";a:3:{s:41:\"eael_section_dch_separator_style_settings\";a:2:{s:37:\"eael_dch_separator_left_bg_background\";i:4;s:32:\"eael_dch_separator_left_bg_color\";i:4;}s:37:\"eael_section_dch_title_style_settings\";a:2:{s:25:\"eael_dch_base_title_color\";i:1;s:22:\"eael_dch_subtext_color\";i:1;}s:36:\"eael_section_dch_icon_style_settings\";a:1:{s:19:\"eael_dch_icon_color\";i:1;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:5:\"align\";i:1;s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:22:\"typography_font_weight\";i:2;}}s:8:\"advanced\";a:3:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:1;s:17:\"_background_color\";i:1;}}}}s:18:\"eael-pricing-table\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:5:{s:35:\"eael_section_pricing_table_settings\";a:1:{s:24:\"eael_pricing_table_title\";i:4;}s:32:\"eael_section_pricing_table_price\";a:5:{s:24:\"eael_pricing_table_price\";i:4;s:25:\"eael_pricing_table_onsale\";i:4;s:28:\"eael_pricing_table_price_cur\";i:4;s:31:\"eael_pricing_table_price_period\";i:4;s:35:\"eael_pricing_table_period_separator\";i:4;}s:34:\"eael_section_pricing_table_feature\";a:1:{s:24:\"eael_pricing_table_items\";i:4;}s:34:\"eael_section_pricing_table_footerr\";a:1:{s:30:\"eael_pricing_table_button_show\";i:4;}s:35:\"eael_section_pricing_table_featured\";a:1:{s:27:\"eael_pricing_table_featured\";i:4;}}s:5:\"style\";a:6:{s:41:\"eael_section_pricing_table_style_settings\";a:3:{s:32:\"eael_pricing_table_border_border\";i:4;s:31:\"eael_pricing_table_border_color\";i:4;s:32:\"eael_pricing_table_border_radius\";i:4;}s:48:\"eael_section_pricing_table_header_style_settings\";a:3:{s:30:\"eael_pricing_table_title_color\";i:4;s:43:\"eael_pricing_table_style_1_title_line_color\";i:4;s:46:\"eael_pricing_table_title_typography_typography\";i:2;}s:56:\"eael_section_pricing_table_style_3_featured_tag_settings\";a:1:{s:45:\"eael_pricing_table_style_1_featured_bar_color\";i:4;}s:47:\"eael_section_pricing_table_title_style_settings\";a:1:{s:39:\"eael_pricing_table_pricing_onsale_color\";i:1;}s:55:\"eael_section_pricing_table_style_featured_list_settings\";a:1:{s:34:\"eael_pricing_table_list_item_color\";i:4;}s:40:\"eael_section_pricing_table_tooltip_style\";a:1:{s:35:\"eael_pricing_table_tooltip_arrow_bg\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:17:\"eicon-woocommerce\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:33:\"eael_section_product_grid_layouts\";a:2:{s:24:\"eael_product_grid_layout\";i:1;s:24:\"eael_product_grid_column\";i:1;}s:34:\"eael_section_product_grid_settings\";a:2:{s:32:\"eael_product_grid_products_count\";i:1;s:24:\"eael_product_grid_rating\";i:1;}s:21:\"section_content_table\";a:1:{s:6:\"fields\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:19:\"premium-img-gallery\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:5:{s:23:\"premium_gallery_general\";a:1:{s:31:\"premium_gallery_img_size_select\";i:1;}s:20:\"premium_gallery_cats\";a:2:{s:22:\"premium_gallery_filter\";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:29:\"premium_gallery_grid_settings\";a:1:{s:19:\"premium_gallery_gap\";i:1;}s:32:\"premium_gallery_lightbox_section\";a:3:{s:29:\"premium_gallery_lightbox_type\";i:1;s:19:\"lightbox_show_title\";i:1;s:30:\"premium_gallery_lightbox_theme\";i:1;}}}}s:6:\"spacer\";a:2:{s:5:\"count\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:6;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"heading\";a:2:{s:5:\"count\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:5;s:5:\"align\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:5;s:21:\"typography_typography\";i:5;s:22:\"typography_font_family\";i:5;s:20:\"typography_font_size\";i:5;s:22:\"typography_font_weight\";i:5;s:22:\"typography_line_height\";i:3;s:25:\"typography_letter_spacing\";i:3;s:25:\"typography_text_transform\";i:2;s:26:\"typography_text_decoration\";i:1;}}s:8:\"advanced\";a:2:{s:19:\"_section_responsive\";a:3:{s:12:\"hide_desktop\";i:3;s:11:\"hide_tablet\";i:3;s:11:\"hide_mobile\";i:3;}s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:1;}}}}s:7:\"divider\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:5:\"color\";i:1;s:6:\"weight\";i:1;s:3:\"gap\";i:1;}}}}s:9:\"shortcode\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:5:\"image\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:22:\"image_custom_dimension\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:10:\"eael-ninja\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_info_box\";a:3:{s:17:\"contact_form_list\";i:1;s:24:\"custom_title_description\";i:1;s:17:\"form_title_custom\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:1;s:17:\"_background_color\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}}}','no'),(282534,'eael_editor_updated_at','1625496493','yes'),(282536,'temp_count','a:1:{s:11:\"Default Kit\";s:11:\"Default Kit\";}','yes'),(282527,'elementor_active_kit','498','yes'),(282528,'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'),(282529,'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'),(282530,'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'),(282543,'c1ef724d0_updated_at','1620046806','yes'),(288245,'2dce01fd1_updated_at','1620046806','yes'),(295791,'02e787ff1_updated_at','1620046806','yes'),(287059,'widget_sp_testimonials','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(287063,'wpos_anylc_pdt_24','a:1:{s:6:\"status\";i:2;}','yes'),(347584,'wpins_block_notice','a:1:{s:25:\"essential_adons_elementor\";s:25:\"essential_adons_elementor\";}','yes'),(347600,'_transient_header-footer-elementor-rating','1','no'),(347603,'elementor_allow_tracking','no','yes'),(347604,'elementor_tracker_notice','1','yes'),(347599,'_transient_timeout_header-footer-elementor-rating','1628088654','no'),(289613,'e7cd751a9_updated_at','1620046806','yes'),(287697,'9328c535a_updated_at','1620046806','yes'),(349055,'_transient_timeout_wc_product_children_929','1628132154','no'),(349056,'_transient_wc_product_children_929','a:2:{s:3:\"all\";a:4:{i:0;i:930;i:1;i:931;i:2;i:932;i:3;i:933;}s:7:\"visible\";a:4:{i:0;i:930;i:1;i:931;i:2;i:932;i:3;i:933;}}','no'),(349058,'_transient_timeout_wc_var_prices_929','1628132159','no'),(349059,'_transient_wc_var_prices_929','{\"version\":\"1625540134\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"930\":\"60.00\",\"931\":\"60.00\",\"932\":\"60.00\",\"933\":\"60.00\"},\"regular_price\":{\"930\":\"60.00\",\"931\":\"60.00\",\"932\":\"60.00\",\"933\":\"60.00\"},\"sale_price\":{\"930\":\"60.00\",\"931\":\"60.00\",\"932\":\"60.00\",\"933\":\"60.00\"}}}','no'),(349060,'_transient_timeout_wc_term_counts','1628182680','no'),(349061,'_transient_wc_term_counts','a:15:{i:45;s:1:\"1\";i:33;s:1:\"2\";i:20;s:1:\"1\";i:19;s:1:\"5\";i:35;s:1:\"1\";i:37;s:1:\"1\";i:36;s:1:\"1\";i:24;s:1:\"2\";i:34;s:1:\"1\";i:38;s:1:\"1\";i:42;s:1:\"1\";i:40;s:1:\"1\";i:31;s:1:\"1\";i:39;s:1:\"1\";i:41;s:1:\"1\";}','no'),(349062,'_transient_timeout_wc_child_has_weight_929','1628132160','no'),(349063,'_transient_wc_child_has_weight_929','0','no'),(349064,'_transient_timeout_wc_child_has_dimensions_929','1628132160','no'),(349065,'_transient_wc_child_has_dimensions_929','0','no'),(290151,'a188a5baf_updated_at','1620046806','yes'),(290154,'f990e3ec2_updated_at','1620046806','yes'),(290115,'96f6f7834_updated_at','1620046806','yes'),(290126,'346d347b7_updated_at','1620046806','yes'),(290130,'79e912fe6_updated_at','1620046806','yes'),(290133,'9aff60ee4_updated_at','1620046806','yes'),(290136,'b16582ed3_updated_at','1620046806','yes'),(290139,'1c68c1595_updated_at','1620046806','yes'),(290148,'807e989f1_updated_at','1620046806','yes'),(290157,'6b819179e_updated_at','1620046806','yes'),(290162,'ff245e95b_updated_at','1620046806','yes'),(290145,'d2395827e_updated_at','1620046806','yes'),(289569,'5c8d0adaa_updated_at','1620046806','yes'),(288840,'bsf_analytics_optin','no','yes'),(288079,'sticky_anything_options','a:14:{s:10:\"sa_version\";s:5:\"2.1.1\";s:10:\"sa_element\";s:9:\"#masthead\";s:11:\"sa_topspace\";s:0:\"\";s:11:\"sa_adminbar\";b:1;s:17:\"sa_minscreenwidth\";s:0:\"\";s:17:\"sa_maxscreenwidth\";s:0:\"\";s:9:\"sa_zindex\";s:0:\"\";s:13:\"sa_legacymode\";b:0;s:14:\"sa_dynamicmode\";b:0;s:12:\"sa_debugmode\";b:0;s:9:\"sa_pushup\";s:0:\"\";s:27:\"sa_hide_review_notification\";b:0;s:27:\"sa_dismiss_upsell_auto_open\";b:1;s:6:\"sa_tab\";s:4:\"main\";}','yes'),(298132,'elementor_log','a:7:{s:32:\"af480b47f6e571adfb3a17fce5eb4bab\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-03-18 18:37:09\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.1\";s:2:\"to\";s:5:\"3.1.4\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-03-18 18:37:09\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.1\";s:2:\"to\";s:5:\"3.1.4\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"fb7bd041e7a6c0b9bfe8b36d953e85ec\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-04-22 12:33:31\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.4\";s:2:\"to\";s:5:\"3.2.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-04-22 12:33:31\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.4\";s:2:\"to\";s:5:\"3.2.1\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"c2f6bcf914e334c36462c7d4cf849bdb\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-04-22 12:33:34\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-04-22 12:33:34\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"6a7899fa85f2f4b1bb38d309fd2a71a1\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-04-22 12:33:34\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:70:\"Elementor/Upgrades - _v_3_2_0_migrate_breakpoints_to_new_system Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-04-22 12:33:34\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:70:\"Elementor/Upgrades - _v_3_2_0_migrate_breakpoints_to_new_system Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"04d969cf01bb0fd5ceae6c330c8d2052\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-04-22 12:33:34\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:72:\"Elementor/Upgrades - _v_3_2_0_migrate_breakpoints_to_new_system Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-04-22 12:33:34\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:72:\"Elementor/Upgrades - _v_3_2_0_migrate_breakpoints_to_new_system Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"7ec60e086de1d82b7f24bae152084285\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-04-22 12:33:34\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.4\";s:2:\"to\";s:5:\"3.2.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-04-22 12:33:34\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.4\";s:2:\"to\";s:5:\"3.2.1\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"369fa615983f0f8238341b034e5aac10\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-04-22 12:33:35\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.4\";s:2:\"to\";s:5:\"3.2.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-04-22 12:33:35\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.4\";s:2:\"to\";s:5:\"3.2.1\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}}','no'),(290554,'29a816952_updated_at','1620046806','yes'),(347617,'trustpilot_notice','1','yes'),(348643,'_transient_timeout_wc_var_prices_923','1628125178','no'),(348644,'_transient_wc_var_prices_923','{\"version\":\"1625533158\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":[],\"regular_price\":[],\"sale_price\":[]}}','no'),(348647,'_transient_timeout_wc_child_has_weight_923','1628125178','no'),(348648,'_transient_wc_child_has_weight_923','0','no'),(348649,'_transient_timeout_wc_child_has_dimensions_923','1628125178','no'),(348650,'_transient_wc_child_has_dimensions_923','0','no'),(347960,'_transient_timeout_wc_shipping_method_count_legacy','1628090377','no'),(347961,'_transient_wc_shipping_method_count_legacy','a:2:{s:7:\"version\";s:10:\"1595974279\";s:5:\"value\";i:2;}','no'),(347993,'_transient_timeout_wc_var_prices_912','1628091064','no'),(347994,'_transient_wc_var_prices_912','{\"version\":\"1625497995\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":[],\"regular_price\":[],\"sale_price\":[]}}','no'),(319072,'pa_review_notice','1','yes'),(349129,'_transient_timeout_wc_low_stock_count','1628140459','no'),(349130,'_transient_wc_low_stock_count','4','no'),(349131,'_transient_timeout_wc_outofstock_count','1628140459','no'),(349132,'_transient_wc_outofstock_count','0','no'),(340846,'cb70d11b8_eael_elements','a:2:{i:16;s:11:\"dual-header\";i:21;s:5:\"ninja\";}','no'),(340847,'cb70d11b8_eael_custom_js','','no'),(340848,'cb70d11b8_eael_updated_at','1625496493','no'),(343963,'a6ce19fd8_eael_elements','a:0:{}','no'),(343964,'a6ce19fd8_eael_custom_js','','no'),(343965,'a6ce19fd8_eael_updated_at','1620046806','no'),(353326,'_transient_timeout_mojo_plugin_assets','1626320406','no'),(353327,'_transient_mojo_plugin_assets','a:6:{s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:12:{s:4:\"date\";s:29:\"Wed, 14 Jul 2021 21:40:06 GMT\";s:13:\"cache-control\";s:12:\"max-age=9413\";s:14:\"content-length\";s:3:\"831\";s:12:\"content-type\";s:16:\"application/json\";s:13:\"last-modified\";s:29:\"Mon, 24 May 2021 20:07:03 GMT\";s:13:\"accept-ranges\";s:5:\"bytes\";s:17:\"x-rgw-object-type\";s:6:\"Normal\";s:4:\"etag\";s:34:\"\"9df98b0424ccec92835740cb53582f49\"\";s:16:\"x-amz-request-id\";s:49:\"tx000000000000025f9b75d-0060ee2cfb-14eaae14-nyc3b\";s:25:\"strict-transport-security\";s:44:\"max-age=15552000; includeSubDomains; preload\";s:4:\"vary\";s:67:\"Access-Control-Request-Headers,Access-Control-Request-Method,Origin\";s:4:\"x-hw\";s:97:\"1626298806.dop032.de1.t,1626298806.cds211.de1.shn,1626298806.dop032.de1.t,1626298806.cds213.de1.c\";}}s:4:\"body\";s:831:\"{\n   \"endurance-page-cache\":{\n      \"constant\":\"EPC_VERSION\",\n      \"version\":\"2.0.7\",\n      \"source\":\"https:\\/\\/raw.githubusercontent.com\\/bluehost\\/endurance-page-cache\\/production\\/endurance-page-cache.php\",\n      \"destination\":\"\\/mu-plugins\\/endurance-page-cache.php\"\n   },\n   \"endurance-browser-cache\":{\n      \"constant\":\"EBC_VERSION\",\n      \"version\":\"0.4\",\n      \"source\":\"https:\\/\\/raw.githubusercontent.com\\/bluehost\\/endurance-browser-cache\\/production\\/endurance-browser-cache.php\",\n      \"destination\":\"\\/mu-plugins\\/endurance-browser-cache.php\"\n   },\n   \"endurance-php-edge\":{\n      \"constant\":\"EPE_VERSION\",\n      \"version\":\"0.1\",\n      \"source\":\"https:\\/\\/raw.githubusercontent.com\\/bluehost\\/endurance-php-edge\\/production\\/endurance-php-edge.php\",\n      \"destination\":\"\\/mu-plugins\\/endurance-php-edge.php\"\n   }\n}\n\";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:831:\"{\n   \"endurance-page-cache\":{\n      \"constant\":\"EPC_VERSION\",\n      \"version\":\"2.0.7\",\n      \"source\":\"https:\\/\\/raw.githubusercontent.com\\/bluehost\\/endurance-page-cache\\/production\\/endurance-page-cache.php\",\n      \"destination\":\"\\/mu-plugins\\/endurance-page-cache.php\"\n   },\n   \"endurance-browser-cache\":{\n      \"constant\":\"EBC_VERSION\",\n      \"version\":\"0.4\",\n      \"source\":\"https:\\/\\/raw.githubusercontent.com\\/bluehost\\/endurance-browser-cache\\/production\\/endurance-browser-cache.php\",\n      \"destination\":\"\\/mu-plugins\\/endurance-browser-cache.php\"\n   },\n   \"endurance-php-edge\":{\n      \"constant\":\"EPE_VERSION\",\n      \"version\":\"0.1\",\n      \"source\":\"https:\\/\\/raw.githubusercontent.com\\/bluehost\\/endurance-php-edge\\/production\\/endurance-php-edge.php\",\n      \"destination\":\"\\/mu-plugins\\/endurance-php-edge.php\"\n   }\n}\n\";s:3:\"raw\";s:1447:\"HTTP/1.1 200 OK\r\nDate: Wed, 14 Jul 2021 21:40:06 GMT\r\nConnection: close\r\nCache-Control: max-age=9413\r\nContent-Length: 831\r\nContent-Type: application/json\r\nLast-Modified: Mon, 24 May 2021 20:07:03 GMT\r\nAccept-Ranges: bytes\r\nx-rgw-object-type: Normal\r\netag: \"9df98b0424ccec92835740cb53582f49\"\r\nx-amz-request-id: tx000000000000025f9b75d-0060ee2cfb-14eaae14-nyc3b\r\nstrict-transport-security: max-age=15552000; includeSubDomains; preload\r\nVary: Access-Control-Request-Headers,Access-Control-Request-Method,Origin\r\nX-HW: 1626298806.dop032.de1.t,1626298806.cds211.de1.shn,1626298806.dop032.de1.t,1626298806.cds213.de1.c\r\n\r\n{\n   \"endurance-page-cache\":{\n      \"constant\":\"EPC_VERSION\",\n      \"version\":\"2.0.7\",\n      \"source\":\"https:\\/\\/raw.githubusercontent.com\\/bluehost\\/endurance-page-cache\\/production\\/endurance-page-cache.php\",\n      \"destination\":\"\\/mu-plugins\\/endurance-page-cache.php\"\n   },\n   \"endurance-browser-cache\":{\n      \"constant\":\"EBC_VERSION\",\n      \"version\":\"0.4\",\n      \"source\":\"https:\\/\\/raw.githubusercontent.com\\/bluehost\\/endurance-browser-cache\\/production\\/endurance-browser-cache.php\",\n      \"destination\":\"\\/mu-plugins\\/endurance-browser-cache.php\"\n   },\n   \"endurance-php-edge\":{\n      \"constant\":\"EPE_VERSION\",\n      \"version\":\"0.1\",\n      \"source\":\"https:\\/\\/raw.githubusercontent.com\\/bluehost\\/endurance-php-edge\\/production\\/endurance-php-edge.php\",\n      \"destination\":\"\\/mu-plugins\\/endurance-php-edge.php\"\n   }\n}\n\";s:7:\"headers\";O:25:\"Requests_Response_Headers\":1:{s:7:\"\0*\0data\";a:12:{s:4:\"date\";a:1:{i:0;s:29:\"Wed, 14 Jul 2021 21:40:06 GMT\";}s:13:\"cache-control\";a:1:{i:0;s:12:\"max-age=9413\";}s:14:\"content-length\";a:1:{i:0;s:3:\"831\";}s:12:\"content-type\";a:1:{i:0;s:16:\"application/json\";}s:13:\"last-modified\";a:1:{i:0;s:29:\"Mon, 24 May 2021 20:07:03 GMT\";}s:13:\"accept-ranges\";a:1:{i:0;s:5:\"bytes\";}s:17:\"x-rgw-object-type\";a:1:{i:0;s:6:\"Normal\";}s:4:\"etag\";a:1:{i:0;s:34:\"\"9df98b0424ccec92835740cb53582f49\"\";}s:16:\"x-amz-request-id\";a:1:{i:0;s:49:\"tx000000000000025f9b75d-0060ee2cfb-14eaae14-nyc3b\";}s:25:\"strict-transport-security\";a:1:{i:0;s:44:\"max-age=15552000; includeSubDomains; preload\";}s:4:\"vary\";a:1:{i:0;s:67:\"Access-Control-Request-Headers,Access-Control-Request-Method,Origin\";}s:4:\"x-hw\";a:1:{i:0;s:97:\"1626298806.dop032.de1.t,1626298806.cds211.de1.shn,1626298806.dop032.de1.t,1626298806.cds213.de1.c\";}}}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:48:\"https://cdn.hiive.space/bluehost/mu-plugins.json\";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'),(353341,'_transient_jetpack_sync_last_checked_queue_state_sync','a:2:{i:0;i:0;i:1;i:0;}','no'),(353346,'_transient_timeout_hmbkp_schedules','1626909080','no'),(353347,'_transient_hmbkp_schedules','a:2:{i:0;s:25:\"hmbkp_schedule_1509569893\";i:1;s:25:\"hmbkp_schedule_1509569894\";}','no'),(353344,'_transient_timeout_astra-theme-cron-test-ok','1626307828','no'),(353345,'_transient_astra-theme-cron-test-ok','1','no'),(353187,'_transient_timeout_jetpack_https_test','1626365282','no'),(353188,'_transient_jetpack_https_test','1','no'),(353189,'_transient_timeout_jetpack_https_test_message','1626365282','no'),(353190,'_transient_jetpack_https_test_message','','no'),(353212,'_transient_is_multi_author','0','yes'),(353276,'_transient_timeout_jpp_headers_updated_recently','1626377940','no'),(353277,'_transient_jpp_headers_updated_recently','1','no'),(353314,'_transient_timeout__woocommerce_helper_subscriptions','1626299698','no'),(353315,'_transient__woocommerce_helper_subscriptions','a:0:{}','no'),(353316,'_site_transient_timeout_theme_roots','1626300598','no'),(353317,'_site_transient_theme_roots','a:3:{s:24:\"CreativePortfolioResFree\";s:7:\"/themes\";s:5:\"astra\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";}','no'),(353281,'_transient_timeout_jetpack_scan_state','1626293341','no'),(353282,'_transient_jetpack_scan_state','O:8:\"stdClass\":4:{s:5:\"state\";s:11:\"unavailable\";s:7:\"threats\";N;s:9:\"has_cloud\";b:0;s:6:\"reason\";s:23:\"missing_scan_capability\";}','no'),(353318,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1626298799;s:7:\"checked\";a:3:{s:24:\"CreativePortfolioResFree\";s:5:\"2.0.1\";s:5:\"astra\";s:5:\"3.0.2\";s:15:\"twentytwentyone\";s:3:\"1.1\";}s:8:\"response\";a:2:{s:5:\"astra\";a:6:{s:5:\"theme\";s:5:\"astra\";s:11:\"new_version\";s:5:\"3.6.4\";s:3:\"url\";s:35:\"https://wordpress.org/themes/astra/\";s:7:\"package\";s:53:\"https://downloads.wordpress.org/theme/astra.3.6.4.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.3\";}s:15:\"twentytwentyone\";a:6:{s:5:\"theme\";s:15:\"twentytwentyone\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.1.3.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');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_pofw_product_option`
--

DROP TABLE IF EXISTS `wp_pofw_product_option`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_pofw_product_option` (
  `option_id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `product_id` int(11) unsigned NOT NULL,
  `title` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `price` decimal(12,2) DEFAULT '0.00',
  `type` varchar(60) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `required` tinyint(1) DEFAULT '1',
  `sort_order` int(11) unsigned DEFAULT NULL,
  PRIMARY KEY (`option_id`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_pofw_product_option`
--

LOCK TABLES `wp_pofw_product_option` WRITE;
/*!40000 ALTER TABLE `wp_pofw_product_option` DISABLE KEYS */;
INSERT INTO `wp_pofw_product_option` VALUES (1,383,'Size Chart',0.00,'drop_down',1,1),(2,428,'3T',0.00,'checkbox',1,1),(3,431,'BLM sets',0.00,'checkbox',1,1),(4,434,'Black Lives matter Adult',0.00,'checkbox',1,1);
/*!40000 ALTER TABLE `wp_pofw_product_option` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_pofw_product_option_value`
--

DROP TABLE IF EXISTS `wp_pofw_product_option_value`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_pofw_product_option_value` (
  `value_id` int(11) NOT NULL AUTO_INCREMENT,
  `option_id` int(11) unsigned NOT NULL,
  `product_id` int(11) unsigned NOT NULL,
  `title` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `price` decimal(12,2) DEFAULT '0.00',
  `sort_order` int(11) unsigned DEFAULT NULL,
  PRIMARY KEY (`value_id`)
) ENGINE=MyISAM AUTO_INCREMENT=26 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_pofw_product_option_value`
--

LOCK TABLES `wp_pofw_product_option_value` WRITE;
/*!40000 ALTER TABLE `wp_pofw_product_option_value` DISABLE KEYS */;
INSERT INTO `wp_pofw_product_option_value` VALUES (1,1,383,'XL',0.00,1),(2,1,383,'L',0.00,2),(3,1,383,'M',0.00,3),(4,1,383,'S',0.00,4),(5,2,428,'3T white set girl',0.00,1),(6,2,428,'4T Blck set girl',0.00,2),(7,2,428,'2T Blck set girl',0.00,3),(8,3,431,'24m black set (1)',0.00,1),(9,3,431,'5T black set (4)',0.00,2),(10,3,431,'12m black set (3)',0.00,3),(11,3,431,'2T black set (1)',0.00,4),(12,3,431,'18m black set (2)',0.00,5),(13,3,431,'4T white set (1)',0.00,6),(14,4,434,'#blm Small',0.00,1),(15,4,434,'#blm medium',0.00,2),(16,4,434,'#blm large',0.00,3),(17,4,434,'#blm Xl',0.00,4),(18,4,434,'#blm 2X',2.00,5),(19,4,434,'#blm 3X',3.00,6),(20,4,434,'bold blm Sm',5.00,7),(21,4,434,'bold blm med',5.00,8),(22,4,434,'bold blm large',5.00,9),(23,4,434,'bold blm Xl',5.00,10),(24,4,434,'bold blm 2X',7.00,11),(25,4,434,'bold blm 3X',8.00,12);
/*!40000 ALTER TABLE `wp_pofw_product_option_value` 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_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=5160 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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 (12,8,'_menu_item_object_id','8'),(10,8,'_menu_item_type','custom'),(11,8,'_menu_item_menu_item_parent','0'),(13,8,'_menu_item_object','custom'),(14,8,'_menu_item_target',''),(15,8,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(16,8,'_menu_item_xfn',''),(17,8,'_menu_item_url','http://lavishluxebylenee.com/'),(29,10,'_edit_last','1'),(148,71,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[smartslider3 slider=1]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59ab2289705a7\";s:19:\"_sow_form_timestamp\";s:13:\"1504387742190\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"ff448f11-05ae-4720-9467-36de53088a0e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:23:\"<p>[instagram-feed]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59ab22c02b490\";s:19:\"_sow_form_timestamp\";s:13:\"1504388253665\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"372f76c1-fa4e-4ae6-b222-71b425162548\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(139,63,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1370:\"<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vein or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.\" your outfit and save money while doing it! The “Hollywood Look” at an affordable price - what more can you ask for?</p><p>Lenee\'<br>Affordable Chic Fashion Consultant<br>In Touch with the Client\'s Style</p><p>As a personal shopper/stylist it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million dollar look within an everyday budget. As your personal stylist I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the every day beauty world allowing me to stay up on the new fab!</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"20bdc43b-a3d6-409d-9324-e54405bd1ac6\";s:5:\"style\";a:0:{}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(30,10,'_edit_lock','1614549345:1'),(31,10,'_wp_page_template','default'),(46,19,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:1:{s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"f4e36c84-332a-4af6-930b-8d44b27c5df8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(47,19,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:1:{s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"f4e36c84-332a-4af6-930b-8d44b27c5df8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(48,20,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:1:{s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"f4e36c84-332a-4af6-930b-8d44b27c5df8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(151,74,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59ab2289705a7\";s:19:\"_sow_form_timestamp\";s:13:\"1504471534114\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"ff448f11-05ae-4720-9467-36de53088a0e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:23:\"<p>[instagram-feed]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59ab22c02b490\";s:19:\"_sow_form_timestamp\";s:13:\"1504388253665\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"372f76c1-fa4e-4ae6-b222-71b425162548\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(256,117,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1826;s:6:\"height\";i:2739;s:4:\"file\";s:34:\"2017/10/PicsArt_09-29-01.39.27.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"PicsArt_09-29-01.39.27-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:\"PicsArt_09-29-01.39.27-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:34:\"PicsArt_09-29-01.39.27-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"PicsArt_09-29-01.39.27-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"PicsArt_09-29-01.39.27-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"PicsArt_09-29-01.39.27-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"PicsArt_09-29-01.39.27-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:34:\"PicsArt_09-29-01.39.27-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:34:\"PicsArt_09-29-01.39.27-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"easy_testimonial_thumb\";a:4:{s:4:\"file\";s:32:\"PicsArt_09-29-01.39.27-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:34:\"PicsArt_09-29-01.39.27-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"184007596000102\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"27\";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:{}}}'),(257,118,'_wp_attached_file','2017/10/PicsArt_09-29-01.41.37.jpg'),(258,118,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1717;s:6:\"height\";i:2913;s:4:\"file\";s:34:\"2017/10/PicsArt_09-29-01.41.37.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"PicsArt_09-29-01.41.37-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:\"PicsArt_09-29-01.41.37-600x1018.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:1018;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"PicsArt_09-29-01.41.37-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"PicsArt_09-29-01.41.37-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"PicsArt_09-29-01.41.37-177x300.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"PicsArt_09-29-01.41.37-768x1303.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"PicsArt_09-29-01.41.37-604x1024.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:34:\"PicsArt_09-29-01.41.37-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:34:\"PicsArt_09-29-01.41.37-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"easy_testimonial_thumb\";a:4:{s:4:\"file\";s:32:\"PicsArt_09-29-01.41.37-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:34:\"PicsArt_09-29-01.41.37-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"184007596000102\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"29\";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:{}}}'),(253,116,'_wp_attached_file','2017/10/PicsArt_09-20-08.25.54.jpg'),(254,116,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1067;s:6:\"height\";i:1600;s:4:\"file\";s:34:\"2017/10/PicsArt_09-20-08.25.54.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"PicsArt_09-20-08.25.54-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:\"PicsArt_09-20-08.25.54-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:34:\"PicsArt_09-20-08.25.54-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"PicsArt_09-20-08.25.54-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"PicsArt_09-20-08.25.54-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"PicsArt_09-20-08.25.54-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"PicsArt_09-20-08.25.54-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:34:\"PicsArt_09-20-08.25.54-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:34:\"PicsArt_09-20-08.25.54-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"easy_testimonial_thumb\";a:4:{s:4:\"file\";s:32:\"PicsArt_09-20-08.25.54-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:34:\"PicsArt_09-20-08.25.54-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:6:\"D.LACY\";s:6:\"camera\";s:13:\"Canon EOS 5DS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:6:\"0.0062\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(255,117,'_wp_attached_file','2017/10/PicsArt_09-29-01.39.27.jpg'),(251,115,'_wp_attached_file','2017/10/Screenshot_2017-09-13-07-52-43-1.png'),(252,115,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1636;s:4:\"file\";s:44:\"2017/10/Screenshot_2017-09-13-07-52-43-1.png\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:44:\"Screenshot_2017-09-13-07-52-43-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:44:\"Screenshot_2017-09-13-07-52-43-1-600x909.png\";s:5:\"width\";i:600;s:6:\"height\";i:909;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:44:\"Screenshot_2017-09-13-07-52-43-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Screenshot_2017-09-13-07-52-43-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"Screenshot_2017-09-13-07-52-43-1-198x300.png\";s:5:\"width\";i:198;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"Screenshot_2017-09-13-07-52-43-1-768x1163.png\";s:5:\"width\";i:768;s:6:\"height\";i:1163;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"Screenshot_2017-09-13-07-52-43-1-676x1024.png\";s:5:\"width\";i:676;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:44:\"Screenshot_2017-09-13-07-52-43-1-590x335.png\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:44:\"Screenshot_2017-09-13-07-52-43-1-830x415.png\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"easy_testimonial_thumb\";a:4:{s:4:\"file\";s:42:\"Screenshot_2017-09-13-07-52-43-1-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:44:\"Screenshot_2017-09-13-07-52-43-1-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;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:{}}}'),(52,22,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1412:\"<div>[smartslider3 slider=1]</div>\n<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vein or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p>\n<p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.\" your outfit and save money while doing it! The “Hollywood Look” at an affordable price - what more can you ask for?</p>\n<p>Lenee\'<br />Affordable Chic Fashion Consultant<br />In Touch with the Client\'s Style</p>\n<p>As a personal shopper/stylist it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million dollar look within an everyday budget. As your personal stylist I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the every day beauty world allowing me to stay up on the new fab!</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59ab02c6ad1c4\";s:19:\"_sow_form_timestamp\";s:13:\"1504379594895\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"f4e36c84-332a-4af6-930b-8d44b27c5df8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(53,22,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1412:\"<div>[smartslider3 slider=1]</div>\n<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vein or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p>\n<p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.\" your outfit and save money while doing it! The “Hollywood Look” at an affordable price - what more can you ask for?</p>\n<p>Lenee\'<br />Affordable Chic Fashion Consultant<br />In Touch with the Client\'s Style</p>\n<p>As a personal shopper/stylist it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million dollar look within an everyday budget. As your personal stylist I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the every day beauty world allowing me to stay up on the new fab!</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59ab02c6ad1c4\";s:19:\"_sow_form_timestamp\";s:13:\"1504379594895\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"f4e36c84-332a-4af6-930b-8d44b27c5df8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(54,23,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1412:\"<div>[smartslider3 slider=1]</div>\n<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vein or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p>\n<p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.\" your outfit and save money while doing it! The “Hollywood Look” at an affordable price - what more can you ask for?</p>\n<p>Lenee\'<br />Affordable Chic Fashion Consultant<br />In Touch with the Client\'s Style</p>\n<p>As a personal shopper/stylist it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million dollar look within an everyday budget. As your personal stylist I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the every day beauty world allowing me to stay up on the new fab!</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59ab02c6ad1c4\";s:19:\"_sow_form_timestamp\";s:13:\"1504379594895\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"f4e36c84-332a-4af6-930b-8d44b27c5df8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(60,26,'_edit_lock','1504386585:1'),(61,26,'client_name','Dorian'),(59,26,'_edit_last','1'),(62,26,'email',''),(63,26,'company_name',''),(64,26,'company_website',''),(65,26,'nofollow','default'),(158,82,'_wp_attached_file','2017/09/lavish-luxe.jpg'),(236,110,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1869;s:6:\"height\";i:2804;s:4:\"file\";s:34:\"2017/10/PicsArt_09-26-10.39.33.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"PicsArt_09-26-10.39.33-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:\"PicsArt_09-26-10.39.33-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:34:\"PicsArt_09-26-10.39.33-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"PicsArt_09-26-10.39.33-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"PicsArt_09-26-10.39.33-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"PicsArt_09-26-10.39.33-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"PicsArt_09-26-10.39.33-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:34:\"PicsArt_09-26-10.39.33-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:34:\"PicsArt_09-26-10.39.33-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"easy_testimonial_thumb\";a:4:{s:4:\"file\";s:32:\"PicsArt_09-26-10.39.33-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:34:\"PicsArt_09-26-10.39.33-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"184007596000102\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(71,29,'_edit_last','1'),(72,29,'_edit_lock','1593997326:1'),(73,29,'_wp_page_template','default'),(140,64,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:390:\"<p>[testimonials_cycle theme=\"light_style\" width=\"100%\" count=\"-1\" order_by=\"date\" order=\"ASC\" show_title=\"0\" use_excerpt=\"0\" show_thumbs=\"1\" show_date=\"1\" show_other=\"1\" hide_view_more=\"0\" show_rating=\"before\" testimonials_per_slide=\"1\" transition=\"fade\" timer=\"5000\" pause_on_hover=\"true\" auto_height=\"container\" show_pager_icons=\"1\" prev_next=\"1\" display_pagers_above=\"0\" paused=\"0\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59ab22200b91b\";s:19:\"_sow_form_timestamp\";s:13:\"1504454147815\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"ae89bc78-c246-4e40-8c54-5fb295eeb1ef\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(75,32,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:425:\"<div>[smartslider3 slider=1]</div>\n<p>[testimonials_cycle theme=\"light_style\" width=\"100%\" count=\"-1\" order_by=\"date\" order=\"ASC\" show_title=\"0\" use_excerpt=\"0\" show_thumbs=\"1\" show_date=\"1\" show_other=\"1\" hide_view_more=\"0\" show_rating=\"before\" testimonials_per_slide=\"1\" transition=\"fade\" timer=\"5000\" pause_on_hover=\"true\" auto_height=\"container\" show_pager_icons=\"1\" prev_next=\"1\" display_pagers_above=\"0\" paused=\"0\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59ab22200b91b\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"ae89bc78-c246-4e40-8c54-5fb295eeb1ef\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(79,34,'_edit_last','1'),(80,34,'_edit_lock','1582523092:1'),(81,34,'_wp_page_template','default'),(83,35,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[smartslider3 slider=1]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59ab2289705a7\";s:19:\"_sow_form_timestamp\";s:13:\"1504387742190\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"ff448f11-05ae-4720-9467-36de53088a0e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(84,35,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[smartslider3 slider=1]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59ab2289705a7\";s:19:\"_sow_form_timestamp\";s:13:\"1504387742190\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"ff448f11-05ae-4720-9467-36de53088a0e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(85,36,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[smartslider3 slider=1]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59ab2289705a7\";s:19:\"_sow_form_timestamp\";s:13:\"1504387742190\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"ff448f11-05ae-4720-9467-36de53088a0e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(235,110,'_wp_attached_file','2017/10/PicsArt_09-26-10.39.33.jpg'),(159,82,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:864;s:6:\"height\";i:864;s:4:\"file\";s:23:\"2017/09/lavish-luxe.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"lavish-luxe-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"lavish-luxe-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:23:\"lavish-luxe-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"lavish-luxe-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"lavish-luxe-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"lavish-luxe-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:23:\"lavish-luxe-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:23:\"lavish-luxe-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"easy_testimonial_thumb\";a:4:{s:4:\"file\";s:21:\"lavish-luxe-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:23:\"lavish-luxe-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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:{}}}'),(153,78,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59ab2289705a7\";s:19:\"_sow_form_timestamp\";s:13:\"1504471534114\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"ff448f11-05ae-4720-9467-36de53088a0e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:23:\"<p>[instagram-feed]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59ab22c02b490\";s:19:\"_sow_form_timestamp\";s:13:\"1504388253665\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"372f76c1-fa4e-4ae6-b222-71b425162548\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(86,37,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[smartslider3 slider=1]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59ab2289705a7\";s:19:\"_sow_form_timestamp\";s:13:\"1504387742190\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"ff448f11-05ae-4720-9467-36de53088a0e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59ab22c02b490\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"372f76c1-fa4e-4ae6-b222-71b425162548\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(87,37,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[smartslider3 slider=1]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59ab2289705a7\";s:19:\"_sow_form_timestamp\";s:13:\"1504387742190\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"ff448f11-05ae-4720-9467-36de53088a0e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59ab22c02b490\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"372f76c1-fa4e-4ae6-b222-71b425162548\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(88,38,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[smartslider3 slider=1]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59ab2289705a7\";s:19:\"_sow_form_timestamp\";s:13:\"1504387742190\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"ff448f11-05ae-4720-9467-36de53088a0e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59ab22c02b490\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"372f76c1-fa4e-4ae6-b222-71b425162548\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(89,39,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:34:\"<p>[easy-image-collage id=246]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59f6295e0310c\";s:19:\"_sow_form_timestamp\";s:13:\"1509385539007\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"070aa069-74a4-4780-a783-2275a4d532db\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:327:\"<p style=\"text-align: center;\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 14px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"19304014-582d-4bdb-85fb-303069d01dba\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(784,34,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:34:\"<p>[easy-image-collage id=246]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59f6295e0310c\";s:19:\"_sow_form_timestamp\";s:13:\"1509385539007\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"070aa069-74a4-4780-a783-2275a4d532db\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:327:\"<p style=\"text-align: center;\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 14px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"19304014-582d-4bdb-85fb-303069d01dba\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"padding\";s:11:\"5% 0% 0% 0%\";s:14:\"mobile_padding\";s:12:\"10% 0% 0% 0%\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(90,39,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:34:\"<p>[easy-image-collage id=246]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59f6295e0310c\";s:19:\"_sow_form_timestamp\";s:13:\"1509385539007\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"070aa069-74a4-4780-a783-2275a4d532db\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:327:\"<p style=\"text-align: center;\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 14px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"19304014-582d-4bdb-85fb-303069d01dba\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(91,39,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:34:\"<p>[easy-image-collage id=246]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59f6295e0310c\";s:19:\"_sow_form_timestamp\";s:13:\"1509385539007\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"070aa069-74a4-4780-a783-2275a4d532db\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:327:\"<p style=\"text-align: center;\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 14px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"19304014-582d-4bdb-85fb-303069d01dba\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(92,40,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[smartslider3 slider=1]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59ab2289705a7\";s:19:\"_sow_form_timestamp\";s:13:\"1504387742190\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"ff448f11-05ae-4720-9467-36de53088a0e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:23:\"<p>[instagram-feed]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59ab22c02b490\";s:19:\"_sow_form_timestamp\";s:13:\"1504388253665\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"372f76c1-fa4e-4ae6-b222-71b425162548\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(93,40,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[smartslider3 slider=1]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59ab2289705a7\";s:19:\"_sow_form_timestamp\";s:13:\"1504387742190\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"ff448f11-05ae-4720-9467-36de53088a0e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:23:\"<p>[instagram-feed]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59ab22c02b490\";s:19:\"_sow_form_timestamp\";s:13:\"1504388253665\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"372f76c1-fa4e-4ae6-b222-71b425162548\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(94,41,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[smartslider3 slider=1]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59ab2289705a7\";s:19:\"_sow_form_timestamp\";s:13:\"1504387742190\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"ff448f11-05ae-4720-9467-36de53088a0e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:23:\"<p>[instagram-feed]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59ab22c02b490\";s:19:\"_sow_form_timestamp\";s:13:\"1504388253665\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"372f76c1-fa4e-4ae6-b222-71b425162548\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(95,39,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:34:\"<p>[easy-image-collage id=246]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59f6295e0310c\";s:19:\"_sow_form_timestamp\";s:13:\"1509385539007\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"070aa069-74a4-4780-a783-2275a4d532db\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:327:\"<p style=\"text-align: center;\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 14px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"19304014-582d-4bdb-85fb-303069d01dba\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(783,248,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:142:\"<p>[easy-image-collage id=246]</p>\n\n<p> <br /> <a class=\"button\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59f6295e0310c\";s:19:\"_sow_form_timestamp\";s:13:\"1509304851380\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"070aa069-74a4-4780-a783-2275a4d532db\";s:5:\"style\";a:3:{s:10:\"widget_css\";s:261:\".button {\n    background-color: black;\n    border: none;\nborder-radius: 5px;\n    color: white;\n    padding: 15px 32px;\n    text-align: center;\n    text-decoration: none;\n    display: inline-block;\n    font-size: 16px;\n    margin: 4px 2px;\n    cursor: pointer;\n}\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(96,39,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:34:\"<p>[easy-image-collage id=246]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59f6295e0310c\";s:19:\"_sow_form_timestamp\";s:13:\"1509385539007\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"070aa069-74a4-4780-a783-2275a4d532db\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:327:\"<p style=\"text-align: center;\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 14px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"19304014-582d-4bdb-85fb-303069d01dba\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(152,76,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59ab2289705a7\";s:19:\"_sow_form_timestamp\";s:13:\"1504471534114\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"ff448f11-05ae-4720-9467-36de53088a0e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:23:\"<p>[instagram-feed]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59ab22c02b490\";s:19:\"_sow_form_timestamp\";s:13:\"1504388253665\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"372f76c1-fa4e-4ae6-b222-71b425162548\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(97,42,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[smartslider3 slider=1]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59ab2289705a7\";s:19:\"_sow_form_timestamp\";s:13:\"1504387742190\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"ff448f11-05ae-4720-9467-36de53088a0e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:23:\"<p>[instagram-feed]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59ab22c02b490\";s:19:\"_sow_form_timestamp\";s:13:\"1504388253665\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"372f76c1-fa4e-4ae6-b222-71b425162548\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(98,42,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[smartslider3 slider=1]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59ab2289705a7\";s:19:\"_sow_form_timestamp\";s:13:\"1504387742190\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"ff448f11-05ae-4720-9467-36de53088a0e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:23:\"<p>[instagram-feed]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59ab22c02b490\";s:19:\"_sow_form_timestamp\";s:13:\"1504388253665\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"372f76c1-fa4e-4ae6-b222-71b425162548\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(99,43,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<p>[smartslider3 slider=1]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59ab2289705a7\";s:19:\"_sow_form_timestamp\";s:13:\"1504387742190\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"ff448f11-05ae-4720-9467-36de53088a0e\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:23:\"<p>[instagram-feed]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59ab22c02b490\";s:19:\"_sow_form_timestamp\";s:13:\"1504388253665\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"372f76c1-fa4e-4ae6-b222-71b425162548\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(100,44,'_wp_attached_file','2017/09/instagram_lavishluxe-e1504388985344.png'),(101,44,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:45;s:6:\"height\";i:45;s:4:\"file\";s:47:\"2017/09/instagram_lavishluxe-e1504388985344.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"instagram_lavishluxe-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"instagram_lavishluxe-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:32:\"instagram_lavishluxe-512x335.png\";s:5:\"width\";i:512;s:6:\"height\";i:335;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:32:\"instagram_lavishluxe-512x415.png\";s:5:\"width\";i:512;s:6:\"height\";i:415;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"easy_testimonial_thumb\";a:4:{s:4:\"file\";s:30:\"instagram_lavishluxe-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:32:\"instagram_lavishluxe-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;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:{}}}'),(102,45,'_wp_attached_file','2017/09/facebook_lavishluxe-e1504388869436.png'),(103,45,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:45;s:6:\"height\";i:45;s:4:\"file\";s:46:\"2017/09/facebook_lavishluxe-e1504388869436.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"facebook_lavishluxe-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"facebook_lavishluxe-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:31:\"facebook_lavishluxe-512x335.png\";s:5:\"width\";i:512;s:6:\"height\";i:335;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:31:\"facebook_lavishluxe-512x415.png\";s:5:\"width\";i:512;s:6:\"height\";i:415;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"easy_testimonial_thumb\";a:4:{s:4:\"file\";s:29:\"facebook_lavishluxe-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:31:\"facebook_lavishluxe-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;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:{}}}'),(104,45,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:23:\"facebook_lavishluxe.png\";}}'),(105,44,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:24:\"instagram_lavishluxe.png\";}}'),(117,48,'_edit_last','1'),(118,48,'_wp_page_template','default'),(119,48,'_edit_lock','1509576292:1'),(120,48,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:4:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(385,131,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:382:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<em><strong>Call Us:</strong></em> 682-556-7387\n\n<strong>Monday through Saturday: </strong>\n\n10 AM - 8 PM\n\n<strong>Sunday:</strong>\n\n1 PM - 5 PM\n\n&nbsp;\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:4:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:4:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(121,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(288,48,'war_soundy_enable_pp_corner','default'),(122,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(313,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(308,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(123,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(287,48,'war_soundy_enable_bg_sound','default'),(124,54,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1377:\"<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vein or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p>\n<p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.\" your outfit and save money while doing it! The “Hollywood Look” at an affordable price - what more can you ask for?</p>\n<p>Lenee\'<br />Affordable Chic Fashion Consultant<br />In Touch with the Client\'s Style</p>\n<p>As a personal shopper/stylist it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million dollar look within an everyday budget. As your personal stylist I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the every day beauty world allowing me to stay up on the new fab!</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59ab45928c376\";s:19:\"_sow_form_timestamp\";s:13:\"1504396694196\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"49ca41b0-a1fa-4e1c-a512-cd098b82a03d\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(125,54,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1377:\"<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vein or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p>\n<p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.\" your outfit and save money while doing it! The “Hollywood Look” at an affordable price - what more can you ask for?</p>\n<p>Lenee\'<br />Affordable Chic Fashion Consultant<br />In Touch with the Client\'s Style</p>\n<p>As a personal shopper/stylist it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million dollar look within an everyday budget. As your personal stylist I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the every day beauty world allowing me to stay up on the new fab!</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59ab45928c376\";s:19:\"_sow_form_timestamp\";s:13:\"1504396694196\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"49ca41b0-a1fa-4e1c-a512-cd098b82a03d\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(126,55,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1377:\"<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vein or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p>\n<p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.\" your outfit and save money while doing it! The “Hollywood Look” at an affordable price - what more can you ask for?</p>\n<p>Lenee\'<br />Affordable Chic Fashion Consultant<br />In Touch with the Client\'s Style</p>\n<p>As a personal shopper/stylist it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million dollar look within an everyday budget. As your personal stylist I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the every day beauty world allowing me to stay up on the new fab!</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59ab45928c376\";s:19:\"_sow_form_timestamp\";s:13:\"1504396694196\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"49ca41b0-a1fa-4e1c-a512-cd098b82a03d\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(929,298,'viewed','1'),(928,298,'version',''),(927,298,'theme',''),(249,114,'_wp_attached_file','2017/10/Snapchat-1472328716.jpg'),(250,114,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1920;s:4:\"file\";s:31:\"2017/10/Snapchat-1472328716.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"Snapchat-1472328716-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:32:\"Snapchat-1472328716-600x1067.jpg\";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:31:\"Snapchat-1472328716-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Snapchat-1472328716-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Snapchat-1472328716-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Snapchat-1472328716-768x1365.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Snapchat-1472328716-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:31:\"Snapchat-1472328716-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:31:\"Snapchat-1472328716-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"easy_testimonial_thumb\";a:4:{s:4:\"file\";s:29:\"Snapchat-1472328716-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:31:\"Snapchat-1472328716-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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:{}}}'),(239,112,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1377:\"<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vein or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p>\n<p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.\" your outfit and save money while doing it! The “Hollywood Look” at an affordable price - what more can you ask for?</p>\n<p>Lenee\'<br />Affordable Chic Fashion Consultant<br />In Touch with the Client\'s Style</p>\n<p>As a personal shopper/stylist it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million dollar look within an everyday budget. As your personal stylist I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the every day beauty world allowing me to stay up on the new fab!</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59ab45928c376\";s:19:\"_sow_form_timestamp\";s:13:\"1504396694196\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"49ca41b0-a1fa-4e1c-a512-cd098b82a03d\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(237,111,'_wp_attached_file','2017/10/PicsArt_09-20-08.31.23.jpg'),(238,111,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:34:\"2017/10/PicsArt_09-20-08.31.23.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"PicsArt_09-20-08.31.23-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:34:\"PicsArt_09-20-08.31.23-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:\"PicsArt_09-20-08.31.23-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"PicsArt_09-20-08.31.23-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"PicsArt_09-20-08.31.23-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"PicsArt_09-20-08.31.23-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"PicsArt_09-20-08.31.23-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:34:\"PicsArt_09-20-08.31.23-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:34:\"PicsArt_09-20-08.31.23-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"easy_testimonial_thumb\";a:4:{s:4:\"file\";s:32:\"PicsArt_09-20-08.31.23-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:34:\"PicsArt_09-20-08.31.23-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:15:\"184007596000102\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(213,29,'war_soundy_enable_bg_sound','default'),(214,29,'war_soundy_enable_pp_corner','default'),(215,29,'war_soundy_audio_file_url','default'),(216,29,'war_soundy_audio_type','default'),(217,29,'war_soundy_audio_volume','default'),(218,29,'war_soundy_audio_title','default'),(219,29,'war_soundy_autoplay','no'),(220,29,'war_soundy_loop','default'),(234,108,'_edit_lock','1506694073:1'),(195,10,'war_soundy_enable_bg_sound','default'),(196,10,'war_soundy_enable_pp_corner','default'),(197,10,'war_soundy_audio_file_url','default'),(198,10,'war_soundy_audio_type','default'),(199,10,'war_soundy_audio_volume','default'),(200,10,'war_soundy_audio_title','default'),(201,10,'war_soundy_autoplay','no'),(202,10,'war_soundy_loop','default'),(203,98,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:23:\"<p>[instagram-feed]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59ab22c02b490\";s:19:\"_sow_form_timestamp\";s:13:\"1504388253665\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"372f76c1-fa4e-4ae6-b222-71b425162548\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(204,34,'war_soundy_enable_bg_sound','default'),(205,34,'war_soundy_enable_pp_corner','default'),(206,34,'war_soundy_audio_file_url','default'),(207,34,'war_soundy_audio_type','default'),(208,34,'war_soundy_audio_volume','default'),(209,34,'war_soundy_audio_title','default'),(210,34,'war_soundy_autoplay','default'),(211,34,'war_soundy_loop','default'),(212,100,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:390:\"<p>[testimonials_cycle theme=\"light_style\" width=\"100%\" count=\"-1\" order_by=\"date\" order=\"ASC\" show_title=\"0\" use_excerpt=\"0\" show_thumbs=\"1\" show_date=\"1\" show_other=\"1\" hide_view_more=\"0\" show_rating=\"before\" testimonials_per_slide=\"1\" transition=\"fade\" timer=\"5000\" pause_on_hover=\"true\" auto_height=\"container\" show_pager_icons=\"1\" prev_next=\"1\" display_pagers_above=\"0\" paused=\"0\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59ab22200b91b\";s:19:\"_sow_form_timestamp\";s:13:\"1504454147815\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"ae89bc78-c246-4e40-8c54-5fb295eeb1ef\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(135,60,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1412:\"<div>[smartslider3 slider=1]</div>\n<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vein or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p>\n<p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.\" your outfit and save money while doing it! The “Hollywood Look” at an affordable price - what more can you ask for?</p>\n<p>Lenee\'<br />Affordable Chic Fashion Consultant<br />In Touch with the Client\'s Style</p>\n<p>As a personal shopper/stylist it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million dollar look within an everyday budget. As your personal stylist I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the every day beauty world allowing me to stay up on the new fab!</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59ab02c6ad1c4\";s:19:\"_sow_form_timestamp\";s:13:\"1504379594895\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"f4e36c84-332a-4af6-930b-8d44b27c5df8\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(136,60,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1412:\"<div>[smartslider3 slider=1]</div>\n<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vein or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p>\n<p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.\" your outfit and save money while doing it! The “Hollywood Look” at an affordable price - what more can you ask for?</p>\n<p>Lenee\'<br />Affordable Chic Fashion Consultant<br />In Touch with the Client\'s Style</p>\n<p>As a personal shopper/stylist it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million dollar look within an everyday budget. As your personal stylist I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the every day beauty world allowing me to stay up on the new fab!</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59ab02c6ad1c4\";s:19:\"_sow_form_timestamp\";s:13:\"1504379594895\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"f4e36c84-332a-4af6-930b-8d44b27c5df8\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(137,61,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1412:\"<div>[smartslider3 slider=1]</div>\n<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vein or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p>\n<p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.\" your outfit and save money while doing it! The “Hollywood Look” at an affordable price - what more can you ask for?</p>\n<p>Lenee\'<br />Affordable Chic Fashion Consultant<br />In Touch with the Client\'s Style</p>\n<p>As a personal shopper/stylist it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million dollar look within an everyday budget. As your personal stylist I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the every day beauty world allowing me to stay up on the new fab!</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59ab02c6ad1c4\";s:19:\"_sow_form_timestamp\";s:13:\"1504379594895\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"f4e36c84-332a-4af6-930b-8d44b27c5df8\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(141,64,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:390:\"<p>[testimonials_cycle theme=\"light_style\" width=\"100%\" count=\"-1\" order_by=\"date\" order=\"ASC\" show_title=\"0\" use_excerpt=\"0\" show_thumbs=\"1\" show_date=\"1\" show_other=\"1\" hide_view_more=\"0\" show_rating=\"before\" testimonials_per_slide=\"1\" transition=\"fade\" timer=\"5000\" pause_on_hover=\"true\" auto_height=\"container\" show_pager_icons=\"1\" prev_next=\"1\" display_pagers_above=\"0\" paused=\"0\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59ab22200b91b\";s:19:\"_sow_form_timestamp\";s:13:\"1504454147815\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"ae89bc78-c246-4e40-8c54-5fb295eeb1ef\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(142,65,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:390:\"<p>[testimonials_cycle theme=\"light_style\" width=\"100%\" count=\"-1\" order_by=\"date\" order=\"ASC\" show_title=\"0\" use_excerpt=\"0\" show_thumbs=\"1\" show_date=\"1\" show_other=\"1\" hide_view_more=\"0\" show_rating=\"before\" testimonials_per_slide=\"1\" transition=\"fade\" timer=\"5000\" pause_on_hover=\"true\" auto_height=\"container\" show_pager_icons=\"1\" prev_next=\"1\" display_pagers_above=\"0\" paused=\"0\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59ab22200b91b\";s:19:\"_sow_form_timestamp\";s:13:\"1504454147815\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"ae89bc78-c246-4e40-8c54-5fb295eeb1ef\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(231,106,'_edit_lock','1506366283:1'),(232,108,'_wp_attached_file','2017/09/lavish-luxe-background.jpeg'),(233,108,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1067;s:6:\"height\";i:1600;s:4:\"file\";s:35:\"2017/09/lavish-luxe-background.jpeg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"lavish-luxe-background-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:35:\"lavish-luxe-background-600x900.jpeg\";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:35:\"lavish-luxe-background-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"lavish-luxe-background-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"lavish-luxe-background-200x300.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"lavish-luxe-background-768x1152.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"lavish-luxe-background-683x1024.jpeg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:35:\"lavish-luxe-background-590x335.jpeg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:35:\"lavish-luxe-background-830x415.jpeg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"easy_testimonial_thumb\";a:4:{s:4:\"file\";s:33:\"lavish-luxe-background-50x50.jpeg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:35:\"lavish-luxe-background-272x182.jpeg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:6:\"D.LACY\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(221,105,'notification_id','495'),(222,105,'type','success'),(223,105,'dismissable','1'),(224,105,'location','[\"everywhere\"]'),(225,105,'plugins','[]'),(226,105,'theme',''),(227,105,'version',''),(228,105,'viewed','1'),(229,106,'_wp_attached_file','2017/09/lavish-background.jpg'),(230,106,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:960;s:4:\"file\";s:29:\"2017/09/lavish-background.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"lavish-background-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:29:\"lavish-background-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:29:\"lavish-background-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"lavish-background-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"lavish-background-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"lavish-background-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"lavish-background-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:29:\"lavish-background-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:29:\"lavish-background-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"easy_testimonial_thumb\";a:4:{s:4:\"file\";s:27:\"lavish-background-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:29:\"lavish-background-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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:{}}}'),(145,67,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:390:\"<p>[testimonials_cycle theme=\"light_style\" width=\"100%\" count=\"-1\" order_by=\"date\" order=\"ASC\" show_title=\"0\" use_excerpt=\"0\" show_thumbs=\"1\" show_date=\"1\" show_other=\"1\" hide_view_more=\"0\" show_rating=\"before\" testimonials_per_slide=\"1\" transition=\"fade\" timer=\"5000\" pause_on_hover=\"true\" auto_height=\"container\" show_pager_icons=\"1\" prev_next=\"1\" display_pagers_above=\"0\" paused=\"0\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59ab22200b91b\";s:19:\"_sow_form_timestamp\";s:13:\"1504454147815\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"ae89bc78-c246-4e40-8c54-5fb295eeb1ef\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(146,67,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:390:\"<p>[testimonials_cycle theme=\"light_style\" width=\"100%\" count=\"-1\" order_by=\"date\" order=\"ASC\" show_title=\"0\" use_excerpt=\"0\" show_thumbs=\"1\" show_date=\"1\" show_other=\"1\" hide_view_more=\"0\" show_rating=\"before\" testimonials_per_slide=\"1\" transition=\"fade\" timer=\"5000\" pause_on_hover=\"true\" auto_height=\"container\" show_pager_icons=\"1\" prev_next=\"1\" display_pagers_above=\"0\" paused=\"0\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59ab22200b91b\";s:19:\"_sow_form_timestamp\";s:13:\"1504454147815\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"ae89bc78-c246-4e40-8c54-5fb295eeb1ef\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(147,68,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:390:\"<p>[testimonials_cycle theme=\"light_style\" width=\"100%\" count=\"-1\" order_by=\"date\" order=\"ASC\" show_title=\"0\" use_excerpt=\"0\" show_thumbs=\"1\" show_date=\"1\" show_other=\"1\" hide_view_more=\"0\" show_rating=\"before\" testimonials_per_slide=\"1\" transition=\"fade\" timer=\"5000\" pause_on_hover=\"true\" auto_height=\"container\" show_pager_icons=\"1\" prev_next=\"1\" display_pagers_above=\"0\" paused=\"0\"]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59ab22200b91b\";s:19:\"_sow_form_timestamp\";s:13:\"1504454147815\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"ae89bc78-c246-4e40-8c54-5fb295eeb1ef\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(154,80,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:23:\"<p>[instagram-feed]</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59ab22c02b490\";s:19:\"_sow_form_timestamp\";s:13:\"1504388253665\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"372f76c1-fa4e-4ae6-b222-71b425162548\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(160,83,'_wp_attached_file','2017/09/lavish-luxe1.jpg'),(161,83,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:960;s:4:\"file\";s:24:\"2017/09/lavish-luxe1.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"lavish-luxe1-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:24:\"lavish-luxe1-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:24:\"lavish-luxe1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"lavish-luxe1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"lavish-luxe1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"lavish-luxe1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:24:\"lavish-luxe1-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:24:\"lavish-luxe1-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"easy_testimonial_thumb\";a:4:{s:4:\"file\";s:22:\"lavish-luxe1-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:24:\"lavish-luxe1-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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:{}}}'),(162,84,'_wp_attached_file','2017/09/lavish-luxe2.jpg'),(163,84,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:24:\"2017/09/lavish-luxe2.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"lavish-luxe2-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:24:\"lavish-luxe2-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:24:\"lavish-luxe2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"lavish-luxe2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"lavish-luxe2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"lavish-luxe2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"lavish-luxe2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:24:\"lavish-luxe2-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:24:\"lavish-luxe2-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"easy_testimonial_thumb\";a:4:{s:4:\"file\";s:22:\"lavish-luxe2-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:24:\"lavish-luxe2-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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:{}}}'),(164,85,'_wp_attached_file','2017/09/lavish-luxe3.jpg'),(165,85,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:960;s:4:\"file\";s:24:\"2017/09/lavish-luxe3.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"lavish-luxe3-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:24:\"lavish-luxe3-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:24:\"lavish-luxe3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"lavish-luxe3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"lavish-luxe3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"lavish-luxe3-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"lavish-luxe3-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:24:\"lavish-luxe3-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:24:\"lavish-luxe3-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"easy_testimonial_thumb\";a:4:{s:4:\"file\";s:22:\"lavish-luxe3-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:24:\"lavish-luxe3-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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:{}}}'),(166,86,'_wp_attached_file','2017/09/facebook-icon-e1504557022269.png'),(167,86,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:30;s:6:\"height\";i:30;s:4:\"file\";s:40:\"2017/09/facebook-icon-e1504557022269.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"facebook-icon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"facebook-icon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:25:\"facebook-icon-512x335.png\";s:5:\"width\";i:512;s:6:\"height\";i:335;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:25:\"facebook-icon-512x415.png\";s:5:\"width\";i:512;s:6:\"height\";i:415;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"easy_testimonial_thumb\";a:4:{s:4:\"file\";s:23:\"facebook-icon-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:25:\"facebook-icon-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;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:{}}}'),(168,87,'_wp_attached_file','2017/09/instagram-icon-e1504557068764.png'),(169,87,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:30;s:6:\"height\";i:30;s:4:\"file\";s:41:\"2017/09/instagram-icon-e1504557068764.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"instagram-icon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"instagram-icon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:26:\"instagram-icon-512x335.png\";s:5:\"width\";i:512;s:6:\"height\";i:335;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:26:\"instagram-icon-512x415.png\";s:5:\"width\";i:512;s:6:\"height\";i:415;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"easy_testimonial_thumb\";a:4:{s:4:\"file\";s:24:\"instagram-icon-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:26:\"instagram-icon-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;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:{}}}'),(170,86,'_edit_lock','1504556909:1'),(171,86,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:17:\"facebook-icon.png\";}}'),(172,86,'_edit_last','1'),(173,87,'_edit_lock','1504557071:1'),(174,87,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:18:\"instagram-icon.png\";}}'),(175,87,'_edit_last','1'),(176,88,'_wp_attached_file','2017/09/facebook-icon-1-e1504557551258.png'),(177,88,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:30;s:6:\"height\";i:30;s:4:\"file\";s:42:\"2017/09/facebook-icon-1-e1504557551258.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"facebook-icon-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"easy_testimonial_thumb\";a:4:{s:4:\"file\";s:25:\"facebook-icon-1-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:27:\"facebook-icon-1-256x182.png\";s:5:\"width\";i:256;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(178,89,'_wp_attached_file','2017/09/instagram-icon-1-e1504557597498.png'),(179,89,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:30;s:6:\"height\";i:30;s:4:\"file\";s:43:\"2017/09/instagram-icon-1-e1504557597498.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"instagram-icon-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"instagram-icon-1-300x298.png\";s:5:\"width\";i:300;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:28:\"instagram-icon-1-390x335.png\";s:5:\"width\";i:390;s:6:\"height\";i:335;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"easy_testimonial_thumb\";a:4:{s:4:\"file\";s:26:\"instagram-icon-1-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:28:\"instagram-icon-1-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;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:{}}}'),(180,88,'_edit_lock','1504557555:1'),(181,88,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:256;s:6:\"height\";i:256;s:4:\"file\";s:19:\"facebook-icon-1.png\";}}'),(182,88,'_edit_last','1'),(183,89,'_edit_lock','1504557615:1'),(184,89,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:390;s:6:\"height\";i:388;s:4:\"file\";s:20:\"instagram-icon-1.png\";}}'),(185,89,'_edit_last','1'),(190,92,'_wp_attached_file','2017/09/lavish-luxe-logo-e1504652404896.png'),(191,92,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:29;s:4:\"file\";s:43:\"2017/09/lavish-luxe-logo-e1504652404896.png\";s:5:\"sizes\";a:5:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:42:\"lavish-luxe-logo-e1504652404896-100x29.png\";s:5:\"width\";i:100;s:6:\"height\";i:29;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"lavish-luxe-logo-150x75.png\";s:5:\"width\";i:150;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"lavish-luxe-logo-300x38.png\";s:5:\"width\";i:300;s:6:\"height\";i:38;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"easy_testimonial_thumb\";a:4:{s:4:\"file\";s:26:\"lavish-luxe-logo-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:27:\"lavish-luxe-logo-272x75.png\";s:5:\"width\";i:272;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(192,92,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:588;s:6:\"height\";i:75;s:4:\"file\";s:20:\"lavish-luxe-logo.png\";}s:18:\"full-1504652404896\";a:3:{s:5:\"width\";i:230;s:6:\"height\";i:29;s:4:\"file\";s:35:\"lavish-luxe-logo-e1504652397688.png\";}}'),(193,95,'_wp_attached_file','2017/09/lavishluxe-slider1.jpg'),(194,95,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:893;s:4:\"file\";s:30:\"2017/09/lavishluxe-slider1.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"lavishluxe-slider1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:30:\"lavishluxe-slider1-600x357.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"lavishluxe-slider1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"lavishluxe-slider1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"lavishluxe-slider1-300x179.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"lavishluxe-slider1-768x457.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:457;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"lavishluxe-slider1-1024x610.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:30:\"lavishluxe-slider1-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:30:\"lavishluxe-slider1-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"easy_testimonial_thumb\";a:4:{s:4:\"file\";s:28:\"lavishluxe-slider1-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:30:\"lavishluxe-slider1-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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:{}}}'),(259,119,'_wp_attached_file','2017/10/MG_9504final.jpg'),(260,119,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3456;s:6:\"height\";i:5184;s:4:\"file\";s:24:\"2017/10/MG_9504final.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"MG_9504final-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:24:\"MG_9504final-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:24:\"MG_9504final-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"MG_9504final-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"MG_9504final-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"MG_9504final-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"MG_9504final-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:24:\"MG_9504final-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:24:\"MG_9504final-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"easy_testimonial_thumb\";a:4:{s:4:\"file\";s:22:\"MG_9504final-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:24:\"MG_9504final-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:15:\"Kauwuane Burton\";s:6:\"camera\";s:14:\"Canon EOS-1D X\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1477841035\";s:9:\"copyright\";s:27:\"Kauwuane Burton Photography\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(261,120,'_wp_attached_file','2017/10/MG_9444final.jpg'),(262,120,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3456;s:6:\"height\";i:5184;s:4:\"file\";s:24:\"2017/10/MG_9444final.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"MG_9444final-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:24:\"MG_9444final-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:24:\"MG_9444final-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"MG_9444final-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"MG_9444final-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"MG_9444final-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"MG_9444final-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:24:\"MG_9444final-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:24:\"MG_9444final-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"easy_testimonial_thumb\";a:4:{s:4:\"file\";s:22:\"MG_9444final-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:24:\"MG_9444final-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:15:\"Kauwuane Burton\";s:6:\"camera\";s:14:\"Canon EOS-1D X\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1477839879\";s:9:\"copyright\";s:27:\"Kauwuane Burton Photography\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(263,121,'_wp_attached_file','2017/10/DLA_2342.jpg'),(264,121,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1067;s:6:\"height\";i:1600;s:4:\"file\";s:20:\"2017/10/DLA_2342.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"DLA_2342-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"DLA_2342-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:20:\"DLA_2342-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DLA_2342-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DLA_2342-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"DLA_2342-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DLA_2342-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:20:\"DLA_2342-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:20:\"DLA_2342-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"easy_testimonial_thumb\";a:4:{s:4:\"file\";s:18:\"DLA_2342-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:20:\"DLA_2342-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:6:\"D.LACY\";s:6:\"camera\";s:13:\"Canon EOS 5DS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1503840947\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(265,122,'_wp_attached_file','2017/10/received_10212661803131681.jpeg'),(266,122,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1067;s:6:\"height\";i:1600;s:4:\"file\";s:39:\"2017/10/received_10212661803131681.jpeg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:39:\"received_10212661803131681-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:39:\"received_10212661803131681-600x900.jpeg\";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:39:\"received_10212661803131681-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"received_10212661803131681-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"received_10212661803131681-200x300.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"received_10212661803131681-768x1152.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"received_10212661803131681-683x1024.jpeg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:39:\"received_10212661803131681-590x335.jpeg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:39:\"received_10212661803131681-830x415.jpeg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"easy_testimonial_thumb\";a:4:{s:4:\"file\";s:37:\"received_10212661803131681-50x50.jpeg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:39:\"received_10212661803131681-272x182.jpeg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:6:\"D.LACY\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(267,125,'_edit_lock','1571947567:1'),(268,125,'_edit_last','1'),(269,125,'_wp_page_template','default'),(270,125,'war_soundy_enable_bg_sound','default'),(271,125,'war_soundy_enable_pp_corner','default'),(272,125,'war_soundy_audio_file_url','default'),(273,125,'war_soundy_audio_type','default'),(274,125,'war_soundy_audio_volume','default'),(275,125,'war_soundy_audio_title','default'),(276,125,'war_soundy_autoplay','no'),(277,125,'war_soundy_loop','default'),(289,48,'war_soundy_audio_file_url','default'),(290,48,'war_soundy_audio_type','default'),(291,48,'war_soundy_audio_volume','default'),(292,48,'war_soundy_audio_title','default'),(293,48,'war_soundy_autoplay','no'),(294,48,'war_soundy_loop','default'),(295,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(309,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(307,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(296,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(297,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(306,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(310,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(311,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(312,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(314,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(315,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(316,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(317,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(318,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(319,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(326,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(320,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(321,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(322,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(323,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(324,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(325,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(327,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(328,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(329,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(330,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(331,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(332,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(333,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(334,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(335,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(695,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(336,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(337,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(338,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(339,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(340,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(341,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(342,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(343,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(344,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(345,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(346,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(347,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(348,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(349,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(350,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(351,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(352,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(353,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(354,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(355,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(356,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(370,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(357,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(358,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(359,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(360,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(361,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(362,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(378,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(369,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(363,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(364,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(376,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(375,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(365,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(377,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(366,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(367,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(368,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(387,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(708,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(371,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(372,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(373,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(374,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(694,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(707,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(379,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(380,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(381,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(382,130,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:382:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<em><strong>Call Us:</strong></em> 682-556-7387\n\n<strong>Monday through Saturday: </strong>\n\n10 AM - 8 PM\n\n<strong>Sunday:</strong>\n\n1 PM - 5 PM\n\n&nbsp;\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:4:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:4:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(383,130,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1377:\"<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vein or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p>\n<p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.\" your outfit and save money while doing it! The “Hollywood Look” at an affordable price - what more can you ask for?</p>\n<p>Lenee\'<br />Affordable Chic Fashion Consultant<br />In Touch with the Client\'s Style</p>\n<p>As a personal shopper/stylist it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million dollar look within an everyday budget. As your personal stylist I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the every day beauty world allowing me to stay up on the new fab!</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59ab45928c376\";s:19:\"_sow_form_timestamp\";s:13:\"1504396694196\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"49ca41b0-a1fa-4e1c-a512-cd098b82a03d\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(384,130,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1377:\"<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vein or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p>\n<p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.\" your outfit and save money while doing it! The “Hollywood Look” at an affordable price - what more can you ask for?</p>\n<p>Lenee\'<br />Affordable Chic Fashion Consultant<br />In Touch with the Client\'s Style</p>\n<p>As a personal shopper/stylist it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million dollar look within an everyday budget. As your personal stylist I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the every day beauty world allowing me to stay up on the new fab!</p>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59ab45928c376\";s:19:\"_sow_form_timestamp\";s:13:\"1504396694196\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"49ca41b0-a1fa-4e1c-a512-cd098b82a03d\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"row_stretch\";s:14:\"full-stretched\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(386,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(388,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(389,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(390,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(391,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(392,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(393,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(394,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(395,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(396,132,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:382:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<em><strong>Call Us:</strong></em> 682-556-7387\n\n<strong>Monday through Saturday: </strong>\n\n10 AM - 8 PM\n\n<strong>Sunday:</strong>\n\n1 PM - 5 PM\n\n&nbsp;\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:4:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(397,132,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:382:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<em><strong>Call Us:</strong></em> 682-556-7387\n\n<strong>Monday through Saturday: </strong>\n\n10 AM - 8 PM\n\n<strong>Sunday:</strong>\n\n1 PM - 5 PM\n\n&nbsp;\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:4:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:4:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(398,132,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:382:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<em><strong>Call Us:</strong></em> 682-556-7387\n\n<strong>Monday through Saturday: </strong>\n\n10 AM - 8 PM\n\n<strong>Sunday:</strong>\n\n1 PM - 5 PM\n\n&nbsp;\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:4:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:4:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(503,166,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:382:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<em><strong>Call Us:</strong></em> 682-556-7387\n\n<strong>Monday through Saturday: </strong>\n\n10 AM - 8 PM\n\n<strong>Sunday:</strong>\n\n1 PM - 5 PM\n\n&nbsp;\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(399,133,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:382:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<em><strong>Call Us:</strong></em> 682-556-7387\n\n<strong>Monday through Saturday: </strong>\n\n10 AM - 8 PM\n\n<strong>Sunday:</strong>\n\n1 PM - 5 PM\n\n&nbsp;\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:4:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(400,134,'_edit_lock','1614555812:1'),(401,134,'_edit_last','1'),(402,134,'war_soundy_enable_bg_sound','default'),(403,134,'war_soundy_enable_pp_corner','default'),(404,134,'war_soundy_audio_file_url','default'),(405,134,'war_soundy_audio_type','default'),(406,134,'war_soundy_audio_volume','default'),(407,134,'war_soundy_audio_title','default'),(408,134,'war_soundy_autoplay','default'),(409,134,'war_soundy_loop','default'),(410,103,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:78:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">REVIEWS</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"9491b2b6-f90b-46a0-bb19-a0d3b521df83\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:501:\"<blockquote><b>\"Smooth and Easy\"</b>\n<br><br>\nLavish Luxe by Lenee\' helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee\' took my look from basic to unique real quick and she was fun to work with.\n<cite>Dorian</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"db8e8013-0776-4a1d-89c0-41aa63af8b4c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:530:\"<blockquote><b>\"Flexible and Affordable\"</b>\n<br><br>\nI\'m typically a shopaholic, but I had abdominal surgery a few months ago and during the recovery process I found myself swollen and uncomfortable and while preparing to return to work I realized I was not able to fit anything in my closet! I called Lavish luxe by lenee\' and I was not only able to return to work comfortable but chic. Thank you Janella for being flexible and able to customize looks that we\'re specific to my needs!\n<cite>Lisa Hurd-Patrick</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3fbaaa5e-b7f4-4760-8d45-37a0cbf91ffa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:791:\"<blockquote><b>\"Best in class!\"</b>\n\nI have know Ms. Christopher for quite some time and her look is always On Point!\n\nWhen it came time for me to find an outfit for a friend\'s wedding, I knew just who to call.\n\nWe went to several stores for that \"perfect look\". With her help, I was able to find an outfit that gave me the confidence to enjoy celebrating the happy couple by dancing the night away!\n\nNow, whenever I have a special event, she is the first person I contact. I know that she will customize a look just for me because she took the time to get to know my personal style( and her personality makes \"curvy-girl\" shopping sooo much fun)!\n\nI would say to anyone, if you are looking for a personal stylist, look no further than Janella Christopher!\n<cite>Sholonda</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"3009b540-d2e9-4e40-8ca7-a4faceeaf39a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:517:\"<blockquote><b>\"A Client For Life\"</b>\n\nI contacted Lenee\' to style me for a very important event. Not only did she get me ALL the way together, she was professional, affordable and efficient! This was my 1st time using an image consultant, but after this experience, I’ll never do my own shopping again! She has a keen eye for styling any body type and picking the most trendiest pieces! Thank you so much for making me fly while keeping me comfortable in the skin I’m in!!\n<cite>XO - Comille</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"16bae963-014a-4b44-b300-4952f6d05fe9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:657:\"<blockquote><b>\"A job well done... Top-rate\"</b>\n\n\nLenee\' is awesome at what she does. Whenever I have an event or just need an outfit she knows how to style for the occasion. I love the fact that she pays attention to insecurities and your body shape. She styles you in ways that ignites boldness and confidence within yourself. I also love that she does these things on a budget! Lavish Luxe has even styled my teenage daughter for her 13th birthday bash. Everything was trendy and stylish, but most of all age appropriate! I will continue to use Lavish Luxe in the future and if you haven\'t, you should give her a try!\n<cite>Shayla D.</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"e5223cc4-a210-4e08-a17c-d548361bceb4\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:437:\"<blockquote><b>\"Reliable and Trustworthy!\"</b>\n\nOkay, simply put, Lenee\' knows her stuff! She\'s got an eye for style. I\'ve relied on Lavish luxe by Lenee\' for style consulting, dressing me for events and personal shopping services. Lenee\' is on a very short list of people who I can trust to shop for me without me being present. I can count on her to find the right luxe for the occasion and my budget.\n<cite>Latonia</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"05259c3e-f85f-407b-8508-2cafb80baca5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:534:\"<blockquote>I absolutely love every experience with Lavish Luxe by Lenee! Janella has a keen eye for fashion and will always keep you looking good and in season! Through styling me she’s also helped me build up my confidence with certain colors and clothing styles that I hadn’t had before. From birthdays, holidays, everyday wear, special events and just help to put together and bringing new life into the wardrobe I already have, Lavish Luxe has always been the way to go!\n<cite>Jasmine \"Jazzy Faces\" Tucker</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"35d7ae90-290c-4e1e-ac95-f2940d691cad\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(417,142,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:467:\"<blockquote>Lavish Luxe by Lenee\' helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee\' took my look from basic to unique real quick and she was fun to work with.\n<cite>Dorian</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db8e8013-0776-4a1d-89c0-41aa63af8b4c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:5:{s:7:\"padding\";s:11:\"5% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(418,29,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:78:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">REVIEWS</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"9491b2b6-f90b-46a0-bb19-a0d3b521df83\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:501:\"<blockquote><b>\"Smooth and Easy\"</b>\n<br><br>\nLavish Luxe by Lenee\' helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee\' took my look from basic to unique real quick and she was fun to work with.\n<cite>Dorian</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"db8e8013-0776-4a1d-89c0-41aa63af8b4c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:530:\"<blockquote><b>\"Flexible and Affordable\"</b>\n<br><br>\nI\'m typically a shopaholic, but I had abdominal surgery a few months ago and during the recovery process I found myself swollen and uncomfortable and while preparing to return to work I realized I was not able to fit anything in my closet! I called Lavish luxe by lenee\' and I was not only able to return to work comfortable but chic. Thank you Janella for being flexible and able to customize looks that we\'re specific to my needs!\n<cite>Lisa Hurd-Patrick</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3fbaaa5e-b7f4-4760-8d45-37a0cbf91ffa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:791:\"<blockquote><b>\"Best in class!\"</b>\n\nI have know Ms. Christopher for quite some time and her look is always On Point!\n\nWhen it came time for me to find an outfit for a friend\'s wedding, I knew just who to call.\n\nWe went to several stores for that \"perfect look\". With her help, I was able to find an outfit that gave me the confidence to enjoy celebrating the happy couple by dancing the night away!\n\nNow, whenever I have a special event, she is the first person I contact. I know that she will customize a look just for me because she took the time to get to know my personal style( and her personality makes \"curvy-girl\" shopping sooo much fun)!\n\nI would say to anyone, if you are looking for a personal stylist, look no further than Janella Christopher!\n<cite>Sholonda</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"3009b540-d2e9-4e40-8ca7-a4faceeaf39a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:517:\"<blockquote><b>\"A Client For Life\"</b>\n\nI contacted Lenee\' to style me for a very important event. Not only did she get me ALL the way together, she was professional, affordable and efficient! This was my 1st time using an image consultant, but after this experience, I’ll never do my own shopping again! She has a keen eye for styling any body type and picking the most trendiest pieces! Thank you so much for making me fly while keeping me comfortable in the skin I’m in!!\n<cite>XO - Comille</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"c60053f0-7e52-49df-9c0a-6c8229e9ed99\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:657:\"<blockquote><b>\"A job well done... Top-rate\"</b>\n\n\nLenee\' is awesome at what she does. Whenever I have an event or just need an outfit she knows how to style for the occasion. I love the fact that she pays attention to insecurities and your body shape. She styles you in ways that ignites boldness and confidence within yourself. I also love that she does these things on a budget! Lavish Luxe has even styled my teenage daughter for her 13th birthday bash. Everything was trendy and stylish, but most of all age appropriate! I will continue to use Lavish Luxe in the future and if you haven\'t, you should give her a try!\n<cite>Shayla D.</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"e5223cc4-a210-4e08-a17c-d548361bceb4\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:437:\"<blockquote><b>\"Reliable and Trustworthy!\"</b>\n\nOkay, simply put, Lenee\' knows her stuff! She\'s got an eye for style. I\'ve relied on Lavish luxe by Lenee\' for style consulting, dressing me for events and personal shopping services. Lenee\' is on a very short list of people who I can trust to shop for me without me being present. I can count on her to find the right luxe for the occasion and my budget.\n<cite>Latonia</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"05259c3e-f85f-407b-8508-2cafb80baca5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:534:\"<blockquote>I absolutely love every experience with Lavish Luxe by Lenee! Janella has a keen eye for fashion and will always keep you looking good and in season! Through styling me she’s also helped me build up my confidence with certain colors and clothing styles that I hadn’t had before. From birthdays, holidays, everyday wear, special events and just help to put together and bringing new life into the wardrobe I already have, Lavish Luxe has always been the way to go!\n<cite>Jasmine \"Jazzy Faces\" Tucker</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"cffc72b1-4448-4475-9fe0-35eede8cc80e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(419,143,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:467:\"<blockquote>Lavish Luxe by Lenee\' helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee\' took my look from basic to unique real quick and she was fun to work with.\n<cite>Dorian</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db8e8013-0776-4a1d-89c0-41aa63af8b4c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:5:{s:7:\"padding\";s:11:\"5% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(420,103,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:78:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">REVIEWS</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"9491b2b6-f90b-46a0-bb19-a0d3b521df83\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:501:\"<blockquote><b>\"Smooth and Easy\"</b>\n<br><br>\nLavish Luxe by Lenee\' helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee\' took my look from basic to unique real quick and she was fun to work with.\n<cite>Dorian</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"db8e8013-0776-4a1d-89c0-41aa63af8b4c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:530:\"<blockquote><b>\"Flexible and Affordable\"</b>\n<br><br>\nI\'m typically a shopaholic, but I had abdominal surgery a few months ago and during the recovery process I found myself swollen and uncomfortable and while preparing to return to work I realized I was not able to fit anything in my closet! I called Lavish luxe by lenee\' and I was not only able to return to work comfortable but chic. Thank you Janella for being flexible and able to customize looks that we\'re specific to my needs!\n<cite>Lisa Hurd-Patrick</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3fbaaa5e-b7f4-4760-8d45-37a0cbf91ffa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:791:\"<blockquote><b>\"Best in class!\"</b>\n\nI have know Ms. Christopher for quite some time and her look is always On Point!\n\nWhen it came time for me to find an outfit for a friend\'s wedding, I knew just who to call.\n\nWe went to several stores for that \"perfect look\". With her help, I was able to find an outfit that gave me the confidence to enjoy celebrating the happy couple by dancing the night away!\n\nNow, whenever I have a special event, she is the first person I contact. I know that she will customize a look just for me because she took the time to get to know my personal style( and her personality makes \"curvy-girl\" shopping sooo much fun)!\n\nI would say to anyone, if you are looking for a personal stylist, look no further than Janella Christopher!\n<cite>Sholonda</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"3009b540-d2e9-4e40-8ca7-a4faceeaf39a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:517:\"<blockquote><b>\"A Client For Life\"</b>\n\nI contacted Lenee\' to style me for a very important event. Not only did she get me ALL the way together, she was professional, affordable and efficient! This was my 1st time using an image consultant, but after this experience, I’ll never do my own shopping again! She has a keen eye for styling any body type and picking the most trendiest pieces! Thank you so much for making me fly while keeping me comfortable in the skin I’m in!!\n<cite>XO - Comille</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"16bae963-014a-4b44-b300-4952f6d05fe9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:657:\"<blockquote><b>\"A job well done... Top-rate\"</b>\n\n\nLenee\' is awesome at what she does. Whenever I have an event or just need an outfit she knows how to style for the occasion. I love the fact that she pays attention to insecurities and your body shape. She styles you in ways that ignites boldness and confidence within yourself. I also love that she does these things on a budget! Lavish Luxe has even styled my teenage daughter for her 13th birthday bash. Everything was trendy and stylish, but most of all age appropriate! I will continue to use Lavish Luxe in the future and if you haven\'t, you should give her a try!\n<cite>Shayla D.</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"e5223cc4-a210-4e08-a17c-d548361bceb4\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:437:\"<blockquote><b>\"Reliable and Trustworthy!\"</b>\n\nOkay, simply put, Lenee\' knows her stuff! She\'s got an eye for style. I\'ve relied on Lavish luxe by Lenee\' for style consulting, dressing me for events and personal shopping services. Lenee\' is on a very short list of people who I can trust to shop for me without me being present. I can count on her to find the right luxe for the occasion and my budget.\n<cite>Latonia</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"05259c3e-f85f-407b-8508-2cafb80baca5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:534:\"<blockquote>I absolutely love every experience with Lavish Luxe by Lenee! Janella has a keen eye for fashion and will always keep you looking good and in season! Through styling me she’s also helped me build up my confidence with certain colors and clothing styles that I hadn’t had before. From birthdays, holidays, everyday wear, special events and just help to put together and bringing new life into the wardrobe I already have, Lavish Luxe has always been the way to go!\n<cite>Jasmine \"Jazzy Faces\" Tucker</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"35d7ae90-290c-4e1e-ac95-f2940d691cad\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(421,103,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:78:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">REVIEWS</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"9491b2b6-f90b-46a0-bb19-a0d3b521df83\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:501:\"<blockquote><b>\"Smooth and Easy\"</b>\n<br><br>\nLavish Luxe by Lenee\' helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee\' took my look from basic to unique real quick and she was fun to work with.\n<cite>Dorian</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"db8e8013-0776-4a1d-89c0-41aa63af8b4c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:530:\"<blockquote><b>\"Flexible and Affordable\"</b>\n<br><br>\nI\'m typically a shopaholic, but I had abdominal surgery a few months ago and during the recovery process I found myself swollen and uncomfortable and while preparing to return to work I realized I was not able to fit anything in my closet! I called Lavish luxe by lenee\' and I was not only able to return to work comfortable but chic. Thank you Janella for being flexible and able to customize looks that we\'re specific to my needs!\n<cite>Lisa Hurd-Patrick</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3fbaaa5e-b7f4-4760-8d45-37a0cbf91ffa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:791:\"<blockquote><b>\"Best in class!\"</b>\n\nI have know Ms. Christopher for quite some time and her look is always On Point!\n\nWhen it came time for me to find an outfit for a friend\'s wedding, I knew just who to call.\n\nWe went to several stores for that \"perfect look\". With her help, I was able to find an outfit that gave me the confidence to enjoy celebrating the happy couple by dancing the night away!\n\nNow, whenever I have a special event, she is the first person I contact. I know that she will customize a look just for me because she took the time to get to know my personal style( and her personality makes \"curvy-girl\" shopping sooo much fun)!\n\nI would say to anyone, if you are looking for a personal stylist, look no further than Janella Christopher!\n<cite>Sholonda</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"3009b540-d2e9-4e40-8ca7-a4faceeaf39a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:517:\"<blockquote><b>\"A Client For Life\"</b>\n\nI contacted Lenee\' to style me for a very important event. Not only did she get me ALL the way together, she was professional, affordable and efficient! This was my 1st time using an image consultant, but after this experience, I’ll never do my own shopping again! She has a keen eye for styling any body type and picking the most trendiest pieces! Thank you so much for making me fly while keeping me comfortable in the skin I’m in!!\n<cite>XO - Comille</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"16bae963-014a-4b44-b300-4952f6d05fe9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:657:\"<blockquote><b>\"A job well done... Top-rate\"</b>\n\n\nLenee\' is awesome at what she does. Whenever I have an event or just need an outfit she knows how to style for the occasion. I love the fact that she pays attention to insecurities and your body shape. She styles you in ways that ignites boldness and confidence within yourself. I also love that she does these things on a budget! Lavish Luxe has even styled my teenage daughter for her 13th birthday bash. Everything was trendy and stylish, but most of all age appropriate! I will continue to use Lavish Luxe in the future and if you haven\'t, you should give her a try!\n<cite>Shayla D.</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"e5223cc4-a210-4e08-a17c-d548361bceb4\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:437:\"<blockquote><b>\"Reliable and Trustworthy!\"</b>\n\nOkay, simply put, Lenee\' knows her stuff! She\'s got an eye for style. I\'ve relied on Lavish luxe by Lenee\' for style consulting, dressing me for events and personal shopping services. Lenee\' is on a very short list of people who I can trust to shop for me without me being present. I can count on her to find the right luxe for the occasion and my budget.\n<cite>Latonia</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"05259c3e-f85f-407b-8508-2cafb80baca5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:534:\"<blockquote>I absolutely love every experience with Lavish Luxe by Lenee! Janella has a keen eye for fashion and will always keep you looking good and in season! Through styling me she’s also helped me build up my confidence with certain colors and clothing styles that I hadn’t had before. From birthdays, holidays, everyday wear, special events and just help to put together and bringing new life into the wardrobe I already have, Lavish Luxe has always been the way to go!\n<cite>Jasmine \"Jazzy Faces\" Tucker</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"35d7ae90-290c-4e1e-ac95-f2940d691cad\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(422,103,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:78:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">REVIEWS</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"9491b2b6-f90b-46a0-bb19-a0d3b521df83\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:501:\"<blockquote><b>\"Smooth and Easy\"</b>\n<br><br>\nLavish Luxe by Lenee\' helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee\' took my look from basic to unique real quick and she was fun to work with.\n<cite>Dorian</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"db8e8013-0776-4a1d-89c0-41aa63af8b4c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:530:\"<blockquote><b>\"Flexible and Affordable\"</b>\n<br><br>\nI\'m typically a shopaholic, but I had abdominal surgery a few months ago and during the recovery process I found myself swollen and uncomfortable and while preparing to return to work I realized I was not able to fit anything in my closet! I called Lavish luxe by lenee\' and I was not only able to return to work comfortable but chic. Thank you Janella for being flexible and able to customize looks that we\'re specific to my needs!\n<cite>Lisa Hurd-Patrick</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3fbaaa5e-b7f4-4760-8d45-37a0cbf91ffa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:791:\"<blockquote><b>\"Best in class!\"</b>\n\nI have know Ms. Christopher for quite some time and her look is always On Point!\n\nWhen it came time for me to find an outfit for a friend\'s wedding, I knew just who to call.\n\nWe went to several stores for that \"perfect look\". With her help, I was able to find an outfit that gave me the confidence to enjoy celebrating the happy couple by dancing the night away!\n\nNow, whenever I have a special event, she is the first person I contact. I know that she will customize a look just for me because she took the time to get to know my personal style( and her personality makes \"curvy-girl\" shopping sooo much fun)!\n\nI would say to anyone, if you are looking for a personal stylist, look no further than Janella Christopher!\n<cite>Sholonda</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"3009b540-d2e9-4e40-8ca7-a4faceeaf39a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:517:\"<blockquote><b>\"A Client For Life\"</b>\n\nI contacted Lenee\' to style me for a very important event. Not only did she get me ALL the way together, she was professional, affordable and efficient! This was my 1st time using an image consultant, but after this experience, I’ll never do my own shopping again! She has a keen eye for styling any body type and picking the most trendiest pieces! Thank you so much for making me fly while keeping me comfortable in the skin I’m in!!\n<cite>XO - Comille</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"16bae963-014a-4b44-b300-4952f6d05fe9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:657:\"<blockquote><b>\"A job well done... Top-rate\"</b>\n\n\nLenee\' is awesome at what she does. Whenever I have an event or just need an outfit she knows how to style for the occasion. I love the fact that she pays attention to insecurities and your body shape. She styles you in ways that ignites boldness and confidence within yourself. I also love that she does these things on a budget! Lavish Luxe has even styled my teenage daughter for her 13th birthday bash. Everything was trendy and stylish, but most of all age appropriate! I will continue to use Lavish Luxe in the future and if you haven\'t, you should give her a try!\n<cite>Shayla D.</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"e5223cc4-a210-4e08-a17c-d548361bceb4\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:437:\"<blockquote><b>\"Reliable and Trustworthy!\"</b>\n\nOkay, simply put, Lenee\' knows her stuff! She\'s got an eye for style. I\'ve relied on Lavish luxe by Lenee\' for style consulting, dressing me for events and personal shopping services. Lenee\' is on a very short list of people who I can trust to shop for me without me being present. I can count on her to find the right luxe for the occasion and my budget.\n<cite>Latonia</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"05259c3e-f85f-407b-8508-2cafb80baca5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:534:\"<blockquote>I absolutely love every experience with Lavish Luxe by Lenee! Janella has a keen eye for fashion and will always keep you looking good and in season! Through styling me she’s also helped me build up my confidence with certain colors and clothing styles that I hadn’t had before. From birthdays, holidays, everyday wear, special events and just help to put together and bringing new life into the wardrobe I already have, Lavish Luxe has always been the way to go!\n<cite>Jasmine \"Jazzy Faces\" Tucker</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"35d7ae90-290c-4e1e-ac95-f2940d691cad\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(423,103,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:78:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">REVIEWS</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"9491b2b6-f90b-46a0-bb19-a0d3b521df83\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:501:\"<blockquote><b>\"Smooth and Easy\"</b>\n<br><br>\nLavish Luxe by Lenee\' helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee\' took my look from basic to unique real quick and she was fun to work with.\n<cite>Dorian</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"db8e8013-0776-4a1d-89c0-41aa63af8b4c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:530:\"<blockquote><b>\"Flexible and Affordable\"</b>\n<br><br>\nI\'m typically a shopaholic, but I had abdominal surgery a few months ago and during the recovery process I found myself swollen and uncomfortable and while preparing to return to work I realized I was not able to fit anything in my closet! I called Lavish luxe by lenee\' and I was not only able to return to work comfortable but chic. Thank you Janella for being flexible and able to customize looks that we\'re specific to my needs!\n<cite>Lisa Hurd-Patrick</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3fbaaa5e-b7f4-4760-8d45-37a0cbf91ffa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:791:\"<blockquote><b>\"Best in class!\"</b>\n\nI have know Ms. Christopher for quite some time and her look is always On Point!\n\nWhen it came time for me to find an outfit for a friend\'s wedding, I knew just who to call.\n\nWe went to several stores for that \"perfect look\". With her help, I was able to find an outfit that gave me the confidence to enjoy celebrating the happy couple by dancing the night away!\n\nNow, whenever I have a special event, she is the first person I contact. I know that she will customize a look just for me because she took the time to get to know my personal style( and her personality makes \"curvy-girl\" shopping sooo much fun)!\n\nI would say to anyone, if you are looking for a personal stylist, look no further than Janella Christopher!\n<cite>Sholonda</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"3009b540-d2e9-4e40-8ca7-a4faceeaf39a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:517:\"<blockquote><b>\"A Client For Life\"</b>\n\nI contacted Lenee\' to style me for a very important event. Not only did she get me ALL the way together, she was professional, affordable and efficient! This was my 1st time using an image consultant, but after this experience, I’ll never do my own shopping again! She has a keen eye for styling any body type and picking the most trendiest pieces! Thank you so much for making me fly while keeping me comfortable in the skin I’m in!!\n<cite>XO - Comille</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"16bae963-014a-4b44-b300-4952f6d05fe9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:657:\"<blockquote><b>\"A job well done... Top-rate\"</b>\n\n\nLenee\' is awesome at what she does. Whenever I have an event or just need an outfit she knows how to style for the occasion. I love the fact that she pays attention to insecurities and your body shape. She styles you in ways that ignites boldness and confidence within yourself. I also love that she does these things on a budget! Lavish Luxe has even styled my teenage daughter for her 13th birthday bash. Everything was trendy and stylish, but most of all age appropriate! I will continue to use Lavish Luxe in the future and if you haven\'t, you should give her a try!\n<cite>Shayla D.</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"e5223cc4-a210-4e08-a17c-d548361bceb4\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:437:\"<blockquote><b>\"Reliable and Trustworthy!\"</b>\n\nOkay, simply put, Lenee\' knows her stuff! She\'s got an eye for style. I\'ve relied on Lavish luxe by Lenee\' for style consulting, dressing me for events and personal shopping services. Lenee\' is on a very short list of people who I can trust to shop for me without me being present. I can count on her to find the right luxe for the occasion and my budget.\n<cite>Latonia</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"05259c3e-f85f-407b-8508-2cafb80baca5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:534:\"<blockquote>I absolutely love every experience with Lavish Luxe by Lenee! Janella has a keen eye for fashion and will always keep you looking good and in season! Through styling me she’s also helped me build up my confidence with certain colors and clothing styles that I hadn’t had before. From birthdays, holidays, everyday wear, special events and just help to put together and bringing new life into the wardrobe I already have, Lavish Luxe has always been the way to go!\n<cite>Jasmine \"Jazzy Faces\" Tucker</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"35d7ae90-290c-4e1e-ac95-f2940d691cad\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(424,144,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:83:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">TESTIMONIALS</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"9491b2b6-f90b-46a0-bb19-a0d3b521df83\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:467:\"<blockquote>Lavish Luxe by Lenee\' helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee\' took my look from basic to unique real quick and she was fun to work with.\n<cite>Dorian</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"db8e8013-0776-4a1d-89c0-41aa63af8b4c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:5:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(425,144,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:467:\"<blockquote>Lavish Luxe by Lenee\' helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee\' took my look from basic to unique real quick and she was fun to work with.\n<cite>Dorian</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db8e8013-0776-4a1d-89c0-41aa63af8b4c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:5:{s:7:\"padding\";s:11:\"5% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(426,144,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:467:\"<blockquote>Lavish Luxe by Lenee\' helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee\' took my look from basic to unique real quick and she was fun to work with.\n<cite>Dorian</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db8e8013-0776-4a1d-89c0-41aa63af8b4c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:5:{s:7:\"padding\";s:11:\"5% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(427,145,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:83:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">TESTIMONIALS</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"9491b2b6-f90b-46a0-bb19-a0d3b521df83\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:467:\"<blockquote>Lavish Luxe by Lenee\' helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee\' took my look from basic to unique real quick and she was fun to work with.\n<cite>Dorian</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"db8e8013-0776-4a1d-89c0-41aa63af8b4c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:5:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(428,103,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:78:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">REVIEWS</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"9491b2b6-f90b-46a0-bb19-a0d3b521df83\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:501:\"<blockquote><b>\"Smooth and Easy\"</b>\n<br><br>\nLavish Luxe by Lenee\' helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee\' took my look from basic to unique real quick and she was fun to work with.\n<cite>Dorian</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"db8e8013-0776-4a1d-89c0-41aa63af8b4c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:530:\"<blockquote><b>\"Flexible and Affordable\"</b>\n<br><br>\nI\'m typically a shopaholic, but I had abdominal surgery a few months ago and during the recovery process I found myself swollen and uncomfortable and while preparing to return to work I realized I was not able to fit anything in my closet! I called Lavish luxe by lenee\' and I was not only able to return to work comfortable but chic. Thank you Janella for being flexible and able to customize looks that we\'re specific to my needs!\n<cite>Lisa Hurd-Patrick</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3fbaaa5e-b7f4-4760-8d45-37a0cbf91ffa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:791:\"<blockquote><b>\"Best in class!\"</b>\n\nI have know Ms. Christopher for quite some time and her look is always On Point!\n\nWhen it came time for me to find an outfit for a friend\'s wedding, I knew just who to call.\n\nWe went to several stores for that \"perfect look\". With her help, I was able to find an outfit that gave me the confidence to enjoy celebrating the happy couple by dancing the night away!\n\nNow, whenever I have a special event, she is the first person I contact. I know that she will customize a look just for me because she took the time to get to know my personal style( and her personality makes \"curvy-girl\" shopping sooo much fun)!\n\nI would say to anyone, if you are looking for a personal stylist, look no further than Janella Christopher!\n<cite>Sholonda</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"3009b540-d2e9-4e40-8ca7-a4faceeaf39a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:517:\"<blockquote><b>\"A Client For Life\"</b>\n\nI contacted Lenee\' to style me for a very important event. Not only did she get me ALL the way together, she was professional, affordable and efficient! This was my 1st time using an image consultant, but after this experience, I’ll never do my own shopping again! She has a keen eye for styling any body type and picking the most trendiest pieces! Thank you so much for making me fly while keeping me comfortable in the skin I’m in!!\n<cite>XO - Comille</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"16bae963-014a-4b44-b300-4952f6d05fe9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:657:\"<blockquote><b>\"A job well done... Top-rate\"</b>\n\n\nLenee\' is awesome at what she does. Whenever I have an event or just need an outfit she knows how to style for the occasion. I love the fact that she pays attention to insecurities and your body shape. She styles you in ways that ignites boldness and confidence within yourself. I also love that she does these things on a budget! Lavish Luxe has even styled my teenage daughter for her 13th birthday bash. Everything was trendy and stylish, but most of all age appropriate! I will continue to use Lavish Luxe in the future and if you haven\'t, you should give her a try!\n<cite>Shayla D.</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"e5223cc4-a210-4e08-a17c-d548361bceb4\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:437:\"<blockquote><b>\"Reliable and Trustworthy!\"</b>\n\nOkay, simply put, Lenee\' knows her stuff! She\'s got an eye for style. I\'ve relied on Lavish luxe by Lenee\' for style consulting, dressing me for events and personal shopping services. Lenee\' is on a very short list of people who I can trust to shop for me without me being present. I can count on her to find the right luxe for the occasion and my budget.\n<cite>Latonia</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"05259c3e-f85f-407b-8508-2cafb80baca5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:534:\"<blockquote>I absolutely love every experience with Lavish Luxe by Lenee! Janella has a keen eye for fashion and will always keep you looking good and in season! Through styling me she’s also helped me build up my confidence with certain colors and clothing styles that I hadn’t had before. From birthdays, holidays, everyday wear, special events and just help to put together and bringing new life into the wardrobe I already have, Lavish Luxe has always been the way to go!\n<cite>Jasmine \"Jazzy Faces\" Tucker</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"35d7ae90-290c-4e1e-ac95-f2940d691cad\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(429,103,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:78:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">REVIEWS</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"9491b2b6-f90b-46a0-bb19-a0d3b521df83\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:501:\"<blockquote><b>\"Smooth and Easy\"</b>\n<br><br>\nLavish Luxe by Lenee\' helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee\' took my look from basic to unique real quick and she was fun to work with.\n<cite>Dorian</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"db8e8013-0776-4a1d-89c0-41aa63af8b4c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:530:\"<blockquote><b>\"Flexible and Affordable\"</b>\n<br><br>\nI\'m typically a shopaholic, but I had abdominal surgery a few months ago and during the recovery process I found myself swollen and uncomfortable and while preparing to return to work I realized I was not able to fit anything in my closet! I called Lavish luxe by lenee\' and I was not only able to return to work comfortable but chic. Thank you Janella for being flexible and able to customize looks that we\'re specific to my needs!\n<cite>Lisa Hurd-Patrick</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3fbaaa5e-b7f4-4760-8d45-37a0cbf91ffa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:791:\"<blockquote><b>\"Best in class!\"</b>\n\nI have know Ms. Christopher for quite some time and her look is always On Point!\n\nWhen it came time for me to find an outfit for a friend\'s wedding, I knew just who to call.\n\nWe went to several stores for that \"perfect look\". With her help, I was able to find an outfit that gave me the confidence to enjoy celebrating the happy couple by dancing the night away!\n\nNow, whenever I have a special event, she is the first person I contact. I know that she will customize a look just for me because she took the time to get to know my personal style( and her personality makes \"curvy-girl\" shopping sooo much fun)!\n\nI would say to anyone, if you are looking for a personal stylist, look no further than Janella Christopher!\n<cite>Sholonda</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"3009b540-d2e9-4e40-8ca7-a4faceeaf39a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:517:\"<blockquote><b>\"A Client For Life\"</b>\n\nI contacted Lenee\' to style me for a very important event. Not only did she get me ALL the way together, she was professional, affordable and efficient! This was my 1st time using an image consultant, but after this experience, I’ll never do my own shopping again! She has a keen eye for styling any body type and picking the most trendiest pieces! Thank you so much for making me fly while keeping me comfortable in the skin I’m in!!\n<cite>XO - Comille</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"16bae963-014a-4b44-b300-4952f6d05fe9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:657:\"<blockquote><b>\"A job well done... Top-rate\"</b>\n\n\nLenee\' is awesome at what she does. Whenever I have an event or just need an outfit she knows how to style for the occasion. I love the fact that she pays attention to insecurities and your body shape. She styles you in ways that ignites boldness and confidence within yourself. I also love that she does these things on a budget! Lavish Luxe has even styled my teenage daughter for her 13th birthday bash. Everything was trendy and stylish, but most of all age appropriate! I will continue to use Lavish Luxe in the future and if you haven\'t, you should give her a try!\n<cite>Shayla D.</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"e5223cc4-a210-4e08-a17c-d548361bceb4\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:437:\"<blockquote><b>\"Reliable and Trustworthy!\"</b>\n\nOkay, simply put, Lenee\' knows her stuff! She\'s got an eye for style. I\'ve relied on Lavish luxe by Lenee\' for style consulting, dressing me for events and personal shopping services. Lenee\' is on a very short list of people who I can trust to shop for me without me being present. I can count on her to find the right luxe for the occasion and my budget.\n<cite>Latonia</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"05259c3e-f85f-407b-8508-2cafb80baca5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:534:\"<blockquote>I absolutely love every experience with Lavish Luxe by Lenee! Janella has a keen eye for fashion and will always keep you looking good and in season! Through styling me she’s also helped me build up my confidence with certain colors and clothing styles that I hadn’t had before. From birthdays, holidays, everyday wear, special events and just help to put together and bringing new life into the wardrobe I already have, Lavish Luxe has always been the way to go!\n<cite>Jasmine \"Jazzy Faces\" Tucker</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"35d7ae90-290c-4e1e-ac95-f2940d691cad\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(430,103,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:78:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">REVIEWS</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"9491b2b6-f90b-46a0-bb19-a0d3b521df83\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:501:\"<blockquote><b>\"Smooth and Easy\"</b>\n<br><br>\nLavish Luxe by Lenee\' helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee\' took my look from basic to unique real quick and she was fun to work with.\n<cite>Dorian</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"db8e8013-0776-4a1d-89c0-41aa63af8b4c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:530:\"<blockquote><b>\"Flexible and Affordable\"</b>\n<br><br>\nI\'m typically a shopaholic, but I had abdominal surgery a few months ago and during the recovery process I found myself swollen and uncomfortable and while preparing to return to work I realized I was not able to fit anything in my closet! I called Lavish luxe by lenee\' and I was not only able to return to work comfortable but chic. Thank you Janella for being flexible and able to customize looks that we\'re specific to my needs!\n<cite>Lisa Hurd-Patrick</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3fbaaa5e-b7f4-4760-8d45-37a0cbf91ffa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:791:\"<blockquote><b>\"Best in class!\"</b>\n\nI have know Ms. Christopher for quite some time and her look is always On Point!\n\nWhen it came time for me to find an outfit for a friend\'s wedding, I knew just who to call.\n\nWe went to several stores for that \"perfect look\". With her help, I was able to find an outfit that gave me the confidence to enjoy celebrating the happy couple by dancing the night away!\n\nNow, whenever I have a special event, she is the first person I contact. I know that she will customize a look just for me because she took the time to get to know my personal style( and her personality makes \"curvy-girl\" shopping sooo much fun)!\n\nI would say to anyone, if you are looking for a personal stylist, look no further than Janella Christopher!\n<cite>Sholonda</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"3009b540-d2e9-4e40-8ca7-a4faceeaf39a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:517:\"<blockquote><b>\"A Client For Life\"</b>\n\nI contacted Lenee\' to style me for a very important event. Not only did she get me ALL the way together, she was professional, affordable and efficient! This was my 1st time using an image consultant, but after this experience, I’ll never do my own shopping again! She has a keen eye for styling any body type and picking the most trendiest pieces! Thank you so much for making me fly while keeping me comfortable in the skin I’m in!!\n<cite>XO - Comille</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"16bae963-014a-4b44-b300-4952f6d05fe9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:657:\"<blockquote><b>\"A job well done... Top-rate\"</b>\n\n\nLenee\' is awesome at what she does. Whenever I have an event or just need an outfit she knows how to style for the occasion. I love the fact that she pays attention to insecurities and your body shape. She styles you in ways that ignites boldness and confidence within yourself. I also love that she does these things on a budget! Lavish Luxe has even styled my teenage daughter for her 13th birthday bash. Everything was trendy and stylish, but most of all age appropriate! I will continue to use Lavish Luxe in the future and if you haven\'t, you should give her a try!\n<cite>Shayla D.</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"e5223cc4-a210-4e08-a17c-d548361bceb4\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:437:\"<blockquote><b>\"Reliable and Trustworthy!\"</b>\n\nOkay, simply put, Lenee\' knows her stuff! She\'s got an eye for style. I\'ve relied on Lavish luxe by Lenee\' for style consulting, dressing me for events and personal shopping services. Lenee\' is on a very short list of people who I can trust to shop for me without me being present. I can count on her to find the right luxe for the occasion and my budget.\n<cite>Latonia</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"05259c3e-f85f-407b-8508-2cafb80baca5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:534:\"<blockquote>I absolutely love every experience with Lavish Luxe by Lenee! Janella has a keen eye for fashion and will always keep you looking good and in season! Through styling me she’s also helped me build up my confidence with certain colors and clothing styles that I hadn’t had before. From birthdays, holidays, everyday wear, special events and just help to put together and bringing new life into the wardrobe I already have, Lavish Luxe has always been the way to go!\n<cite>Jasmine \"Jazzy Faces\" Tucker</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"35d7ae90-290c-4e1e-ac95-f2940d691cad\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(431,103,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:78:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">REVIEWS</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"9491b2b6-f90b-46a0-bb19-a0d3b521df83\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:501:\"<blockquote><b>\"Smooth and Easy\"</b>\n<br><br>\nLavish Luxe by Lenee\' helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee\' took my look from basic to unique real quick and she was fun to work with.\n<cite>Dorian</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"db8e8013-0776-4a1d-89c0-41aa63af8b4c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:530:\"<blockquote><b>\"Flexible and Affordable\"</b>\n<br><br>\nI\'m typically a shopaholic, but I had abdominal surgery a few months ago and during the recovery process I found myself swollen and uncomfortable and while preparing to return to work I realized I was not able to fit anything in my closet! I called Lavish luxe by lenee\' and I was not only able to return to work comfortable but chic. Thank you Janella for being flexible and able to customize looks that we\'re specific to my needs!\n<cite>Lisa Hurd-Patrick</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3fbaaa5e-b7f4-4760-8d45-37a0cbf91ffa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:791:\"<blockquote><b>\"Best in class!\"</b>\n\nI have know Ms. Christopher for quite some time and her look is always On Point!\n\nWhen it came time for me to find an outfit for a friend\'s wedding, I knew just who to call.\n\nWe went to several stores for that \"perfect look\". With her help, I was able to find an outfit that gave me the confidence to enjoy celebrating the happy couple by dancing the night away!\n\nNow, whenever I have a special event, she is the first person I contact. I know that she will customize a look just for me because she took the time to get to know my personal style( and her personality makes \"curvy-girl\" shopping sooo much fun)!\n\nI would say to anyone, if you are looking for a personal stylist, look no further than Janella Christopher!\n<cite>Sholonda</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"3009b540-d2e9-4e40-8ca7-a4faceeaf39a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:517:\"<blockquote><b>\"A Client For Life\"</b>\n\nI contacted Lenee\' to style me for a very important event. Not only did she get me ALL the way together, she was professional, affordable and efficient! This was my 1st time using an image consultant, but after this experience, I’ll never do my own shopping again! She has a keen eye for styling any body type and picking the most trendiest pieces! Thank you so much for making me fly while keeping me comfortable in the skin I’m in!!\n<cite>XO - Comille</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"16bae963-014a-4b44-b300-4952f6d05fe9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:657:\"<blockquote><b>\"A job well done... Top-rate\"</b>\n\n\nLenee\' is awesome at what she does. Whenever I have an event or just need an outfit she knows how to style for the occasion. I love the fact that she pays attention to insecurities and your body shape. She styles you in ways that ignites boldness and confidence within yourself. I also love that she does these things on a budget! Lavish Luxe has even styled my teenage daughter for her 13th birthday bash. Everything was trendy and stylish, but most of all age appropriate! I will continue to use Lavish Luxe in the future and if you haven\'t, you should give her a try!\n<cite>Shayla D.</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"e5223cc4-a210-4e08-a17c-d548361bceb4\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:437:\"<blockquote><b>\"Reliable and Trustworthy!\"</b>\n\nOkay, simply put, Lenee\' knows her stuff! She\'s got an eye for style. I\'ve relied on Lavish luxe by Lenee\' for style consulting, dressing me for events and personal shopping services. Lenee\' is on a very short list of people who I can trust to shop for me without me being present. I can count on her to find the right luxe for the occasion and my budget.\n<cite>Latonia</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"05259c3e-f85f-407b-8508-2cafb80baca5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:534:\"<blockquote>I absolutely love every experience with Lavish Luxe by Lenee! Janella has a keen eye for fashion and will always keep you looking good and in season! Through styling me she’s also helped me build up my confidence with certain colors and clothing styles that I hadn’t had before. From birthdays, holidays, everyday wear, special events and just help to put together and bringing new life into the wardrobe I already have, Lavish Luxe has always been the way to go!\n<cite>Jasmine \"Jazzy Faces\" Tucker</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"35d7ae90-290c-4e1e-ac95-f2940d691cad\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(432,103,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:78:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">REVIEWS</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"9491b2b6-f90b-46a0-bb19-a0d3b521df83\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:501:\"<blockquote><b>\"Smooth and Easy\"</b>\n<br><br>\nLavish Luxe by Lenee\' helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee\' took my look from basic to unique real quick and she was fun to work with.\n<cite>Dorian</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"db8e8013-0776-4a1d-89c0-41aa63af8b4c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:530:\"<blockquote><b>\"Flexible and Affordable\"</b>\n<br><br>\nI\'m typically a shopaholic, but I had abdominal surgery a few months ago and during the recovery process I found myself swollen and uncomfortable and while preparing to return to work I realized I was not able to fit anything in my closet! I called Lavish luxe by lenee\' and I was not only able to return to work comfortable but chic. Thank you Janella for being flexible and able to customize looks that we\'re specific to my needs!\n<cite>Lisa Hurd-Patrick</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3fbaaa5e-b7f4-4760-8d45-37a0cbf91ffa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:791:\"<blockquote><b>\"Best in class!\"</b>\n\nI have know Ms. Christopher for quite some time and her look is always On Point!\n\nWhen it came time for me to find an outfit for a friend\'s wedding, I knew just who to call.\n\nWe went to several stores for that \"perfect look\". With her help, I was able to find an outfit that gave me the confidence to enjoy celebrating the happy couple by dancing the night away!\n\nNow, whenever I have a special event, she is the first person I contact. I know that she will customize a look just for me because she took the time to get to know my personal style( and her personality makes \"curvy-girl\" shopping sooo much fun)!\n\nI would say to anyone, if you are looking for a personal stylist, look no further than Janella Christopher!\n<cite>Sholonda</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"3009b540-d2e9-4e40-8ca7-a4faceeaf39a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:517:\"<blockquote><b>\"A Client For Life\"</b>\n\nI contacted Lenee\' to style me for a very important event. Not only did she get me ALL the way together, she was professional, affordable and efficient! This was my 1st time using an image consultant, but after this experience, I’ll never do my own shopping again! She has a keen eye for styling any body type and picking the most trendiest pieces! Thank you so much for making me fly while keeping me comfortable in the skin I’m in!!\n<cite>XO - Comille</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"16bae963-014a-4b44-b300-4952f6d05fe9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:657:\"<blockquote><b>\"A job well done... Top-rate\"</b>\n\n\nLenee\' is awesome at what she does. Whenever I have an event or just need an outfit she knows how to style for the occasion. I love the fact that she pays attention to insecurities and your body shape. She styles you in ways that ignites boldness and confidence within yourself. I also love that she does these things on a budget! Lavish Luxe has even styled my teenage daughter for her 13th birthday bash. Everything was trendy and stylish, but most of all age appropriate! I will continue to use Lavish Luxe in the future and if you haven\'t, you should give her a try!\n<cite>Shayla D.</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"e5223cc4-a210-4e08-a17c-d548361bceb4\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:437:\"<blockquote><b>\"Reliable and Trustworthy!\"</b>\n\nOkay, simply put, Lenee\' knows her stuff! She\'s got an eye for style. I\'ve relied on Lavish luxe by Lenee\' for style consulting, dressing me for events and personal shopping services. Lenee\' is on a very short list of people who I can trust to shop for me without me being present. I can count on her to find the right luxe for the occasion and my budget.\n<cite>Latonia</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"05259c3e-f85f-407b-8508-2cafb80baca5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:534:\"<blockquote>I absolutely love every experience with Lavish Luxe by Lenee! Janella has a keen eye for fashion and will always keep you looking good and in season! Through styling me she’s also helped me build up my confidence with certain colors and clothing styles that I hadn’t had before. From birthdays, holidays, everyday wear, special events and just help to put together and bringing new life into the wardrobe I already have, Lavish Luxe has always been the way to go!\n<cite>Jasmine \"Jazzy Faces\" Tucker</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"35d7ae90-290c-4e1e-ac95-f2940d691cad\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(433,103,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:78:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">REVIEWS</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"9491b2b6-f90b-46a0-bb19-a0d3b521df83\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:501:\"<blockquote><b>\"Smooth and Easy\"</b>\n<br><br>\nLavish Luxe by Lenee\' helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee\' took my look from basic to unique real quick and she was fun to work with.\n<cite>Dorian</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"db8e8013-0776-4a1d-89c0-41aa63af8b4c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:530:\"<blockquote><b>\"Flexible and Affordable\"</b>\n<br><br>\nI\'m typically a shopaholic, but I had abdominal surgery a few months ago and during the recovery process I found myself swollen and uncomfortable and while preparing to return to work I realized I was not able to fit anything in my closet! I called Lavish luxe by lenee\' and I was not only able to return to work comfortable but chic. Thank you Janella for being flexible and able to customize looks that we\'re specific to my needs!\n<cite>Lisa Hurd-Patrick</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3fbaaa5e-b7f4-4760-8d45-37a0cbf91ffa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:791:\"<blockquote><b>\"Best in class!\"</b>\n\nI have know Ms. Christopher for quite some time and her look is always On Point!\n\nWhen it came time for me to find an outfit for a friend\'s wedding, I knew just who to call.\n\nWe went to several stores for that \"perfect look\". With her help, I was able to find an outfit that gave me the confidence to enjoy celebrating the happy couple by dancing the night away!\n\nNow, whenever I have a special event, she is the first person I contact. I know that she will customize a look just for me because she took the time to get to know my personal style( and her personality makes \"curvy-girl\" shopping sooo much fun)!\n\nI would say to anyone, if you are looking for a personal stylist, look no further than Janella Christopher!\n<cite>Sholonda</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"3009b540-d2e9-4e40-8ca7-a4faceeaf39a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:517:\"<blockquote><b>\"A Client For Life\"</b>\n\nI contacted Lenee\' to style me for a very important event. Not only did she get me ALL the way together, she was professional, affordable and efficient! This was my 1st time using an image consultant, but after this experience, I’ll never do my own shopping again! She has a keen eye for styling any body type and picking the most trendiest pieces! Thank you so much for making me fly while keeping me comfortable in the skin I’m in!!\n<cite>XO - Comille</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"16bae963-014a-4b44-b300-4952f6d05fe9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:657:\"<blockquote><b>\"A job well done... Top-rate\"</b>\n\n\nLenee\' is awesome at what she does. Whenever I have an event or just need an outfit she knows how to style for the occasion. I love the fact that she pays attention to insecurities and your body shape. She styles you in ways that ignites boldness and confidence within yourself. I also love that she does these things on a budget! Lavish Luxe has even styled my teenage daughter for her 13th birthday bash. Everything was trendy and stylish, but most of all age appropriate! I will continue to use Lavish Luxe in the future and if you haven\'t, you should give her a try!\n<cite>Shayla D.</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"e5223cc4-a210-4e08-a17c-d548361bceb4\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:437:\"<blockquote><b>\"Reliable and Trustworthy!\"</b>\n\nOkay, simply put, Lenee\' knows her stuff! She\'s got an eye for style. I\'ve relied on Lavish luxe by Lenee\' for style consulting, dressing me for events and personal shopping services. Lenee\' is on a very short list of people who I can trust to shop for me without me being present. I can count on her to find the right luxe for the occasion and my budget.\n<cite>Latonia</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"05259c3e-f85f-407b-8508-2cafb80baca5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:534:\"<blockquote>I absolutely love every experience with Lavish Luxe by Lenee! Janella has a keen eye for fashion and will always keep you looking good and in season! Through styling me she’s also helped me build up my confidence with certain colors and clothing styles that I hadn’t had before. From birthdays, holidays, everyday wear, special events and just help to put together and bringing new life into the wardrobe I already have, Lavish Luxe has always been the way to go!\n<cite>Jasmine \"Jazzy Faces\" Tucker</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"35d7ae90-290c-4e1e-ac95-f2940d691cad\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(434,103,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:78:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">REVIEWS</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"9491b2b6-f90b-46a0-bb19-a0d3b521df83\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:501:\"<blockquote><b>\"Smooth and Easy\"</b>\n<br><br>\nLavish Luxe by Lenee\' helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee\' took my look from basic to unique real quick and she was fun to work with.\n<cite>Dorian</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"db8e8013-0776-4a1d-89c0-41aa63af8b4c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:530:\"<blockquote><b>\"Flexible and Affordable\"</b>\n<br><br>\nI\'m typically a shopaholic, but I had abdominal surgery a few months ago and during the recovery process I found myself swollen and uncomfortable and while preparing to return to work I realized I was not able to fit anything in my closet! I called Lavish luxe by lenee\' and I was not only able to return to work comfortable but chic. Thank you Janella for being flexible and able to customize looks that we\'re specific to my needs!\n<cite>Lisa Hurd-Patrick</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3fbaaa5e-b7f4-4760-8d45-37a0cbf91ffa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:791:\"<blockquote><b>\"Best in class!\"</b>\n\nI have know Ms. Christopher for quite some time and her look is always On Point!\n\nWhen it came time for me to find an outfit for a friend\'s wedding, I knew just who to call.\n\nWe went to several stores for that \"perfect look\". With her help, I was able to find an outfit that gave me the confidence to enjoy celebrating the happy couple by dancing the night away!\n\nNow, whenever I have a special event, she is the first person I contact. I know that she will customize a look just for me because she took the time to get to know my personal style( and her personality makes \"curvy-girl\" shopping sooo much fun)!\n\nI would say to anyone, if you are looking for a personal stylist, look no further than Janella Christopher!\n<cite>Sholonda</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"3009b540-d2e9-4e40-8ca7-a4faceeaf39a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:517:\"<blockquote><b>\"A Client For Life\"</b>\n\nI contacted Lenee\' to style me for a very important event. Not only did she get me ALL the way together, she was professional, affordable and efficient! This was my 1st time using an image consultant, but after this experience, I’ll never do my own shopping again! She has a keen eye for styling any body type and picking the most trendiest pieces! Thank you so much for making me fly while keeping me comfortable in the skin I’m in!!\n<cite>XO - Comille</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"16bae963-014a-4b44-b300-4952f6d05fe9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:657:\"<blockquote><b>\"A job well done... Top-rate\"</b>\n\n\nLenee\' is awesome at what she does. Whenever I have an event or just need an outfit she knows how to style for the occasion. I love the fact that she pays attention to insecurities and your body shape. She styles you in ways that ignites boldness and confidence within yourself. I also love that she does these things on a budget! Lavish Luxe has even styled my teenage daughter for her 13th birthday bash. Everything was trendy and stylish, but most of all age appropriate! I will continue to use Lavish Luxe in the future and if you haven\'t, you should give her a try!\n<cite>Shayla D.</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"e5223cc4-a210-4e08-a17c-d548361bceb4\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:437:\"<blockquote><b>\"Reliable and Trustworthy!\"</b>\n\nOkay, simply put, Lenee\' knows her stuff! She\'s got an eye for style. I\'ve relied on Lavish luxe by Lenee\' for style consulting, dressing me for events and personal shopping services. Lenee\' is on a very short list of people who I can trust to shop for me without me being present. I can count on her to find the right luxe for the occasion and my budget.\n<cite>Latonia</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"05259c3e-f85f-407b-8508-2cafb80baca5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:534:\"<blockquote>I absolutely love every experience with Lavish Luxe by Lenee! Janella has a keen eye for fashion and will always keep you looking good and in season! Through styling me she’s also helped me build up my confidence with certain colors and clothing styles that I hadn’t had before. From birthdays, holidays, everyday wear, special events and just help to put together and bringing new life into the wardrobe I already have, Lavish Luxe has always been the way to go!\n<cite>Jasmine \"Jazzy Faces\" Tucker</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"35d7ae90-290c-4e1e-ac95-f2940d691cad\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(435,103,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:78:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">REVIEWS</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"9491b2b6-f90b-46a0-bb19-a0d3b521df83\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:501:\"<blockquote><b>\"Smooth and Easy\"</b>\n<br><br>\nLavish Luxe by Lenee\' helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee\' took my look from basic to unique real quick and she was fun to work with.\n<cite>Dorian</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"db8e8013-0776-4a1d-89c0-41aa63af8b4c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:530:\"<blockquote><b>\"Flexible and Affordable\"</b>\n<br><br>\nI\'m typically a shopaholic, but I had abdominal surgery a few months ago and during the recovery process I found myself swollen and uncomfortable and while preparing to return to work I realized I was not able to fit anything in my closet! I called Lavish luxe by lenee\' and I was not only able to return to work comfortable but chic. Thank you Janella for being flexible and able to customize looks that we\'re specific to my needs!\n<cite>Lisa Hurd-Patrick</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3fbaaa5e-b7f4-4760-8d45-37a0cbf91ffa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:791:\"<blockquote><b>\"Best in class!\"</b>\n\nI have know Ms. Christopher for quite some time and her look is always On Point!\n\nWhen it came time for me to find an outfit for a friend\'s wedding, I knew just who to call.\n\nWe went to several stores for that \"perfect look\". With her help, I was able to find an outfit that gave me the confidence to enjoy celebrating the happy couple by dancing the night away!\n\nNow, whenever I have a special event, she is the first person I contact. I know that she will customize a look just for me because she took the time to get to know my personal style( and her personality makes \"curvy-girl\" shopping sooo much fun)!\n\nI would say to anyone, if you are looking for a personal stylist, look no further than Janella Christopher!\n<cite>Sholonda</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"3009b540-d2e9-4e40-8ca7-a4faceeaf39a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:517:\"<blockquote><b>\"A Client For Life\"</b>\n\nI contacted Lenee\' to style me for a very important event. Not only did she get me ALL the way together, she was professional, affordable and efficient! This was my 1st time using an image consultant, but after this experience, I’ll never do my own shopping again! She has a keen eye for styling any body type and picking the most trendiest pieces! Thank you so much for making me fly while keeping me comfortable in the skin I’m in!!\n<cite>XO - Comille</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"16bae963-014a-4b44-b300-4952f6d05fe9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:657:\"<blockquote><b>\"A job well done... Top-rate\"</b>\n\n\nLenee\' is awesome at what she does. Whenever I have an event or just need an outfit she knows how to style for the occasion. I love the fact that she pays attention to insecurities and your body shape. She styles you in ways that ignites boldness and confidence within yourself. I also love that she does these things on a budget! Lavish Luxe has even styled my teenage daughter for her 13th birthday bash. Everything was trendy and stylish, but most of all age appropriate! I will continue to use Lavish Luxe in the future and if you haven\'t, you should give her a try!\n<cite>Shayla D.</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"e5223cc4-a210-4e08-a17c-d548361bceb4\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:437:\"<blockquote><b>\"Reliable and Trustworthy!\"</b>\n\nOkay, simply put, Lenee\' knows her stuff! She\'s got an eye for style. I\'ve relied on Lavish luxe by Lenee\' for style consulting, dressing me for events and personal shopping services. Lenee\' is on a very short list of people who I can trust to shop for me without me being present. I can count on her to find the right luxe for the occasion and my budget.\n<cite>Latonia</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"05259c3e-f85f-407b-8508-2cafb80baca5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:534:\"<blockquote>I absolutely love every experience with Lavish Luxe by Lenee! Janella has a keen eye for fashion and will always keep you looking good and in season! Through styling me she’s also helped me build up my confidence with certain colors and clothing styles that I hadn’t had before. From birthdays, holidays, everyday wear, special events and just help to put together and bringing new life into the wardrobe I already have, Lavish Luxe has always been the way to go!\n<cite>Jasmine \"Jazzy Faces\" Tucker</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"35d7ae90-290c-4e1e-ac95-f2940d691cad\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(436,103,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:78:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">REVIEWS</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"9491b2b6-f90b-46a0-bb19-a0d3b521df83\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:501:\"<blockquote><b>\"Smooth and Easy\"</b>\n<br><br>\nLavish Luxe by Lenee\' helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee\' took my look from basic to unique real quick and she was fun to work with.\n<cite>Dorian</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"db8e8013-0776-4a1d-89c0-41aa63af8b4c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:530:\"<blockquote><b>\"Flexible and Affordable\"</b>\n<br><br>\nI\'m typically a shopaholic, but I had abdominal surgery a few months ago and during the recovery process I found myself swollen and uncomfortable and while preparing to return to work I realized I was not able to fit anything in my closet! I called Lavish luxe by lenee\' and I was not only able to return to work comfortable but chic. Thank you Janella for being flexible and able to customize looks that we\'re specific to my needs!\n<cite>Lisa Hurd-Patrick</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3fbaaa5e-b7f4-4760-8d45-37a0cbf91ffa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:791:\"<blockquote><b>\"Best in class!\"</b>\n\nI have know Ms. Christopher for quite some time and her look is always On Point!\n\nWhen it came time for me to find an outfit for a friend\'s wedding, I knew just who to call.\n\nWe went to several stores for that \"perfect look\". With her help, I was able to find an outfit that gave me the confidence to enjoy celebrating the happy couple by dancing the night away!\n\nNow, whenever I have a special event, she is the first person I contact. I know that she will customize a look just for me because she took the time to get to know my personal style( and her personality makes \"curvy-girl\" shopping sooo much fun)!\n\nI would say to anyone, if you are looking for a personal stylist, look no further than Janella Christopher!\n<cite>Sholonda</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"3009b540-d2e9-4e40-8ca7-a4faceeaf39a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:517:\"<blockquote><b>\"A Client For Life\"</b>\n\nI contacted Lenee\' to style me for a very important event. Not only did she get me ALL the way together, she was professional, affordable and efficient! This was my 1st time using an image consultant, but after this experience, I’ll never do my own shopping again! She has a keen eye for styling any body type and picking the most trendiest pieces! Thank you so much for making me fly while keeping me comfortable in the skin I’m in!!\n<cite>XO - Comille</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"16bae963-014a-4b44-b300-4952f6d05fe9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:657:\"<blockquote><b>\"A job well done... Top-rate\"</b>\n\n\nLenee\' is awesome at what she does. Whenever I have an event or just need an outfit she knows how to style for the occasion. I love the fact that she pays attention to insecurities and your body shape. She styles you in ways that ignites boldness and confidence within yourself. I also love that she does these things on a budget! Lavish Luxe has even styled my teenage daughter for her 13th birthday bash. Everything was trendy and stylish, but most of all age appropriate! I will continue to use Lavish Luxe in the future and if you haven\'t, you should give her a try!\n<cite>Shayla D.</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"e5223cc4-a210-4e08-a17c-d548361bceb4\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:437:\"<blockquote><b>\"Reliable and Trustworthy!\"</b>\n\nOkay, simply put, Lenee\' knows her stuff! She\'s got an eye for style. I\'ve relied on Lavish luxe by Lenee\' for style consulting, dressing me for events and personal shopping services. Lenee\' is on a very short list of people who I can trust to shop for me without me being present. I can count on her to find the right luxe for the occasion and my budget.\n<cite>Latonia</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"05259c3e-f85f-407b-8508-2cafb80baca5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:534:\"<blockquote>I absolutely love every experience with Lavish Luxe by Lenee! Janella has a keen eye for fashion and will always keep you looking good and in season! Through styling me she’s also helped me build up my confidence with certain colors and clothing styles that I hadn’t had before. From birthdays, holidays, everyday wear, special events and just help to put together and bringing new life into the wardrobe I already have, Lavish Luxe has always been the way to go!\n<cite>Jasmine \"Jazzy Faces\" Tucker</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"35d7ae90-290c-4e1e-ac95-f2940d691cad\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(437,103,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:78:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">REVIEWS</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"9491b2b6-f90b-46a0-bb19-a0d3b521df83\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:501:\"<blockquote><b>\"Smooth and Easy\"</b>\n<br><br>\nLavish Luxe by Lenee\' helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee\' took my look from basic to unique real quick and she was fun to work with.\n<cite>Dorian</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"db8e8013-0776-4a1d-89c0-41aa63af8b4c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:530:\"<blockquote><b>\"Flexible and Affordable\"</b>\n<br><br>\nI\'m typically a shopaholic, but I had abdominal surgery a few months ago and during the recovery process I found myself swollen and uncomfortable and while preparing to return to work I realized I was not able to fit anything in my closet! I called Lavish luxe by lenee\' and I was not only able to return to work comfortable but chic. Thank you Janella for being flexible and able to customize looks that we\'re specific to my needs!\n<cite>Lisa Hurd-Patrick</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3fbaaa5e-b7f4-4760-8d45-37a0cbf91ffa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:791:\"<blockquote><b>\"Best in class!\"</b>\n\nI have know Ms. Christopher for quite some time and her look is always On Point!\n\nWhen it came time for me to find an outfit for a friend\'s wedding, I knew just who to call.\n\nWe went to several stores for that \"perfect look\". With her help, I was able to find an outfit that gave me the confidence to enjoy celebrating the happy couple by dancing the night away!\n\nNow, whenever I have a special event, she is the first person I contact. I know that she will customize a look just for me because she took the time to get to know my personal style( and her personality makes \"curvy-girl\" shopping sooo much fun)!\n\nI would say to anyone, if you are looking for a personal stylist, look no further than Janella Christopher!\n<cite>Sholonda</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"3009b540-d2e9-4e40-8ca7-a4faceeaf39a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:517:\"<blockquote><b>\"A Client For Life\"</b>\n\nI contacted Lenee\' to style me for a very important event. Not only did she get me ALL the way together, she was professional, affordable and efficient! This was my 1st time using an image consultant, but after this experience, I’ll never do my own shopping again! She has a keen eye for styling any body type and picking the most trendiest pieces! Thank you so much for making me fly while keeping me comfortable in the skin I’m in!!\n<cite>XO - Comille</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"16bae963-014a-4b44-b300-4952f6d05fe9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:657:\"<blockquote><b>\"A job well done... Top-rate\"</b>\n\n\nLenee\' is awesome at what she does. Whenever I have an event or just need an outfit she knows how to style for the occasion. I love the fact that she pays attention to insecurities and your body shape. She styles you in ways that ignites boldness and confidence within yourself. I also love that she does these things on a budget! Lavish Luxe has even styled my teenage daughter for her 13th birthday bash. Everything was trendy and stylish, but most of all age appropriate! I will continue to use Lavish Luxe in the future and if you haven\'t, you should give her a try!\n<cite>Shayla D.</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"e5223cc4-a210-4e08-a17c-d548361bceb4\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:437:\"<blockquote><b>\"Reliable and Trustworthy!\"</b>\n\nOkay, simply put, Lenee\' knows her stuff! She\'s got an eye for style. I\'ve relied on Lavish luxe by Lenee\' for style consulting, dressing me for events and personal shopping services. Lenee\' is on a very short list of people who I can trust to shop for me without me being present. I can count on her to find the right luxe for the occasion and my budget.\n<cite>Latonia</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"05259c3e-f85f-407b-8508-2cafb80baca5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:534:\"<blockquote>I absolutely love every experience with Lavish Luxe by Lenee! Janella has a keen eye for fashion and will always keep you looking good and in season! Through styling me she’s also helped me build up my confidence with certain colors and clothing styles that I hadn’t had before. From birthdays, holidays, everyday wear, special events and just help to put together and bringing new life into the wardrobe I already have, Lavish Luxe has always been the way to go!\n<cite>Jasmine \"Jazzy Faces\" Tucker</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"35d7ae90-290c-4e1e-ac95-f2940d691cad\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(438,103,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:78:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">REVIEWS</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"9491b2b6-f90b-46a0-bb19-a0d3b521df83\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:501:\"<blockquote><b>\"Smooth and Easy\"</b>\n<br><br>\nLavish Luxe by Lenee\' helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee\' took my look from basic to unique real quick and she was fun to work with.\n<cite>Dorian</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"db8e8013-0776-4a1d-89c0-41aa63af8b4c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:530:\"<blockquote><b>\"Flexible and Affordable\"</b>\n<br><br>\nI\'m typically a shopaholic, but I had abdominal surgery a few months ago and during the recovery process I found myself swollen and uncomfortable and while preparing to return to work I realized I was not able to fit anything in my closet! I called Lavish luxe by lenee\' and I was not only able to return to work comfortable but chic. Thank you Janella for being flexible and able to customize looks that we\'re specific to my needs!\n<cite>Lisa Hurd-Patrick</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3fbaaa5e-b7f4-4760-8d45-37a0cbf91ffa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:791:\"<blockquote><b>\"Best in class!\"</b>\n\nI have know Ms. Christopher for quite some time and her look is always On Point!\n\nWhen it came time for me to find an outfit for a friend\'s wedding, I knew just who to call.\n\nWe went to several stores for that \"perfect look\". With her help, I was able to find an outfit that gave me the confidence to enjoy celebrating the happy couple by dancing the night away!\n\nNow, whenever I have a special event, she is the first person I contact. I know that she will customize a look just for me because she took the time to get to know my personal style( and her personality makes \"curvy-girl\" shopping sooo much fun)!\n\nI would say to anyone, if you are looking for a personal stylist, look no further than Janella Christopher!\n<cite>Sholonda</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"3009b540-d2e9-4e40-8ca7-a4faceeaf39a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:517:\"<blockquote><b>\"A Client For Life\"</b>\n\nI contacted Lenee\' to style me for a very important event. Not only did she get me ALL the way together, she was professional, affordable and efficient! This was my 1st time using an image consultant, but after this experience, I’ll never do my own shopping again! She has a keen eye for styling any body type and picking the most trendiest pieces! Thank you so much for making me fly while keeping me comfortable in the skin I’m in!!\n<cite>XO - Comille</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"16bae963-014a-4b44-b300-4952f6d05fe9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:657:\"<blockquote><b>\"A job well done... Top-rate\"</b>\n\n\nLenee\' is awesome at what she does. Whenever I have an event or just need an outfit she knows how to style for the occasion. I love the fact that she pays attention to insecurities and your body shape. She styles you in ways that ignites boldness and confidence within yourself. I also love that she does these things on a budget! Lavish Luxe has even styled my teenage daughter for her 13th birthday bash. Everything was trendy and stylish, but most of all age appropriate! I will continue to use Lavish Luxe in the future and if you haven\'t, you should give her a try!\n<cite>Shayla D.</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"e5223cc4-a210-4e08-a17c-d548361bceb4\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:437:\"<blockquote><b>\"Reliable and Trustworthy!\"</b>\n\nOkay, simply put, Lenee\' knows her stuff! She\'s got an eye for style. I\'ve relied on Lavish luxe by Lenee\' for style consulting, dressing me for events and personal shopping services. Lenee\' is on a very short list of people who I can trust to shop for me without me being present. I can count on her to find the right luxe for the occasion and my budget.\n<cite>Latonia</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"05259c3e-f85f-407b-8508-2cafb80baca5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:534:\"<blockquote>I absolutely love every experience with Lavish Luxe by Lenee! Janella has a keen eye for fashion and will always keep you looking good and in season! Through styling me she’s also helped me build up my confidence with certain colors and clothing styles that I hadn’t had before. From birthdays, holidays, everyday wear, special events and just help to put together and bringing new life into the wardrobe I already have, Lavish Luxe has always been the way to go!\n<cite>Jasmine \"Jazzy Faces\" Tucker</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"35d7ae90-290c-4e1e-ac95-f2940d691cad\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(439,103,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:78:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">REVIEWS</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"9491b2b6-f90b-46a0-bb19-a0d3b521df83\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:501:\"<blockquote><b>\"Smooth and Easy\"</b>\n<br><br>\nLavish Luxe by Lenee\' helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee\' took my look from basic to unique real quick and she was fun to work with.\n<cite>Dorian</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"db8e8013-0776-4a1d-89c0-41aa63af8b4c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:530:\"<blockquote><b>\"Flexible and Affordable\"</b>\n<br><br>\nI\'m typically a shopaholic, but I had abdominal surgery a few months ago and during the recovery process I found myself swollen and uncomfortable and while preparing to return to work I realized I was not able to fit anything in my closet! I called Lavish luxe by lenee\' and I was not only able to return to work comfortable but chic. Thank you Janella for being flexible and able to customize looks that we\'re specific to my needs!\n<cite>Lisa Hurd-Patrick</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3fbaaa5e-b7f4-4760-8d45-37a0cbf91ffa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:791:\"<blockquote><b>\"Best in class!\"</b>\n\nI have know Ms. Christopher for quite some time and her look is always On Point!\n\nWhen it came time for me to find an outfit for a friend\'s wedding, I knew just who to call.\n\nWe went to several stores for that \"perfect look\". With her help, I was able to find an outfit that gave me the confidence to enjoy celebrating the happy couple by dancing the night away!\n\nNow, whenever I have a special event, she is the first person I contact. I know that she will customize a look just for me because she took the time to get to know my personal style( and her personality makes \"curvy-girl\" shopping sooo much fun)!\n\nI would say to anyone, if you are looking for a personal stylist, look no further than Janella Christopher!\n<cite>Sholonda</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"3009b540-d2e9-4e40-8ca7-a4faceeaf39a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:517:\"<blockquote><b>\"A Client For Life\"</b>\n\nI contacted Lenee\' to style me for a very important event. Not only did she get me ALL the way together, she was professional, affordable and efficient! This was my 1st time using an image consultant, but after this experience, I’ll never do my own shopping again! She has a keen eye for styling any body type and picking the most trendiest pieces! Thank you so much for making me fly while keeping me comfortable in the skin I’m in!!\n<cite>XO - Comille</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"16bae963-014a-4b44-b300-4952f6d05fe9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:657:\"<blockquote><b>\"A job well done... Top-rate\"</b>\n\n\nLenee\' is awesome at what she does. Whenever I have an event or just need an outfit she knows how to style for the occasion. I love the fact that she pays attention to insecurities and your body shape. She styles you in ways that ignites boldness and confidence within yourself. I also love that she does these things on a budget! Lavish Luxe has even styled my teenage daughter for her 13th birthday bash. Everything was trendy and stylish, but most of all age appropriate! I will continue to use Lavish Luxe in the future and if you haven\'t, you should give her a try!\n<cite>Shayla D.</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"e5223cc4-a210-4e08-a17c-d548361bceb4\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:437:\"<blockquote><b>\"Reliable and Trustworthy!\"</b>\n\nOkay, simply put, Lenee\' knows her stuff! She\'s got an eye for style. I\'ve relied on Lavish luxe by Lenee\' for style consulting, dressing me for events and personal shopping services. Lenee\' is on a very short list of people who I can trust to shop for me without me being present. I can count on her to find the right luxe for the occasion and my budget.\n<cite>Latonia</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"05259c3e-f85f-407b-8508-2cafb80baca5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:534:\"<blockquote>I absolutely love every experience with Lavish Luxe by Lenee! Janella has a keen eye for fashion and will always keep you looking good and in season! Through styling me she’s also helped me build up my confidence with certain colors and clothing styles that I hadn’t had before. From birthdays, holidays, everyday wear, special events and just help to put together and bringing new life into the wardrobe I already have, Lavish Luxe has always been the way to go!\n<cite>Jasmine \"Jazzy Faces\" Tucker</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"35d7ae90-290c-4e1e-ac95-f2940d691cad\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(440,103,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:78:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">REVIEWS</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"9491b2b6-f90b-46a0-bb19-a0d3b521df83\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:501:\"<blockquote><b>\"Smooth and Easy\"</b>\n<br><br>\nLavish Luxe by Lenee\' helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee\' took my look from basic to unique real quick and she was fun to work with.\n<cite>Dorian</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"db8e8013-0776-4a1d-89c0-41aa63af8b4c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:530:\"<blockquote><b>\"Flexible and Affordable\"</b>\n<br><br>\nI\'m typically a shopaholic, but I had abdominal surgery a few months ago and during the recovery process I found myself swollen and uncomfortable and while preparing to return to work I realized I was not able to fit anything in my closet! I called Lavish luxe by lenee\' and I was not only able to return to work comfortable but chic. Thank you Janella for being flexible and able to customize looks that we\'re specific to my needs!\n<cite>Lisa Hurd-Patrick</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3fbaaa5e-b7f4-4760-8d45-37a0cbf91ffa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:791:\"<blockquote><b>\"Best in class!\"</b>\n\nI have know Ms. Christopher for quite some time and her look is always On Point!\n\nWhen it came time for me to find an outfit for a friend\'s wedding, I knew just who to call.\n\nWe went to several stores for that \"perfect look\". With her help, I was able to find an outfit that gave me the confidence to enjoy celebrating the happy couple by dancing the night away!\n\nNow, whenever I have a special event, she is the first person I contact. I know that she will customize a look just for me because she took the time to get to know my personal style( and her personality makes \"curvy-girl\" shopping sooo much fun)!\n\nI would say to anyone, if you are looking for a personal stylist, look no further than Janella Christopher!\n<cite>Sholonda</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"3009b540-d2e9-4e40-8ca7-a4faceeaf39a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:517:\"<blockquote><b>\"A Client For Life\"</b>\n\nI contacted Lenee\' to style me for a very important event. Not only did she get me ALL the way together, she was professional, affordable and efficient! This was my 1st time using an image consultant, but after this experience, I’ll never do my own shopping again! She has a keen eye for styling any body type and picking the most trendiest pieces! Thank you so much for making me fly while keeping me comfortable in the skin I’m in!!\n<cite>XO - Comille</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"16bae963-014a-4b44-b300-4952f6d05fe9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:657:\"<blockquote><b>\"A job well done... Top-rate\"</b>\n\n\nLenee\' is awesome at what she does. Whenever I have an event or just need an outfit she knows how to style for the occasion. I love the fact that she pays attention to insecurities and your body shape. She styles you in ways that ignites boldness and confidence within yourself. I also love that she does these things on a budget! Lavish Luxe has even styled my teenage daughter for her 13th birthday bash. Everything was trendy and stylish, but most of all age appropriate! I will continue to use Lavish Luxe in the future and if you haven\'t, you should give her a try!\n<cite>Shayla D.</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"e5223cc4-a210-4e08-a17c-d548361bceb4\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:437:\"<blockquote><b>\"Reliable and Trustworthy!\"</b>\n\nOkay, simply put, Lenee\' knows her stuff! She\'s got an eye for style. I\'ve relied on Lavish luxe by Lenee\' for style consulting, dressing me for events and personal shopping services. Lenee\' is on a very short list of people who I can trust to shop for me without me being present. I can count on her to find the right luxe for the occasion and my budget.\n<cite>Latonia</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"05259c3e-f85f-407b-8508-2cafb80baca5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:534:\"<blockquote>I absolutely love every experience with Lavish Luxe by Lenee! Janella has a keen eye for fashion and will always keep you looking good and in season! Through styling me she’s also helped me build up my confidence with certain colors and clothing styles that I hadn’t had before. From birthdays, holidays, everyday wear, special events and just help to put together and bringing new life into the wardrobe I already have, Lavish Luxe has always been the way to go!\n<cite>Jasmine \"Jazzy Faces\" Tucker</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"35d7ae90-290c-4e1e-ac95-f2940d691cad\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(441,103,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:78:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">REVIEWS</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"9491b2b6-f90b-46a0-bb19-a0d3b521df83\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:501:\"<blockquote><b>\"Smooth and Easy\"</b>\n<br><br>\nLavish Luxe by Lenee\' helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee\' took my look from basic to unique real quick and she was fun to work with.\n<cite>Dorian</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"db8e8013-0776-4a1d-89c0-41aa63af8b4c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:530:\"<blockquote><b>\"Flexible and Affordable\"</b>\n<br><br>\nI\'m typically a shopaholic, but I had abdominal surgery a few months ago and during the recovery process I found myself swollen and uncomfortable and while preparing to return to work I realized I was not able to fit anything in my closet! I called Lavish luxe by lenee\' and I was not only able to return to work comfortable but chic. Thank you Janella for being flexible and able to customize looks that we\'re specific to my needs!\n<cite>Lisa Hurd-Patrick</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3fbaaa5e-b7f4-4760-8d45-37a0cbf91ffa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:791:\"<blockquote><b>\"Best in class!\"</b>\n\nI have know Ms. Christopher for quite some time and her look is always On Point!\n\nWhen it came time for me to find an outfit for a friend\'s wedding, I knew just who to call.\n\nWe went to several stores for that \"perfect look\". With her help, I was able to find an outfit that gave me the confidence to enjoy celebrating the happy couple by dancing the night away!\n\nNow, whenever I have a special event, she is the first person I contact. I know that she will customize a look just for me because she took the time to get to know my personal style( and her personality makes \"curvy-girl\" shopping sooo much fun)!\n\nI would say to anyone, if you are looking for a personal stylist, look no further than Janella Christopher!\n<cite>Sholonda</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"3009b540-d2e9-4e40-8ca7-a4faceeaf39a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:517:\"<blockquote><b>\"A Client For Life\"</b>\n\nI contacted Lenee\' to style me for a very important event. Not only did she get me ALL the way together, she was professional, affordable and efficient! This was my 1st time using an image consultant, but after this experience, I’ll never do my own shopping again! She has a keen eye for styling any body type and picking the most trendiest pieces! Thank you so much for making me fly while keeping me comfortable in the skin I’m in!!\n<cite>XO - Comille</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"16bae963-014a-4b44-b300-4952f6d05fe9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:657:\"<blockquote><b>\"A job well done... Top-rate\"</b>\n\n\nLenee\' is awesome at what she does. Whenever I have an event or just need an outfit she knows how to style for the occasion. I love the fact that she pays attention to insecurities and your body shape. She styles you in ways that ignites boldness and confidence within yourself. I also love that she does these things on a budget! Lavish Luxe has even styled my teenage daughter for her 13th birthday bash. Everything was trendy and stylish, but most of all age appropriate! I will continue to use Lavish Luxe in the future and if you haven\'t, you should give her a try!\n<cite>Shayla D.</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"e5223cc4-a210-4e08-a17c-d548361bceb4\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:437:\"<blockquote><b>\"Reliable and Trustworthy!\"</b>\n\nOkay, simply put, Lenee\' knows her stuff! She\'s got an eye for style. I\'ve relied on Lavish luxe by Lenee\' for style consulting, dressing me for events and personal shopping services. Lenee\' is on a very short list of people who I can trust to shop for me without me being present. I can count on her to find the right luxe for the occasion and my budget.\n<cite>Latonia</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"05259c3e-f85f-407b-8508-2cafb80baca5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:534:\"<blockquote>I absolutely love every experience with Lavish Luxe by Lenee! Janella has a keen eye for fashion and will always keep you looking good and in season! Through styling me she’s also helped me build up my confidence with certain colors and clothing styles that I hadn’t had before. From birthdays, holidays, everyday wear, special events and just help to put together and bringing new life into the wardrobe I already have, Lavish Luxe has always been the way to go!\n<cite>Jasmine \"Jazzy Faces\" Tucker</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"35d7ae90-290c-4e1e-ac95-f2940d691cad\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(442,103,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:78:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">REVIEWS</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"9491b2b6-f90b-46a0-bb19-a0d3b521df83\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:501:\"<blockquote><b>\"Smooth and Easy\"</b>\n<br><br>\nLavish Luxe by Lenee\' helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee\' took my look from basic to unique real quick and she was fun to work with.\n<cite>Dorian</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"db8e8013-0776-4a1d-89c0-41aa63af8b4c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:530:\"<blockquote><b>\"Flexible and Affordable\"</b>\n<br><br>\nI\'m typically a shopaholic, but I had abdominal surgery a few months ago and during the recovery process I found myself swollen and uncomfortable and while preparing to return to work I realized I was not able to fit anything in my closet! I called Lavish luxe by lenee\' and I was not only able to return to work comfortable but chic. Thank you Janella for being flexible and able to customize looks that we\'re specific to my needs!\n<cite>Lisa Hurd-Patrick</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3fbaaa5e-b7f4-4760-8d45-37a0cbf91ffa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:791:\"<blockquote><b>\"Best in class!\"</b>\n\nI have know Ms. Christopher for quite some time and her look is always On Point!\n\nWhen it came time for me to find an outfit for a friend\'s wedding, I knew just who to call.\n\nWe went to several stores for that \"perfect look\". With her help, I was able to find an outfit that gave me the confidence to enjoy celebrating the happy couple by dancing the night away!\n\nNow, whenever I have a special event, she is the first person I contact. I know that she will customize a look just for me because she took the time to get to know my personal style( and her personality makes \"curvy-girl\" shopping sooo much fun)!\n\nI would say to anyone, if you are looking for a personal stylist, look no further than Janella Christopher!\n<cite>Sholonda</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"3009b540-d2e9-4e40-8ca7-a4faceeaf39a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:517:\"<blockquote><b>\"A Client For Life\"</b>\n\nI contacted Lenee\' to style me for a very important event. Not only did she get me ALL the way together, she was professional, affordable and efficient! This was my 1st time using an image consultant, but after this experience, I’ll never do my own shopping again! She has a keen eye for styling any body type and picking the most trendiest pieces! Thank you so much for making me fly while keeping me comfortable in the skin I’m in!!\n<cite>XO - Comille</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"16bae963-014a-4b44-b300-4952f6d05fe9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:657:\"<blockquote><b>\"A job well done... Top-rate\"</b>\n\n\nLenee\' is awesome at what she does. Whenever I have an event or just need an outfit she knows how to style for the occasion. I love the fact that she pays attention to insecurities and your body shape. She styles you in ways that ignites boldness and confidence within yourself. I also love that she does these things on a budget! Lavish Luxe has even styled my teenage daughter for her 13th birthday bash. Everything was trendy and stylish, but most of all age appropriate! I will continue to use Lavish Luxe in the future and if you haven\'t, you should give her a try!\n<cite>Shayla D.</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"e5223cc4-a210-4e08-a17c-d548361bceb4\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:437:\"<blockquote><b>\"Reliable and Trustworthy!\"</b>\n\nOkay, simply put, Lenee\' knows her stuff! She\'s got an eye for style. I\'ve relied on Lavish luxe by Lenee\' for style consulting, dressing me for events and personal shopping services. Lenee\' is on a very short list of people who I can trust to shop for me without me being present. I can count on her to find the right luxe for the occasion and my budget.\n<cite>Latonia</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"05259c3e-f85f-407b-8508-2cafb80baca5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:534:\"<blockquote>I absolutely love every experience with Lavish Luxe by Lenee! Janella has a keen eye for fashion and will always keep you looking good and in season! Through styling me she’s also helped me build up my confidence with certain colors and clothing styles that I hadn’t had before. From birthdays, holidays, everyday wear, special events and just help to put together and bringing new life into the wardrobe I already have, Lavish Luxe has always been the way to go!\n<cite>Jasmine \"Jazzy Faces\" Tucker</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"35d7ae90-290c-4e1e-ac95-f2940d691cad\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(443,103,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:78:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">REVIEWS</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"9491b2b6-f90b-46a0-bb19-a0d3b521df83\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:501:\"<blockquote><b>\"Smooth and Easy\"</b>\n<br><br>\nLavish Luxe by Lenee\' helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee\' took my look from basic to unique real quick and she was fun to work with.\n<cite>Dorian</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"db8e8013-0776-4a1d-89c0-41aa63af8b4c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:530:\"<blockquote><b>\"Flexible and Affordable\"</b>\n<br><br>\nI\'m typically a shopaholic, but I had abdominal surgery a few months ago and during the recovery process I found myself swollen and uncomfortable and while preparing to return to work I realized I was not able to fit anything in my closet! I called Lavish luxe by lenee\' and I was not only able to return to work comfortable but chic. Thank you Janella for being flexible and able to customize looks that we\'re specific to my needs!\n<cite>Lisa Hurd-Patrick</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3fbaaa5e-b7f4-4760-8d45-37a0cbf91ffa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:791:\"<blockquote><b>\"Best in class!\"</b>\n\nI have know Ms. Christopher for quite some time and her look is always On Point!\n\nWhen it came time for me to find an outfit for a friend\'s wedding, I knew just who to call.\n\nWe went to several stores for that \"perfect look\". With her help, I was able to find an outfit that gave me the confidence to enjoy celebrating the happy couple by dancing the night away!\n\nNow, whenever I have a special event, she is the first person I contact. I know that she will customize a look just for me because she took the time to get to know my personal style( and her personality makes \"curvy-girl\" shopping sooo much fun)!\n\nI would say to anyone, if you are looking for a personal stylist, look no further than Janella Christopher!\n<cite>Sholonda</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"3009b540-d2e9-4e40-8ca7-a4faceeaf39a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:517:\"<blockquote><b>\"A Client For Life\"</b>\n\nI contacted Lenee\' to style me for a very important event. Not only did she get me ALL the way together, she was professional, affordable and efficient! This was my 1st time using an image consultant, but after this experience, I’ll never do my own shopping again! She has a keen eye for styling any body type and picking the most trendiest pieces! Thank you so much for making me fly while keeping me comfortable in the skin I’m in!!\n<cite>XO - Comille</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"16bae963-014a-4b44-b300-4952f6d05fe9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:657:\"<blockquote><b>\"A job well done... Top-rate\"</b>\n\n\nLenee\' is awesome at what she does. Whenever I have an event or just need an outfit she knows how to style for the occasion. I love the fact that she pays attention to insecurities and your body shape. She styles you in ways that ignites boldness and confidence within yourself. I also love that she does these things on a budget! Lavish Luxe has even styled my teenage daughter for her 13th birthday bash. Everything was trendy and stylish, but most of all age appropriate! I will continue to use Lavish Luxe in the future and if you haven\'t, you should give her a try!\n<cite>Shayla D.</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"e5223cc4-a210-4e08-a17c-d548361bceb4\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:437:\"<blockquote><b>\"Reliable and Trustworthy!\"</b>\n\nOkay, simply put, Lenee\' knows her stuff! She\'s got an eye for style. I\'ve relied on Lavish luxe by Lenee\' for style consulting, dressing me for events and personal shopping services. Lenee\' is on a very short list of people who I can trust to shop for me without me being present. I can count on her to find the right luxe for the occasion and my budget.\n<cite>Latonia</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"05259c3e-f85f-407b-8508-2cafb80baca5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:534:\"<blockquote>I absolutely love every experience with Lavish Luxe by Lenee! Janella has a keen eye for fashion and will always keep you looking good and in season! Through styling me she’s also helped me build up my confidence with certain colors and clothing styles that I hadn’t had before. From birthdays, holidays, everyday wear, special events and just help to put together and bringing new life into the wardrobe I already have, Lavish Luxe has always been the way to go!\n<cite>Jasmine \"Jazzy Faces\" Tucker</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"35d7ae90-290c-4e1e-ac95-f2940d691cad\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(444,103,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:78:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">REVIEWS</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"9491b2b6-f90b-46a0-bb19-a0d3b521df83\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:501:\"<blockquote><b>\"Smooth and Easy\"</b>\n<br><br>\nLavish Luxe by Lenee\' helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee\' took my look from basic to unique real quick and she was fun to work with.\n<cite>Dorian</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"db8e8013-0776-4a1d-89c0-41aa63af8b4c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:530:\"<blockquote><b>\"Flexible and Affordable\"</b>\n<br><br>\nI\'m typically a shopaholic, but I had abdominal surgery a few months ago and during the recovery process I found myself swollen and uncomfortable and while preparing to return to work I realized I was not able to fit anything in my closet! I called Lavish luxe by lenee\' and I was not only able to return to work comfortable but chic. Thank you Janella for being flexible and able to customize looks that we\'re specific to my needs!\n<cite>Lisa Hurd-Patrick</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3fbaaa5e-b7f4-4760-8d45-37a0cbf91ffa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:791:\"<blockquote><b>\"Best in class!\"</b>\n\nI have know Ms. Christopher for quite some time and her look is always On Point!\n\nWhen it came time for me to find an outfit for a friend\'s wedding, I knew just who to call.\n\nWe went to several stores for that \"perfect look\". With her help, I was able to find an outfit that gave me the confidence to enjoy celebrating the happy couple by dancing the night away!\n\nNow, whenever I have a special event, she is the first person I contact. I know that she will customize a look just for me because she took the time to get to know my personal style( and her personality makes \"curvy-girl\" shopping sooo much fun)!\n\nI would say to anyone, if you are looking for a personal stylist, look no further than Janella Christopher!\n<cite>Sholonda</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"3009b540-d2e9-4e40-8ca7-a4faceeaf39a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:517:\"<blockquote><b>\"A Client For Life\"</b>\n\nI contacted Lenee\' to style me for a very important event. Not only did she get me ALL the way together, she was professional, affordable and efficient! This was my 1st time using an image consultant, but after this experience, I’ll never do my own shopping again! She has a keen eye for styling any body type and picking the most trendiest pieces! Thank you so much for making me fly while keeping me comfortable in the skin I’m in!!\n<cite>XO - Comille</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"16bae963-014a-4b44-b300-4952f6d05fe9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:657:\"<blockquote><b>\"A job well done... Top-rate\"</b>\n\n\nLenee\' is awesome at what she does. Whenever I have an event or just need an outfit she knows how to style for the occasion. I love the fact that she pays attention to insecurities and your body shape. She styles you in ways that ignites boldness and confidence within yourself. I also love that she does these things on a budget! Lavish Luxe has even styled my teenage daughter for her 13th birthday bash. Everything was trendy and stylish, but most of all age appropriate! I will continue to use Lavish Luxe in the future and if you haven\'t, you should give her a try!\n<cite>Shayla D.</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"e5223cc4-a210-4e08-a17c-d548361bceb4\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:437:\"<blockquote><b>\"Reliable and Trustworthy!\"</b>\n\nOkay, simply put, Lenee\' knows her stuff! She\'s got an eye for style. I\'ve relied on Lavish luxe by Lenee\' for style consulting, dressing me for events and personal shopping services. Lenee\' is on a very short list of people who I can trust to shop for me without me being present. I can count on her to find the right luxe for the occasion and my budget.\n<cite>Latonia</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"05259c3e-f85f-407b-8508-2cafb80baca5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:534:\"<blockquote>I absolutely love every experience with Lavish Luxe by Lenee! Janella has a keen eye for fashion and will always keep you looking good and in season! Through styling me she’s also helped me build up my confidence with certain colors and clothing styles that I hadn’t had before. From birthdays, holidays, everyday wear, special events and just help to put together and bringing new life into the wardrobe I already have, Lavish Luxe has always been the way to go!\n<cite>Jasmine \"Jazzy Faces\" Tucker</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"35d7ae90-290c-4e1e-ac95-f2940d691cad\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(445,103,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:78:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">REVIEWS</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"9491b2b6-f90b-46a0-bb19-a0d3b521df83\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:501:\"<blockquote><b>\"Smooth and Easy\"</b>\n<br><br>\nLavish Luxe by Lenee\' helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee\' took my look from basic to unique real quick and she was fun to work with.\n<cite>Dorian</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"db8e8013-0776-4a1d-89c0-41aa63af8b4c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:530:\"<blockquote><b>\"Flexible and Affordable\"</b>\n<br><br>\nI\'m typically a shopaholic, but I had abdominal surgery a few months ago and during the recovery process I found myself swollen and uncomfortable and while preparing to return to work I realized I was not able to fit anything in my closet! I called Lavish luxe by lenee\' and I was not only able to return to work comfortable but chic. Thank you Janella for being flexible and able to customize looks that we\'re specific to my needs!\n<cite>Lisa Hurd-Patrick</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3fbaaa5e-b7f4-4760-8d45-37a0cbf91ffa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:791:\"<blockquote><b>\"Best in class!\"</b>\n\nI have know Ms. Christopher for quite some time and her look is always On Point!\n\nWhen it came time for me to find an outfit for a friend\'s wedding, I knew just who to call.\n\nWe went to several stores for that \"perfect look\". With her help, I was able to find an outfit that gave me the confidence to enjoy celebrating the happy couple by dancing the night away!\n\nNow, whenever I have a special event, she is the first person I contact. I know that she will customize a look just for me because she took the time to get to know my personal style( and her personality makes \"curvy-girl\" shopping sooo much fun)!\n\nI would say to anyone, if you are looking for a personal stylist, look no further than Janella Christopher!\n<cite>Sholonda</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"3009b540-d2e9-4e40-8ca7-a4faceeaf39a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:517:\"<blockquote><b>\"A Client For Life\"</b>\n\nI contacted Lenee\' to style me for a very important event. Not only did she get me ALL the way together, she was professional, affordable and efficient! This was my 1st time using an image consultant, but after this experience, I’ll never do my own shopping again! She has a keen eye for styling any body type and picking the most trendiest pieces! Thank you so much for making me fly while keeping me comfortable in the skin I’m in!!\n<cite>XO - Comille</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"16bae963-014a-4b44-b300-4952f6d05fe9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:657:\"<blockquote><b>\"A job well done... Top-rate\"</b>\n\n\nLenee\' is awesome at what she does. Whenever I have an event or just need an outfit she knows how to style for the occasion. I love the fact that she pays attention to insecurities and your body shape. She styles you in ways that ignites boldness and confidence within yourself. I also love that she does these things on a budget! Lavish Luxe has even styled my teenage daughter for her 13th birthday bash. Everything was trendy and stylish, but most of all age appropriate! I will continue to use Lavish Luxe in the future and if you haven\'t, you should give her a try!\n<cite>Shayla D.</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"e5223cc4-a210-4e08-a17c-d548361bceb4\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:437:\"<blockquote><b>\"Reliable and Trustworthy!\"</b>\n\nOkay, simply put, Lenee\' knows her stuff! She\'s got an eye for style. I\'ve relied on Lavish luxe by Lenee\' for style consulting, dressing me for events and personal shopping services. Lenee\' is on a very short list of people who I can trust to shop for me without me being present. I can count on her to find the right luxe for the occasion and my budget.\n<cite>Latonia</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"05259c3e-f85f-407b-8508-2cafb80baca5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:534:\"<blockquote>I absolutely love every experience with Lavish Luxe by Lenee! Janella has a keen eye for fashion and will always keep you looking good and in season! Through styling me she’s also helped me build up my confidence with certain colors and clothing styles that I hadn’t had before. From birthdays, holidays, everyday wear, special events and just help to put together and bringing new life into the wardrobe I already have, Lavish Luxe has always been the way to go!\n<cite>Jasmine \"Jazzy Faces\" Tucker</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"35d7ae90-290c-4e1e-ac95-f2940d691cad\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(446,146,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:83:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">TESTIMONIALS</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"9491b2b6-f90b-46a0-bb19-a0d3b521df83\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:501:\"<blockquote><b>\"Smooth and Easy\"</b>\n<br><br>\nLavish Luxe by Lenee\' helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee\' took my look from basic to unique real quick and she was fun to work with.\n<cite>Dorian</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"db8e8013-0776-4a1d-89c0-41aa63af8b4c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:530:\"<blockquote><b>\"Flexible and Affordable\"</b>\n<br><br>\nI\'m typically a shopaholic, but I had abdominal surgery a few months ago and during the recovery process I found myself swollen and uncomfortable and while preparing to return to work I realized I was not able to fit anything in my closet! I called Lavish luxe by lenee\' and I was not only able to return to work comfortable but chic. Thank you Janella for being flexible and able to customize looks that we\'re specific to my needs!\n<cite>Lisa Hurd-Patrick</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3fbaaa5e-b7f4-4760-8d45-37a0cbf91ffa\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:791:\"<blockquote><b>\"Best in class!\"</b>\n\nI have know Ms. Christopher for quite some time and her look is always On Point!\n\nWhen it came time for me to find an outfit for a friend\'s wedding, I knew just who to call.\n\nWe went to several stores for that \"perfect look\". With her help, I was able to find an outfit that gave me the confidence to enjoy celebrating the happy couple by dancing the night away!\n\nNow, whenever I have a special event, she is the first person I contact. I know that she will customize a look just for me because she took the time to get to know my personal style( and her personality makes \"curvy-girl\" shopping sooo much fun)!\n\nI would say to anyone, if you are looking for a personal stylist, look no further than Janella Christopher!\n<cite>Sholonda</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"3009b540-d2e9-4e40-8ca7-a4faceeaf39a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:657:\"<blockquote><b>\"A job well done... Top-rate\"</b>\n\n\nLenee\' is awesome at what she does. Whenever I have an event or just need an outfit she knows how to style for the occasion. I love the fact that she pays attention to insecurities and your body shape. She styles you in ways that ignites boldness and confidence within yourself. I also love that she does these things on a budget! Lavish Luxe has even styled my teenage daughter for her 13th birthday bash. Everything was trendy and stylish, but most of all age appropriate! I will continue to use Lavish Luxe in the future and if you haven\'t, you should give her a try!\n<cite>Shayla D.</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"e5223cc4-a210-4e08-a17c-d548361bceb4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:438:\"<blockquote><b>\"Reliable and Trustworthy!\"</b>\n\nOkay, simply put, Lenee\' knows her stuff! She\'s got an eye for style. I\'ve relied on Lavish luxe by Lenee\' for style consulting, dressing me for events and personal shopping services. Lenee\' is on a very short list of people who I can trust to shop for me without me being present. I can count on her to find the right luxe for the occasion and my budget.\n<cite>Sholonda</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"05259c3e-f85f-407b-8508-2cafb80baca5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(447,146,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:83:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">TESTIMONIALS</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"9491b2b6-f90b-46a0-bb19-a0d3b521df83\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:467:\"<blockquote>Lavish Luxe by Lenee\' helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee\' took my look from basic to unique real quick and she was fun to work with.\n<cite>Dorian</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"db8e8013-0776-4a1d-89c0-41aa63af8b4c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:5:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(448,146,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:83:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">TESTIMONIALS</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"9491b2b6-f90b-46a0-bb19-a0d3b521df83\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:467:\"<blockquote>Lavish Luxe by Lenee\' helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee\' took my look from basic to unique real quick and she was fun to work with.\n<cite>Dorian</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"db8e8013-0776-4a1d-89c0-41aa63af8b4c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:5:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(504,167,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:83:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">TESTIMONIALS</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"9491b2b6-f90b-46a0-bb19-a0d3b521df83\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:501:\"<blockquote><b>\"Smooth and Easy\"</b>\n<br><br>\nLavish Luxe by Lenee\' helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee\' took my look from basic to unique real quick and she was fun to work with.\n<cite>Dorian</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"db8e8013-0776-4a1d-89c0-41aa63af8b4c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:530:\"<blockquote><b>\"Flexible and Affordable\"</b>\n<br><br>\nI\'m typically a shopaholic, but I had abdominal surgery a few months ago and during the recovery process I found myself swollen and uncomfortable and while preparing to return to work I realized I was not able to fit anything in my closet! I called Lavish luxe by lenee\' and I was not only able to return to work comfortable but chic. Thank you Janella for being flexible and able to customize looks that we\'re specific to my needs!\n<cite>Lisa Hurd-Patrick</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3fbaaa5e-b7f4-4760-8d45-37a0cbf91ffa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:791:\"<blockquote><b>\"Best in class!\"</b>\n\nI have know Ms. Christopher for quite some time and her look is always On Point!\n\nWhen it came time for me to find an outfit for a friend\'s wedding, I knew just who to call.\n\nWe went to several stores for that \"perfect look\". With her help, I was able to find an outfit that gave me the confidence to enjoy celebrating the happy couple by dancing the night away!\n\nNow, whenever I have a special event, she is the first person I contact. I know that she will customize a look just for me because she took the time to get to know my personal style( and her personality makes \"curvy-girl\" shopping sooo much fun)!\n\nI would say to anyone, if you are looking for a personal stylist, look no further than Janella Christopher!\n<cite>Sholonda</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"3009b540-d2e9-4e40-8ca7-a4faceeaf39a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:657:\"<blockquote><b>\"A job well done... Top-rate\"</b>\n\n\nLenee\' is awesome at what she does. Whenever I have an event or just need an outfit she knows how to style for the occasion. I love the fact that she pays attention to insecurities and your body shape. She styles you in ways that ignites boldness and confidence within yourself. I also love that she does these things on a budget! Lavish Luxe has even styled my teenage daughter for her 13th birthday bash. Everything was trendy and stylish, but most of all age appropriate! I will continue to use Lavish Luxe in the future and if you haven\'t, you should give her a try!\n<cite>Shayla D.</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"e5223cc4-a210-4e08-a17c-d548361bceb4\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:438:\"<blockquote><b>\"Reliable and Trustworthy!\"</b>\n\nOkay, simply put, Lenee\' knows her stuff! She\'s got an eye for style. I\'ve relied on Lavish luxe by Lenee\' for style consulting, dressing me for events and personal shopping services. Lenee\' is on a very short list of people who I can trust to shop for me without me being present. I can count on her to find the right luxe for the occasion and my budget.\n<cite>Sholonda</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"05259c3e-f85f-407b-8508-2cafb80baca5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(449,147,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:83:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">TESTIMONIALS</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"9491b2b6-f90b-46a0-bb19-a0d3b521df83\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:501:\"<blockquote><b>\"Smooth and Easy\"</b>\n<br><br>\nLavish Luxe by Lenee\' helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee\' took my look from basic to unique real quick and she was fun to work with.\n<cite>Dorian</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"db8e8013-0776-4a1d-89c0-41aa63af8b4c\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:530:\"<blockquote><b>\"Flexible and Affordable\"</b>\n<br><br>\nI\'m typically a shopaholic, but I had abdominal surgery a few months ago and during the recovery process I found myself swollen and uncomfortable and while preparing to return to work I realized I was not able to fit anything in my closet! I called Lavish luxe by lenee\' and I was not only able to return to work comfortable but chic. Thank you Janella for being flexible and able to customize looks that we\'re specific to my needs!\n<cite>Lisa Hurd-Patrick</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3fbaaa5e-b7f4-4760-8d45-37a0cbf91ffa\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:791:\"<blockquote><b>\"Best in class!\"</b>\n\nI have know Ms. Christopher for quite some time and her look is always On Point!\n\nWhen it came time for me to find an outfit for a friend\'s wedding, I knew just who to call.\n\nWe went to several stores for that \"perfect look\". With her help, I was able to find an outfit that gave me the confidence to enjoy celebrating the happy couple by dancing the night away!\n\nNow, whenever I have a special event, she is the first person I contact. I know that she will customize a look just for me because she took the time to get to know my personal style( and her personality makes \"curvy-girl\" shopping sooo much fun)!\n\nI would say to anyone, if you are looking for a personal stylist, look no further than Janella Christopher!\n<cite>Sholonda</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"3009b540-d2e9-4e40-8ca7-a4faceeaf39a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:657:\"<blockquote><b>\"A job well done... Top-rate\"</b>\n\n\nLenee\' is awesome at what she does. Whenever I have an event or just need an outfit she knows how to style for the occasion. I love the fact that she pays attention to insecurities and your body shape. She styles you in ways that ignites boldness and confidence within yourself. I also love that she does these things on a budget! Lavish Luxe has even styled my teenage daughter for her 13th birthday bash. Everything was trendy and stylish, but most of all age appropriate! I will continue to use Lavish Luxe in the future and if you haven\'t, you should give her a try!\n<cite>Shayla D.</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"e5223cc4-a210-4e08-a17c-d548361bceb4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:438:\"<blockquote><b>\"Reliable and Trustworthy!\"</b>\n\nOkay, simply put, Lenee\' knows her stuff! She\'s got an eye for style. I\'ve relied on Lavish luxe by Lenee\' for style consulting, dressing me for events and personal shopping services. Lenee\' is on a very short list of people who I can trust to shop for me without me being present. I can count on her to find the right luxe for the occasion and my budget.\n<cite>Sholonda</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"05259c3e-f85f-407b-8508-2cafb80baca5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(452,150,'_edit_lock','1508938274:1'),(453,150,'_edit_last','1'),(454,150,'_wp_page_template','default'),(455,150,'war_soundy_enable_bg_sound','default'),(456,150,'war_soundy_enable_pp_corner','default'),(457,150,'war_soundy_audio_file_url','default'),(458,150,'war_soundy_audio_type','default'),(459,150,'war_soundy_audio_volume','default'),(460,150,'war_soundy_audio_title','default'),(461,150,'war_soundy_autoplay','no'),(462,150,'war_soundy_loop','default'),(477,159,'_edit_last','1'),(478,159,'war_soundy_enable_bg_sound','default'),(476,159,'_edit_lock','1543616921:3'),(479,159,'war_soundy_enable_pp_corner','default'),(480,159,'war_soundy_audio_file_url','default'),(481,159,'war_soundy_audio_type','default'),(482,159,'war_soundy_audio_volume','default'),(483,159,'war_soundy_audio_title','default'),(484,159,'war_soundy_autoplay','default'),(485,159,'war_soundy_loop','default'),(486,159,'_rpt_plan_group','a:4:{i:0;a:22:{s:16:\"_rpt_head_header\";s:0:\"\";s:10:\"_rpt_title\";s:21:\"Consulting with Lenee\";s:13:\"_rpt_subtitle\";s:0:\"\";s:15:\"_rpt_recurrence\";s:0:\"\";s:10:\"_rpt_price\";s:0:\"\";s:16:\"_rpt_description\";s:0:\"\";s:12:\"_rpt_icon_id\";i:0;s:9:\"_rpt_icon\";b:0;s:16:\"_rpt_recommended\";b:0;s:9:\"_rpt_free\";b:0;s:20:\"_rpt_features_header\";s:0:\"\";s:13:\"_rpt_features\";s:72:\"<strong>$25</strong> Luxe Location\r\n<strong>$30</strong> Travel Location\";s:18:\"_rpt_features_desc\";s:0:\"\";s:18:\"_rpt_button_header\";s:0:\"\";s:13:\"_rpt_btn_text\";s:0:\"\";s:13:\"_rpt_btn_link\";s:0:\"\";s:23:\"_rpt_cust_button_header\";s:0:\"\";s:19:\"_rpt_btn_custom_btn\";s:0:\"\";s:23:\"_rpt_custom_button_desc\";s:0:\"\";s:17:\"_rpt_styling_desc\";s:0:\"\";s:19:\"_rpt_custom_classes\";s:0:\"\";s:10:\"_rpt_color\";s:7:\"#8224e3\";}i:1;a:22:{s:16:\"_rpt_head_header\";s:0:\"\";s:10:\"_rpt_title\";s:14:\"Lavish Hunting\";s:13:\"_rpt_subtitle\";s:0:\"\";s:15:\"_rpt_recurrence\";s:0:\"\";s:10:\"_rpt_price\";s:0:\"\";s:16:\"_rpt_description\";s:0:\"\";s:12:\"_rpt_icon_id\";i:0;s:9:\"_rpt_icon\";b:0;s:16:\"_rpt_recommended\";b:0;s:9:\"_rpt_free\";b:0;s:20:\"_rpt_features_header\";s:0:\"\";s:13:\"_rpt_features\";s:87:\"Starting @ <strong>$50</strong> for <strong>35 minutes</strong> for one particular Luxe\";s:18:\"_rpt_features_desc\";s:0:\"\";s:18:\"_rpt_button_header\";s:0:\"\";s:13:\"_rpt_btn_text\";s:0:\"\";s:13:\"_rpt_btn_link\";s:0:\"\";s:23:\"_rpt_cust_button_header\";s:0:\"\";s:19:\"_rpt_btn_custom_btn\";s:0:\"\";s:23:\"_rpt_custom_button_desc\";s:0:\"\";s:17:\"_rpt_styling_desc\";s:0:\"\";s:19:\"_rpt_custom_classes\";s:0:\"\";s:10:\"_rpt_color\";s:7:\"#8224e3\";}i:2;a:22:{s:16:\"_rpt_head_header\";s:0:\"\";s:10:\"_rpt_title\";s:24:\"Lavish Closet Evaluation\";s:13:\"_rpt_subtitle\";s:0:\"\";s:15:\"_rpt_recurrence\";s:0:\"\";s:10:\"_rpt_price\";s:0:\"\";s:16:\"_rpt_description\";s:0:\"\";s:12:\"_rpt_icon_id\";i:0;s:9:\"_rpt_icon\";b:0;s:16:\"_rpt_recommended\";b:0;s:9:\"_rpt_free\";b:0;s:20:\"_rpt_features_header\";s:0:\"\";s:13:\"_rpt_features\";s:246:\"<strong>Full day 8 hrs for $250 includes:</strong>\r\nShopping\r\nLavish Luxe Talk\r\nStyling Tips\r\nCloset run through\r\n<strong>Half Day 4.5 hrs for $125 includes:</strong>\r\nLavish Luxe Talk\r\nStyling Tips\r\nCloset Run Through\r\n(Shopping if time permits)\";s:18:\"_rpt_features_desc\";s:0:\"\";s:18:\"_rpt_button_header\";s:0:\"\";s:13:\"_rpt_btn_text\";s:0:\"\";s:13:\"_rpt_btn_link\";s:0:\"\";s:23:\"_rpt_cust_button_header\";s:0:\"\";s:19:\"_rpt_btn_custom_btn\";s:0:\"\";s:23:\"_rpt_custom_button_desc\";s:0:\"\";s:17:\"_rpt_styling_desc\";s:0:\"\";s:19:\"_rpt_custom_classes\";s:0:\"\";s:10:\"_rpt_color\";s:7:\"#8224e3\";}i:3;a:3:{s:10:\"_rpt_title\";s:18:\"Lavish Luxe Effect\";s:13:\"_rpt_features\";s:221:\"<strong>$425</strong> - photo shoot up to 2 looks &amp; makeup (hair touch ups)\r\n\r\n<strong>$850</strong> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\";s:10:\"_rpt_color\";s:7:\"#8224e3\";}}'),(487,159,'_rpt_open_newwindow','currentwindow'),(488,159,'_rpt_title_fontsize','normal'),(489,159,'_rpt_subtitle_fontsize','normal'),(490,159,'_rpt_description_fontsize','normal'),(491,159,'_rpt_price_fontsize','normal'),(492,159,'_rpt_recurrence_fontsize','normal'),(493,159,'_rpt_button_fontsize','normal'),(494,159,'_rpt_features_fontsize','normal'),(496,150,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:79:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">SERVICES</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5bcef89b-e574-47d1-bf54-1c6c294a2696\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:811:\"<p style=\"text-align:center\">Lavish Luxe By Lenee\' takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \" If you look good, you feel good\". We can handle all personal and professional image, without going beyond the budget.</p>\n\n<p style=\"text-align:center;margin-bottom:25px\">LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\" ~Lenee\'~</p>\n<table class=\"wp-list-table widefat fixed striped posts\">\n<tbody id=\"the-list\">\n<tr id=\"post-159\" class=\"iedit author-self level-0 post-159 type-rpt_pricing_table status-publish hentry\">\n<td class=\"dk_shortcode column-dk_shortcode\" data-colname=\"Shortcode\">[rpt name=\"lavish-luxe-pricing\"]</td>\n</tr>\n</tbody>\n<tfoot>\n<tr>\n<td class=\"manage-column column-cb check-column\"></td>\n</tr>\n</tfoot>\n</table>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"a1256d7b-9a75-466e-b706-6c08f2719c8a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(502,165,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:79:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">SERVICES</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5bcef89b-e574-47d1-bf54-1c6c294a2696\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<table class=\"wp-list-table widefat fixed striped posts\">\n<tbody id=\"the-list\">\n<tr id=\"post-159\" class=\"iedit author-self level-0 post-159 type-rpt_pricing_table status-publish hentry\">\n<td class=\"dk_shortcode column-dk_shortcode\" data-colname=\"Shortcode\">[rpt name=\"lavish-luxe-pricing\"]</td>\n</tr>\n</tbody>\n<tfoot>\n<tr>\n<td class=\"manage-column column-cb check-column\"></td>\n</tr>\n</tfoot>\n</table>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"a1256d7b-9a75-466e-b706-6c08f2719c8a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(501,164,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:79:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">SERVICES</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5bcef89b-e574-47d1-bf54-1c6c294a2696\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<table class=\"wp-list-table widefat fixed striped posts\">\n<tbody id=\"the-list\">\n<tr id=\"post-159\" class=\"iedit author-self level-0 post-159 type-rpt_pricing_table status-publish hentry\">\n<td class=\"dk_shortcode column-dk_shortcode\" data-colname=\"Shortcode\">[rpt name=\"lavish-luxe-pricing\"]</td>\n</tr>\n</tbody>\n<tfoot>\n<tr>\n<td class=\"manage-column column-cb check-column\"></td>\n</tr>\n</tfoot>\n</table>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"a1256d7b-9a75-466e-b706-6c08f2719c8a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(497,162,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:79:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">SERVICES</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5bcef89b-e574-47d1-bf54-1c6c294a2696\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<table class=\"wp-list-table widefat fixed striped posts\">\n<tbody id=\"the-list\">\n<tr id=\"post-159\" class=\"iedit author-self level-0 post-159 type-rpt_pricing_table status-publish hentry\">\n<td class=\"dk_shortcode column-dk_shortcode\" data-colname=\"Shortcode\">[rpt name=\"lavish-luxe-pricing\"]</td>\n</tr>\n</tbody>\n<tfoot>\n<tr>\n<td class=\"manage-column column-cb check-column\"></td>\n</tr>\n</tfoot>\n</table>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"a1256d7b-9a75-466e-b706-6c08f2719c8a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"padding\";s:12:\"10% 0% 0% 0%\";s:14:\"mobile_padding\";s:16:\"10px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(498,163,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:79:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">SERVICES</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5bcef89b-e574-47d1-bf54-1c6c294a2696\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<table class=\"wp-list-table widefat fixed striped posts\">\n<tbody id=\"the-list\">\n<tr id=\"post-159\" class=\"iedit author-self level-0 post-159 type-rpt_pricing_table status-publish hentry\">\n<td class=\"dk_shortcode column-dk_shortcode\" data-colname=\"Shortcode\">[rpt name=\"lavish-luxe-pricing\"]</td>\n</tr>\n</tbody>\n<tfoot>\n<tr>\n<td class=\"manage-column column-cb check-column\"></td>\n</tr>\n</tfoot>\n</table>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"a1256d7b-9a75-466e-b706-6c08f2719c8a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(499,163,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:79:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">SERVICES</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5bcef89b-e574-47d1-bf54-1c6c294a2696\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<table class=\"wp-list-table widefat fixed striped posts\">\n<tbody id=\"the-list\">\n<tr id=\"post-159\" class=\"iedit author-self level-0 post-159 type-rpt_pricing_table status-publish hentry\">\n<td class=\"dk_shortcode column-dk_shortcode\" data-colname=\"Shortcode\">[rpt name=\"lavish-luxe-pricing\"]</td>\n</tr>\n</tbody>\n<tfoot>\n<tr>\n<td class=\"manage-column column-cb check-column\"></td>\n</tr>\n</tfoot>\n</table>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"a1256d7b-9a75-466e-b706-6c08f2719c8a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"padding\";s:12:\"10% 0% 0% 0%\";s:14:\"mobile_padding\";s:16:\"10px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(500,163,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:79:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">SERVICES</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5bcef89b-e574-47d1-bf54-1c6c294a2696\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<table class=\"wp-list-table widefat fixed striped posts\">\n<tbody id=\"the-list\">\n<tr id=\"post-159\" class=\"iedit author-self level-0 post-159 type-rpt_pricing_table status-publish hentry\">\n<td class=\"dk_shortcode column-dk_shortcode\" data-colname=\"Shortcode\">[rpt name=\"lavish-luxe-pricing\"]</td>\n</tr>\n</tbody>\n<tfoot>\n<tr>\n<td class=\"manage-column column-cb check-column\"></td>\n</tr>\n</tfoot>\n</table>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"a1256d7b-9a75-466e-b706-6c08f2719c8a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"padding\";s:12:\"10% 0% 0% 0%\";s:14:\"mobile_padding\";s:16:\"10px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(505,168,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:83:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">TESTIMONIALS</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"9491b2b6-f90b-46a0-bb19-a0d3b521df83\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:501:\"<blockquote><b>\"Smooth and Easy\"</b>\n<br><br>\nLavish Luxe by Lenee\' helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee\' took my look from basic to unique real quick and she was fun to work with.\n<cite>Dorian</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"db8e8013-0776-4a1d-89c0-41aa63af8b4c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:530:\"<blockquote><b>\"Flexible and Affordable\"</b>\n<br><br>\nI\'m typically a shopaholic, but I had abdominal surgery a few months ago and during the recovery process I found myself swollen and uncomfortable and while preparing to return to work I realized I was not able to fit anything in my closet! I called Lavish luxe by lenee\' and I was not only able to return to work comfortable but chic. Thank you Janella for being flexible and able to customize looks that we\'re specific to my needs!\n<cite>Lisa Hurd-Patrick</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3fbaaa5e-b7f4-4760-8d45-37a0cbf91ffa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:791:\"<blockquote><b>\"Best in class!\"</b>\n\nI have know Ms. Christopher for quite some time and her look is always On Point!\n\nWhen it came time for me to find an outfit for a friend\'s wedding, I knew just who to call.\n\nWe went to several stores for that \"perfect look\". With her help, I was able to find an outfit that gave me the confidence to enjoy celebrating the happy couple by dancing the night away!\n\nNow, whenever I have a special event, she is the first person I contact. I know that she will customize a look just for me because she took the time to get to know my personal style( and her personality makes \"curvy-girl\" shopping sooo much fun)!\n\nI would say to anyone, if you are looking for a personal stylist, look no further than Janella Christopher!\n<cite>Sholonda</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"3009b540-d2e9-4e40-8ca7-a4faceeaf39a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:657:\"<blockquote><b>\"A job well done... Top-rate\"</b>\n\n\nLenee\' is awesome at what she does. Whenever I have an event or just need an outfit she knows how to style for the occasion. I love the fact that she pays attention to insecurities and your body shape. She styles you in ways that ignites boldness and confidence within yourself. I also love that she does these things on a budget! Lavish Luxe has even styled my teenage daughter for her 13th birthday bash. Everything was trendy and stylish, but most of all age appropriate! I will continue to use Lavish Luxe in the future and if you haven\'t, you should give her a try!\n<cite>Shayla D.</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"e5223cc4-a210-4e08-a17c-d548361bceb4\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:437:\"<blockquote><b>\"Reliable and Trustworthy!\"</b>\n\nOkay, simply put, Lenee\' knows her stuff! She\'s got an eye for style. I\'ve relied on Lavish luxe by Lenee\' for style consulting, dressing me for events and personal shopping services. Lenee\' is on a very short list of people who I can trust to shop for me without me being present. I can count on her to find the right luxe for the occasion and my budget.\n<cite>Latonia</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"05259c3e-f85f-407b-8508-2cafb80baca5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(506,168,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:83:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">TESTIMONIALS</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"9491b2b6-f90b-46a0-bb19-a0d3b521df83\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:501:\"<blockquote><b>\"Smooth and Easy\"</b>\n<br><br>\nLavish Luxe by Lenee\' helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee\' took my look from basic to unique real quick and she was fun to work with.\n<cite>Dorian</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"db8e8013-0776-4a1d-89c0-41aa63af8b4c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:530:\"<blockquote><b>\"Flexible and Affordable\"</b>\n<br><br>\nI\'m typically a shopaholic, but I had abdominal surgery a few months ago and during the recovery process I found myself swollen and uncomfortable and while preparing to return to work I realized I was not able to fit anything in my closet! I called Lavish luxe by lenee\' and I was not only able to return to work comfortable but chic. Thank you Janella for being flexible and able to customize looks that we\'re specific to my needs!\n<cite>Lisa Hurd-Patrick</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3fbaaa5e-b7f4-4760-8d45-37a0cbf91ffa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:791:\"<blockquote><b>\"Best in class!\"</b>\n\nI have know Ms. Christopher for quite some time and her look is always On Point!\n\nWhen it came time for me to find an outfit for a friend\'s wedding, I knew just who to call.\n\nWe went to several stores for that \"perfect look\". With her help, I was able to find an outfit that gave me the confidence to enjoy celebrating the happy couple by dancing the night away!\n\nNow, whenever I have a special event, she is the first person I contact. I know that she will customize a look just for me because she took the time to get to know my personal style( and her personality makes \"curvy-girl\" shopping sooo much fun)!\n\nI would say to anyone, if you are looking for a personal stylist, look no further than Janella Christopher!\n<cite>Sholonda</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"3009b540-d2e9-4e40-8ca7-a4faceeaf39a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:657:\"<blockquote><b>\"A job well done... Top-rate\"</b>\n\n\nLenee\' is awesome at what she does. Whenever I have an event or just need an outfit she knows how to style for the occasion. I love the fact that she pays attention to insecurities and your body shape. She styles you in ways that ignites boldness and confidence within yourself. I also love that she does these things on a budget! Lavish Luxe has even styled my teenage daughter for her 13th birthday bash. Everything was trendy and stylish, but most of all age appropriate! I will continue to use Lavish Luxe in the future and if you haven\'t, you should give her a try!\n<cite>Shayla D.</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"e5223cc4-a210-4e08-a17c-d548361bceb4\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:438:\"<blockquote><b>\"Reliable and Trustworthy!\"</b>\n\nOkay, simply put, Lenee\' knows her stuff! She\'s got an eye for style. I\'ve relied on Lavish luxe by Lenee\' for style consulting, dressing me for events and personal shopping services. Lenee\' is on a very short list of people who I can trust to shop for me without me being present. I can count on her to find the right luxe for the occasion and my budget.\n<cite>Sholonda</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"05259c3e-f85f-407b-8508-2cafb80baca5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(507,168,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:83:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">TESTIMONIALS</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"9491b2b6-f90b-46a0-bb19-a0d3b521df83\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:501:\"<blockquote><b>\"Smooth and Easy\"</b>\n<br><br>\nLavish Luxe by Lenee\' helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee\' took my look from basic to unique real quick and she was fun to work with.\n<cite>Dorian</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"db8e8013-0776-4a1d-89c0-41aa63af8b4c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:530:\"<blockquote><b>\"Flexible and Affordable\"</b>\n<br><br>\nI\'m typically a shopaholic, but I had abdominal surgery a few months ago and during the recovery process I found myself swollen and uncomfortable and while preparing to return to work I realized I was not able to fit anything in my closet! I called Lavish luxe by lenee\' and I was not only able to return to work comfortable but chic. Thank you Janella for being flexible and able to customize looks that we\'re specific to my needs!\n<cite>Lisa Hurd-Patrick</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3fbaaa5e-b7f4-4760-8d45-37a0cbf91ffa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:791:\"<blockquote><b>\"Best in class!\"</b>\n\nI have know Ms. Christopher for quite some time and her look is always On Point!\n\nWhen it came time for me to find an outfit for a friend\'s wedding, I knew just who to call.\n\nWe went to several stores for that \"perfect look\". With her help, I was able to find an outfit that gave me the confidence to enjoy celebrating the happy couple by dancing the night away!\n\nNow, whenever I have a special event, she is the first person I contact. I know that she will customize a look just for me because she took the time to get to know my personal style( and her personality makes \"curvy-girl\" shopping sooo much fun)!\n\nI would say to anyone, if you are looking for a personal stylist, look no further than Janella Christopher!\n<cite>Sholonda</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"3009b540-d2e9-4e40-8ca7-a4faceeaf39a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:657:\"<blockquote><b>\"A job well done... Top-rate\"</b>\n\n\nLenee\' is awesome at what she does. Whenever I have an event or just need an outfit she knows how to style for the occasion. I love the fact that she pays attention to insecurities and your body shape. She styles you in ways that ignites boldness and confidence within yourself. I also love that she does these things on a budget! Lavish Luxe has even styled my teenage daughter for her 13th birthday bash. Everything was trendy and stylish, but most of all age appropriate! I will continue to use Lavish Luxe in the future and if you haven\'t, you should give her a try!\n<cite>Shayla D.</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"e5223cc4-a210-4e08-a17c-d548361bceb4\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:438:\"<blockquote><b>\"Reliable and Trustworthy!\"</b>\n\nOkay, simply put, Lenee\' knows her stuff! She\'s got an eye for style. I\'ve relied on Lavish luxe by Lenee\' for style consulting, dressing me for events and personal shopping services. Lenee\' is on a very short list of people who I can trust to shop for me without me being present. I can count on her to find the right luxe for the occasion and my budget.\n<cite>Sholonda</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"05259c3e-f85f-407b-8508-2cafb80baca5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(818,257,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:78:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">REVIEWS</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"9491b2b6-f90b-46a0-bb19-a0d3b521df83\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:501:\"<blockquote><b>\"Smooth and Easy\"</b>\n<br><br>\nLavish Luxe by Lenee\' helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee\' took my look from basic to unique real quick and she was fun to work with.\n<cite>Dorian</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"db8e8013-0776-4a1d-89c0-41aa63af8b4c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:530:\"<blockquote><b>\"Flexible and Affordable\"</b>\n<br><br>\nI\'m typically a shopaholic, but I had abdominal surgery a few months ago and during the recovery process I found myself swollen and uncomfortable and while preparing to return to work I realized I was not able to fit anything in my closet! I called Lavish luxe by lenee\' and I was not only able to return to work comfortable but chic. Thank you Janella for being flexible and able to customize looks that we\'re specific to my needs!\n<cite>Lisa Hurd-Patrick</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3fbaaa5e-b7f4-4760-8d45-37a0cbf91ffa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:791:\"<blockquote><b>\"Best in class!\"</b>\n\nI have know Ms. Christopher for quite some time and her look is always On Point!\n\nWhen it came time for me to find an outfit for a friend\'s wedding, I knew just who to call.\n\nWe went to several stores for that \"perfect look\". With her help, I was able to find an outfit that gave me the confidence to enjoy celebrating the happy couple by dancing the night away!\n\nNow, whenever I have a special event, she is the first person I contact. I know that she will customize a look just for me because she took the time to get to know my personal style( and her personality makes \"curvy-girl\" shopping sooo much fun)!\n\nI would say to anyone, if you are looking for a personal stylist, look no further than Janella Christopher!\n<cite>Sholonda</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"3009b540-d2e9-4e40-8ca7-a4faceeaf39a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:657:\"<blockquote><b>\"A job well done... Top-rate\"</b>\n\n\nLenee\' is awesome at what she does. Whenever I have an event or just need an outfit she knows how to style for the occasion. I love the fact that she pays attention to insecurities and your body shape. She styles you in ways that ignites boldness and confidence within yourself. I also love that she does these things on a budget! Lavish Luxe has even styled my teenage daughter for her 13th birthday bash. Everything was trendy and stylish, but most of all age appropriate! I will continue to use Lavish Luxe in the future and if you haven\'t, you should give her a try!\n<cite>Shayla D.</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"e5223cc4-a210-4e08-a17c-d548361bceb4\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:437:\"<blockquote><b>\"Reliable and Trustworthy!\"</b>\n\nOkay, simply put, Lenee\' knows her stuff! She\'s got an eye for style. I\'ve relied on Lavish luxe by Lenee\' for style consulting, dressing me for events and personal shopping services. Lenee\' is on a very short list of people who I can trust to shop for me without me being present. I can count on her to find the right luxe for the occasion and my budget.\n<cite>Latonia</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"05259c3e-f85f-407b-8508-2cafb80baca5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(508,169,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:83:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">TESTIMONIALS</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"9491b2b6-f90b-46a0-bb19-a0d3b521df83\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:501:\"<blockquote><b>\"Smooth and Easy\"</b>\n<br><br>\nLavish Luxe by Lenee\' helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee\' took my look from basic to unique real quick and she was fun to work with.\n<cite>Dorian</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"db8e8013-0776-4a1d-89c0-41aa63af8b4c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:530:\"<blockquote><b>\"Flexible and Affordable\"</b>\n<br><br>\nI\'m typically a shopaholic, but I had abdominal surgery a few months ago and during the recovery process I found myself swollen and uncomfortable and while preparing to return to work I realized I was not able to fit anything in my closet! I called Lavish luxe by lenee\' and I was not only able to return to work comfortable but chic. Thank you Janella for being flexible and able to customize looks that we\'re specific to my needs!\n<cite>Lisa Hurd-Patrick</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3fbaaa5e-b7f4-4760-8d45-37a0cbf91ffa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:791:\"<blockquote><b>\"Best in class!\"</b>\n\nI have know Ms. Christopher for quite some time and her look is always On Point!\n\nWhen it came time for me to find an outfit for a friend\'s wedding, I knew just who to call.\n\nWe went to several stores for that \"perfect look\". With her help, I was able to find an outfit that gave me the confidence to enjoy celebrating the happy couple by dancing the night away!\n\nNow, whenever I have a special event, she is the first person I contact. I know that she will customize a look just for me because she took the time to get to know my personal style( and her personality makes \"curvy-girl\" shopping sooo much fun)!\n\nI would say to anyone, if you are looking for a personal stylist, look no further than Janella Christopher!\n<cite>Sholonda</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"3009b540-d2e9-4e40-8ca7-a4faceeaf39a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:657:\"<blockquote><b>\"A job well done... Top-rate\"</b>\n\n\nLenee\' is awesome at what she does. Whenever I have an event or just need an outfit she knows how to style for the occasion. I love the fact that she pays attention to insecurities and your body shape. She styles you in ways that ignites boldness and confidence within yourself. I also love that she does these things on a budget! Lavish Luxe has even styled my teenage daughter for her 13th birthday bash. Everything was trendy and stylish, but most of all age appropriate! I will continue to use Lavish Luxe in the future and if you haven\'t, you should give her a try!\n<cite>Shayla D.</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"e5223cc4-a210-4e08-a17c-d548361bceb4\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:437:\"<blockquote><b>\"Reliable and Trustworthy!\"</b>\n\nOkay, simply put, Lenee\' knows her stuff! She\'s got an eye for style. I\'ve relied on Lavish luxe by Lenee\' for style consulting, dressing me for events and personal shopping services. Lenee\' is on a very short list of people who I can trust to shop for me without me being present. I can count on her to find the right luxe for the occasion and my budget.\n<cite>Latonia</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"05259c3e-f85f-407b-8508-2cafb80baca5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(511,171,'_wp_attached_file','2017/10/Snapchat-6267315996928287109.jpg'),(512,171,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:441;s:6:\"height\";i:784;s:4:\"file\";s:40:\"2017/10/Snapchat-6267315996928287109.jpg\";s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:40:\"Snapchat-6267315996928287109-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:40:\"Snapchat-6267315996928287109-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:40:\"Snapchat-6267315996928287109-416x740.jpg\";s:5:\"width\";i:416;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Snapchat-6267315996928287109-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Snapchat-6267315996928287109-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:40:\"Snapchat-6267315996928287109-441x335.jpg\";s:5:\"width\";i:441;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:40:\"Snapchat-6267315996928287109-441x415.jpg\";s:5:\"width\";i:441;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"easy_testimonial_thumb\";a:4:{s:4:\"file\";s:38:\"Snapchat-6267315996928287109-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:40:\"Snapchat-6267315996928287109-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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:{}}}'),(513,172,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:75:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">SHOP</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59fa4f08e6e9f\";s:19:\"_sow_form_timestamp\";s:13:\"1509576468551\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"8be2c162-7585-44cb-ac35-f2a9e375060a\";s:5:\"style\";a:4:{s:7:\"padding\";s:15:\"3px 0px 0px 0px\";s:14:\"mobile_padding\";s:11:\"5% 0% 0% 0%\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:185:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">[ecwid widgets=\"productbrowser\" default_category_id=\"0\" minicart_layout=\"MiniAttachToProductBrowser\"]</p><p>&nbsp;</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"df016e13-2d46-47b7-80e0-5ad663054fd5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59fa4e477381f\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"de89c025-533f-4b06-a970-740ab6757dbd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:82:\"<h2 style=\"text-align: center;\"><strong>More Products Coming Soon...</strong></h2>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59fa4e686131d\";s:19:\"_sow_form_timestamp\";s:13:\"1509576326025\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"f121fa0e-a868-4f5a-ac0d-115eaee1ab51\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"padding\";s:11:\"5% 0% 0% 0%\";s:14:\"mobile_padding\";s:11:\"5% 0% 0% 0%\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(577,184,'_wp_attached_file','2017/10/20160603_202149.jpg'),(578,184,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:784;s:6:\"height\";i:441;s:4:\"file\";s:27:\"2017/10/20160603_202149.jpg\";s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"20160603_202149-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:27:\"20160603_202149-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"20160603_202149-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20160603_202149-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"20160603_202149-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"20160603_202149-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:27:\"20160603_202149-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:27:\"20160603_202149-784x415.jpg\";s:5:\"width\";i:784;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:27:\"20160603_202149-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-G900T\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1464985309\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.8\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(515,173,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:84:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">LAVISH ATTIRE</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"151f6ca1-245c-48b6-a00d-020f5edf10f8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:26:\"[product-catalogue id=\'2\']\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"5f1f3782-43d7-4940-932a-0d43769bfeae\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(552,172,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:75:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">SHOP</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59fa4f08e6e9f\";s:19:\"_sow_form_timestamp\";s:13:\"1509576468551\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"8be2c162-7585-44cb-ac35-f2a9e375060a\";s:5:\"style\";a:4:{s:7:\"padding\";s:15:\"3px 0px 0px 0px\";s:14:\"mobile_padding\";s:11:\"5% 0% 0% 0%\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:185:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">[ecwid widgets=\"productbrowser\" default_category_id=\"0\" minicart_layout=\"MiniAttachToProductBrowser\"]</p><p>&nbsp;</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"df016e13-2d46-47b7-80e0-5ad663054fd5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59fa4e477381f\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"de89c025-533f-4b06-a970-740ab6757dbd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:82:\"<h2 style=\"text-align: center;\"><strong>More Products Coming Soon...</strong></h2>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59fa4e686131d\";s:19:\"_sow_form_timestamp\";s:13:\"1509576326025\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"f121fa0e-a868-4f5a-ac0d-115eaee1ab51\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"padding\";s:11:\"5% 0% 0% 0%\";s:14:\"mobile_padding\";s:11:\"5% 0% 0% 0%\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(641,159,'product_img2_thumb',NULL),(640,159,'product_img1_thumb',NULL),(638,159,'product_img2_big',NULL),(639,159,'product_img3_big',NULL),(637,159,'product_img1_big',NULL),(635,10,'product_img2_thumb',''),(636,10,'product_img3_thumb',''),(634,10,'product_img1_thumb',''),(631,10,'product_img1_big',''),(633,10,'product_img3_big',''),(632,10,'product_img2_big',''),(597,125,'product_img1_big',''),(598,125,'product_img2_big',''),(599,125,'product_img3_big',''),(600,125,'product_img1_thumb',''),(601,125,'product_img2_thumb',''),(602,125,'product_img3_thumb',''),(645,199,'_edit_lock','1508880194:1'),(646,199,'_edit_last','1'),(647,199,'_wp_page_template','default'),(648,199,'war_soundy_enable_bg_sound','default'),(649,199,'war_soundy_enable_pp_corner','default'),(650,199,'war_soundy_audio_file_url','default'),(651,199,'war_soundy_audio_type','default'),(652,199,'war_soundy_audio_volume','default'),(653,199,'war_soundy_audio_title','default'),(642,159,'product_img3_thumb',NULL),(619,193,'_wp_attached_file','2017/10/lavish-luxe-logo.png'),(620,193,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:190;s:6:\"height\";i:66;s:4:\"file\";s:28:\"2017/10/lavish-luxe-logo.png\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"lavish-luxe-logo-100x66.png\";s:5:\"width\";i:100;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"lavish-luxe-logo-150x66.png\";s:5:\"width\";i:150;s:6:\"height\";i:66;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:{}}}'),(621,193,'_edit_lock','1508800921:1'),(4250,824,'_menu_item_xfn',''),(4249,824,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4248,824,'_menu_item_target',''),(4247,824,'_menu_item_object','page'),(4246,824,'_menu_item_object_id','813'),(4245,824,'_menu_item_menu_item_parent','0'),(4244,824,'_menu_item_type','post_type'),(654,199,'war_soundy_autoplay','no'),(655,199,'war_soundy_loop','default'),(656,199,'product_img1_big',NULL),(657,199,'product_img2_big',NULL),(658,199,'product_img3_big',NULL),(659,199,'product_img1_thumb',NULL),(660,199,'product_img2_thumb',NULL),(661,199,'product_img3_thumb',NULL),(672,199,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:78:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">GALLERY</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"46eab72b-6a18-4c02-b90a-1f5794c4a3fd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:23:\"[smartslider3 slider=5]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"946b5a56-0ce3-4875-a000-f95f2b64a58a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(671,202,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:78:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">GALLERY</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"7f151777-0f29-4e65-8558-90e64465ca60\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:23:\"[smartslider3 slider=5]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"db58b298-50ab-49eb-8462-60ccf9f590ef\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(684,205,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:78:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">GALLERY</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"46eab72b-6a18-4c02-b90a-1f5794c4a3fd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:23:\"[smartslider3 slider=5]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"946b5a56-0ce3-4875-a000-f95f2b64a58a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(673,203,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:78:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">GALLERY</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"46eab72b-6a18-4c02-b90a-1f5794c4a3fd\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:23:\"[smartslider3 slider=5]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"946b5a56-0ce3-4875-a000-f95f2b64a58a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(674,204,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:83:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">TESTIMONIALS</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"9491b2b6-f90b-46a0-bb19-a0d3b521df83\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:501:\"<blockquote><b>\"Smooth and Easy\"</b>\n<br><br>\nLavish Luxe by Lenee\' helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee\' took my look from basic to unique real quick and she was fun to work with.\n<cite>Dorian</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"db8e8013-0776-4a1d-89c0-41aa63af8b4c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:530:\"<blockquote><b>\"Flexible and Affordable\"</b>\n<br><br>\nI\'m typically a shopaholic, but I had abdominal surgery a few months ago and during the recovery process I found myself swollen and uncomfortable and while preparing to return to work I realized I was not able to fit anything in my closet! I called Lavish luxe by lenee\' and I was not only able to return to work comfortable but chic. Thank you Janella for being flexible and able to customize looks that we\'re specific to my needs!\n<cite>Lisa Hurd-Patrick</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3fbaaa5e-b7f4-4760-8d45-37a0cbf91ffa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:791:\"<blockquote><b>\"Best in class!\"</b>\n\nI have know Ms. Christopher for quite some time and her look is always On Point!\n\nWhen it came time for me to find an outfit for a friend\'s wedding, I knew just who to call.\n\nWe went to several stores for that \"perfect look\". With her help, I was able to find an outfit that gave me the confidence to enjoy celebrating the happy couple by dancing the night away!\n\nNow, whenever I have a special event, she is the first person I contact. I know that she will customize a look just for me because she took the time to get to know my personal style( and her personality makes \"curvy-girl\" shopping sooo much fun)!\n\nI would say to anyone, if you are looking for a personal stylist, look no further than Janella Christopher!\n<cite>Sholonda</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"3009b540-d2e9-4e40-8ca7-a4faceeaf39a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:657:\"<blockquote><b>\"A job well done... Top-rate\"</b>\n\n\nLenee\' is awesome at what she does. Whenever I have an event or just need an outfit she knows how to style for the occasion. I love the fact that she pays attention to insecurities and your body shape. She styles you in ways that ignites boldness and confidence within yourself. I also love that she does these things on a budget! Lavish Luxe has even styled my teenage daughter for her 13th birthday bash. Everything was trendy and stylish, but most of all age appropriate! I will continue to use Lavish Luxe in the future and if you haven\'t, you should give her a try!\n<cite>Shayla D.</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"e5223cc4-a210-4e08-a17c-d548361bceb4\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:437:\"<blockquote><b>\"Reliable and Trustworthy!\"</b>\n\nOkay, simply put, Lenee\' knows her stuff! She\'s got an eye for style. I\'ve relied on Lavish luxe by Lenee\' for style consulting, dressing me for events and personal shopping services. Lenee\' is on a very short list of people who I can trust to shop for me without me being present. I can count on her to find the right luxe for the occasion and my budget.\n<cite>Latonia</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"05259c3e-f85f-407b-8508-2cafb80baca5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(926,298,'plugins','[]'),(925,298,'location','[\"everywhere\"]'),(924,298,'dismissable','1'),(923,298,'type','success'),(922,298,'notification_id','532'),(696,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(697,207,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:394:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call Us:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n\n<strong>Monday through Saturday: </strong>\n\n10 AM - 8 PM\n\n<strong>Sunday:</strong>\n\n1 PM - 5 PM\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:4:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(698,207,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:382:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<em><strong>Call Us:</strong></em> 682-556-7387\n\n<strong>Monday through Saturday: </strong>\n\n10 AM - 8 PM\n\n<strong>Sunday:</strong>\n\n1 PM - 5 PM\n\n&nbsp;\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(699,207,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:382:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<em><strong>Call Us:</strong></em> 682-556-7387\n\n<strong>Monday through Saturday: </strong>\n\n10 AM - 8 PM\n\n<strong>Sunday:</strong>\n\n1 PM - 5 PM\n\n&nbsp;\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(704,210,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:394:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call Us:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n\n<strong>Monday through Saturday: </strong>\n\n10 AM - 8 PM\n\n<strong>Sunday:</strong>\n\n1 PM - 5 PM\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(700,208,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:394:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call Us:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n\n<strong>Monday through Saturday: </strong>\n\n10 AM - 8 PM\n\n<strong>Sunday:</strong>\n\n1 PM - 5 PM\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:4:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(701,209,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:394:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call Us:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n\n<strong>Monday through Saturday: </strong>\n\n10 AM - 8 PM\n\n<strong>Sunday:</strong>\n\n1 PM - 5 PM\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(702,209,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:394:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call Us:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n\n<strong>Monday through Saturday: </strong>\n\n10 AM - 8 PM\n\n<strong>Sunday:</strong>\n\n1 PM - 5 PM\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:4:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(703,209,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:394:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call Us:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n\n<strong>Monday through Saturday: </strong>\n\n10 AM - 8 PM\n\n<strong>Sunday:</strong>\n\n1 PM - 5 PM\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:4:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(709,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(835,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(710,213,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:341:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call Us:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:4:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(711,213,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:394:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call Us:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n\n<strong>Monday through Saturday: </strong>\n\n10 AM - 8 PM\n\n<strong>Sunday:</strong>\n\n1 PM - 5 PM\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(712,213,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:394:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call Us:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n\n<strong>Monday through Saturday: </strong>\n\n10 AM - 8 PM\n\n<strong>Sunday:</strong>\n\n1 PM - 5 PM\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(713,214,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:341:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call Us:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:4:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(714,215,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:78:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">REVIEWS</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"9491b2b6-f90b-46a0-bb19-a0d3b521df83\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:501:\"<blockquote><b>\"Smooth and Easy\"</b>\n<br><br>\nLavish Luxe by Lenee\' helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee\' took my look from basic to unique real quick and she was fun to work with.\n<cite>Dorian</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"db8e8013-0776-4a1d-89c0-41aa63af8b4c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:530:\"<blockquote><b>\"Flexible and Affordable\"</b>\n<br><br>\nI\'m typically a shopaholic, but I had abdominal surgery a few months ago and during the recovery process I found myself swollen and uncomfortable and while preparing to return to work I realized I was not able to fit anything in my closet! I called Lavish luxe by lenee\' and I was not only able to return to work comfortable but chic. Thank you Janella for being flexible and able to customize looks that we\'re specific to my needs!\n<cite>Lisa Hurd-Patrick</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3fbaaa5e-b7f4-4760-8d45-37a0cbf91ffa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:791:\"<blockquote><b>\"Best in class!\"</b>\n\nI have know Ms. Christopher for quite some time and her look is always On Point!\n\nWhen it came time for me to find an outfit for a friend\'s wedding, I knew just who to call.\n\nWe went to several stores for that \"perfect look\". With her help, I was able to find an outfit that gave me the confidence to enjoy celebrating the happy couple by dancing the night away!\n\nNow, whenever I have a special event, she is the first person I contact. I know that she will customize a look just for me because she took the time to get to know my personal style( and her personality makes \"curvy-girl\" shopping sooo much fun)!\n\nI would say to anyone, if you are looking for a personal stylist, look no further than Janella Christopher!\n<cite>Sholonda</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"3009b540-d2e9-4e40-8ca7-a4faceeaf39a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:657:\"<blockquote><b>\"A job well done... Top-rate\"</b>\n\n\nLenee\' is awesome at what she does. Whenever I have an event or just need an outfit she knows how to style for the occasion. I love the fact that she pays attention to insecurities and your body shape. She styles you in ways that ignites boldness and confidence within yourself. I also love that she does these things on a budget! Lavish Luxe has even styled my teenage daughter for her 13th birthday bash. Everything was trendy and stylish, but most of all age appropriate! I will continue to use Lavish Luxe in the future and if you haven\'t, you should give her a try!\n<cite>Shayla D.</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"e5223cc4-a210-4e08-a17c-d548361bceb4\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:437:\"<blockquote><b>\"Reliable and Trustworthy!\"</b>\n\nOkay, simply put, Lenee\' knows her stuff! She\'s got an eye for style. I\'ve relied on Lavish luxe by Lenee\' for style consulting, dressing me for events and personal shopping services. Lenee\' is on a very short list of people who I can trust to shop for me without me being present. I can count on her to find the right luxe for the occasion and my budget.\n<cite>Latonia</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"05259c3e-f85f-407b-8508-2cafb80baca5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(715,215,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:83:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">TESTIMONIALS</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"9491b2b6-f90b-46a0-bb19-a0d3b521df83\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:501:\"<blockquote><b>\"Smooth and Easy\"</b>\n<br><br>\nLavish Luxe by Lenee\' helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee\' took my look from basic to unique real quick and she was fun to work with.\n<cite>Dorian</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"db8e8013-0776-4a1d-89c0-41aa63af8b4c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:530:\"<blockquote><b>\"Flexible and Affordable\"</b>\n<br><br>\nI\'m typically a shopaholic, but I had abdominal surgery a few months ago and during the recovery process I found myself swollen and uncomfortable and while preparing to return to work I realized I was not able to fit anything in my closet! I called Lavish luxe by lenee\' and I was not only able to return to work comfortable but chic. Thank you Janella for being flexible and able to customize looks that we\'re specific to my needs!\n<cite>Lisa Hurd-Patrick</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3fbaaa5e-b7f4-4760-8d45-37a0cbf91ffa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:791:\"<blockquote><b>\"Best in class!\"</b>\n\nI have know Ms. Christopher for quite some time and her look is always On Point!\n\nWhen it came time for me to find an outfit for a friend\'s wedding, I knew just who to call.\n\nWe went to several stores for that \"perfect look\". With her help, I was able to find an outfit that gave me the confidence to enjoy celebrating the happy couple by dancing the night away!\n\nNow, whenever I have a special event, she is the first person I contact. I know that she will customize a look just for me because she took the time to get to know my personal style( and her personality makes \"curvy-girl\" shopping sooo much fun)!\n\nI would say to anyone, if you are looking for a personal stylist, look no further than Janella Christopher!\n<cite>Sholonda</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"3009b540-d2e9-4e40-8ca7-a4faceeaf39a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:657:\"<blockquote><b>\"A job well done... Top-rate\"</b>\n\n\nLenee\' is awesome at what she does. Whenever I have an event or just need an outfit she knows how to style for the occasion. I love the fact that she pays attention to insecurities and your body shape. She styles you in ways that ignites boldness and confidence within yourself. I also love that she does these things on a budget! Lavish Luxe has even styled my teenage daughter for her 13th birthday bash. Everything was trendy and stylish, but most of all age appropriate! I will continue to use Lavish Luxe in the future and if you haven\'t, you should give her a try!\n<cite>Shayla D.</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"e5223cc4-a210-4e08-a17c-d548361bceb4\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:437:\"<blockquote><b>\"Reliable and Trustworthy!\"</b>\n\nOkay, simply put, Lenee\' knows her stuff! She\'s got an eye for style. I\'ve relied on Lavish luxe by Lenee\' for style consulting, dressing me for events and personal shopping services. Lenee\' is on a very short list of people who I can trust to shop for me without me being present. I can count on her to find the right luxe for the occasion and my budget.\n<cite>Latonia</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"05259c3e-f85f-407b-8508-2cafb80baca5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(716,215,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:83:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">TESTIMONIALS</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"9491b2b6-f90b-46a0-bb19-a0d3b521df83\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:501:\"<blockquote><b>\"Smooth and Easy\"</b>\n<br><br>\nLavish Luxe by Lenee\' helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee\' took my look from basic to unique real quick and she was fun to work with.\n<cite>Dorian</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"db8e8013-0776-4a1d-89c0-41aa63af8b4c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:530:\"<blockquote><b>\"Flexible and Affordable\"</b>\n<br><br>\nI\'m typically a shopaholic, but I had abdominal surgery a few months ago and during the recovery process I found myself swollen and uncomfortable and while preparing to return to work I realized I was not able to fit anything in my closet! I called Lavish luxe by lenee\' and I was not only able to return to work comfortable but chic. Thank you Janella for being flexible and able to customize looks that we\'re specific to my needs!\n<cite>Lisa Hurd-Patrick</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3fbaaa5e-b7f4-4760-8d45-37a0cbf91ffa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:791:\"<blockquote><b>\"Best in class!\"</b>\n\nI have know Ms. Christopher for quite some time and her look is always On Point!\n\nWhen it came time for me to find an outfit for a friend\'s wedding, I knew just who to call.\n\nWe went to several stores for that \"perfect look\". With her help, I was able to find an outfit that gave me the confidence to enjoy celebrating the happy couple by dancing the night away!\n\nNow, whenever I have a special event, she is the first person I contact. I know that she will customize a look just for me because she took the time to get to know my personal style( and her personality makes \"curvy-girl\" shopping sooo much fun)!\n\nI would say to anyone, if you are looking for a personal stylist, look no further than Janella Christopher!\n<cite>Sholonda</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"3009b540-d2e9-4e40-8ca7-a4faceeaf39a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:657:\"<blockquote><b>\"A job well done... Top-rate\"</b>\n\n\nLenee\' is awesome at what she does. Whenever I have an event or just need an outfit she knows how to style for the occasion. I love the fact that she pays attention to insecurities and your body shape. She styles you in ways that ignites boldness and confidence within yourself. I also love that she does these things on a budget! Lavish Luxe has even styled my teenage daughter for her 13th birthday bash. Everything was trendy and stylish, but most of all age appropriate! I will continue to use Lavish Luxe in the future and if you haven\'t, you should give her a try!\n<cite>Shayla D.</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"e5223cc4-a210-4e08-a17c-d548361bceb4\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:437:\"<blockquote><b>\"Reliable and Trustworthy!\"</b>\n\nOkay, simply put, Lenee\' knows her stuff! She\'s got an eye for style. I\'ve relied on Lavish luxe by Lenee\' for style consulting, dressing me for events and personal shopping services. Lenee\' is on a very short list of people who I can trust to shop for me without me being present. I can count on her to find the right luxe for the occasion and my budget.\n<cite>Latonia</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"05259c3e-f85f-407b-8508-2cafb80baca5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(717,216,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:78:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">REVIEWS</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"9491b2b6-f90b-46a0-bb19-a0d3b521df83\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:501:\"<blockquote><b>\"Smooth and Easy\"</b>\n<br><br>\nLavish Luxe by Lenee\' helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee\' took my look from basic to unique real quick and she was fun to work with.\n<cite>Dorian</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"db8e8013-0776-4a1d-89c0-41aa63af8b4c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:530:\"<blockquote><b>\"Flexible and Affordable\"</b>\n<br><br>\nI\'m typically a shopaholic, but I had abdominal surgery a few months ago and during the recovery process I found myself swollen and uncomfortable and while preparing to return to work I realized I was not able to fit anything in my closet! I called Lavish luxe by lenee\' and I was not only able to return to work comfortable but chic. Thank you Janella for being flexible and able to customize looks that we\'re specific to my needs!\n<cite>Lisa Hurd-Patrick</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3fbaaa5e-b7f4-4760-8d45-37a0cbf91ffa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:791:\"<blockquote><b>\"Best in class!\"</b>\n\nI have know Ms. Christopher for quite some time and her look is always On Point!\n\nWhen it came time for me to find an outfit for a friend\'s wedding, I knew just who to call.\n\nWe went to several stores for that \"perfect look\". With her help, I was able to find an outfit that gave me the confidence to enjoy celebrating the happy couple by dancing the night away!\n\nNow, whenever I have a special event, she is the first person I contact. I know that she will customize a look just for me because she took the time to get to know my personal style( and her personality makes \"curvy-girl\" shopping sooo much fun)!\n\nI would say to anyone, if you are looking for a personal stylist, look no further than Janella Christopher!\n<cite>Sholonda</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"3009b540-d2e9-4e40-8ca7-a4faceeaf39a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:657:\"<blockquote><b>\"A job well done... Top-rate\"</b>\n\n\nLenee\' is awesome at what she does. Whenever I have an event or just need an outfit she knows how to style for the occasion. I love the fact that she pays attention to insecurities and your body shape. She styles you in ways that ignites boldness and confidence within yourself. I also love that she does these things on a budget! Lavish Luxe has even styled my teenage daughter for her 13th birthday bash. Everything was trendy and stylish, but most of all age appropriate! I will continue to use Lavish Luxe in the future and if you haven\'t, you should give her a try!\n<cite>Shayla D.</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"e5223cc4-a210-4e08-a17c-d548361bceb4\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:437:\"<blockquote><b>\"Reliable and Trustworthy!\"</b>\n\nOkay, simply put, Lenee\' knows her stuff! She\'s got an eye for style. I\'ve relied on Lavish luxe by Lenee\' for style consulting, dressing me for events and personal shopping services. Lenee\' is on a very short list of people who I can trust to shop for me without me being present. I can count on her to find the right luxe for the occasion and my budget.\n<cite>Latonia</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"05259c3e-f85f-407b-8508-2cafb80baca5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(718,217,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:4:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(719,217,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:341:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call Us:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:4:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(720,217,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:341:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call Us:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:4:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(721,218,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:4:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(722,219,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:79:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">SERVICES</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5bcef89b-e574-47d1-bf54-1c6c294a2696\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:792:\"<p style=\"text-align:center\">Lavish Luxe By Lenee\' takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \" If you look good, you feel good\". We can handle all personal and professional image, without going beyond the budget.</p>\n\n<p style=\"text-align:center\">LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\" ~Lenee\'~</p>\n<table class=\"wp-list-table widefat fixed striped posts\">\n<tbody id=\"the-list\">\n<tr id=\"post-159\" class=\"iedit author-self level-0 post-159 type-rpt_pricing_table status-publish hentry\">\n<td class=\"dk_shortcode column-dk_shortcode\" data-colname=\"Shortcode\">[rpt name=\"lavish-luxe-pricing\"]</td>\n</tr>\n</tbody>\n<tfoot>\n<tr>\n<td class=\"manage-column column-cb check-column\"></td>\n</tr>\n</tfoot>\n</table>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"a1256d7b-9a75-466e-b706-6c08f2719c8a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(723,219,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:79:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">SERVICES</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5bcef89b-e574-47d1-bf54-1c6c294a2696\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:792:\"<p style=\"text-align:center\">Lavish Luxe By Lenee\' takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \" If you look good, you feel good\". We can handle all personal and professional image, without going beyond the budget.</p>\n\n<p style=\"text-align:center\">LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\" ~Lenee\'~</p>\n<table class=\"wp-list-table widefat fixed striped posts\">\n<tbody id=\"the-list\">\n<tr id=\"post-159\" class=\"iedit author-self level-0 post-159 type-rpt_pricing_table status-publish hentry\">\n<td class=\"dk_shortcode column-dk_shortcode\" data-colname=\"Shortcode\">[rpt name=\"lavish-luxe-pricing\"]</td>\n</tr>\n</tbody>\n<tfoot>\n<tr>\n<td class=\"manage-column column-cb check-column\"></td>\n</tr>\n</tfoot>\n</table>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"a1256d7b-9a75-466e-b706-6c08f2719c8a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(724,219,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:79:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">SERVICES</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5bcef89b-e574-47d1-bf54-1c6c294a2696\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:792:\"<p style=\"text-align:center\">Lavish Luxe By Lenee\' takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \" If you look good, you feel good\". We can handle all personal and professional image, without going beyond the budget.</p>\n\n<p style=\"text-align:center\">LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\" ~Lenee\'~</p>\n<table class=\"wp-list-table widefat fixed striped posts\">\n<tbody id=\"the-list\">\n<tr id=\"post-159\" class=\"iedit author-self level-0 post-159 type-rpt_pricing_table status-publish hentry\">\n<td class=\"dk_shortcode column-dk_shortcode\" data-colname=\"Shortcode\">[rpt name=\"lavish-luxe-pricing\"]</td>\n</tr>\n</tbody>\n<tfoot>\n<tr>\n<td class=\"manage-column column-cb check-column\"></td>\n</tr>\n</tfoot>\n</table>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"a1256d7b-9a75-466e-b706-6c08f2719c8a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(725,219,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:79:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">SERVICES</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5bcef89b-e574-47d1-bf54-1c6c294a2696\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:792:\"<p style=\"text-align:center\">Lavish Luxe By Lenee\' takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \" If you look good, you feel good\". We can handle all personal and professional image, without going beyond the budget.</p>\n\n<p style=\"text-align:center\">LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\" ~Lenee\'~</p>\n<table class=\"wp-list-table widefat fixed striped posts\">\n<tbody id=\"the-list\">\n<tr id=\"post-159\" class=\"iedit author-self level-0 post-159 type-rpt_pricing_table status-publish hentry\">\n<td class=\"dk_shortcode column-dk_shortcode\" data-colname=\"Shortcode\">[rpt name=\"lavish-luxe-pricing\"]</td>\n</tr>\n</tbody>\n<tfoot>\n<tr>\n<td class=\"manage-column column-cb check-column\"></td>\n</tr>\n</tfoot>\n</table>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"a1256d7b-9a75-466e-b706-6c08f2719c8a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(726,219,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:79:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">SERVICES</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5bcef89b-e574-47d1-bf54-1c6c294a2696\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:792:\"<p style=\"text-align:center\">Lavish Luxe By Lenee\' takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \" If you look good, you feel good\". We can handle all personal and professional image, without going beyond the budget.</p>\n\n<p style=\"text-align:center\">LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\" ~Lenee\'~</p>\n<table class=\"wp-list-table widefat fixed striped posts\">\n<tbody id=\"the-list\">\n<tr id=\"post-159\" class=\"iedit author-self level-0 post-159 type-rpt_pricing_table status-publish hentry\">\n<td class=\"dk_shortcode column-dk_shortcode\" data-colname=\"Shortcode\">[rpt name=\"lavish-luxe-pricing\"]</td>\n</tr>\n</tbody>\n<tfoot>\n<tr>\n<td class=\"manage-column column-cb check-column\"></td>\n</tr>\n</tfoot>\n</table>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"a1256d7b-9a75-466e-b706-6c08f2719c8a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(727,219,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:79:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">SERVICES</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5bcef89b-e574-47d1-bf54-1c6c294a2696\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:792:\"<p style=\"text-align:center\">Lavish Luxe By Lenee\' takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \" If you look good, you feel good\". We can handle all personal and professional image, without going beyond the budget.</p>\n\n<p style=\"text-align:center\">LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\" ~Lenee\'~</p>\n<table class=\"wp-list-table widefat fixed striped posts\">\n<tbody id=\"the-list\">\n<tr id=\"post-159\" class=\"iedit author-self level-0 post-159 type-rpt_pricing_table status-publish hentry\">\n<td class=\"dk_shortcode column-dk_shortcode\" data-colname=\"Shortcode\">[rpt name=\"lavish-luxe-pricing\"]</td>\n</tr>\n</tbody>\n<tfoot>\n<tr>\n<td class=\"manage-column column-cb check-column\"></td>\n</tr>\n</tfoot>\n</table>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"a1256d7b-9a75-466e-b706-6c08f2719c8a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(728,219,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:79:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">SERVICES</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5bcef89b-e574-47d1-bf54-1c6c294a2696\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<table class=\"wp-list-table widefat fixed striped posts\">\n<tbody id=\"the-list\">\n<tr id=\"post-159\" class=\"iedit author-self level-0 post-159 type-rpt_pricing_table status-publish hentry\">\n<td class=\"dk_shortcode column-dk_shortcode\" data-colname=\"Shortcode\">[rpt name=\"lavish-luxe-pricing\"]</td>\n</tr>\n</tbody>\n<tfoot>\n<tr>\n<td class=\"manage-column column-cb check-column\"></td>\n</tr>\n</tfoot>\n</table>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"a1256d7b-9a75-466e-b706-6c08f2719c8a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(729,219,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:79:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">SERVICES</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5bcef89b-e574-47d1-bf54-1c6c294a2696\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<table class=\"wp-list-table widefat fixed striped posts\">\n<tbody id=\"the-list\">\n<tr id=\"post-159\" class=\"iedit author-self level-0 post-159 type-rpt_pricing_table status-publish hentry\">\n<td class=\"dk_shortcode column-dk_shortcode\" data-colname=\"Shortcode\">[rpt name=\"lavish-luxe-pricing\"]</td>\n</tr>\n</tbody>\n<tfoot>\n<tr>\n<td class=\"manage-column column-cb check-column\"></td>\n</tr>\n</tfoot>\n</table>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"a1256d7b-9a75-466e-b706-6c08f2719c8a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(730,219,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:79:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">SERVICES</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5bcef89b-e574-47d1-bf54-1c6c294a2696\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<table class=\"wp-list-table widefat fixed striped posts\">\n<tbody id=\"the-list\">\n<tr id=\"post-159\" class=\"iedit author-self level-0 post-159 type-rpt_pricing_table status-publish hentry\">\n<td class=\"dk_shortcode column-dk_shortcode\" data-colname=\"Shortcode\">[rpt name=\"lavish-luxe-pricing\"]</td>\n</tr>\n</tbody>\n<tfoot>\n<tr>\n<td class=\"manage-column column-cb check-column\"></td>\n</tr>\n</tfoot>\n</table>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"a1256d7b-9a75-466e-b706-6c08f2719c8a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(731,220,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:79:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">SERVICES</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5bcef89b-e574-47d1-bf54-1c6c294a2696\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:811:\"<p style=\"text-align:center\">Lavish Luxe By Lenee\' takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \" If you look good, you feel good\". We can handle all personal and professional image, without going beyond the budget.</p>\n\n<p style=\"text-align:center;margin-bottom:25px\">LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\" ~Lenee\'~</p>\n<table class=\"wp-list-table widefat fixed striped posts\">\n<tbody id=\"the-list\">\n<tr id=\"post-159\" class=\"iedit author-self level-0 post-159 type-rpt_pricing_table status-publish hentry\">\n<td class=\"dk_shortcode column-dk_shortcode\" data-colname=\"Shortcode\">[rpt name=\"lavish-luxe-pricing\"]</td>\n</tr>\n</tbody>\n<tfoot>\n<tr>\n<td class=\"manage-column column-cb check-column\"></td>\n</tr>\n</tfoot>\n</table>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"a1256d7b-9a75-466e-b706-6c08f2719c8a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(732,220,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:79:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">SERVICES</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5bcef89b-e574-47d1-bf54-1c6c294a2696\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<table class=\"wp-list-table widefat fixed striped posts\">\n<tbody id=\"the-list\">\n<tr id=\"post-159\" class=\"iedit author-self level-0 post-159 type-rpt_pricing_table status-publish hentry\">\n<td class=\"dk_shortcode column-dk_shortcode\" data-colname=\"Shortcode\">[rpt name=\"lavish-luxe-pricing\"]</td>\n</tr>\n</tbody>\n<tfoot>\n<tr>\n<td class=\"manage-column column-cb check-column\"></td>\n</tr>\n</tfoot>\n</table>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"a1256d7b-9a75-466e-b706-6c08f2719c8a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(733,220,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:79:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">SERVICES</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5bcef89b-e574-47d1-bf54-1c6c294a2696\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:401:\"<table class=\"wp-list-table widefat fixed striped posts\">\n<tbody id=\"the-list\">\n<tr id=\"post-159\" class=\"iedit author-self level-0 post-159 type-rpt_pricing_table status-publish hentry\">\n<td class=\"dk_shortcode column-dk_shortcode\" data-colname=\"Shortcode\">[rpt name=\"lavish-luxe-pricing\"]</td>\n</tr>\n</tbody>\n<tfoot>\n<tr>\n<td class=\"manage-column column-cb check-column\"></td>\n</tr>\n</tfoot>\n</table>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"a1256d7b-9a75-466e-b706-6c08f2719c8a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(734,221,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:79:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">SERVICES</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5bcef89b-e574-47d1-bf54-1c6c294a2696\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:811:\"<p style=\"text-align:center\">Lavish Luxe By Lenee\' takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \" If you look good, you feel good\". We can handle all personal and professional image, without going beyond the budget.</p>\n\n<p style=\"text-align:center;margin-bottom:25px\">LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\" ~Lenee\'~</p>\n<table class=\"wp-list-table widefat fixed striped posts\">\n<tbody id=\"the-list\">\n<tr id=\"post-159\" class=\"iedit author-self level-0 post-159 type-rpt_pricing_table status-publish hentry\">\n<td class=\"dk_shortcode column-dk_shortcode\" data-colname=\"Shortcode\">[rpt name=\"lavish-luxe-pricing\"]</td>\n</tr>\n</tbody>\n<tfoot>\n<tr>\n<td class=\"manage-column column-cb check-column\"></td>\n</tr>\n</tfoot>\n</table>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"a1256d7b-9a75-466e-b706-6c08f2719c8a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(735,222,'_wp_attached_file','2017/10/MG_7562final.jpg'),(736,222,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3456;s:6:\"height\";i:5184;s:4:\"file\";s:24:\"2017/10/MG_7562final.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"MG_7562final-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:24:\"MG_7562final-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:24:\"MG_7562final-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"MG_7562final-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"MG_7562final-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"MG_7562final-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"MG_7562final-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:24:\"MG_7562final-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:24:\"MG_7562final-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:24:\"MG_7562final-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:15:\"Kauwuane Burton\";s:6:\"camera\";s:14:\"Canon EOS-1D X\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1457979958\";s:9:\"copyright\";s:27:\"Kauwuane Burton Photography\";s:12:\"focal_length\";s:2:\"98\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(737,223,'_wp_attached_file','2017/10/MG_7519final.jpg'),(738,223,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3456;s:6:\"height\";i:5184;s:4:\"file\";s:24:\"2017/10/MG_7519final.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"MG_7519final-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:24:\"MG_7519final-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:24:\"MG_7519final-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"MG_7519final-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"MG_7519final-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"MG_7519final-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"MG_7519final-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:24:\"MG_7519final-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:24:\"MG_7519final-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:24:\"MG_7519final-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:15:\"Kauwuane Burton\";s:6:\"camera\";s:14:\"Canon EOS-1D X\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1457977749\";s:9:\"copyright\";s:27:\"Kauwuane Burton Photography\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(739,224,'_wp_attached_file','2017/10/DLA_6375.jpg'),(740,224,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1067;s:6:\"height\";i:1600;s:4:\"file\";s:20:\"2017/10/DLA_6375.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"DLA_6375-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"DLA_6375-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:20:\"DLA_6375-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DLA_6375-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DLA_6375-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"DLA_6375-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DLA_6375-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:20:\"DLA_6375-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:20:\"DLA_6375-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:20:\"DLA_6375-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:6:\"D.LACY\";s:6:\"camera\";s:13:\"Canon EOS 5DS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1454958346\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"58\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(741,225,'_wp_attached_file','2017/10/DLA_6320.jpg'),(742,225,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:20:\"2017/10/DLA_6320.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"DLA_6320-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"DLA_6320-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"DLA_6320-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DLA_6320-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DLA_6320-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"DLA_6320-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DLA_6320-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:20:\"DLA_6320-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:20:\"DLA_6320-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:20:\"DLA_6320-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:6:\"D.LACY\";s:6:\"camera\";s:13:\"Canon EOS 5DS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1454957433\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"173\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(743,226,'_wp_attached_file','2017/10/FB_IMG_1455049007776.jpg'),(744,226,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1097;s:6:\"height\";i:1600;s:4:\"file\";s:32:\"2017/10/FB_IMG_1455049007776.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"FB_IMG_1455049007776-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:32:\"FB_IMG_1455049007776-600x875.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:875;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1455049007776-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1455049007776-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1455049007776-206x300.jpg\";s:5:\"width\";i:206;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"FB_IMG_1455049007776-768x1120.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"FB_IMG_1455049007776-702x1024.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1455049007776-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1455049007776-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1455049007776-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:6:\"D.LACY\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(745,227,'_wp_attached_file','2017/10/DLA_4494.jpg'),(746,227,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:667;s:6:\"height\";i:1000;s:4:\"file\";s:20:\"2017/10/DLA_4494.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"DLA_4494-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"DLA_4494-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:20:\"DLA_4494-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DLA_4494-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DLA_4494-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:20:\"DLA_4494-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:20:\"DLA_4494-667x415.jpg\";s:5:\"width\";i:667;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:20:\"DLA_4494-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:6:\"D.LACY\";s:6:\"camera\";s:13:\"Canon EOS 5DS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1486312675\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"160\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(747,229,'_wp_attached_file','2017/10/MG_0344final.jpg'),(748,229,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3456;s:6:\"height\";i:5184;s:4:\"file\";s:24:\"2017/10/MG_0344final.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"MG_0344final-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:24:\"MG_0344final-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:24:\"MG_0344final-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"MG_0344final-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"MG_0344final-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"MG_0344final-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"MG_0344final-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:24:\"MG_0344final-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:24:\"MG_0344final-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:24:\"MG_0344final-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:15:\"Kauwuane Burton\";s:6:\"camera\";s:14:\"Canon EOS-1D X\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1446991329\";s:9:\"copyright\";s:27:\"Kauwuane Burton Photography\";s:12:\"focal_length\";s:2:\"93\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(749,230,'_wp_attached_file','2017/10/MG_5201-2.jpg'),(750,230,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3183;s:6:\"height\";i:2298;s:4:\"file\";s:21:\"2017/10/MG_5201-2.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"MG_5201-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"MG_5201-2-600x433.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"MG_5201-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"MG_5201-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"MG_5201-2-300x217.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:217;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"MG_5201-2-768x554.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:554;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"MG_5201-2-1024x739.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:739;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:21:\"MG_5201-2-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:21:\"MG_5201-2-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:21:\"MG_5201-2-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1445125613\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"39\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(751,231,'_wp_attached_file','2017/10/MG_5415-2.jpg'),(752,231,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2304;s:6:\"height\";i:3456;s:4:\"file\";s:21:\"2017/10/MG_5415-2.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"MG_5415-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"MG_5415-2-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:21:\"MG_5415-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"MG_5415-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"MG_5415-2-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"MG_5415-2-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"MG_5415-2-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:21:\"MG_5415-2-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:21:\"MG_5415-2-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:21:\"MG_5415-2-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1445126125\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(753,232,'_wp_attached_file','2017/10/MG_5463-2.jpg'),(754,232,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2304;s:6:\"height\";i:3456;s:4:\"file\";s:21:\"2017/10/MG_5463-2.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"MG_5463-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"MG_5463-2-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:21:\"MG_5463-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"MG_5463-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"MG_5463-2-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"MG_5463-2-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"MG_5463-2-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:21:\"MG_5463-2-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:21:\"MG_5463-2-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:21:\"MG_5463-2-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1445126312\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"31\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:9:\"0.0015625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(755,233,'_wp_attached_file','2017/10/DLA_6320-1.jpg'),(756,233,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:22:\"2017/10/DLA_6320-1.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"DLA_6320-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"DLA_6320-1-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:22:\"DLA_6320-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"DLA_6320-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"DLA_6320-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"DLA_6320-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"DLA_6320-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:22:\"DLA_6320-1-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:22:\"DLA_6320-1-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:22:\"DLA_6320-1-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:6:\"D.LACY\";s:6:\"camera\";s:13:\"Canon EOS 5DS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1454957433\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"173\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(757,234,'_wp_attached_file','2017/10/FB_IMG_1508911108943.jpg'),(758,234,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:666;s:6:\"height\";i:670;s:4:\"file\";s:32:\"2017/10/FB_IMG_1508911108943.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"FB_IMG_1508911108943-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:32:\"FB_IMG_1508911108943-600x604.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:604;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911108943-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911108943-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911108943-298x300.jpg\";s:5:\"width\";i:298;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911108943-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911108943-666x415.jpg\";s:5:\"width\";i:666;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911108943-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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:{}}}'),(759,235,'_wp_attached_file','2017/10/FB_IMG_1508911121649.jpg'),(760,235,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1114;s:6:\"height\";i:1119;s:4:\"file\";s:32:\"2017/10/FB_IMG_1508911121649.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"FB_IMG_1508911121649-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:32:\"FB_IMG_1508911121649-600x603.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:603;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911121649-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911121649-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911121649-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911121649-768x771.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:771;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"FB_IMG_1508911121649-1019x1024.jpg\";s:5:\"width\";i:1019;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911121649-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911121649-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911121649-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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:{}}}'),(761,236,'_wp_attached_file','2017/10/FB_IMG_1508911240393.jpg'),(762,236,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1113;s:4:\"file\";s:32:\"2017/10/FB_IMG_1508911240393.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"FB_IMG_1508911240393-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:32:\"FB_IMG_1508911240393-600x618.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:618;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911240393-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911240393-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911240393-291x300.jpg\";s:5:\"width\";i:291;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911240393-768x791.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"FB_IMG_1508911240393-994x1024.jpg\";s:5:\"width\";i:994;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911240393-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911240393-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911240393-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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:{}}}'),(763,237,'_wp_attached_file','2017/10/FB_IMG_1508911244062.jpg'),(764,237,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1176;s:4:\"file\";s:32:\"2017/10/FB_IMG_1508911244062.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"FB_IMG_1508911244062-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:32:\"FB_IMG_1508911244062-600x653.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911244062-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911244062-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911244062-276x300.jpg\";s:5:\"width\";i:276;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911244062-768x836.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:836;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"FB_IMG_1508911244062-940x1024.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911244062-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911244062-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911244062-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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:{}}}'),(765,238,'_wp_attached_file','2017/10/FB_IMG_1508911247740.jpg'),(766,238,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:32:\"2017/10/FB_IMG_1508911247740.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"FB_IMG_1508911247740-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:32:\"FB_IMG_1508911247740-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:32:\"FB_IMG_1508911247740-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911247740-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911247740-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911247740-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"FB_IMG_1508911247740-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911247740-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911247740-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911247740-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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:{}}}'),(767,239,'_wp_attached_file','2017/10/FB_IMG_1508911277488.jpg'),(768,239,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:32:\"2017/10/FB_IMG_1508911277488.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"FB_IMG_1508911277488-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:32:\"FB_IMG_1508911277488-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:32:\"FB_IMG_1508911277488-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911277488-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911277488-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911277488-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"FB_IMG_1508911277488-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911277488-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911277488-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911277488-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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:{}}}'),(769,240,'_wp_attached_file','2017/10/FB_IMG_1508911285193.jpg'),(770,240,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:32:\"2017/10/FB_IMG_1508911285193.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"FB_IMG_1508911285193-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:32:\"FB_IMG_1508911285193-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:32:\"FB_IMG_1508911285193-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911285193-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911285193-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911285193-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"FB_IMG_1508911285193-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911285193-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911285193-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911285193-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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:{}}}'),(771,241,'_wp_attached_file','2017/10/FB_IMG_1508911290282.jpg'),(772,241,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:32:\"2017/10/FB_IMG_1508911290282.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"FB_IMG_1508911290282-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:32:\"FB_IMG_1508911290282-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:32:\"FB_IMG_1508911290282-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911290282-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911290282-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911290282-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"FB_IMG_1508911290282-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911290282-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911290282-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911290282-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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:{}}}'),(773,242,'_wp_attached_file','2017/10/FB_IMG_1508911368091.jpg'),(774,242,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:640;s:4:\"file\";s:32:\"2017/10/FB_IMG_1508911368091.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"FB_IMG_1508911368091-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:32:\"FB_IMG_1508911368091-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:32:\"FB_IMG_1508911368091-416x555.jpg\";s:5:\"width\";i:416;s:6:\"height\";i:555;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911368091-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911368091-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911368091-480x335.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911368091-480x415.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911368091-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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:{}}}'),(775,243,'_wp_attached_file','2017/10/FB_IMG_1508911452285.jpg'),(776,243,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1067;s:6:\"height\";i:1067;s:4:\"file\";s:32:\"2017/10/FB_IMG_1508911452285.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"FB_IMG_1508911452285-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:32:\"FB_IMG_1508911452285-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:32:\"FB_IMG_1508911452285-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911452285-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911452285-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911452285-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"FB_IMG_1508911452285-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911452285-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911452285-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911452285-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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:{}}}'),(777,244,'_wp_attached_file','2017/10/composite1.jpg'),(778,244,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3448;s:6:\"height\";i:4955;s:4:\"file\";s:22:\"2017/10/composite1.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"composite1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"composite1-600x862.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:862;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"composite1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"composite1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"composite1-209x300.jpg\";s:5:\"width\";i:209;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"composite1-768x1104.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1104;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"composite1-713x1024.jpg\";s:5:\"width\";i:713;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:22:\"composite1-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:22:\"composite1-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:22:\"composite1-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:15:\"Kauwuane Burton\";s:6:\"camera\";s:14:\"Canon EOS-1D X\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1459789030\";s:9:\"copyright\";s:27:\"Kauwuane Burton Photography\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(781,246,'eic_grid_data','a:4:{s:2:\"id\";i:246;s:6:\"layout\";s:9:\"9-squares\";s:6:\"images\";a:9:{i:0;a:11:{s:2:\"id\";s:1:\"0\";s:13:\"attachment_id\";s:3:\"235\";s:14:\"attachment_url\";s:80:\"http://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\";s:16:\"attachment_width\";s:4:\"1114\";s:17:\"attachment_height\";s:4:\"1119\";s:16:\"attachment_thumb\";s:88:\"http://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649-300x300.jpg\";s:14:\"custom_caption\";s:0:\"\";s:6:\"size_x\";s:3:\"397\";s:6:\"size_y\";s:3:\"399\";s:5:\"pos_x\";s:1:\"0\";s:5:\"pos_y\";s:1:\"0\";}i:1;a:11:{s:2:\"id\";s:1:\"1\";s:13:\"attachment_id\";s:3:\"231\";s:14:\"attachment_url\";s:69:\"http://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\";s:16:\"attachment_width\";s:4:\"2304\";s:17:\"attachment_height\";s:4:\"3456\";s:16:\"attachment_thumb\";s:77:\"http://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2-200x300.jpg\";s:14:\"custom_caption\";s:0:\"\";s:6:\"size_x\";s:3:\"397\";s:6:\"size_y\";s:3:\"596\";s:5:\"pos_x\";s:2:\"-8\";s:5:\"pos_y\";s:3:\"-66\";}i:2;a:11:{s:2:\"id\";s:1:\"2\";s:13:\"attachment_id\";s:3:\"241\";s:14:\"attachment_url\";s:80:\"http://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\";s:16:\"attachment_width\";s:4:\"1080\";s:17:\"attachment_height\";s:4:\"1080\";s:16:\"attachment_thumb\";s:88:\"http://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282-300x300.jpg\";s:14:\"custom_caption\";s:0:\"\";s:6:\"size_x\";s:3:\"397\";s:6:\"size_y\";s:3:\"397\";s:5:\"pos_x\";s:1:\"0\";s:5:\"pos_y\";s:1:\"0\";}i:3;a:11:{s:2:\"id\";s:1:\"3\";s:13:\"attachment_id\";s:3:\"244\";s:14:\"attachment_url\";s:70:\"http://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\";s:16:\"attachment_width\";s:4:\"3448\";s:17:\"attachment_height\";s:4:\"4955\";s:16:\"attachment_thumb\";s:78:\"http://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1-209x300.jpg\";s:14:\"custom_caption\";s:0:\"\";s:6:\"size_x\";s:3:\"397\";s:6:\"size_y\";s:3:\"571\";s:5:\"pos_x\";s:2:\"-1\";s:5:\"pos_y\";s:3:\"-62\";}i:4;a:11:{s:2:\"id\";s:1:\"4\";s:13:\"attachment_id\";s:3:\"243\";s:14:\"attachment_url\";s:80:\"http://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\";s:16:\"attachment_width\";s:4:\"1067\";s:17:\"attachment_height\";s:4:\"1067\";s:16:\"attachment_thumb\";s:88:\"http://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285-300x300.jpg\";s:14:\"custom_caption\";s:0:\"\";s:6:\"size_x\";s:3:\"397\";s:6:\"size_y\";s:3:\"397\";s:5:\"pos_x\";s:1:\"0\";s:5:\"pos_y\";s:2:\"-8\";}i:5;a:11:{s:2:\"id\";s:1:\"5\";s:13:\"attachment_id\";s:3:\"222\";s:14:\"attachment_url\";s:72:\"http://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7562final.jpg\";s:16:\"attachment_width\";s:4:\"3456\";s:17:\"attachment_height\";s:4:\"5184\";s:16:\"attachment_thumb\";s:80:\"http://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7562final-200x300.jpg\";s:14:\"custom_caption\";s:0:\"\";s:6:\"size_x\";s:3:\"397\";s:6:\"size_y\";s:3:\"596\";s:5:\"pos_x\";s:1:\"0\";s:5:\"pos_y\";s:2:\"-3\";}i:6;a:11:{s:2:\"id\";s:1:\"6\";s:13:\"attachment_id\";s:3:\"223\";s:14:\"attachment_url\";s:72:\"http://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\";s:16:\"attachment_width\";s:4:\"3456\";s:17:\"attachment_height\";s:4:\"5184\";s:16:\"attachment_thumb\";s:80:\"http://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final-200x300.jpg\";s:14:\"custom_caption\";s:0:\"\";s:6:\"size_x\";s:3:\"397\";s:6:\"size_y\";s:3:\"596\";s:5:\"pos_x\";s:1:\"0\";s:5:\"pos_y\";s:3:\"-64\";}i:7;a:11:{s:2:\"id\";s:1:\"7\";s:13:\"attachment_id\";s:3:\"232\";s:14:\"attachment_url\";s:69:\"http://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\";s:16:\"attachment_width\";s:4:\"2304\";s:17:\"attachment_height\";s:4:\"3456\";s:16:\"attachment_thumb\";s:77:\"http://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2-200x300.jpg\";s:14:\"custom_caption\";s:0:\"\";s:6:\"size_x\";s:3:\"397\";s:6:\"size_y\";s:3:\"596\";s:5:\"pos_x\";s:2:\"-7\";s:5:\"pos_y\";s:3:\"-42\";}i:8;a:11:{s:2:\"id\";s:1:\"8\";s:13:\"attachment_id\";s:3:\"224\";s:14:\"attachment_url\";s:68:\"http://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\";s:16:\"attachment_width\";s:4:\"1067\";s:17:\"attachment_height\";s:4:\"1600\";s:16:\"attachment_thumb\";s:76:\"http://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375-200x300.jpg\";s:14:\"custom_caption\";s:0:\"\";s:6:\"size_x\";s:3:\"397\";s:6:\"size_y\";s:3:\"596\";s:5:\"pos_x\";s:1:\"0\";s:5:\"pos_y\";s:3:\"-22\";}}s:10:\"properties\";a:5:{s:5:\"align\";s:6:\"center\";s:5:\"width\";s:4:\"1180\";s:5:\"ratio\";s:1:\"1\";s:11:\"borderWidth\";s:1:\"3\";s:11:\"borderColor\";s:7:\"#141414\";}}'),(782,39,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:34:\"<p>[easy-image-collage id=246]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59f6295e0310c\";s:19:\"_sow_form_timestamp\";s:13:\"1509385539007\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"070aa069-74a4-4780-a783-2275a4d532db\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:327:\"<p style=\"text-align: center;\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 14px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"19304014-582d-4bdb-85fb-303069d01dba\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(785,249,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:142:\"<p>[easy-image-collage id=246]</p>\n\n<p> <br /> <a class=\"button\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59f6295e0310c\";s:19:\"_sow_form_timestamp\";s:13:\"1509304851380\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"070aa069-74a4-4780-a783-2275a4d532db\";s:5:\"style\";a:3:{s:10:\"widget_css\";s:261:\".button {\n    background-color: black;\n    border: none;\nborder-radius: 5px;\n    color: white;\n    padding: 15px 32px;\n    text-align: center;\n    text-decoration: none;\n    display: inline-block;\n    font-size: 16px;\n    margin: 4px 2px;\n    cursor: pointer;\n}\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(786,39,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:34:\"<p>[easy-image-collage id=246]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59f6295e0310c\";s:19:\"_sow_form_timestamp\";s:13:\"1509385539007\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"070aa069-74a4-4780-a783-2275a4d532db\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:327:\"<p style=\"text-align: center;\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 14px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"19304014-582d-4bdb-85fb-303069d01dba\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(787,39,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:34:\"<p>[easy-image-collage id=246]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59f6295e0310c\";s:19:\"_sow_form_timestamp\";s:13:\"1509385539007\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"070aa069-74a4-4780-a783-2275a4d532db\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:327:\"<p style=\"text-align: center;\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 14px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"19304014-582d-4bdb-85fb-303069d01dba\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(788,39,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:34:\"<p>[easy-image-collage id=246]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59f6295e0310c\";s:19:\"_sow_form_timestamp\";s:13:\"1509385539007\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"070aa069-74a4-4780-a783-2275a4d532db\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:327:\"<p style=\"text-align: center;\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 14px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"19304014-582d-4bdb-85fb-303069d01dba\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(789,39,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:34:\"<p>[easy-image-collage id=246]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59f6295e0310c\";s:19:\"_sow_form_timestamp\";s:13:\"1509385539007\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"070aa069-74a4-4780-a783-2275a4d532db\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:327:\"<p style=\"text-align: center;\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 14px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"19304014-582d-4bdb-85fb-303069d01dba\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(790,39,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:34:\"<p>[easy-image-collage id=246]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59f6295e0310c\";s:19:\"_sow_form_timestamp\";s:13:\"1509385539007\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"070aa069-74a4-4780-a783-2275a4d532db\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:327:\"<p style=\"text-align: center;\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 14px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"19304014-582d-4bdb-85fb-303069d01dba\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(791,39,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:34:\"<p>[easy-image-collage id=246]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59f6295e0310c\";s:19:\"_sow_form_timestamp\";s:13:\"1509385539007\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"070aa069-74a4-4780-a783-2275a4d532db\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:327:\"<p style=\"text-align: center;\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 14px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"19304014-582d-4bdb-85fb-303069d01dba\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(792,39,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:34:\"<p>[easy-image-collage id=246]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59f6295e0310c\";s:19:\"_sow_form_timestamp\";s:13:\"1509385539007\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"070aa069-74a4-4780-a783-2275a4d532db\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:327:\"<p style=\"text-align: center;\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 14px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"19304014-582d-4bdb-85fb-303069d01dba\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(793,39,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:34:\"<p>[easy-image-collage id=246]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59f6295e0310c\";s:19:\"_sow_form_timestamp\";s:13:\"1509385539007\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"070aa069-74a4-4780-a783-2275a4d532db\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:327:\"<p style=\"text-align: center;\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 14px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"19304014-582d-4bdb-85fb-303069d01dba\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(794,39,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:34:\"<p>[easy-image-collage id=246]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59f6295e0310c\";s:19:\"_sow_form_timestamp\";s:13:\"1509385539007\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"070aa069-74a4-4780-a783-2275a4d532db\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:327:\"<p style=\"text-align: center;\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 14px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"19304014-582d-4bdb-85fb-303069d01dba\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(804,39,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:34:\"<p>[easy-image-collage id=246]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59f6295e0310c\";s:19:\"_sow_form_timestamp\";s:13:\"1509385539007\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"070aa069-74a4-4780-a783-2275a4d532db\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:327:\"<p style=\"text-align: center;\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 14px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"19304014-582d-4bdb-85fb-303069d01dba\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(795,39,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:34:\"<p>[easy-image-collage id=246]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59f6295e0310c\";s:19:\"_sow_form_timestamp\";s:13:\"1509385539007\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"070aa069-74a4-4780-a783-2275a4d532db\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:327:\"<p style=\"text-align: center;\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 14px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"19304014-582d-4bdb-85fb-303069d01dba\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(796,39,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:34:\"<p>[easy-image-collage id=246]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59f6295e0310c\";s:19:\"_sow_form_timestamp\";s:13:\"1509385539007\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"070aa069-74a4-4780-a783-2275a4d532db\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:327:\"<p style=\"text-align: center;\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 14px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"19304014-582d-4bdb-85fb-303069d01dba\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(797,39,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:34:\"<p>[easy-image-collage id=246]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59f6295e0310c\";s:19:\"_sow_form_timestamp\";s:13:\"1509385539007\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"070aa069-74a4-4780-a783-2275a4d532db\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:327:\"<p style=\"text-align: center;\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 14px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"19304014-582d-4bdb-85fb-303069d01dba\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(798,39,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:34:\"<p>[easy-image-collage id=246]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59f6295e0310c\";s:19:\"_sow_form_timestamp\";s:13:\"1509385539007\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"070aa069-74a4-4780-a783-2275a4d532db\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:327:\"<p style=\"text-align: center;\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 14px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"19304014-582d-4bdb-85fb-303069d01dba\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(799,39,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:34:\"<p>[easy-image-collage id=246]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59f6295e0310c\";s:19:\"_sow_form_timestamp\";s:13:\"1509385539007\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"070aa069-74a4-4780-a783-2275a4d532db\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:327:\"<p style=\"text-align: center;\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 14px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"19304014-582d-4bdb-85fb-303069d01dba\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(800,250,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:34:\"<p>[easy-image-collage id=246]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59f6295e0310c\";s:19:\"_sow_form_timestamp\";s:13:\"1509304900317\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"070aa069-74a4-4780-a783-2275a4d532db\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<a style=\"text-align:center;background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 16px; margin:0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"19304014-582d-4bdb-85fb-303069d01dba\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(801,250,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:142:\"<p>[easy-image-collage id=246]</p>\n\n<p> <br /> <a class=\"button\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59f6295e0310c\";s:19:\"_sow_form_timestamp\";s:13:\"1509304851380\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"070aa069-74a4-4780-a783-2275a4d532db\";s:5:\"style\";a:3:{s:10:\"widget_css\";s:261:\".button {\n    background-color: black;\n    border: none;\nborder-radius: 5px;\n    color: white;\n    padding: 15px 32px;\n    text-align: center;\n    text-decoration: none;\n    display: inline-block;\n    font-size: 16px;\n    margin: 4px 2px;\n    cursor: pointer;\n}\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(802,250,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:142:\"<p>[easy-image-collage id=246]</p>\n\n<p> <br /> <a class=\"button\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59f6295e0310c\";s:19:\"_sow_form_timestamp\";s:13:\"1509304851380\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"070aa069-74a4-4780-a783-2275a4d532db\";s:5:\"style\";a:3:{s:10:\"widget_css\";s:261:\".button {\n    background-color: black;\n    border: none;\nborder-radius: 5px;\n    color: white;\n    padding: 15px 32px;\n    text-align: center;\n    text-decoration: none;\n    display: inline-block;\n    font-size: 16px;\n    margin: 4px 2px;\n    cursor: pointer;\n}\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(803,251,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:34:\"<p>[easy-image-collage id=246]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59f6295e0310c\";s:19:\"_sow_form_timestamp\";s:13:\"1509304900317\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"070aa069-74a4-4780-a783-2275a4d532db\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<a style=\"text-align:center;background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 16px; margin:0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"19304014-582d-4bdb-85fb-303069d01dba\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(805,39,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:34:\"<p>[easy-image-collage id=246]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59f6295e0310c\";s:19:\"_sow_form_timestamp\";s:13:\"1509385539007\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"070aa069-74a4-4780-a783-2275a4d532db\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:327:\"<p style=\"text-align: center;\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 14px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"19304014-582d-4bdb-85fb-303069d01dba\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(806,39,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:34:\"<p>[easy-image-collage id=246]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59f6295e0310c\";s:19:\"_sow_form_timestamp\";s:13:\"1509385539007\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"070aa069-74a4-4780-a783-2275a4d532db\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:327:\"<p style=\"text-align: center;\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 14px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"19304014-582d-4bdb-85fb-303069d01dba\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(807,39,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:34:\"<p>[easy-image-collage id=246]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59f6295e0310c\";s:19:\"_sow_form_timestamp\";s:13:\"1509385539007\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"070aa069-74a4-4780-a783-2275a4d532db\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:327:\"<p style=\"text-align: center;\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 14px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"19304014-582d-4bdb-85fb-303069d01dba\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(808,252,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:34:\"<p>[easy-image-collage id=246]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59f6295e0310c\";s:19:\"_sow_form_timestamp\";s:13:\"1509304900317\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"070aa069-74a4-4780-a783-2275a4d532db\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:325:\"<p style=\"text-align:center\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 16px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"19304014-582d-4bdb-85fb-303069d01dba\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(809,252,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:34:\"<p>[easy-image-collage id=246]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59f6295e0310c\";s:19:\"_sow_form_timestamp\";s:13:\"1509304900317\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"070aa069-74a4-4780-a783-2275a4d532db\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<a style=\"text-align:center;background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 16px; margin:0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"19304014-582d-4bdb-85fb-303069d01dba\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(810,252,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:34:\"<p>[easy-image-collage id=246]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59f6295e0310c\";s:19:\"_sow_form_timestamp\";s:13:\"1509304900317\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"070aa069-74a4-4780-a783-2275a4d532db\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:289:\"<a style=\"text-align:center;background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 16px; margin:0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"19304014-582d-4bdb-85fb-303069d01dba\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(811,253,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:34:\"<p>[easy-image-collage id=246]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59f6295e0310c\";s:19:\"_sow_form_timestamp\";s:13:\"1509304900317\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"070aa069-74a4-4780-a783-2275a4d532db\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:325:\"<p style=\"text-align:center\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 16px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"19304014-582d-4bdb-85fb-303069d01dba\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(814,255,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:34:\"<p>[easy-image-collage id=246]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59f6295e0310c\";s:19:\"_sow_form_timestamp\";s:13:\"1509304900317\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"070aa069-74a4-4780-a783-2275a4d532db\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:327:\"<p style=\"text-align: center;\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 14px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"19304014-582d-4bdb-85fb-303069d01dba\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(815,255,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:34:\"<p>[easy-image-collage id=246]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59f6295e0310c\";s:19:\"_sow_form_timestamp\";s:13:\"1509304900317\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"070aa069-74a4-4780-a783-2275a4d532db\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:325:\"<p style=\"text-align:center\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 16px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"19304014-582d-4bdb-85fb-303069d01dba\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(816,255,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:34:\"<p>[easy-image-collage id=246]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59f6295e0310c\";s:19:\"_sow_form_timestamp\";s:13:\"1509304900317\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"070aa069-74a4-4780-a783-2275a4d532db\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:325:\"<p style=\"text-align:center\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 16px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"19304014-582d-4bdb-85fb-303069d01dba\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(817,256,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:34:\"<p>[easy-image-collage id=246]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59f6295e0310c\";s:19:\"_sow_form_timestamp\";s:13:\"1509304900317\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"070aa069-74a4-4780-a783-2275a4d532db\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:327:\"<p style=\"text-align: center;\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 14px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"19304014-582d-4bdb-85fb-303069d01dba\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(950,305,'type','info'),(949,305,'notification_id','741'),(821,39,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:34:\"<p>[easy-image-collage id=246]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59f6295e0310c\";s:19:\"_sow_form_timestamp\";s:13:\"1509385539007\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"070aa069-74a4-4780-a783-2275a4d532db\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:327:\"<p style=\"text-align: center;\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 14px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"19304014-582d-4bdb-85fb-303069d01dba\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(822,39,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:34:\"<p>[easy-image-collage id=246]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59f6295e0310c\";s:19:\"_sow_form_timestamp\";s:13:\"1509385539007\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"070aa069-74a4-4780-a783-2275a4d532db\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:327:\"<p style=\"text-align: center;\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 14px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"19304014-582d-4bdb-85fb-303069d01dba\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(823,39,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:34:\"<p>[easy-image-collage id=246]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59f6295e0310c\";s:19:\"_sow_form_timestamp\";s:13:\"1509385539007\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"070aa069-74a4-4780-a783-2275a4d532db\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:327:\"<p style=\"text-align: center;\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 14px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"19304014-582d-4bdb-85fb-303069d01dba\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(824,39,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:34:\"<p>[easy-image-collage id=246]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59f6295e0310c\";s:19:\"_sow_form_timestamp\";s:13:\"1509385539007\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"070aa069-74a4-4780-a783-2275a4d532db\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:327:\"<p style=\"text-align: center;\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 14px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"19304014-582d-4bdb-85fb-303069d01dba\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(825,39,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:34:\"<p>[easy-image-collage id=246]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59f6295e0310c\";s:19:\"_sow_form_timestamp\";s:13:\"1509385539007\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"070aa069-74a4-4780-a783-2275a4d532db\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:327:\"<p style=\"text-align: center;\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 14px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"19304014-582d-4bdb-85fb-303069d01dba\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(826,39,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:34:\"<p>[easy-image-collage id=246]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59f6295e0310c\";s:19:\"_sow_form_timestamp\";s:13:\"1509385539007\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"070aa069-74a4-4780-a783-2275a4d532db\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:327:\"<p style=\"text-align: center;\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 14px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"19304014-582d-4bdb-85fb-303069d01dba\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(827,39,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:34:\"<p>[easy-image-collage id=246]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59f6295e0310c\";s:19:\"_sow_form_timestamp\";s:13:\"1509385539007\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"070aa069-74a4-4780-a783-2275a4d532db\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:327:\"<p style=\"text-align: center;\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 14px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"19304014-582d-4bdb-85fb-303069d01dba\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(828,39,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:34:\"<p>[easy-image-collage id=246]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59f6295e0310c\";s:19:\"_sow_form_timestamp\";s:13:\"1509385539007\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"070aa069-74a4-4780-a783-2275a4d532db\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:327:\"<p style=\"text-align: center;\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 14px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"19304014-582d-4bdb-85fb-303069d01dba\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(829,39,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:34:\"<p>[easy-image-collage id=246]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59f6295e0310c\";s:19:\"_sow_form_timestamp\";s:13:\"1509304900317\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"070aa069-74a4-4780-a783-2275a4d532db\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:327:\"<p style=\"text-align: center;\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 14px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"19304014-582d-4bdb-85fb-303069d01dba\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(830,39,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:34:\"<p>[easy-image-collage id=246]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59f6295e0310c\";s:19:\"_sow_form_timestamp\";s:13:\"1509304900317\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"070aa069-74a4-4780-a783-2275a4d532db\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:327:\"<p style=\"text-align: center;\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 14px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"19304014-582d-4bdb-85fb-303069d01dba\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(831,260,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:34:\"<p>[easy-image-collage id=246]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59f6295e0310c\";s:19:\"_sow_form_timestamp\";s:13:\"1509385539007\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"070aa069-74a4-4780-a783-2275a4d532db\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:327:\"<p style=\"text-align: center;\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 14px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"19304014-582d-4bdb-85fb-303069d01dba\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(832,260,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:34:\"<p>[easy-image-collage id=246]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59f6295e0310c\";s:19:\"_sow_form_timestamp\";s:13:\"1509304900317\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"070aa069-74a4-4780-a783-2275a4d532db\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:327:\"<p style=\"text-align: center;\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 14px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"19304014-582d-4bdb-85fb-303069d01dba\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(833,260,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:34:\"<p>[easy-image-collage id=246]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59f6295e0310c\";s:19:\"_sow_form_timestamp\";s:13:\"1509304900317\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"070aa069-74a4-4780-a783-2275a4d532db\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:327:\"<p style=\"text-align: center;\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 14px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"19304014-582d-4bdb-85fb-303069d01dba\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(834,261,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:34:\"<p>[easy-image-collage id=246]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59f6295e0310c\";s:19:\"_sow_form_timestamp\";s:13:\"1509385539007\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"070aa069-74a4-4780-a783-2275a4d532db\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:327:\"<p style=\"text-align: center;\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 14px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"19304014-582d-4bdb-85fb-303069d01dba\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(836,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(837,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(838,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(839,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(840,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(841,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:3:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(842,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:4:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(843,52,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:72:\"<p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"33c2f0f3-3adc-40e2-af84-f4f31732ece3\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:338:\"Schedule your appointment today!\n\nCan\'t meet for a consult? No Problem! I have an eye for every size!\n\nSend me a full body picture with form-fitting clothes and I\'ll send the Lavish Form via email for you to print and fill out.\n\n<strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a>\n<pre><code>[businesshoursweek]</code></pre>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"055e359b-77c0-4dd3-bf2a-2fd92fd1fc45\";s:5:\"style\";a:4:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:53:\"[contact-form-7 id=\"129\" title=\"Lavish Luxe Contact\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"43f88ac9-2dfa-4240-8df9-538668f92d69\";s:5:\"style\";a:3:{s:7:\"padding\";s:13:\"5% 30% 5% 30%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(948,303,'viewed','1'),(947,303,'version',''),(846,266,'_wp_attached_file','2017/11/MG_7562final.jpg'),(847,266,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3456;s:6:\"height\";i:5184;s:4:\"file\";s:24:\"2017/11/MG_7562final.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"MG_7562final-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:24:\"MG_7562final-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:24:\"MG_7562final-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"MG_7562final-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"MG_7562final-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"MG_7562final-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"MG_7562final-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:24:\"MG_7562final-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:24:\"MG_7562final-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:24:\"MG_7562final-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:15:\"Kauwuane Burton\";s:6:\"camera\";s:14:\"Canon EOS-1D X\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1457979958\";s:9:\"copyright\";s:27:\"Kauwuane Burton Photography\";s:12:\"focal_length\";s:2:\"98\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(848,267,'_wp_attached_file','2017/11/FB_IMG_1508911277488.jpg'),(849,267,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:32:\"2017/11/FB_IMG_1508911277488.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"FB_IMG_1508911277488-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:32:\"FB_IMG_1508911277488-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:32:\"FB_IMG_1508911277488-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911277488-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911277488-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911277488-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"FB_IMG_1508911277488-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911277488-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911277488-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911277488-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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:{}}}'),(850,268,'_wp_attached_file','2017/11/FB_IMG_1508911285193.jpg'),(851,268,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:32:\"2017/11/FB_IMG_1508911285193.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"FB_IMG_1508911285193-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:32:\"FB_IMG_1508911285193-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:32:\"FB_IMG_1508911285193-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911285193-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911285193-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911285193-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"FB_IMG_1508911285193-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911285193-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911285193-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911285193-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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:{}}}'),(852,269,'_wp_attached_file','2017/11/FB_IMG_1508911290282.jpg'),(853,269,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:32:\"2017/11/FB_IMG_1508911290282.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"FB_IMG_1508911290282-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:32:\"FB_IMG_1508911290282-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:32:\"FB_IMG_1508911290282-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911290282-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911290282-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911290282-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"FB_IMG_1508911290282-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911290282-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911290282-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911290282-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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:{}}}'),(854,270,'_wp_attached_file','2017/11/FB_IMG_1508911368091.jpg'),(855,270,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:640;s:4:\"file\";s:32:\"2017/11/FB_IMG_1508911368091.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"FB_IMG_1508911368091-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:32:\"FB_IMG_1508911368091-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:32:\"FB_IMG_1508911368091-416x555.jpg\";s:5:\"width\";i:416;s:6:\"height\";i:555;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911368091-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911368091-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911368091-480x335.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911368091-480x415.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1508911368091-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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:{}}}'),(856,271,'_wp_attached_file','2017/11/FB_IMG_1426438925089.jpg'),(857,271,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1067;s:6:\"height\";i:1600;s:4:\"file\";s:32:\"2017/11/FB_IMG_1426438925089.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"FB_IMG_1426438925089-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:32:\"FB_IMG_1426438925089-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:32:\"FB_IMG_1426438925089-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1426438925089-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1426438925089-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"FB_IMG_1426438925089-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"FB_IMG_1426438925089-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1426438925089-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1426438925089-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:32:\"FB_IMG_1426438925089-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:12:\"D.LACY PHOTO\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(858,272,'_wp_attached_file','2017/11/untitled-76-of-280_1501085438585_1501085681972.jpg'),(859,272,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4898;s:6:\"height\";i:3265;s:4:\"file\";s:58:\"2017/11/untitled-76-of-280_1501085438585_1501085681972.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:58:\"untitled-76-of-280_1501085438585_1501085681972-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:58:\"untitled-76-of-280_1501085438585_1501085681972-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:58:\"untitled-76-of-280_1501085438585_1501085681972-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"untitled-76-of-280_1501085438585_1501085681972-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"untitled-76-of-280_1501085438585_1501085681972-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:58:\"untitled-76-of-280_1501085438585_1501085681972-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:59:\"untitled-76-of-280_1501085438585_1501085681972-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:58:\"untitled-76-of-280_1501085438585_1501085681972-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:58:\"untitled-76-of-280_1501085438585_1501085681972-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:58:\"untitled-76-of-280_1501085438585_1501085681972-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 70D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1405263259\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"46\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(860,273,'_wp_attached_file','2017/11/untitled-80-of-280.jpg'),(861,273,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3265;s:6:\"height\";i:4898;s:4:\"file\";s:30:\"2017/11/untitled-80-of-280.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"untitled-80-of-280-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:30:\"untitled-80-of-280-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:30:\"untitled-80-of-280-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"untitled-80-of-280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"untitled-80-of-280-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"untitled-80-of-280-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"untitled-80-of-280-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:30:\"untitled-80-of-280-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:30:\"untitled-80-of-280-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:30:\"untitled-80-of-280-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 70D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1405263487\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(862,274,'_wp_attached_file','2017/11/untitled-107-of-280.jpg'),(863,274,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4898;s:6:\"height\";i:3265;s:4:\"file\";s:31:\"2017/11/untitled-107-of-280.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"untitled-107-of-280-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:31:\"untitled-107-of-280-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:31:\"untitled-107-of-280-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"untitled-107-of-280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"untitled-107-of-280-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"untitled-107-of-280-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"untitled-107-of-280-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:31:\"untitled-107-of-280-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:31:\"untitled-107-of-280-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:31:\"untitled-107-of-280-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 70D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1405264959\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(864,275,'_wp_attached_file','2017/11/WedPics_1478584463349.jpg'),(865,275,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:1707;s:4:\"file\";s:33:\"2017/11/WedPics_1478584463349.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"WedPics_1478584463349-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:\"WedPics_1478584463349-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"WedPics_1478584463349-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"WedPics_1478584463349-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"WedPics_1478584463349-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"WedPics_1478584463349-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"WedPics_1478584463349-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:33:\"WedPics_1478584463349-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:33:\"WedPics_1478584463349-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:33:\"WedPics_1478584463349-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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:{}}}'),(866,276,'_wp_attached_file','2017/11/MG_7562final-1.jpg'),(867,276,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3456;s:6:\"height\";i:5184;s:4:\"file\";s:26:\"2017/11/MG_7562final-1.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"MG_7562final-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:26:\"MG_7562final-1-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:26:\"MG_7562final-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"MG_7562final-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"MG_7562final-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"MG_7562final-1-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"MG_7562final-1-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:26:\"MG_7562final-1-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:26:\"MG_7562final-1-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:26:\"MG_7562final-1-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:15:\"Kauwuane Burton\";s:6:\"camera\";s:14:\"Canon EOS-1D X\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1457979958\";s:9:\"copyright\";s:27:\"Kauwuane Burton Photography\";s:12:\"focal_length\";s:2:\"98\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(868,277,'_wp_attached_file','2017/11/FB_IMG_1426438925089-1.jpg'),(869,277,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1067;s:6:\"height\";i:1600;s:4:\"file\";s:34:\"2017/11/FB_IMG_1426438925089-1.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"FB_IMG_1426438925089-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:34:\"FB_IMG_1426438925089-1-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:34:\"FB_IMG_1426438925089-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"FB_IMG_1426438925089-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"FB_IMG_1426438925089-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"FB_IMG_1426438925089-1-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"FB_IMG_1426438925089-1-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:34:\"FB_IMG_1426438925089-1-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:34:\"FB_IMG_1426438925089-1-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:34:\"FB_IMG_1426438925089-1-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:12:\"D.LACY PHOTO\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(870,278,'_wp_attached_file','2017/11/FB_IMG_1508911277488-1.jpg'),(871,278,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:34:\"2017/11/FB_IMG_1508911277488-1.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"FB_IMG_1508911277488-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:34:\"FB_IMG_1508911277488-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:34:\"FB_IMG_1508911277488-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"FB_IMG_1508911277488-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"FB_IMG_1508911277488-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"FB_IMG_1508911277488-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"FB_IMG_1508911277488-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:34:\"FB_IMG_1508911277488-1-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:34:\"FB_IMG_1508911277488-1-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:34:\"FB_IMG_1508911277488-1-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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:{}}}'),(872,279,'_wp_attached_file','2017/11/FB_IMG_1508911285193-1.jpg'),(873,279,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:34:\"2017/11/FB_IMG_1508911285193-1.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"FB_IMG_1508911285193-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:34:\"FB_IMG_1508911285193-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:34:\"FB_IMG_1508911285193-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"FB_IMG_1508911285193-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"FB_IMG_1508911285193-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"FB_IMG_1508911285193-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"FB_IMG_1508911285193-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:34:\"FB_IMG_1508911285193-1-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:34:\"FB_IMG_1508911285193-1-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:34:\"FB_IMG_1508911285193-1-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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:{}}}'),(874,280,'_wp_attached_file','2017/11/FB_IMG_1508911290282-1.jpg'),(875,280,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:34:\"2017/11/FB_IMG_1508911290282-1.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"FB_IMG_1508911290282-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:34:\"FB_IMG_1508911290282-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:34:\"FB_IMG_1508911290282-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"FB_IMG_1508911290282-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"FB_IMG_1508911290282-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"FB_IMG_1508911290282-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"FB_IMG_1508911290282-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:34:\"FB_IMG_1508911290282-1-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:34:\"FB_IMG_1508911290282-1-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:34:\"FB_IMG_1508911290282-1-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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:{}}}'),(876,281,'_wp_attached_file','2017/11/FB_IMG_1508911368091-1.jpg'),(877,281,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:640;s:4:\"file\";s:34:\"2017/11/FB_IMG_1508911368091-1.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"FB_IMG_1508911368091-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"FB_IMG_1508911368091-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:34:\"FB_IMG_1508911368091-1-416x555.jpg\";s:5:\"width\";i:416;s:6:\"height\";i:555;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"FB_IMG_1508911368091-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"FB_IMG_1508911368091-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:34:\"FB_IMG_1508911368091-1-480x335.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:34:\"FB_IMG_1508911368091-1-480x415.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:34:\"FB_IMG_1508911368091-1-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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:{}}}'),(878,282,'_wp_attached_file','2017/11/untitled-107-of-280-1.jpg'),(879,282,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4898;s:6:\"height\";i:3265;s:4:\"file\";s:33:\"2017/11/untitled-107-of-280-1.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"untitled-107-of-280-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:33:\"untitled-107-of-280-1-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:33:\"untitled-107-of-280-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"untitled-107-of-280-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"untitled-107-of-280-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"untitled-107-of-280-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"untitled-107-of-280-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:33:\"untitled-107-of-280-1-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:33:\"untitled-107-of-280-1-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:33:\"untitled-107-of-280-1-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 70D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1405264959\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(880,283,'_wp_attached_file','2017/11/untitled-76-of-280_1501085438585_1501085681972-1.jpg'),(881,283,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4898;s:6:\"height\";i:3265;s:4:\"file\";s:60:\"2017/11/untitled-76-of-280_1501085438585_1501085681972-1.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:60:\"untitled-76-of-280_1501085438585_1501085681972-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:60:\"untitled-76-of-280_1501085438585_1501085681972-1-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:60:\"untitled-76-of-280_1501085438585_1501085681972-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"untitled-76-of-280_1501085438585_1501085681972-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:60:\"untitled-76-of-280_1501085438585_1501085681972-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:60:\"untitled-76-of-280_1501085438585_1501085681972-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:61:\"untitled-76-of-280_1501085438585_1501085681972-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:60:\"untitled-76-of-280_1501085438585_1501085681972-1-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:60:\"untitled-76-of-280_1501085438585_1501085681972-1-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:60:\"untitled-76-of-280_1501085438585_1501085681972-1-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 70D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1405263259\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"46\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(882,284,'_wp_attached_file','2017/11/untitled-80-of-280-1.jpg'),(883,284,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3265;s:6:\"height\";i:4898;s:4:\"file\";s:32:\"2017/11/untitled-80-of-280-1.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"untitled-80-of-280-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:32:\"untitled-80-of-280-1-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:32:\"untitled-80-of-280-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"untitled-80-of-280-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"untitled-80-of-280-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"untitled-80-of-280-1-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"untitled-80-of-280-1-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:32:\"untitled-80-of-280-1-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:32:\"untitled-80-of-280-1-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:32:\"untitled-80-of-280-1-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 70D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1405263487\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(884,285,'_wp_attached_file','2017/11/WedPics_1478584463349-1.jpg'),(885,285,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:1707;s:4:\"file\";s:35:\"2017/11/WedPics_1478584463349-1.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"WedPics_1478584463349-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:35:\"WedPics_1478584463349-1-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"WedPics_1478584463349-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"WedPics_1478584463349-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"WedPics_1478584463349-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"WedPics_1478584463349-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"WedPics_1478584463349-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:35:\"WedPics_1478584463349-1-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:35:\"WedPics_1478584463349-1-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:35:\"WedPics_1478584463349-1-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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:{}}}'),(890,288,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:34:\"<p>[easy-image-collage id=246]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59f6295e0310c\";s:19:\"_sow_form_timestamp\";s:13:\"1509385539007\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"070aa069-74a4-4780-a783-2275a4d532db\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:327:\"<p style=\"text-align: center;\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 14px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"19304014-582d-4bdb-85fb-303069d01dba\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"padding\";s:12:\"10% 0% 0% 0%\";s:14:\"mobile_padding\";s:12:\"10% 0% 0% 0%\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(891,288,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:34:\"<p>[easy-image-collage id=246]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59f6295e0310c\";s:19:\"_sow_form_timestamp\";s:13:\"1509385539007\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"070aa069-74a4-4780-a783-2275a4d532db\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:327:\"<p style=\"text-align: center;\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 14px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"19304014-582d-4bdb-85fb-303069d01dba\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(892,288,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:34:\"<p>[easy-image-collage id=246]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59f6295e0310c\";s:19:\"_sow_form_timestamp\";s:13:\"1509385539007\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"070aa069-74a4-4780-a783-2275a4d532db\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:327:\"<p style=\"text-align: center;\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 14px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"19304014-582d-4bdb-85fb-303069d01dba\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(893,289,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:34:\"<p>[easy-image-collage id=246]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59f6295e0310c\";s:19:\"_sow_form_timestamp\";s:13:\"1509385539007\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"070aa069-74a4-4780-a783-2275a4d532db\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:327:\"<p style=\"text-align: center;\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 14px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"19304014-582d-4bdb-85fb-303069d01dba\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"padding\";s:12:\"10% 0% 0% 0%\";s:14:\"mobile_padding\";s:12:\"10% 0% 0% 0%\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(894,290,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:34:\"<p>[easy-image-collage id=246]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59f6295e0310c\";s:19:\"_sow_form_timestamp\";s:13:\"1509385539007\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"070aa069-74a4-4780-a783-2275a4d532db\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:327:\"<p style=\"text-align: center;\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 14px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"19304014-582d-4bdb-85fb-303069d01dba\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"padding\";s:11:\"5% 0% 0% 0%\";s:14:\"mobile_padding\";s:12:\"10% 0% 0% 0%\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(895,290,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:34:\"<p>[easy-image-collage id=246]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59f6295e0310c\";s:19:\"_sow_form_timestamp\";s:13:\"1509385539007\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"070aa069-74a4-4780-a783-2275a4d532db\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:327:\"<p style=\"text-align: center;\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 14px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"19304014-582d-4bdb-85fb-303069d01dba\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"padding\";s:12:\"10% 0% 0% 0%\";s:14:\"mobile_padding\";s:12:\"10% 0% 0% 0%\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(896,290,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:34:\"<p>[easy-image-collage id=246]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59f6295e0310c\";s:19:\"_sow_form_timestamp\";s:13:\"1509385539007\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"070aa069-74a4-4780-a783-2275a4d532db\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:327:\"<p style=\"text-align: center;\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 14px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"19304014-582d-4bdb-85fb-303069d01dba\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"padding\";s:12:\"10% 0% 0% 0%\";s:14:\"mobile_padding\";s:12:\"10% 0% 0% 0%\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(897,291,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:34:\"<p>[easy-image-collage id=246]</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59f6295e0310c\";s:19:\"_sow_form_timestamp\";s:13:\"1509385539007\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"070aa069-74a4-4780-a783-2275a4d532db\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:327:\"<p style=\"text-align: center;\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 14px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"19304014-582d-4bdb-85fb-303069d01dba\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"padding\";s:11:\"5% 0% 0% 0%\";s:14:\"mobile_padding\";s:12:\"10% 0% 0% 0%\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(946,303,'theme',''),(945,303,'plugins','[]'),(944,303,'location','[\"everywhere\"]'),(943,303,'dismissable','1'),(902,125,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:75:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">SHOP</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59fa4f08e6e9f\";s:19:\"_sow_form_timestamp\";s:13:\"1509576468551\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"00e4b443-3ed3-48e0-b181-fcfaa5f311bd\";s:5:\"style\";a:4:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:14:\"mobile_padding\";s:11:\"0% 0% 0% 0%\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:185:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">[ecwid widgets=\"productbrowser\" default_category_id=\"0\" minicart_layout=\"MiniAttachToProductBrowser\"]</p><p>&nbsp;</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"df016e13-2d46-47b7-80e0-5ad663054fd5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59fa4e477381f\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"de89c025-533f-4b06-a970-740ab6757dbd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:82:\"<h2 style=\"text-align: center;\"><strong>More Products Coming Soon...</strong></h2>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59fa4e686131d\";s:19:\"_sow_form_timestamp\";s:13:\"1509576326025\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"f121fa0e-a868-4f5a-ac0d-115eaee1ab51\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"padding\";s:11:\"5% 0% 0% 0%\";s:14:\"mobile_padding\";s:11:\"5% 0% 0% 0%\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(903,293,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:185:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">[ecwid widgets=\"productbrowser\" default_category_id=\"0\" minicart_layout=\"MiniAttachToProductBrowser\"]</p><p>&nbsp;</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"df016e13-2d46-47b7-80e0-5ad663054fd5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59fa4e477381f\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"de89c025-533f-4b06-a970-740ab6757dbd\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:82:\"<h2 style=\"text-align: center;\"><strong>More Products Coming Soon...</strong></h2>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59fa4e686131d\";s:19:\"_sow_form_timestamp\";s:13:\"1509576326025\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"f121fa0e-a868-4f5a-ac0d-115eaee1ab51\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(904,172,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:75:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">SHOP</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59fa4f08e6e9f\";s:19:\"_sow_form_timestamp\";s:13:\"1509576468551\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"8be2c162-7585-44cb-ac35-f2a9e375060a\";s:5:\"style\";a:4:{s:7:\"padding\";s:15:\"3px 0px 0px 0px\";s:14:\"mobile_padding\";s:11:\"5% 0% 0% 0%\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:185:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">[ecwid widgets=\"productbrowser\" default_category_id=\"0\" minicart_layout=\"MiniAttachToProductBrowser\"]</p><p>&nbsp;</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"df016e13-2d46-47b7-80e0-5ad663054fd5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59fa4e477381f\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"de89c025-533f-4b06-a970-740ab6757dbd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:82:\"<h2 style=\"text-align: center;\"><strong>More Products Coming Soon...</strong></h2>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59fa4e686131d\";s:19:\"_sow_form_timestamp\";s:13:\"1509576326025\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"f121fa0e-a868-4f5a-ac0d-115eaee1ab51\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"padding\";s:11:\"5% 0% 0% 0%\";s:14:\"mobile_padding\";s:11:\"5% 0% 0% 0%\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(905,172,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:75:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">SHOP</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59fa4f08e6e9f\";s:19:\"_sow_form_timestamp\";s:13:\"1509576468551\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"8be2c162-7585-44cb-ac35-f2a9e375060a\";s:5:\"style\";a:4:{s:7:\"padding\";s:15:\"3px 0px 0px 0px\";s:14:\"mobile_padding\";s:11:\"5% 0% 0% 0%\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:185:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">[ecwid widgets=\"productbrowser\" default_category_id=\"0\" minicart_layout=\"MiniAttachToProductBrowser\"]</p><p>&nbsp;</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"df016e13-2d46-47b7-80e0-5ad663054fd5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59fa4e477381f\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"de89c025-533f-4b06-a970-740ab6757dbd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:82:\"<h2 style=\"text-align: center;\"><strong>More Products Coming Soon...</strong></h2>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59fa4e686131d\";s:19:\"_sow_form_timestamp\";s:13:\"1509576326025\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"f121fa0e-a868-4f5a-ac0d-115eaee1ab51\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"padding\";s:11:\"5% 0% 0% 0%\";s:14:\"mobile_padding\";s:11:\"5% 0% 0% 0%\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(906,172,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:75:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">SHOP</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59fa4f08e6e9f\";s:19:\"_sow_form_timestamp\";s:13:\"1509576468551\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"8be2c162-7585-44cb-ac35-f2a9e375060a\";s:5:\"style\";a:4:{s:7:\"padding\";s:15:\"3px 0px 0px 0px\";s:14:\"mobile_padding\";s:11:\"5% 0% 0% 0%\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:185:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">[ecwid widgets=\"productbrowser\" default_category_id=\"0\" minicart_layout=\"MiniAttachToProductBrowser\"]</p><p>&nbsp;</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"df016e13-2d46-47b7-80e0-5ad663054fd5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59fa4e477381f\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"de89c025-533f-4b06-a970-740ab6757dbd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:82:\"<h2 style=\"text-align: center;\"><strong>More Products Coming Soon...</strong></h2>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59fa4e686131d\";s:19:\"_sow_form_timestamp\";s:13:\"1509576326025\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"f121fa0e-a868-4f5a-ac0d-115eaee1ab51\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"padding\";s:11:\"5% 0% 0% 0%\";s:14:\"mobile_padding\";s:11:\"5% 0% 0% 0%\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(907,172,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:75:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">SHOP</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59fa4f08e6e9f\";s:19:\"_sow_form_timestamp\";s:13:\"1509576468551\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"8be2c162-7585-44cb-ac35-f2a9e375060a\";s:5:\"style\";a:4:{s:7:\"padding\";s:15:\"3px 0px 0px 0px\";s:14:\"mobile_padding\";s:11:\"5% 0% 0% 0%\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:185:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">[ecwid widgets=\"productbrowser\" default_category_id=\"0\" minicart_layout=\"MiniAttachToProductBrowser\"]</p><p>&nbsp;</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"df016e13-2d46-47b7-80e0-5ad663054fd5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59fa4e477381f\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"de89c025-533f-4b06-a970-740ab6757dbd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:82:\"<h2 style=\"text-align: center;\"><strong>More Products Coming Soon...</strong></h2>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59fa4e686131d\";s:19:\"_sow_form_timestamp\";s:13:\"1509576326025\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"f121fa0e-a868-4f5a-ac0d-115eaee1ab51\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"padding\";s:11:\"5% 0% 0% 0%\";s:14:\"mobile_padding\";s:11:\"5% 0% 0% 0%\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(908,172,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:75:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">SHOP</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59fa4f08e6e9f\";s:19:\"_sow_form_timestamp\";s:13:\"1509576468551\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"8be2c162-7585-44cb-ac35-f2a9e375060a\";s:5:\"style\";a:4:{s:7:\"padding\";s:15:\"3px 0px 0px 0px\";s:14:\"mobile_padding\";s:11:\"5% 0% 0% 0%\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:185:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">[ecwid widgets=\"productbrowser\" default_category_id=\"0\" minicart_layout=\"MiniAttachToProductBrowser\"]</p><p>&nbsp;</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"df016e13-2d46-47b7-80e0-5ad663054fd5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59fa4e477381f\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"de89c025-533f-4b06-a970-740ab6757dbd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:82:\"<h2 style=\"text-align: center;\"><strong>More Products Coming Soon...</strong></h2>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59fa4e686131d\";s:19:\"_sow_form_timestamp\";s:13:\"1509576326025\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"f121fa0e-a868-4f5a-ac0d-115eaee1ab51\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"padding\";s:11:\"5% 0% 0% 0%\";s:14:\"mobile_padding\";s:11:\"5% 0% 0% 0%\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(909,172,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:75:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">SHOP</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59fa4f08e6e9f\";s:19:\"_sow_form_timestamp\";s:13:\"1509576468551\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"8be2c162-7585-44cb-ac35-f2a9e375060a\";s:5:\"style\";a:4:{s:7:\"padding\";s:15:\"3px 0px 0px 0px\";s:14:\"mobile_padding\";s:11:\"5% 0% 0% 0%\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:185:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">[ecwid widgets=\"productbrowser\" default_category_id=\"0\" minicart_layout=\"MiniAttachToProductBrowser\"]</p><p>&nbsp;</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"df016e13-2d46-47b7-80e0-5ad663054fd5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59fa4e477381f\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"de89c025-533f-4b06-a970-740ab6757dbd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:82:\"<h2 style=\"text-align: center;\"><strong>More Products Coming Soon...</strong></h2>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59fa4e686131d\";s:19:\"_sow_form_timestamp\";s:13:\"1509576326025\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"f121fa0e-a868-4f5a-ac0d-115eaee1ab51\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"padding\";s:11:\"5% 0% 0% 0%\";s:14:\"mobile_padding\";s:11:\"5% 0% 0% 0%\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(910,172,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:75:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">SHOP</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59fa4f08e6e9f\";s:19:\"_sow_form_timestamp\";s:13:\"1509576468551\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"8be2c162-7585-44cb-ac35-f2a9e375060a\";s:5:\"style\";a:4:{s:7:\"padding\";s:15:\"3px 0px 0px 0px\";s:14:\"mobile_padding\";s:11:\"5% 0% 0% 0%\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:185:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">[ecwid widgets=\"productbrowser\" default_category_id=\"0\" minicart_layout=\"MiniAttachToProductBrowser\"]</p><p>&nbsp;</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"df016e13-2d46-47b7-80e0-5ad663054fd5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59fa4e477381f\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"de89c025-533f-4b06-a970-740ab6757dbd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:82:\"<h2 style=\"text-align: center;\"><strong>More Products Coming Soon...</strong></h2>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59fa4e686131d\";s:19:\"_sow_form_timestamp\";s:13:\"1509576326025\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"f121fa0e-a868-4f5a-ac0d-115eaee1ab51\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"padding\";s:11:\"5% 0% 0% 0%\";s:14:\"mobile_padding\";s:11:\"5% 0% 0% 0%\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(911,172,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:185:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">[ecwid widgets=\"productbrowser\" default_category_id=\"0\" minicart_layout=\"MiniAttachToProductBrowser\"]</p><p>&nbsp;</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"df016e13-2d46-47b7-80e0-5ad663054fd5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59fa4e477381f\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"de89c025-533f-4b06-a970-740ab6757dbd\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:82:\"<h2 style=\"text-align: center;\"><strong>More Products Coming Soon...</strong></h2>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59fa4e686131d\";s:19:\"_sow_form_timestamp\";s:13:\"1509576326025\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"f121fa0e-a868-4f5a-ac0d-115eaee1ab51\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(912,172,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:185:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">[ecwid widgets=\"productbrowser\" default_category_id=\"0\" minicart_layout=\"MiniAttachToProductBrowser\"]</p><p>&nbsp;</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"df016e13-2d46-47b7-80e0-5ad663054fd5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59fa4e477381f\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"de89c025-533f-4b06-a970-740ab6757dbd\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:82:\"<h2 style=\"text-align: center;\"><strong>More Products Coming Soon...</strong></h2>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59fa4e686131d\";s:19:\"_sow_form_timestamp\";s:13:\"1509576326025\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"f121fa0e-a868-4f5a-ac0d-115eaee1ab51\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(913,294,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:75:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">SHOP</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59fa4f08e6e9f\";s:19:\"_sow_form_timestamp\";s:13:\"1509576468551\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"00e4b443-3ed3-48e0-b181-fcfaa5f311bd\";s:5:\"style\";a:4:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:14:\"mobile_padding\";s:11:\"0% 0% 0% 0%\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:185:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">[ecwid widgets=\"productbrowser\" default_category_id=\"0\" minicart_layout=\"MiniAttachToProductBrowser\"]</p><p>&nbsp;</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"df016e13-2d46-47b7-80e0-5ad663054fd5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59fa4e477381f\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"de89c025-533f-4b06-a970-740ab6757dbd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:82:\"<h2 style=\"text-align: center;\"><strong>More Products Coming Soon...</strong></h2>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59fa4e686131d\";s:19:\"_sow_form_timestamp\";s:13:\"1509576326025\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"f121fa0e-a868-4f5a-ac0d-115eaee1ab51\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"padding\";s:11:\"5% 0% 0% 0%\";s:14:\"mobile_padding\";s:11:\"5% 0% 0% 0%\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(914,294,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:185:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">[ecwid widgets=\"productbrowser\" default_category_id=\"0\" minicart_layout=\"MiniAttachToProductBrowser\"]</p><p>&nbsp;</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"df016e13-2d46-47b7-80e0-5ad663054fd5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59fa4e477381f\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"de89c025-533f-4b06-a970-740ab6757dbd\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:82:\"<h2 style=\"text-align: center;\"><strong>More Products Coming Soon...</strong></h2>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59fa4e686131d\";s:19:\"_sow_form_timestamp\";s:13:\"1509576326025\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"f121fa0e-a868-4f5a-ac0d-115eaee1ab51\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(915,294,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:185:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">[ecwid widgets=\"productbrowser\" default_category_id=\"0\" minicart_layout=\"MiniAttachToProductBrowser\"]</p><p>&nbsp;</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"df016e13-2d46-47b7-80e0-5ad663054fd5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59fa4e477381f\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"de89c025-533f-4b06-a970-740ab6757dbd\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:82:\"<h2 style=\"text-align: center;\"><strong>More Products Coming Soon...</strong></h2>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59fa4e686131d\";s:19:\"_sow_form_timestamp\";s:13:\"1509576326025\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"f121fa0e-a868-4f5a-ac0d-115eaee1ab51\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(916,295,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:75:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">SHOP</p>\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59fa4f08e6e9f\";s:19:\"_sow_form_timestamp\";s:13:\"1509576468551\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"00e4b443-3ed3-48e0-b181-fcfaa5f311bd\";s:5:\"style\";a:4:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:14:\"mobile_padding\";s:11:\"0% 0% 0% 0%\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:185:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">[ecwid widgets=\"productbrowser\" default_category_id=\"0\" minicart_layout=\"MiniAttachToProductBrowser\"]</p><p>&nbsp;</p>\";s:6:\"filter\";s:1:\"1\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"df016e13-2d46-47b7-80e0-5ad663054fd5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59fa4e477381f\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"de89c025-533f-4b06-a970-740ab6757dbd\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:82:\"<h2 style=\"text-align: center;\"><strong>More Products Coming Soon...</strong></h2>\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"59fa4e686131d\";s:19:\"_sow_form_timestamp\";s:13:\"1509576326025\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"f121fa0e-a868-4f5a-ac0d-115eaee1ab51\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:7:\"padding\";s:11:\"5% 0% 0% 0%\";s:14:\"mobile_padding\";s:11:\"5% 0% 0% 0%\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(917,296,'_wp_attached_file','2017/10/cropped-FB_IMG_1455049007776.jpg'),(918,296,'_wp_attachment_context','site-icon'),(919,296,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:40:\"2017/10/cropped-FB_IMG_1455049007776.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"cropped-FB_IMG_1455049007776-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"cropped-FB_IMG_1455049007776-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:40:\"cropped-FB_IMG_1455049007776-512x335.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:40:\"cropped-FB_IMG_1455049007776-512x415.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:40:\"cropped-FB_IMG_1455049007776-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:40:\"cropped-FB_IMG_1455049007776-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:40:\"cropped-FB_IMG_1455049007776-192x192.jpg\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:40:\"cropped-FB_IMG_1455049007776-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:38:\"cropped-FB_IMG_1455049007776-32x32.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:6:\"D.LACY\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(942,303,'type','success'),(941,303,'notification_id','721'),(930,103,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:78:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">REVIEWS</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"9491b2b6-f90b-46a0-bb19-a0d3b521df83\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:501:\"<blockquote><b>\"Smooth and Easy\"</b>\n<br><br>\nLavish Luxe by Lenee\' helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee\' took my look from basic to unique real quick and she was fun to work with.\n<cite>Dorian</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"db8e8013-0776-4a1d-89c0-41aa63af8b4c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:530:\"<blockquote><b>\"Flexible and Affordable\"</b>\n<br><br>\nI\'m typically a shopaholic, but I had abdominal surgery a few months ago and during the recovery process I found myself swollen and uncomfortable and while preparing to return to work I realized I was not able to fit anything in my closet! I called Lavish luxe by lenee\' and I was not only able to return to work comfortable but chic. Thank you Janella for being flexible and able to customize looks that we\'re specific to my needs!\n<cite>Lisa Hurd-Patrick</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3fbaaa5e-b7f4-4760-8d45-37a0cbf91ffa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:791:\"<blockquote><b>\"Best in class!\"</b>\n\nI have know Ms. Christopher for quite some time and her look is always On Point!\n\nWhen it came time for me to find an outfit for a friend\'s wedding, I knew just who to call.\n\nWe went to several stores for that \"perfect look\". With her help, I was able to find an outfit that gave me the confidence to enjoy celebrating the happy couple by dancing the night away!\n\nNow, whenever I have a special event, she is the first person I contact. I know that she will customize a look just for me because she took the time to get to know my personal style( and her personality makes \"curvy-girl\" shopping sooo much fun)!\n\nI would say to anyone, if you are looking for a personal stylist, look no further than Janella Christopher!\n<cite>Sholonda</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"3009b540-d2e9-4e40-8ca7-a4faceeaf39a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:517:\"<blockquote><b>\"A Client For Life\"</b>\n\nI contacted Lenee\' to style me for a very important event. Not only did she get me ALL the way together, she was professional, affordable and efficient! This was my 1st time using an image consultant, but after this experience, I’ll never do my own shopping again! She has a keen eye for styling any body type and picking the most trendiest pieces! Thank you so much for making me fly while keeping me comfortable in the skin I’m in!!\n<cite>XO - Comille</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"16bae963-014a-4b44-b300-4952f6d05fe9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:657:\"<blockquote><b>\"A job well done... Top-rate\"</b>\n\n\nLenee\' is awesome at what she does. Whenever I have an event or just need an outfit she knows how to style for the occasion. I love the fact that she pays attention to insecurities and your body shape. She styles you in ways that ignites boldness and confidence within yourself. I also love that she does these things on a budget! Lavish Luxe has even styled my teenage daughter for her 13th birthday bash. Everything was trendy and stylish, but most of all age appropriate! I will continue to use Lavish Luxe in the future and if you haven\'t, you should give her a try!\n<cite>Shayla D.</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"e5223cc4-a210-4e08-a17c-d548361bceb4\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:437:\"<blockquote><b>\"Reliable and Trustworthy!\"</b>\n\nOkay, simply put, Lenee\' knows her stuff! She\'s got an eye for style. I\'ve relied on Lavish luxe by Lenee\' for style consulting, dressing me for events and personal shopping services. Lenee\' is on a very short list of people who I can trust to shop for me without me being present. I can count on her to find the right luxe for the occasion and my budget.\n<cite>Latonia</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"05259c3e-f85f-407b-8508-2cafb80baca5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:534:\"<blockquote>I absolutely love every experience with Lavish Luxe by Lenee! Janella has a keen eye for fashion and will always keep you looking good and in season! Through styling me she’s also helped me build up my confidence with certain colors and clothing styles that I hadn’t had before. From birthdays, holidays, everyday wear, special events and just help to put together and bringing new life into the wardrobe I already have, Lavish Luxe has always been the way to go!\n<cite>Jasmine \"Jazzy Faces\" Tucker</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"35d7ae90-290c-4e1e-ac95-f2940d691cad\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}');
INSERT INTO `wp_postmeta` VALUES (931,103,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:78:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">REVIEWS</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"9491b2b6-f90b-46a0-bb19-a0d3b521df83\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:501:\"<blockquote><b>\"Smooth and Easy\"</b>\n<br><br>\nLavish Luxe by Lenee\' helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee\' took my look from basic to unique real quick and she was fun to work with.\n<cite>Dorian</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"db8e8013-0776-4a1d-89c0-41aa63af8b4c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:530:\"<blockquote><b>\"Flexible and Affordable\"</b>\n<br><br>\nI\'m typically a shopaholic, but I had abdominal surgery a few months ago and during the recovery process I found myself swollen and uncomfortable and while preparing to return to work I realized I was not able to fit anything in my closet! I called Lavish luxe by lenee\' and I was not only able to return to work comfortable but chic. Thank you Janella for being flexible and able to customize looks that we\'re specific to my needs!\n<cite>Lisa Hurd-Patrick</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3fbaaa5e-b7f4-4760-8d45-37a0cbf91ffa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:791:\"<blockquote><b>\"Best in class!\"</b>\n\nI have know Ms. Christopher for quite some time and her look is always On Point!\n\nWhen it came time for me to find an outfit for a friend\'s wedding, I knew just who to call.\n\nWe went to several stores for that \"perfect look\". With her help, I was able to find an outfit that gave me the confidence to enjoy celebrating the happy couple by dancing the night away!\n\nNow, whenever I have a special event, she is the first person I contact. I know that she will customize a look just for me because she took the time to get to know my personal style( and her personality makes \"curvy-girl\" shopping sooo much fun)!\n\nI would say to anyone, if you are looking for a personal stylist, look no further than Janella Christopher!\n<cite>Sholonda</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"3009b540-d2e9-4e40-8ca7-a4faceeaf39a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:517:\"<blockquote><b>\"A Client For Life\"</b>\n\nI contacted Lenee\' to style me for a very important event. Not only did she get me ALL the way together, she was professional, affordable and efficient! This was my 1st time using an image consultant, but after this experience, I’ll never do my own shopping again! She has a keen eye for styling any body type and picking the most trendiest pieces! Thank you so much for making me fly while keeping me comfortable in the skin I’m in!!\n<cite>XO - Comille</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"16bae963-014a-4b44-b300-4952f6d05fe9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:657:\"<blockquote><b>\"A job well done... Top-rate\"</b>\n\n\nLenee\' is awesome at what she does. Whenever I have an event or just need an outfit she knows how to style for the occasion. I love the fact that she pays attention to insecurities and your body shape. She styles you in ways that ignites boldness and confidence within yourself. I also love that she does these things on a budget! Lavish Luxe has even styled my teenage daughter for her 13th birthday bash. Everything was trendy and stylish, but most of all age appropriate! I will continue to use Lavish Luxe in the future and if you haven\'t, you should give her a try!\n<cite>Shayla D.</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"e5223cc4-a210-4e08-a17c-d548361bceb4\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:437:\"<blockquote><b>\"Reliable and Trustworthy!\"</b>\n\nOkay, simply put, Lenee\' knows her stuff! She\'s got an eye for style. I\'ve relied on Lavish luxe by Lenee\' for style consulting, dressing me for events and personal shopping services. Lenee\' is on a very short list of people who I can trust to shop for me without me being present. I can count on her to find the right luxe for the occasion and my budget.\n<cite>Latonia</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"05259c3e-f85f-407b-8508-2cafb80baca5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:534:\"<blockquote>I absolutely love every experience with Lavish Luxe by Lenee! Janella has a keen eye for fashion and will always keep you looking good and in season! Through styling me she’s also helped me build up my confidence with certain colors and clothing styles that I hadn’t had before. From birthdays, holidays, everyday wear, special events and just help to put together and bringing new life into the wardrobe I already have, Lavish Luxe has always been the way to go!\n<cite>Jasmine \"Jazzy Faces\" Tucker</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"35d7ae90-290c-4e1e-ac95-f2940d691cad\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(932,103,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:78:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">REVIEWS</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"9491b2b6-f90b-46a0-bb19-a0d3b521df83\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:501:\"<blockquote><b>\"Smooth and Easy\"</b>\n<br><br>\nLavish Luxe by Lenee\' helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee\' took my look from basic to unique real quick and she was fun to work with.\n<cite>Dorian</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"db8e8013-0776-4a1d-89c0-41aa63af8b4c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:530:\"<blockquote><b>\"Flexible and Affordable\"</b>\n<br><br>\nI\'m typically a shopaholic, but I had abdominal surgery a few months ago and during the recovery process I found myself swollen and uncomfortable and while preparing to return to work I realized I was not able to fit anything in my closet! I called Lavish luxe by lenee\' and I was not only able to return to work comfortable but chic. Thank you Janella for being flexible and able to customize looks that we\'re specific to my needs!\n<cite>Lisa Hurd-Patrick</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3fbaaa5e-b7f4-4760-8d45-37a0cbf91ffa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:791:\"<blockquote><b>\"Best in class!\"</b>\n\nI have know Ms. Christopher for quite some time and her look is always On Point!\n\nWhen it came time for me to find an outfit for a friend\'s wedding, I knew just who to call.\n\nWe went to several stores for that \"perfect look\". With her help, I was able to find an outfit that gave me the confidence to enjoy celebrating the happy couple by dancing the night away!\n\nNow, whenever I have a special event, she is the first person I contact. I know that she will customize a look just for me because she took the time to get to know my personal style( and her personality makes \"curvy-girl\" shopping sooo much fun)!\n\nI would say to anyone, if you are looking for a personal stylist, look no further than Janella Christopher!\n<cite>Sholonda</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"3009b540-d2e9-4e40-8ca7-a4faceeaf39a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:517:\"<blockquote><b>\"A Client For Life\"</b>\n\nI contacted Lenee\' to style me for a very important event. Not only did she get me ALL the way together, she was professional, affordable and efficient! This was my 1st time using an image consultant, but after this experience, I’ll never do my own shopping again! She has a keen eye for styling any body type and picking the most trendiest pieces! Thank you so much for making me fly while keeping me comfortable in the skin I’m in!!\n<cite>XO - Comille</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"16bae963-014a-4b44-b300-4952f6d05fe9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:657:\"<blockquote><b>\"A job well done... Top-rate\"</b>\n\n\nLenee\' is awesome at what she does. Whenever I have an event or just need an outfit she knows how to style for the occasion. I love the fact that she pays attention to insecurities and your body shape. She styles you in ways that ignites boldness and confidence within yourself. I also love that she does these things on a budget! Lavish Luxe has even styled my teenage daughter for her 13th birthday bash. Everything was trendy and stylish, but most of all age appropriate! I will continue to use Lavish Luxe in the future and if you haven\'t, you should give her a try!\n<cite>Shayla D.</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"e5223cc4-a210-4e08-a17c-d548361bceb4\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:437:\"<blockquote><b>\"Reliable and Trustworthy!\"</b>\n\nOkay, simply put, Lenee\' knows her stuff! She\'s got an eye for style. I\'ve relied on Lavish luxe by Lenee\' for style consulting, dressing me for events and personal shopping services. Lenee\' is on a very short list of people who I can trust to shop for me without me being present. I can count on her to find the right luxe for the occasion and my budget.\n<cite>Latonia</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"05259c3e-f85f-407b-8508-2cafb80baca5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:534:\"<blockquote>I absolutely love every experience with Lavish Luxe by Lenee! Janella has a keen eye for fashion and will always keep you looking good and in season! Through styling me she’s also helped me build up my confidence with certain colors and clothing styles that I hadn’t had before. From birthdays, holidays, everyday wear, special events and just help to put together and bringing new life into the wardrobe I already have, Lavish Luxe has always been the way to go!\n<cite>Jasmine \"Jazzy Faces\" Tucker</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"35d7ae90-290c-4e1e-ac95-f2940d691cad\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(933,103,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:78:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">REVIEWS</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"9491b2b6-f90b-46a0-bb19-a0d3b521df83\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:501:\"<blockquote><b>\"Smooth and Easy\"</b>\n<br><br>\nLavish Luxe by Lenee\' helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee\' took my look from basic to unique real quick and she was fun to work with.\n<cite>Dorian</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"db8e8013-0776-4a1d-89c0-41aa63af8b4c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:530:\"<blockquote><b>\"Flexible and Affordable\"</b>\n<br><br>\nI\'m typically a shopaholic, but I had abdominal surgery a few months ago and during the recovery process I found myself swollen and uncomfortable and while preparing to return to work I realized I was not able to fit anything in my closet! I called Lavish luxe by lenee\' and I was not only able to return to work comfortable but chic. Thank you Janella for being flexible and able to customize looks that we\'re specific to my needs!\n<cite>Lisa Hurd-Patrick</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3fbaaa5e-b7f4-4760-8d45-37a0cbf91ffa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:791:\"<blockquote><b>\"Best in class!\"</b>\n\nI have know Ms. Christopher for quite some time and her look is always On Point!\n\nWhen it came time for me to find an outfit for a friend\'s wedding, I knew just who to call.\n\nWe went to several stores for that \"perfect look\". With her help, I was able to find an outfit that gave me the confidence to enjoy celebrating the happy couple by dancing the night away!\n\nNow, whenever I have a special event, she is the first person I contact. I know that she will customize a look just for me because she took the time to get to know my personal style( and her personality makes \"curvy-girl\" shopping sooo much fun)!\n\nI would say to anyone, if you are looking for a personal stylist, look no further than Janella Christopher!\n<cite>Sholonda</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"3009b540-d2e9-4e40-8ca7-a4faceeaf39a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:517:\"<blockquote><b>\"A Client For Life\"</b>\n\nI contacted Lenee\' to style me for a very important event. Not only did she get me ALL the way together, she was professional, affordable and efficient! This was my 1st time using an image consultant, but after this experience, I’ll never do my own shopping again! She has a keen eye for styling any body type and picking the most trendiest pieces! Thank you so much for making me fly while keeping me comfortable in the skin I’m in!!\n<cite>XO - Comille</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"16bae963-014a-4b44-b300-4952f6d05fe9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:657:\"<blockquote><b>\"A job well done... Top-rate\"</b>\n\n\nLenee\' is awesome at what she does. Whenever I have an event or just need an outfit she knows how to style for the occasion. I love the fact that she pays attention to insecurities and your body shape. She styles you in ways that ignites boldness and confidence within yourself. I also love that she does these things on a budget! Lavish Luxe has even styled my teenage daughter for her 13th birthday bash. Everything was trendy and stylish, but most of all age appropriate! I will continue to use Lavish Luxe in the future and if you haven\'t, you should give her a try!\n<cite>Shayla D.</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"e5223cc4-a210-4e08-a17c-d548361bceb4\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:437:\"<blockquote><b>\"Reliable and Trustworthy!\"</b>\n\nOkay, simply put, Lenee\' knows her stuff! She\'s got an eye for style. I\'ve relied on Lavish luxe by Lenee\' for style consulting, dressing me for events and personal shopping services. Lenee\' is on a very short list of people who I can trust to shop for me without me being present. I can count on her to find the right luxe for the occasion and my budget.\n<cite>Latonia</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"05259c3e-f85f-407b-8508-2cafb80baca5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:534:\"<blockquote>I absolutely love every experience with Lavish Luxe by Lenee! Janella has a keen eye for fashion and will always keep you looking good and in season! Through styling me she’s also helped me build up my confidence with certain colors and clothing styles that I hadn’t had before. From birthdays, holidays, everyday wear, special events and just help to put together and bringing new life into the wardrobe I already have, Lavish Luxe has always been the way to go!\n<cite>Jasmine \"Jazzy Faces\" Tucker</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"35d7ae90-290c-4e1e-ac95-f2940d691cad\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(934,103,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:78:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">REVIEWS</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"9491b2b6-f90b-46a0-bb19-a0d3b521df83\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:501:\"<blockquote><b>\"Smooth and Easy\"</b>\n<br><br>\nLavish Luxe by Lenee\' helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee\' took my look from basic to unique real quick and she was fun to work with.\n<cite>Dorian</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"db8e8013-0776-4a1d-89c0-41aa63af8b4c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:530:\"<blockquote><b>\"Flexible and Affordable\"</b>\n<br><br>\nI\'m typically a shopaholic, but I had abdominal surgery a few months ago and during the recovery process I found myself swollen and uncomfortable and while preparing to return to work I realized I was not able to fit anything in my closet! I called Lavish luxe by lenee\' and I was not only able to return to work comfortable but chic. Thank you Janella for being flexible and able to customize looks that we\'re specific to my needs!\n<cite>Lisa Hurd-Patrick</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3fbaaa5e-b7f4-4760-8d45-37a0cbf91ffa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:791:\"<blockquote><b>\"Best in class!\"</b>\n\nI have know Ms. Christopher for quite some time and her look is always On Point!\n\nWhen it came time for me to find an outfit for a friend\'s wedding, I knew just who to call.\n\nWe went to several stores for that \"perfect look\". With her help, I was able to find an outfit that gave me the confidence to enjoy celebrating the happy couple by dancing the night away!\n\nNow, whenever I have a special event, she is the first person I contact. I know that she will customize a look just for me because she took the time to get to know my personal style( and her personality makes \"curvy-girl\" shopping sooo much fun)!\n\nI would say to anyone, if you are looking for a personal stylist, look no further than Janella Christopher!\n<cite>Sholonda</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"3009b540-d2e9-4e40-8ca7-a4faceeaf39a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:657:\"<blockquote><b>\"A job well done... Top-rate\"</b>\n\n\nLenee\' is awesome at what she does. Whenever I have an event or just need an outfit she knows how to style for the occasion. I love the fact that she pays attention to insecurities and your body shape. She styles you in ways that ignites boldness and confidence within yourself. I also love that she does these things on a budget! Lavish Luxe has even styled my teenage daughter for her 13th birthday bash. Everything was trendy and stylish, but most of all age appropriate! I will continue to use Lavish Luxe in the future and if you haven\'t, you should give her a try!\n<cite>Shayla D.</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"e5223cc4-a210-4e08-a17c-d548361bceb4\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:437:\"<blockquote><b>\"Reliable and Trustworthy!\"</b>\n\nOkay, simply put, Lenee\' knows her stuff! She\'s got an eye for style. I\'ve relied on Lavish luxe by Lenee\' for style consulting, dressing me for events and personal shopping services. Lenee\' is on a very short list of people who I can trust to shop for me without me being present. I can count on her to find the right luxe for the occasion and my budget.\n<cite>Latonia</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"05259c3e-f85f-407b-8508-2cafb80baca5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(935,103,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:78:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">REVIEWS</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"9491b2b6-f90b-46a0-bb19-a0d3b521df83\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:501:\"<blockquote><b>\"Smooth and Easy\"</b>\n<br><br>\nLavish Luxe by Lenee\' helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee\' took my look from basic to unique real quick and she was fun to work with.\n<cite>Dorian</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"db8e8013-0776-4a1d-89c0-41aa63af8b4c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:530:\"<blockquote><b>\"Flexible and Affordable\"</b>\n<br><br>\nI\'m typically a shopaholic, but I had abdominal surgery a few months ago and during the recovery process I found myself swollen and uncomfortable and while preparing to return to work I realized I was not able to fit anything in my closet! I called Lavish luxe by lenee\' and I was not only able to return to work comfortable but chic. Thank you Janella for being flexible and able to customize looks that we\'re specific to my needs!\n<cite>Lisa Hurd-Patrick</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3fbaaa5e-b7f4-4760-8d45-37a0cbf91ffa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:791:\"<blockquote><b>\"Best in class!\"</b>\n\nI have know Ms. Christopher for quite some time and her look is always On Point!\n\nWhen it came time for me to find an outfit for a friend\'s wedding, I knew just who to call.\n\nWe went to several stores for that \"perfect look\". With her help, I was able to find an outfit that gave me the confidence to enjoy celebrating the happy couple by dancing the night away!\n\nNow, whenever I have a special event, she is the first person I contact. I know that she will customize a look just for me because she took the time to get to know my personal style( and her personality makes \"curvy-girl\" shopping sooo much fun)!\n\nI would say to anyone, if you are looking for a personal stylist, look no further than Janella Christopher!\n<cite>Sholonda</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"3009b540-d2e9-4e40-8ca7-a4faceeaf39a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:657:\"<blockquote><b>\"A job well done... Top-rate\"</b>\n\n\nLenee\' is awesome at what she does. Whenever I have an event or just need an outfit she knows how to style for the occasion. I love the fact that she pays attention to insecurities and your body shape. She styles you in ways that ignites boldness and confidence within yourself. I also love that she does these things on a budget! Lavish Luxe has even styled my teenage daughter for her 13th birthday bash. Everything was trendy and stylish, but most of all age appropriate! I will continue to use Lavish Luxe in the future and if you haven\'t, you should give her a try!\n<cite>Shayla D.</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"e5223cc4-a210-4e08-a17c-d548361bceb4\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:437:\"<blockquote><b>\"Reliable and Trustworthy!\"</b>\n\nOkay, simply put, Lenee\' knows her stuff! She\'s got an eye for style. I\'ve relied on Lavish luxe by Lenee\' for style consulting, dressing me for events and personal shopping services. Lenee\' is on a very short list of people who I can trust to shop for me without me being present. I can count on her to find the right luxe for the occasion and my budget.\n<cite>Latonia</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"05259c3e-f85f-407b-8508-2cafb80baca5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(936,103,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:78:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">REVIEWS</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"9491b2b6-f90b-46a0-bb19-a0d3b521df83\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:501:\"<blockquote><b>\"Smooth and Easy\"</b>\n<br><br>\nLavish Luxe by Lenee\' helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee\' took my look from basic to unique real quick and she was fun to work with.\n<cite>Dorian</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"db8e8013-0776-4a1d-89c0-41aa63af8b4c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:530:\"<blockquote><b>\"Flexible and Affordable\"</b>\n<br><br>\nI\'m typically a shopaholic, but I had abdominal surgery a few months ago and during the recovery process I found myself swollen and uncomfortable and while preparing to return to work I realized I was not able to fit anything in my closet! I called Lavish luxe by lenee\' and I was not only able to return to work comfortable but chic. Thank you Janella for being flexible and able to customize looks that we\'re specific to my needs!\n<cite>Lisa Hurd-Patrick</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3fbaaa5e-b7f4-4760-8d45-37a0cbf91ffa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:791:\"<blockquote><b>\"Best in class!\"</b>\n\nI have know Ms. Christopher for quite some time and her look is always On Point!\n\nWhen it came time for me to find an outfit for a friend\'s wedding, I knew just who to call.\n\nWe went to several stores for that \"perfect look\". With her help, I was able to find an outfit that gave me the confidence to enjoy celebrating the happy couple by dancing the night away!\n\nNow, whenever I have a special event, she is the first person I contact. I know that she will customize a look just for me because she took the time to get to know my personal style( and her personality makes \"curvy-girl\" shopping sooo much fun)!\n\nI would say to anyone, if you are looking for a personal stylist, look no further than Janella Christopher!\n<cite>Sholonda</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"3009b540-d2e9-4e40-8ca7-a4faceeaf39a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:657:\"<blockquote><b>\"A job well done... Top-rate\"</b>\n\n\nLenee\' is awesome at what she does. Whenever I have an event or just need an outfit she knows how to style for the occasion. I love the fact that she pays attention to insecurities and your body shape. She styles you in ways that ignites boldness and confidence within yourself. I also love that she does these things on a budget! Lavish Luxe has even styled my teenage daughter for her 13th birthday bash. Everything was trendy and stylish, but most of all age appropriate! I will continue to use Lavish Luxe in the future and if you haven\'t, you should give her a try!\n<cite>Shayla D.</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"e5223cc4-a210-4e08-a17c-d548361bceb4\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:437:\"<blockquote><b>\"Reliable and Trustworthy!\"</b>\n\nOkay, simply put, Lenee\' knows her stuff! She\'s got an eye for style. I\'ve relied on Lavish luxe by Lenee\' for style consulting, dressing me for events and personal shopping services. Lenee\' is on a very short list of people who I can trust to shop for me without me being present. I can count on her to find the right luxe for the occasion and my budget.\n<cite>Latonia</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"05259c3e-f85f-407b-8508-2cafb80baca5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(937,300,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:78:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">REVIEWS</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"9491b2b6-f90b-46a0-bb19-a0d3b521df83\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:501:\"<blockquote><b>\"Smooth and Easy\"</b>\n<br><br>\nLavish Luxe by Lenee\' helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee\' took my look from basic to unique real quick and she was fun to work with.\n<cite>Dorian</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"db8e8013-0776-4a1d-89c0-41aa63af8b4c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:530:\"<blockquote><b>\"Flexible and Affordable\"</b>\n<br><br>\nI\'m typically a shopaholic, but I had abdominal surgery a few months ago and during the recovery process I found myself swollen and uncomfortable and while preparing to return to work I realized I was not able to fit anything in my closet! I called Lavish luxe by lenee\' and I was not only able to return to work comfortable but chic. Thank you Janella for being flexible and able to customize looks that we\'re specific to my needs!\n<cite>Lisa Hurd-Patrick</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3fbaaa5e-b7f4-4760-8d45-37a0cbf91ffa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:791:\"<blockquote><b>\"Best in class!\"</b>\n\nI have know Ms. Christopher for quite some time and her look is always On Point!\n\nWhen it came time for me to find an outfit for a friend\'s wedding, I knew just who to call.\n\nWe went to several stores for that \"perfect look\". With her help, I was able to find an outfit that gave me the confidence to enjoy celebrating the happy couple by dancing the night away!\n\nNow, whenever I have a special event, she is the first person I contact. I know that she will customize a look just for me because she took the time to get to know my personal style( and her personality makes \"curvy-girl\" shopping sooo much fun)!\n\nI would say to anyone, if you are looking for a personal stylist, look no further than Janella Christopher!\n<cite>Sholonda</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"3009b540-d2e9-4e40-8ca7-a4faceeaf39a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:517:\"<blockquote><b>\"A Client For Life\"</b>\n\nI contacted Lenee\' to style me for a very important event. Not only did she get me ALL the way together, she was professional, affordable and efficient! This was my 1st time using an image consultant, but after this experience, I’ll never do my own shopping again! She has a keen eye for styling any body type and picking the most trendiest pieces! Thank you so much for making me fly while keeping me comfortable in the skin I’m in!!\n<cite>XO - Comille</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"c60053f0-7e52-49df-9c0a-6c8229e9ed99\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:657:\"<blockquote><b>\"A job well done... Top-rate\"</b>\n\n\nLenee\' is awesome at what she does. Whenever I have an event or just need an outfit she knows how to style for the occasion. I love the fact that she pays attention to insecurities and your body shape. She styles you in ways that ignites boldness and confidence within yourself. I also love that she does these things on a budget! Lavish Luxe has even styled my teenage daughter for her 13th birthday bash. Everything was trendy and stylish, but most of all age appropriate! I will continue to use Lavish Luxe in the future and if you haven\'t, you should give her a try!\n<cite>Shayla D.</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"e5223cc4-a210-4e08-a17c-d548361bceb4\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:437:\"<blockquote><b>\"Reliable and Trustworthy!\"</b>\n\nOkay, simply put, Lenee\' knows her stuff! She\'s got an eye for style. I\'ve relied on Lavish luxe by Lenee\' for style consulting, dressing me for events and personal shopping services. Lenee\' is on a very short list of people who I can trust to shop for me without me being present. I can count on her to find the right luxe for the occasion and my budget.\n<cite>Latonia</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"05259c3e-f85f-407b-8508-2cafb80baca5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:534:\"<blockquote>I absolutely love every experience with Lavish Luxe by Lenee! Janella has a keen eye for fashion and will always keep you looking good and in season! Through styling me she’s also helped me build up my confidence with certain colors and clothing styles that I hadn’t had before. From birthdays, holidays, everyday wear, special events and just help to put together and bringing new life into the wardrobe I already have, Lavish Luxe has always been the way to go!\n<cite>Jasmine \"Jazzy Faces\" Tucker</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"cffc72b1-4448-4475-9fe0-35eede8cc80e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(938,300,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:78:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">REVIEWS</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"9491b2b6-f90b-46a0-bb19-a0d3b521df83\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:501:\"<blockquote><b>\"Smooth and Easy\"</b>\n<br><br>\nLavish Luxe by Lenee\' helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee\' took my look from basic to unique real quick and she was fun to work with.\n<cite>Dorian</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"db8e8013-0776-4a1d-89c0-41aa63af8b4c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:530:\"<blockquote><b>\"Flexible and Affordable\"</b>\n<br><br>\nI\'m typically a shopaholic, but I had abdominal surgery a few months ago and during the recovery process I found myself swollen and uncomfortable and while preparing to return to work I realized I was not able to fit anything in my closet! I called Lavish luxe by lenee\' and I was not only able to return to work comfortable but chic. Thank you Janella for being flexible and able to customize looks that we\'re specific to my needs!\n<cite>Lisa Hurd-Patrick</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3fbaaa5e-b7f4-4760-8d45-37a0cbf91ffa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:791:\"<blockquote><b>\"Best in class!\"</b>\n\nI have know Ms. Christopher for quite some time and her look is always On Point!\n\nWhen it came time for me to find an outfit for a friend\'s wedding, I knew just who to call.\n\nWe went to several stores for that \"perfect look\". With her help, I was able to find an outfit that gave me the confidence to enjoy celebrating the happy couple by dancing the night away!\n\nNow, whenever I have a special event, she is the first person I contact. I know that she will customize a look just for me because she took the time to get to know my personal style( and her personality makes \"curvy-girl\" shopping sooo much fun)!\n\nI would say to anyone, if you are looking for a personal stylist, look no further than Janella Christopher!\n<cite>Sholonda</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"3009b540-d2e9-4e40-8ca7-a4faceeaf39a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:657:\"<blockquote><b>\"A job well done... Top-rate\"</b>\n\n\nLenee\' is awesome at what she does. Whenever I have an event or just need an outfit she knows how to style for the occasion. I love the fact that she pays attention to insecurities and your body shape. She styles you in ways that ignites boldness and confidence within yourself. I also love that she does these things on a budget! Lavish Luxe has even styled my teenage daughter for her 13th birthday bash. Everything was trendy and stylish, but most of all age appropriate! I will continue to use Lavish Luxe in the future and if you haven\'t, you should give her a try!\n<cite>Shayla D.</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"e5223cc4-a210-4e08-a17c-d548361bceb4\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:437:\"<blockquote><b>\"Reliable and Trustworthy!\"</b>\n\nOkay, simply put, Lenee\' knows her stuff! She\'s got an eye for style. I\'ve relied on Lavish luxe by Lenee\' for style consulting, dressing me for events and personal shopping services. Lenee\' is on a very short list of people who I can trust to shop for me without me being present. I can count on her to find the right luxe for the occasion and my budget.\n<cite>Latonia</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"05259c3e-f85f-407b-8508-2cafb80baca5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(939,300,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:78:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">REVIEWS</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"9491b2b6-f90b-46a0-bb19-a0d3b521df83\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:501:\"<blockquote><b>\"Smooth and Easy\"</b>\n<br><br>\nLavish Luxe by Lenee\' helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee\' took my look from basic to unique real quick and she was fun to work with.\n<cite>Dorian</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"db8e8013-0776-4a1d-89c0-41aa63af8b4c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:530:\"<blockquote><b>\"Flexible and Affordable\"</b>\n<br><br>\nI\'m typically a shopaholic, but I had abdominal surgery a few months ago and during the recovery process I found myself swollen and uncomfortable and while preparing to return to work I realized I was not able to fit anything in my closet! I called Lavish luxe by lenee\' and I was not only able to return to work comfortable but chic. Thank you Janella for being flexible and able to customize looks that we\'re specific to my needs!\n<cite>Lisa Hurd-Patrick</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3fbaaa5e-b7f4-4760-8d45-37a0cbf91ffa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:791:\"<blockquote><b>\"Best in class!\"</b>\n\nI have know Ms. Christopher for quite some time and her look is always On Point!\n\nWhen it came time for me to find an outfit for a friend\'s wedding, I knew just who to call.\n\nWe went to several stores for that \"perfect look\". With her help, I was able to find an outfit that gave me the confidence to enjoy celebrating the happy couple by dancing the night away!\n\nNow, whenever I have a special event, she is the first person I contact. I know that she will customize a look just for me because she took the time to get to know my personal style( and her personality makes \"curvy-girl\" shopping sooo much fun)!\n\nI would say to anyone, if you are looking for a personal stylist, look no further than Janella Christopher!\n<cite>Sholonda</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"3009b540-d2e9-4e40-8ca7-a4faceeaf39a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:657:\"<blockquote><b>\"A job well done... Top-rate\"</b>\n\n\nLenee\' is awesome at what she does. Whenever I have an event or just need an outfit she knows how to style for the occasion. I love the fact that she pays attention to insecurities and your body shape. She styles you in ways that ignites boldness and confidence within yourself. I also love that she does these things on a budget! Lavish Luxe has even styled my teenage daughter for her 13th birthday bash. Everything was trendy and stylish, but most of all age appropriate! I will continue to use Lavish Luxe in the future and if you haven\'t, you should give her a try!\n<cite>Shayla D.</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"e5223cc4-a210-4e08-a17c-d548361bceb4\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:437:\"<blockquote><b>\"Reliable and Trustworthy!\"</b>\n\nOkay, simply put, Lenee\' knows her stuff! She\'s got an eye for style. I\'ve relied on Lavish luxe by Lenee\' for style consulting, dressing me for events and personal shopping services. Lenee\' is on a very short list of people who I can trust to shop for me without me being present. I can count on her to find the right luxe for the occasion and my budget.\n<cite>Latonia</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"05259c3e-f85f-407b-8508-2cafb80baca5\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(940,301,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:78:\"<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">REVIEWS</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"9491b2b6-f90b-46a0-bb19-a0d3b521df83\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:501:\"<blockquote><b>\"Smooth and Easy\"</b>\n<br><br>\nLavish Luxe by Lenee\' helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee\' took my look from basic to unique real quick and she was fun to work with.\n<cite>Dorian</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"db8e8013-0776-4a1d-89c0-41aa63af8b4c\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:530:\"<blockquote><b>\"Flexible and Affordable\"</b>\n<br><br>\nI\'m typically a shopaholic, but I had abdominal surgery a few months ago and during the recovery process I found myself swollen and uncomfortable and while preparing to return to work I realized I was not able to fit anything in my closet! I called Lavish luxe by lenee\' and I was not only able to return to work comfortable but chic. Thank you Janella for being flexible and able to customize looks that we\'re specific to my needs!\n<cite>Lisa Hurd-Patrick</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"3fbaaa5e-b7f4-4760-8d45-37a0cbf91ffa\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:791:\"<blockquote><b>\"Best in class!\"</b>\n\nI have know Ms. Christopher for quite some time and her look is always On Point!\n\nWhen it came time for me to find an outfit for a friend\'s wedding, I knew just who to call.\n\nWe went to several stores for that \"perfect look\". With her help, I was able to find an outfit that gave me the confidence to enjoy celebrating the happy couple by dancing the night away!\n\nNow, whenever I have a special event, she is the first person I contact. I know that she will customize a look just for me because she took the time to get to know my personal style( and her personality makes \"curvy-girl\" shopping sooo much fun)!\n\nI would say to anyone, if you are looking for a personal stylist, look no further than Janella Christopher!\n<cite>Sholonda</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"3009b540-d2e9-4e40-8ca7-a4faceeaf39a\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:517:\"<blockquote><b>\"A Client For Life\"</b>\n\nI contacted Lenee\' to style me for a very important event. Not only did she get me ALL the way together, she was professional, affordable and efficient! This was my 1st time using an image consultant, but after this experience, I’ll never do my own shopping again! She has a keen eye for styling any body type and picking the most trendiest pieces! Thank you so much for making me fly while keeping me comfortable in the skin I’m in!!\n<cite>XO - Comille</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"c60053f0-7e52-49df-9c0a-6c8229e9ed99\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:657:\"<blockquote><b>\"A job well done... Top-rate\"</b>\n\n\nLenee\' is awesome at what she does. Whenever I have an event or just need an outfit she knows how to style for the occasion. I love the fact that she pays attention to insecurities and your body shape. She styles you in ways that ignites boldness and confidence within yourself. I also love that she does these things on a budget! Lavish Luxe has even styled my teenage daughter for her 13th birthday bash. Everything was trendy and stylish, but most of all age appropriate! I will continue to use Lavish Luxe in the future and if you haven\'t, you should give her a try!\n<cite>Shayla D.</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"e5223cc4-a210-4e08-a17c-d548361bceb4\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:437:\"<blockquote><b>\"Reliable and Trustworthy!\"</b>\n\nOkay, simply put, Lenee\' knows her stuff! She\'s got an eye for style. I\'ve relied on Lavish luxe by Lenee\' for style consulting, dressing me for events and personal shopping services. Lenee\' is on a very short list of people who I can trust to shop for me without me being present. I can count on her to find the right luxe for the occasion and my budget.\n<cite>Latonia</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"05259c3e-f85f-407b-8508-2cafb80baca5\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:534:\"<blockquote>I absolutely love every experience with Lavish Luxe by Lenee! Janella has a keen eye for fashion and will always keep you looking good and in season! Through styling me she’s also helped me build up my confidence with certain colors and clothing styles that I hadn’t had before. From birthdays, holidays, everyday wear, special events and just help to put together and bringing new life into the wardrobe I already have, Lavish Luxe has always been the way to go!\n<cite>Jasmine \"Jazzy Faces\" Tucker</cite></blockquote>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"cffc72b1-4448-4475-9fe0-35eede8cc80e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:4:{s:7:\"padding\";s:11:\"0% 0% 0% 0%\";s:14:\"mobile_padding\";s:15:\"0px 0px 0px 0px\";s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(951,305,'dismissable','1'),(952,305,'location','[\"everywhere\"]'),(953,305,'plugins','[]'),(954,305,'theme',''),(955,305,'version',''),(956,305,'viewed','1'),(960,178,'_edit_lock','1543616972:3'),(961,48,'_oembed_8b4d85be0b8d9cab75e406b7836acb8f','<blockquote class=\"wp-embedded-content\" data-secret=\"iGtEKAX0M8\"><a href=\"http://xn----7sbb1bbndheurc1a.xn--p1ai/\"></a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"http://xn----7sbb1bbndheurc1a.xn--p1ai/embed/#?secret=iGtEKAX0M8\" data-secret=\"iGtEKAX0M8\" width=\"500\" height=\"282\" title=\"&#8220;&#8221; &#8212; NEWSLETTERS USING SITE CONTACT FORMS\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(962,48,'_oembed_time_8b4d85be0b8d9cab75e406b7836acb8f','1555867487'),(974,324,'_wp_attached_file','woocommerce-placeholder.png'),(975,324,'_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:10:{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: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: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:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"woocommerce-placeholder-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-590x335.png\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-830x415.png\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;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:{}}}'),(979,325,'_edit_lock','1571947625:1'),(980,325,'_edit_last','1'),(981,325,'war_soundy_enable_bg_sound','no'),(982,325,'war_soundy_enable_pp_corner','yes'),(983,325,'war_soundy_audio_file_url','default'),(984,325,'war_soundy_audio_type','default'),(985,325,'war_soundy_audio_volume','default'),(986,325,'war_soundy_audio_title','default'),(987,325,'war_soundy_autoplay','default'),(988,325,'war_soundy_loop','default'),(989,326,'_edit_lock','1562612492:1'),(990,326,'war_soundy_enable_bg_sound','default'),(991,326,'war_soundy_enable_pp_corner','default'),(992,326,'war_soundy_audio_file_url','default'),(993,326,'war_soundy_audio_type','default'),(994,326,'war_soundy_audio_volume','default'),(995,326,'war_soundy_audio_title','default'),(996,326,'war_soundy_autoplay','default'),(997,326,'war_soundy_loop','default'),(999,328,'_edit_lock','1562612748:1'),(1755,428,'_downloadable','no'),(1754,428,'_virtual','no'),(1002,339,'_wp_attached_file','2019/07/beehave.jpg'),(1003,339,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1500;s:4:\"file\";s:19:\"2019/07/beehave.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"beehave-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"beehave-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"beehave-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"beehave-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:19:\"beehave-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:19:\"beehave-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"beehave-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"beehave-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:19:\"beehave-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"beehave-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"beehave-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:19:\"beehave-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:19:\"beehave-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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:{}}}'),(1753,428,'_sold_individually','yes'),(1752,428,'_backorders','no'),(1751,428,'_manage_stock','yes'),(1750,428,'_tax_class',''),(1749,428,'_tax_status','taxable'),(1748,428,'total_sales','0'),(1723,416,'_recorded_sales','yes'),(1583,236,'_edit_lock','1573104466:3'),(1587,395,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3265;s:6:\"height\";i:4898;s:4:\"file\";s:31:\"2019/11/web1-e1573153970286.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"web1-e1573153970286-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"web1-e1573153970286-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"web1-e1573153970286-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"web1-e1573153970286-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:31:\"web1-e1573153970286-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:31:\"web1-e1573153970286-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:4:{s:4:\"file\";s:31:\"web1-e1573153970286-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"web1-e1573153970286-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:31:\"web1-e1573153970286-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:31:\"web1-e1573153970286-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:31:\"web1-e1573153970286-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:31:\"web1-e1573153970286-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:31:\"web1-e1573153970286-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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:{}}}'),(1722,416,'_download_permissions_granted','yes'),(1721,416,'_paid_date','2019-12-04 18:29:10'),(1720,416,'_date_paid','1575484150'),(1743,416,'_paypal_transaction_fee','2.04'),(1718,416,'_paypal_status','completed'),(1717,416,'_transaction_id','1K968475365078001'),(1716,416,'Payment type','instant'),(1715,416,'is_vat_exempt','no'),(1714,416,'_shipping_address_index','         4699865143'),(1713,416,'_billing_address_index','Shonenetta Sanders  2622 Brandywyne Dr  Carrollton TX 75007 US shonenetta47@gmail.com 4699865143'),(1712,416,'_prices_include_tax','no'),(1711,416,'_order_version','4.3.1'),(1710,416,'_order_total','60.00'),(1709,416,'_order_tax','0'),(1708,416,'_order_shipping_tax','0'),(1706,416,'_cart_discount_tax','0'),(1707,416,'_order_shipping','0'),(1066,343,'_wp_attached_file','2019/07/Black-Styled-By-Lenee-T-Shirt.jpg'),(1067,343,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1387;s:6:\"height\";i:1500;s:4:\"file\";s:41:\"2019/07/Black-Styled-By-Lenee-T-Shirt.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Black-Styled-By-Lenee-T-Shirt-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Black-Styled-By-Lenee-T-Shirt-277x300.jpg\";s:5:\"width\";i:277;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Black-Styled-By-Lenee-T-Shirt-768x831.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:831;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Black-Styled-By-Lenee-T-Shirt-947x1024.jpg\";s:5:\"width\";i:947;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:41:\"Black-Styled-By-Lenee-T-Shirt-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:41:\"Black-Styled-By-Lenee-T-Shirt-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:41:\"Black-Styled-By-Lenee-T-Shirt-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:41:\"Black-Styled-By-Lenee-T-Shirt-600x649.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:649;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:41:\"Black-Styled-By-Lenee-T-Shirt-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:41:\"Black-Styled-By-Lenee-T-Shirt-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:41:\"Black-Styled-By-Lenee-T-Shirt-600x649.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:649;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:41:\"Black-Styled-By-Lenee-T-Shirt-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:41:\"Black-Styled-By-Lenee-T-Shirt-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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:{}}}'),(1777,428,'war_soundy_autoplay','default'),(1776,428,'war_soundy_audio_title','default'),(1775,428,'war_soundy_audio_volume','default'),(1774,428,'war_soundy_audio_type','default'),(1773,428,'war_soundy_audio_file_url','default'),(1772,428,'war_soundy_enable_pp_corner','default'),(1771,428,'war_soundy_enable_bg_sound','default'),(1770,428,'_product_image_gallery','429'),(1769,428,'_price','10.00'),(1768,428,'_regular_price','10.00'),(1767,428,'_sku','010'),(1779,428,'_wpas_done_all','1'),(1099,345,'_wp_attached_file','2019/07/blush-baby.jpg'),(1100,345,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1500;s:4:\"file\";s:22:\"2019/07/blush-baby.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"blush-baby-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"blush-baby-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"blush-baby-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"blush-baby-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:22:\"blush-baby-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:22:\"blush-baby-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"blush-baby-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"blush-baby-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:22:\"blush-baby-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"blush-baby-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"blush-baby-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:22:\"blush-baby-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:22:\"blush-baby-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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:{}}}'),(1131,347,'_wp_attached_file','2019/07/blush-lady.jpg'),(1132,347,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1500;s:4:\"file\";s:22:\"2019/07/blush-lady.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"blush-lady-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"blush-lady-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"blush-lady-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"blush-lady-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:22:\"blush-lady-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:22:\"blush-lady-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"blush-lady-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"blush-lady-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:22:\"blush-lady-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"blush-lady-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"blush-lady-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:22:\"blush-lady-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:22:\"blush-lady-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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:{}}}'),(1161,348,'_edit_lock','1562619157:1'),(1162,348,'_edit_last','1'),(1163,349,'_wp_attached_file','2019/07/customizable-feathered-skirt.png'),(1164,349,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:684;s:6:\"height\";i:663;s:4:\"file\";s:40:\"2019/07/customizable-feathered-skirt.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"customizable-feathered-skirt-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"customizable-feathered-skirt-300x291.png\";s:5:\"width\";i:300;s:6:\"height\";i:291;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:40:\"customizable-feathered-skirt-590x335.png\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:40:\"customizable-feathered-skirt-684x415.png\";s:5:\"width\";i:684;s:6:\"height\";i:415;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:40:\"customizable-feathered-skirt-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:40:\"customizable-feathered-skirt-600x582.png\";s:5:\"width\";i:600;s:6:\"height\";i:582;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:40:\"customizable-feathered-skirt-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:40:\"customizable-feathered-skirt-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:40:\"customizable-feathered-skirt-600x582.png\";s:5:\"width\";i:600;s:6:\"height\";i:582;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:40:\"customizable-feathered-skirt-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:40:\"customizable-feathered-skirt-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1193,348,'_wpas_done_all','1'),(1166,348,'_regular_price','60'),(1167,348,'total_sales','0'),(1168,348,'_tax_status','none'),(1169,348,'_tax_class',''),(1170,348,'_manage_stock','no'),(1171,348,'_backorders','no'),(1172,348,'_sold_individually','no'),(1173,348,'_virtual','no'),(1174,348,'_downloadable','no'),(1175,348,'_download_limit','-1'),(1176,348,'_download_expiry','-1'),(1177,348,'_stock',NULL),(1178,348,'_stock_status','instock'),(1179,348,'_wc_average_rating','0'),(1180,348,'_wc_review_count','0'),(1181,348,'_product_version','3.6.5'),(1182,348,'_price','60'),(1184,348,'war_soundy_enable_bg_sound','default'),(1185,348,'war_soundy_enable_pp_corner','default'),(1186,348,'war_soundy_audio_file_url','default'),(1187,348,'war_soundy_audio_type','default'),(1188,348,'war_soundy_audio_volume','default'),(1189,348,'war_soundy_audio_title','default'),(1190,348,'war_soundy_autoplay','default'),(1191,348,'war_soundy_loop','default'),(1192,348,'sharing_disabled','1'),(1802,431,'war_soundy_audio_file_url','default'),(1196,352,'_wp_attached_file','2019/07/gladdis.jpg'),(1197,352,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1500;s:4:\"file\";s:19:\"2019/07/gladdis.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"gladdis-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"gladdis-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"gladdis-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"gladdis-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:19:\"gladdis-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:19:\"gladdis-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"gladdis-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"gladdis-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:19:\"gladdis-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"gladdis-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"gladdis-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:19:\"gladdis-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:19:\"gladdis-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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:{}}}'),(1801,431,'war_soundy_enable_pp_corner','default'),(1800,431,'war_soundy_enable_bg_sound','default'),(1799,431,'_price','10.00'),(1798,431,'_product_version','4.3.1'),(1797,431,'_wc_review_count','0'),(1796,431,'_wc_average_rating','0'),(1795,431,'_stock_status','instock'),(1794,431,'_stock','4'),(1793,431,'_download_expiry','-1'),(1792,431,'_download_limit','-1'),(1791,431,'_downloadable','no'),(1790,431,'_virtual','no'),(1789,431,'_sold_individually','no'),(1788,431,'_backorders','no'),(1787,431,'_manage_stock','yes'),(1786,431,'_tax_class',''),(1785,431,'_tax_status','taxable'),(1784,431,'total_sales','0'),(1783,431,'_regular_price','10.00'),(1808,431,'_wpas_done_all','1'),(1227,348,'_thumbnail_id','349'),(1234,355,'_wp_attached_file','2019/07/livin-lavish-t-shirt.jpg'),(1235,355,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:844;s:4:\"file\";s:32:\"2019/07/livin-lavish-t-shirt.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"livin-lavish-t-shirt-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"livin-lavish-t-shirt-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"livin-lavish-t-shirt-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"livin-lavish-t-shirt-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:32:\"livin-lavish-t-shirt-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:32:\"livin-lavish-t-shirt-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"livin-lavish-t-shirt-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:32:\"livin-lavish-t-shirt-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"livin-lavish-t-shirt-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:32:\"livin-lavish-t-shirt-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:32:\"livin-lavish-t-shirt-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"livin-lavish-t-shirt-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:32:\"livin-lavish-t-shirt-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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:{}}}'),(1765,430,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3840;s:6:\"height\";i:2160;s:4:\"file\";s:17:\"2020/07/autum.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"autum-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"autum-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"autum-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"autum-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:17:\"autum-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:17:\"autum-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"autum-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:17:\"autum-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"autum-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:17:\"autum-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:17:\"autum-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"autum-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:17:\"autum-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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:{}}}'),(1764,430,'_wp_attached_file','2020/07/autum.jpg'),(1763,428,'_product_version','4.3.1'),(1762,428,'_product_attributes','a:1:{s:12:\"kids-blm-set\";a:6:{s:4:\"name\";s:12:\"Kids Blm Set\";s:5:\"value\";s:65:\"White 3T girl set (1)\nBlack 4T girl set (4)\nBlack 2T girl set (2)\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";s:1:\"1\";s:12:\"is_variation\";s:1:\"0\";s:11:\"is_taxonomy\";s:1:\"0\";}}'),(1761,428,'_wc_review_count','0'),(1760,428,'_wc_average_rating','0'),(1759,428,'_stock_status','instock'),(1702,416,'_billing_email','shonenetta47@gmail.com'),(1267,357,'_wp_attached_file','2019/07/marble-chic.jpg'),(1268,357,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1097;s:4:\"file\";s:23:\"2019/07/marble-chic.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"marble-chic-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"marble-chic-300x219.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"marble-chic-768x562.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:562;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"marble-chic-1024x749.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:749;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:23:\"marble-chic-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:23:\"marble-chic-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"marble-chic-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"marble-chic-600x439.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"marble-chic-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"marble-chic-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"marble-chic-600x439.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"marble-chic-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:23:\"marble-chic-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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:{}}}'),(1701,416,'_billing_country','US'),(1700,416,'_billing_postcode','75007'),(1699,416,'_billing_state','TX'),(1698,416,'_billing_city','Carrollton'),(1697,416,'_billing_address_1','2622 Brandywyne Dr'),(1696,416,'_billing_last_name','Sanders'),(1695,416,'_billing_first_name','Shonenetta'),(1694,416,'_cart_hash','319bb7fe8564df9e98a6d5af419416cb'),(1693,416,'_created_via','checkout'),(1692,416,'_customer_user_agent','Mozilla/5.0 (iPad; CPU OS 13_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 Instagram 121.1.0.22.122 (iPad7,5; iOS 13_2; en_US; en-US; scale=2.00; 750x1334; 185888820)'),(1691,416,'_customer_ip_address','70.119.175.195'),(1690,416,'_payment_method_title','PayPal'),(1688,416,'_customer_user','0'),(1689,416,'_payment_method','paypal'),(1588,395,'_wp_attachment_backup_sizes','a:14:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4898;s:6:\"height\";i:3265;s:4:\"file\";s:8:\"web1.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:16:\"web1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:16:\"web1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:16:\"web1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:17:\"web1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"ut-home-image-orig\";a:4:{s:4:\"file\";s:16:\"web1-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"ut-blog-image-orig\";a:4:{s:4:\"file\";s:16:\"web1-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"woocommerce_thumbnail-orig\";a:5:{s:4:\"file\";s:16:\"web1-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:23:\"woocommerce_single-orig\";a:4:{s:4:\"file\";s:16:\"web1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"woocommerce_gallery_thumbnail-orig\";a:4:{s:4:\"file\";s:16:\"web1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"shop_catalog-orig\";a:4:{s:4:\"file\";s:16:\"web1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"shop_single-orig\";a:4:{s:4:\"file\";s:16:\"web1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"shop_thumbnail-orig\";a:4:{s:4:\"file\";s:16:\"web1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"sow-carousel-default-orig\";a:4:{s:4:\"file\";s:16:\"web1-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(1589,396,'_wp_attached_file','2019/11/web4.jpg'),(1590,396,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4898;s:6:\"height\";i:3265;s:4:\"file\";s:16:\"2019/11/web4.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"web4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"web4-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"web4-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"web4-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:16:\"web4-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:16:\"web4-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:16:\"web4-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:16:\"web4-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:16:\"web4-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:16:\"web4-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:16:\"web4-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:16:\"web4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:16:\"web4-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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:{}}}'),(1814,435,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2160;s:6:\"height\";i:3840;s:4:\"file\";s:39:\"2020/07/blkLM-shirts-e1595303493193.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"blkLM-shirts-e1595303493193-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"blkLM-shirts-e1595303493193-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"blkLM-shirts-e1595303493193-768x1365.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"blkLM-shirts-e1595303493193-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:39:\"blkLM-shirts-e1595303493193-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:39:\"blkLM-shirts-e1595303493193-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:4:{s:4:\"file\";s:39:\"blkLM-shirts-e1595303493193-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:40:\"blkLM-shirts-e1595303493193-600x1067.jpg\";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:39:\"blkLM-shirts-e1595303493193-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:39:\"blkLM-shirts-e1595303493193-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:40:\"blkLM-shirts-e1595303493193-600x1067.jpg\";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:39:\"blkLM-shirts-e1595303493193-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:39:\"blkLM-shirts-e1595303493193-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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:{}}}'),(1813,435,'_wp_attached_file','2020/07/blkLM-shirts-e1595303493193.jpg'),(1812,434,'_edit_last','1'),(1811,434,'_edit_lock','1595951368:1'),(1996,497,'site-content-layout','page-builder'),(1806,431,'war_soundy_autoplay','default'),(1807,431,'war_soundy_loop','default'),(1332,362,'_edit_lock','1573020433:3'),(1333,363,'_wp_attached_file','2019/07/623258011.jpg'),(1334,363,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:666;s:6:\"height\";i:670;s:4:\"file\";s:21:\"2019/07/623258011.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"623258011-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"623258011-298x300.jpg\";s:5:\"width\";i:298;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:21:\"623258011-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:21:\"623258011-666x415.jpg\";s:5:\"width\";i:666;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"623258011-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"623258011-600x604.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:604;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"623258011-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"623258011-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"623258011-600x604.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:604;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"623258011-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:21:\"623258011-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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:{}}}'),(1335,362,'_edit_last','3'),(1336,362,'_thumbnail_id','363'),(1364,362,'_wpas_done_all','1'),(1338,362,'_regular_price','25'),(1339,362,'total_sales','0'),(1340,362,'_tax_status','none'),(1341,362,'_tax_class',''),(1342,362,'_manage_stock','no'),(1343,362,'_backorders','no'),(1344,362,'_sold_individually','no'),(1345,362,'_virtual','no'),(1346,362,'_downloadable','no'),(1347,362,'_download_limit','-1'),(1348,362,'_download_expiry','-1'),(1349,362,'_stock',NULL),(1350,362,'_stock_status','instock'),(1351,362,'_wc_average_rating','0'),(1352,362,'_wc_review_count','0'),(1353,362,'_product_version','3.7.1'),(1354,362,'_price','25'),(1355,362,'war_soundy_enable_bg_sound','default'),(1356,362,'war_soundy_enable_pp_corner','default'),(1357,362,'war_soundy_audio_file_url','default'),(1358,362,'war_soundy_audio_type','default'),(1359,362,'war_soundy_audio_volume','default'),(1360,362,'war_soundy_audio_title','default'),(1361,362,'war_soundy_autoplay','default'),(1362,362,'war_soundy_loop','default'),(1363,362,'sharing_disabled','1'),(1815,435,'_wp_attachment_backup_sizes','a:14:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3840;s:6:\"height\";i:2160;s:4:\"file\";s:16:\"blkLM-shirts.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:24:\"blkLM-shirts-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:24:\"blkLM-shirts-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:24:\"blkLM-shirts-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:25:\"blkLM-shirts-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"ut-home-image-orig\";a:4:{s:4:\"file\";s:24:\"blkLM-shirts-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"ut-blog-image-orig\";a:4:{s:4:\"file\";s:24:\"blkLM-shirts-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"woocommerce_thumbnail-orig\";a:5:{s:4:\"file\";s:24:\"blkLM-shirts-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:23:\"woocommerce_single-orig\";a:4:{s:4:\"file\";s:24:\"blkLM-shirts-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"woocommerce_gallery_thumbnail-orig\";a:4:{s:4:\"file\";s:24:\"blkLM-shirts-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"shop_catalog-orig\";a:4:{s:4:\"file\";s:24:\"blkLM-shirts-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"shop_single-orig\";a:4:{s:4:\"file\";s:24:\"blkLM-shirts-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"shop_thumbnail-orig\";a:4:{s:4:\"file\";s:24:\"blkLM-shirts-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"sow-carousel-default-orig\";a:4:{s:4:\"file\";s:24:\"blkLM-shirts-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(1371,296,'_oembed_33251a18ee69f0ce53c9174c61dc9127','{{unknown}}'),(1586,395,'_wp_attached_file','2019/11/web1-e1573153970286.jpg'),(1805,431,'war_soundy_audio_title','default'),(1804,431,'war_soundy_audio_volume','default'),(1803,431,'war_soundy_audio_type','default'),(1781,431,'_edit_last','1'),(1780,431,'_edit_lock','1595951429:1'),(1778,428,'war_soundy_loop','default'),(1758,428,'_stock','7'),(1757,428,'_download_expiry','-1'),(1756,428,'_download_limit','-1'),(1725,416,'_order_stock_reduced','yes'),(1724,416,'_recorded_coupon_usage_counts','yes'),(1705,416,'_cart_discount','0'),(1704,416,'_order_currency','USD'),(1703,416,'_billing_phone','4699865143'),(1687,416,'_order_key','wc_order_CFFZ6DnAMF1KX'),(1742,416,'_edit_lock','1595960646:1'),(1744,428,'_edit_lock','1595951525:1'),(1450,383,'_edit_lock','1573234177:1'),(1451,383,'_edit_last','1'),(1452,385,'_wp_attached_file','2019/11/kiss-shirt-e1573016246806.jpg'),(1453,385,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3265;s:6:\"height\";i:4898;s:4:\"file\";s:37:\"2019/11/kiss-shirt-e1573016246806.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"kiss-shirt-e1573016246806-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"kiss-shirt-e1573016246806-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"kiss-shirt-e1573016246806-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"kiss-shirt-e1573016246806-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:37:\"kiss-shirt-e1573016246806-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:37:\"kiss-shirt-e1573016246806-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:4:{s:4:\"file\";s:37:\"kiss-shirt-e1573016246806-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:37:\"kiss-shirt-e1573016246806-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:37:\"kiss-shirt-e1573016246806-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:\"kiss-shirt-e1573016246806-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:\"kiss-shirt-e1573016246806-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:37:\"kiss-shirt-e1573016246806-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:37:\"kiss-shirt-e1573016246806-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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:{}}}'),(1454,385,'_wp_attachment_backup_sizes','a:14:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4898;s:6:\"height\";i:3265;s:4:\"file\";s:14:\"kiss-shirt.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:22:\"kiss-shirt-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:22:\"kiss-shirt-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:22:\"kiss-shirt-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:23:\"kiss-shirt-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"ut-home-image-orig\";a:4:{s:4:\"file\";s:22:\"kiss-shirt-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"ut-blog-image-orig\";a:4:{s:4:\"file\";s:22:\"kiss-shirt-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"woocommerce_thumbnail-orig\";a:5:{s:4:\"file\";s:22:\"kiss-shirt-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:23:\"woocommerce_single-orig\";a:4:{s:4:\"file\";s:22:\"kiss-shirt-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"woocommerce_gallery_thumbnail-orig\";a:4:{s:4:\"file\";s:22:\"kiss-shirt-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"shop_catalog-orig\";a:4:{s:4:\"file\";s:22:\"kiss-shirt-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"shop_single-orig\";a:4:{s:4:\"file\";s:22:\"kiss-shirt-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"shop_thumbnail-orig\";a:4:{s:4:\"file\";s:22:\"kiss-shirt-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"sow-carousel-default-orig\";a:4:{s:4:\"file\";s:22:\"kiss-shirt-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(1455,385,'_wp_attachment_image_alt','Motto shirt'),(1456,383,'_thumbnail_id','385'),(1483,383,'_wpas_done_all','1'),(1458,383,'_regular_price','27.00'),(1459,383,'total_sales','0'),(1460,383,'_tax_status','none'),(1461,383,'_tax_class',''),(1462,383,'_manage_stock','no'),(1463,383,'_backorders','no'),(1464,383,'_sold_individually','no'),(1465,383,'_virtual','no'),(1466,383,'_downloadable','no'),(1467,383,'_download_limit','-1'),(1468,383,'_download_expiry','-1'),(1469,383,'_stock',NULL),(1470,383,'_stock_status','instock'),(1471,383,'_wc_average_rating','0'),(1472,383,'_wc_review_count','0'),(1473,383,'_product_version','3.7.1'),(1474,383,'_price','27.00'),(1475,383,'war_soundy_enable_bg_sound','default'),(1476,383,'war_soundy_enable_pp_corner','default'),(1477,383,'war_soundy_audio_file_url','default'),(1478,383,'war_soundy_audio_type','default'),(1479,383,'war_soundy_audio_volume','default'),(1480,383,'war_soundy_audio_title','default'),(1481,383,'war_soundy_autoplay','default'),(1482,383,'war_soundy_loop','default'),(1484,387,'_wp_attached_file','2019/11/army-bag.jpg'),(1485,387,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4898;s:6:\"height\";i:3265;s:4:\"file\";s:20:\"2019/11/army-bag.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"army-bag-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"army-bag-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"army-bag-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"army-bag-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:20:\"army-bag-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:20:\"army-bag-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"army-bag-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"army-bag-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"army-bag-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"army-bag-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"army-bag-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"army-bag-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:20:\"army-bag-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1488,389,'_wp_attached_file','2019/11/purse.jpg'),(1489,389,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4898;s:6:\"height\";i:3265;s:4:\"file\";s:17:\"2019/11/purse.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"purse-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"purse-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"purse-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"purse-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:17:\"purse-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:17:\"purse-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"purse-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:17:\"purse-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:17:\"purse-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:17:\"purse-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:17:\"purse-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:17:\"purse-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:17:\"purse-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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:{}}}'),(1490,389,'_wp_attachment_image_alt','matching clutch and shades set'),(1521,387,'_wp_attachment_image_alt','handbag, black, box'),(1552,392,'_wp_attached_file','2019/11/brown-bag.jpg'),(1553,392,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4898;s:6:\"height\";i:3265;s:4:\"file\";s:21:\"2019/11/brown-bag.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"brown-bag-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"brown-bag-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"brown-bag-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"brown-bag-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:21:\"brown-bag-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:21:\"brown-bag-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"brown-bag-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"brown-bag-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:21:\"brown-bag-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"brown-bag-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"brown-bag-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:21:\"brown-bag-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:21:\"brown-bag-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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:{}}}'),(1554,392,'_wp_attachment_image_alt','clucth, handbag, Faux aligator lrather'),(1621,398,'_wp_attached_file','2019/11/web3.jpg'),(1622,398,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4898;s:6:\"height\";i:3265;s:4:\"file\";s:16:\"2019/11/web3.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"web3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"web3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"web3-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"web3-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:16:\"web3-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:16:\"web3-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:16:\"web3-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:16:\"web3-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:16:\"web3-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:16:\"web3-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:16:\"web3-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:16:\"web3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:16:\"web3-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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:{}}}'),(1662,405,'_wp_attached_file','2019/11/Lavish Luxe By Lenee.m4v'),(1663,406,'_wp_attached_file','2019/11/Lavish-Luxe-By-Lenee-m4v-image.jpg'),(1664,406,'_cover_hash','5f6a896564715644b2ae4074863ddbb2'),(1665,406,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:42:\"2019/11/Lavish-Luxe-By-Lenee-m4v-image.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Lavish-Luxe-By-Lenee-m4v-image-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Lavish-Luxe-By-Lenee-m4v-image-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Lavish-Luxe-By-Lenee-m4v-image-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"Lavish-Luxe-By-Lenee-m4v-image-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:42:\"Lavish-Luxe-By-Lenee-m4v-image-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:42:\"Lavish-Luxe-By-Lenee-m4v-image-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:42:\"Lavish-Luxe-By-Lenee-m4v-image-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:42:\"Lavish-Luxe-By-Lenee-m4v-image-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:42:\"Lavish-Luxe-By-Lenee-m4v-image-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:42:\"Lavish-Luxe-By-Lenee-m4v-image-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:42:\"Lavish-Luxe-By-Lenee-m4v-image-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:42:\"Lavish-Luxe-By-Lenee-m4v-image-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:42:\"Lavish-Luxe-By-Lenee-m4v-image-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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:{}}}'),(1666,405,'_thumbnail_id','406'),(1667,405,'_wp_attachment_metadata','a:11:{s:8:\"filesize\";i:191851652;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:168;s:16:\"length_formatted\";s:4:\"2:48\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:7:{s:10:\"dataformat\";s:3:\"mp4\";s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:48000;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";}s:17:\"created_timestamp\";i:1572205198;s:5:\"image\";a:1:{s:4:\"mime\";s:10:\"image/jpeg\";}}'),(1668,405,'_edit_lock','1574092268:1'),(1745,428,'_edit_last','1'),(1746,429,'_wp_attached_file','2020/07/kids-blm-set.jpg'),(1747,429,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2160;s:6:\"height\";i:2099;s:4:\"file\";s:24:\"2020/07/kids-blm-set.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"kids-blm-set-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"kids-blm-set-300x292.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"kids-blm-set-768x746.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:746;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"kids-blm-set-1024x995.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:995;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:24:\"kids-blm-set-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:24:\"kids-blm-set-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"kids-blm-set-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:24:\"kids-blm-set-600x583.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:583;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"kids-blm-set-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:24:\"kids-blm-set-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:24:\"kids-blm-set-600x583.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:583;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"kids-blm-set-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:24:\"kids-blm-set-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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:{}}}'),(1842,434,'_wpas_done_all','1'),(1817,434,'_regular_price','10.00'),(1818,434,'total_sales','0'),(1819,434,'_tax_status','taxable'),(1820,434,'_tax_class',''),(1821,434,'_manage_stock','yes'),(1822,434,'_backorders','no'),(1823,434,'_sold_individually','yes'),(1824,434,'_virtual','no'),(1825,434,'_downloadable','no'),(1826,434,'_download_limit','-1'),(1827,434,'_download_expiry','-1'),(1828,434,'_stock','30'),(1829,434,'_stock_status','instock'),(1830,434,'_wc_average_rating','0'),(1831,434,'_wc_review_count','0'),(1832,434,'_product_version','4.3.1'),(1833,434,'_price','10.00'),(1834,434,'war_soundy_enable_bg_sound','default'),(1835,434,'war_soundy_enable_pp_corner','default'),(1836,434,'war_soundy_audio_file_url','default'),(1837,434,'war_soundy_audio_type','default'),(1838,434,'war_soundy_audio_volume','default'),(1839,434,'war_soundy_audio_title','default'),(1840,434,'war_soundy_autoplay','default'),(1841,434,'war_soundy_loop','default'),(1844,431,'_thumbnail_id','429'),(1845,439,'_wp_attached_file','2020/07/autum-1.jpg'),(1846,439,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2160;s:6:\"height\";i:3840;s:4:\"file\";s:19:\"2020/07/autum-1.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"autum-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"autum-1-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"autum-1-768x1365.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"autum-1-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-home-image\";a:4:{s:4:\"file\";s:19:\"autum-1-590x335.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"ut-blog-image\";a:4:{s:4:\"file\";s:19:\"autum-1-830x415.jpg\";s:5:\"width\";i:830;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"autum-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:20:\"autum-1-600x1067.jpg\";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:19:\"autum-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:19:\"autum-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:20:\"autum-1-600x1067.jpg\";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:19:\"autum-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:19:\"autum-1-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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:{}}}'),(1847,428,'_thumbnail_id','439'),(1848,434,'_thumbnail_id','435'),(1849,416,'_edit_last','1'),(1850,416,'_shipping_phone',''),(1851,416,'war_soundy_enable_bg_sound','default'),(1852,416,'war_soundy_enable_pp_corner','default'),(1853,416,'war_soundy_audio_file_url','default'),(1854,416,'war_soundy_audio_type','default'),(1855,416,'war_soundy_audio_volume','default'),(1856,416,'war_soundy_audio_title','default'),(1857,416,'war_soundy_autoplay','default'),(1858,416,'war_soundy_loop','default'),(2000,497,'_elementor_page_settings','a:6:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:11:\"center left\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";s:16:\"background_color\";s:7:\"#000000\";}'),(1999,497,'_wp_page_template','default'),(1880,416,'_date_completed','1597154184'),(1881,416,'_completed_date','2020-08-11 13:56:24'),(1980,496,'_last_editor_used_jetpack','classic-editor'),(1997,497,'site-sidebar-layout','no-sidebar'),(1995,497,'ast-featured-img','disabled'),(1994,497,'ast-title-bar-display','disabled'),(1993,497,'site-post-title','disabled'),(1992,497,'_astra_content_layout_flag','disabled'),(1981,496,'_edit_lock','1614298385:1'),(1982,496,'_edit_last','1'),(1983,497,'_last_editor_used_jetpack','classic-editor'),(1984,497,'_edit_lock','1625500192:1'),(1985,497,'_edit_last','1'),(1986,497,'_elementor_edit_mode','builder'),(1987,498,'_elementor_edit_mode','builder'),(1988,498,'_elementor_template_type','kit'),(1989,498,'_elementor_version','3.1.1'),(1990,497,'_elementor_template_type','wp-page'),(1991,497,'_elementor_version','3.2.5'),(2001,497,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\",\"background_play_on_mobile\":\"yes\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"89cd57d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/LavishLuxeAbout.jpg\",\"id\":818},\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"af75ae6\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cda6995\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"7fc2400\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7439bb8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1862182\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6ceb0fc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a895889\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"premium_eq_height_switcher\":\"yes\",\"premium_eq_height_target\":[\".elementor-widget-image .elementor-widget-container\",\".elementor-widget-eael-ninja .elementor-widget-container\"]},\"elements\":[{\"id\":\"aaa7c7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93bd7d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1200\",\"height\":\"1500\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4d74249\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"e57e4e4\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"a39d81f\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c9c5283\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ae8da1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b0e16f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2005,499,'_elementor_edit_mode','builder'),(2006,499,'_elementor_template_type','wp-page'),(2007,499,'_elementor_version','3.1.1'),(2008,499,'_wp_page_template','default'),(2009,499,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2010,499,'_elementor_data','[{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2012,500,'_elementor_edit_mode','builder'),(2013,500,'_elementor_template_type','wp-page'),(2014,500,'_elementor_version','3.1.1'),(2015,500,'_wp_page_template','default'),(2016,500,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2017,500,'_elementor_data','[{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2019,501,'_elementor_edit_mode','builder'),(2020,501,'_elementor_template_type','wp-page'),(2021,501,'_elementor_version','3.1.1'),(2022,501,'_wp_page_template','default'),(2023,501,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2024,501,'_elementor_data','[{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2028,502,'_elementor_edit_mode','builder'),(2029,502,'_elementor_template_type','wp-page'),(2030,502,'_elementor_version','3.1.1'),(2031,502,'_wp_page_template','default'),(2032,502,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2033,502,'_elementor_data','[{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2035,503,'_elementor_edit_mode','builder'),(2036,503,'_elementor_template_type','wp-page'),(2037,503,'_elementor_version','3.1.1'),(2038,503,'_wp_page_template','default'),(2039,503,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2040,503,'_elementor_data','[{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2042,504,'_elementor_edit_mode','builder'),(2043,504,'_elementor_template_type','wp-page'),(2044,504,'_elementor_version','3.1.1'),(2045,504,'_wp_page_template','default'),(2046,504,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2047,504,'_elementor_data','[{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2051,505,'_elementor_edit_mode','builder'),(2052,505,'_elementor_template_type','wp-page'),(2053,505,'_elementor_version','3.1.1'),(2054,505,'_wp_page_template','default'),(2055,505,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2056,505,'_elementor_data','[{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2058,506,'_elementor_edit_mode','builder'),(2059,506,'_elementor_template_type','wp-page'),(2060,506,'_elementor_version','3.1.1'),(2061,506,'_wp_page_template','default'),(2062,506,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2063,506,'_elementor_data','[{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2065,507,'_elementor_edit_mode','builder'),(2066,507,'_elementor_template_type','wp-page'),(2067,507,'_elementor_version','3.1.1'),(2068,507,'_wp_page_template','default'),(2069,507,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2070,507,'_elementor_data','[{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2084,509,'_elementor_edit_mode','builder'),(2085,509,'_elementor_template_type','wp-page'),(2086,509,'_elementor_version','3.1.1'),(2087,509,'_wp_page_template','default'),(2088,509,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2089,509,'_elementor_data','[{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4743,903,'_elementor_version','3.2.2'),(4744,903,'_wp_page_template','default'),(4745,903,'_elementor_page_settings','a:6:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:11:\"center left\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";s:16:\"background_color\";s:7:\"#000000\";}'),(4746,903,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\",\"background_play_on_mobile\":\"yes\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"89cd57d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/LavishLuxeAbout.jpg\",\"id\":818},\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"af75ae6\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cda6995\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"7fc2400\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7439bb8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1862182\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6ceb0fc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a895889\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"premium_eq_height_switcher\":\"yes\",\"premium_eq_height_target\":[\".elementor-widget-image .elementor-widget-container\",\".elementor-widget-eael-ninja .elementor-widget-container\"]},\"elements\":[{\"id\":\"aaa7c7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93bd7d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1200\",\"height\":\"1500\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4d74249\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"e57e4e4\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"a39d81f\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c9c5283\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ae8da1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b0e16f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2098,511,'_elementor_edit_mode','builder'),(2099,511,'_elementor_template_type','wp-page'),(2100,511,'_elementor_version','3.1.1'),(2101,511,'_wp_page_template','default'),(2102,511,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2103,511,'_elementor_data','[{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Fashion\",\"eael_dch_last_title\":\"Gallery\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"1f05859\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_column_number\":\"33.330%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"cb321a6\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"6ef96b7\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 1\",\"_id\":\"91f6ac6\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911121649.jpg\",\"id\":235}},{\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"3c12d38\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_7519final.jpg\",\"id\":223}},{\"_id\":\"9f696bb\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/composite1.jpg\",\"id\":244}},{\"_id\":\"38b9808\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5415-2.jpg\",\"id\":231}},{\"_id\":\"cf37e5f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911452285.jpg\",\"id\":243}},{\"_id\":\"4c60470\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5463-2.jpg\",\"id\":232}},{\"_id\":\"4a160c3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911290282.jpg\",\"id\":241}},{\"_id\":\"4989d52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/MG_7562final-1.jpg\",\"id\":276}},{\"_id\":\"4bd7a28\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6375.jpg\",\"id\":224}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(2091,510,'_elementor_edit_mode','builder'),(2092,510,'_elementor_template_type','wp-page'),(2093,510,'_elementor_version','3.1.1'),(2094,510,'_wp_page_template','default'),(2095,510,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2096,510,'_elementor_data','[{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2120,513,'_elementor_edit_mode','builder'),(2121,513,'_elementor_template_type','wp-page'),(2122,513,'_elementor_version','3.1.1'),(2123,513,'_wp_page_template','default'),(2124,513,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2125,513,'_elementor_data','[{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Fashion\",\"eael_dch_last_title\":\"Gallery\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"1f05859\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_column_number\":\"33.330%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"cb321a6\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"6ef96b7\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 1\",\"_id\":\"91f6ac6\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911121649.jpg\",\"id\":235}},{\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"3c12d38\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_7519final.jpg\",\"id\":223}},{\"_id\":\"9f696bb\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/composite1.jpg\",\"id\":244}},{\"_id\":\"38b9808\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5415-2.jpg\",\"id\":231}},{\"_id\":\"cf37e5f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911452285.jpg\",\"id\":243}},{\"_id\":\"4c60470\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5463-2.jpg\",\"id\":232}},{\"_id\":\"4a160c3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911290282.jpg\",\"id\":241}},{\"_id\":\"4989d52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/MG_7562final-1.jpg\",\"id\":276}},{\"_id\":\"4bd7a28\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6375.jpg\",\"id\":224}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(4302,831,'_elementor_edit_mode','builder'),(4296,813,'_elementor_css','a:6:{s:4:\"time\";i:1619994616;s:5:\"fonts\";a:1:{i:0;s:6:\"Barlow\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4664,778,'_elementor_controls_usage','a:5:{s:22:\"eael-dual-color-header\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:33:\"eael_section_dch_content_settings\";a:5:{s:23:\"eael_show_dch_separator\";i:1;s:17:\"eael_dch_icon_new\";i:1;s:20:\"eael_dch_first_title\";i:1;s:19:\"eael_dch_last_title\";i:1;s:16:\"eael_dch_subtext\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:41:\"eael_section_dch_separator_style_settings\";a:2:{s:37:\"eael_dch_separator_left_bg_background\";i:1;s:32:\"eael_dch_separator_left_bg_color\";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:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:1;s:3:\"gap\";i:1;s:15:\"stretch_section\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:9:\"animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:19:\"premium-img-gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:5:{s:23:\"premium_gallery_general\";a:1:{s:31:\"premium_gallery_img_size_select\";i:1;}s:20:\"premium_gallery_cats\";a:2:{s:22:\"premium_gallery_filter\";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:29:\"premium_gallery_grid_settings\";a:1:{s:19:\"premium_gallery_gap\";i:1;}s:32:\"premium_gallery_lightbox_section\";a:3:{s:29:\"premium_gallery_lightbox_type\";i:1;s:19:\"lightbox_show_title\";i:1;s:30:\"premium_gallery_lightbox_theme\";i:1;}}}}s:11:\"menu-anchor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_anchor\";a:1:{s:6:\"anchor\";i:1;}}}}}'),(4298,819,'_elementor_css','a:6:{s:4:\"time\";i:1619994848;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2134,515,'_elementor_edit_mode','builder'),(2135,515,'_elementor_template_type','wp-page'),(2136,515,'_elementor_version','3.1.1'),(2137,515,'_wp_page_template','default'),(2138,515,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2139,515,'_elementor_data','[{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Fashion\",\"eael_dch_last_title\":\"Gallery\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"1f05859\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_column_number\":\"33.330%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"cb321a6\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"6ef96b7\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 1\",\"_id\":\"91f6ac6\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911121649.jpg\",\"id\":235}},{\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"3c12d38\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_7519final.jpg\",\"id\":223}},{\"_id\":\"9f696bb\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/composite1.jpg\",\"id\":244}},{\"_id\":\"38b9808\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5415-2.jpg\",\"id\":231}},{\"_id\":\"cf37e5f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911452285.jpg\",\"id\":243}},{\"_id\":\"4c60470\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5463-2.jpg\",\"id\":232}},{\"_id\":\"4a160c3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911290282.jpg\",\"id\":241}},{\"_id\":\"4989d52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/MG_7562final-1.jpg\",\"id\":276}},{\"_id\":\"4bd7a28\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6375.jpg\",\"id\":224}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2127,514,'_elementor_edit_mode','builder'),(2128,514,'_elementor_template_type','wp-page'),(2129,514,'_elementor_version','3.1.1'),(2130,514,'_wp_page_template','default'),(2131,514,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2132,514,'_elementor_data','[{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Fashion\",\"eael_dch_last_title\":\"Gallery\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"1f05859\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_column_number\":\"33.330%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"cb321a6\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"6ef96b7\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 1\",\"_id\":\"91f6ac6\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911121649.jpg\",\"id\":235}},{\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"3c12d38\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_7519final.jpg\",\"id\":223}},{\"_id\":\"9f696bb\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/composite1.jpg\",\"id\":244}},{\"_id\":\"38b9808\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5415-2.jpg\",\"id\":231}},{\"_id\":\"cf37e5f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911452285.jpg\",\"id\":243}},{\"_id\":\"4c60470\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5463-2.jpg\",\"id\":232}},{\"_id\":\"4a160c3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911290282.jpg\",\"id\":241}},{\"_id\":\"4989d52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/MG_7562final-1.jpg\",\"id\":276}},{\"_id\":\"4bd7a28\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6375.jpg\",\"id\":224}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(2156,517,'_elementor_edit_mode','builder'),(2157,517,'_elementor_template_type','wp-page'),(2158,517,'_elementor_version','3.1.1'),(2159,517,'_wp_page_template','default'),(2160,517,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2161,517,'_elementor_data','[{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Fashion\",\"eael_dch_last_title\":\"Gallery\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"1f05859\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_column_number\":\"33.330%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"cb321a6\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"6ef96b7\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 1\",\"_id\":\"91f6ac6\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911121649.jpg\",\"id\":235}},{\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"3c12d38\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_7519final.jpg\",\"id\":223}},{\"_id\":\"9f696bb\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/composite1.jpg\",\"id\":244}},{\"_id\":\"38b9808\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5415-2.jpg\",\"id\":231}},{\"_id\":\"cf37e5f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911452285.jpg\",\"id\":243}},{\"_id\":\"4c60470\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5463-2.jpg\",\"id\":232}},{\"_id\":\"4a160c3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911290282.jpg\",\"id\":241}},{\"_id\":\"4989d52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/MG_7562final-1.jpg\",\"id\":276}},{\"_id\":\"4bd7a28\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6375.jpg\",\"id\":224}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4303,831,'_elementor_template_type','wp-page'),(4304,831,'_elementor_version','3.2.2'),(4305,831,'_wp_page_template','default'),(4306,831,'_elementor_page_settings','a:5:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:11:\"center left\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";}'),(4307,831,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"89cd57d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/LavishLuxeAbout.jpg\",\"id\":818},\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(2170,519,'_elementor_edit_mode','builder'),(2171,519,'_elementor_template_type','wp-page'),(2172,519,'_elementor_version','3.1.1'),(2173,519,'_wp_page_template','default'),(2174,519,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2175,519,'_elementor_data','[{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Fashion\",\"eael_dch_last_title\":\"Gallery\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"1f05859\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_column_number\":\"33.330%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"cb321a6\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"6ef96b7\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 1\",\"_id\":\"91f6ac6\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911121649.jpg\",\"id\":235}},{\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"3c12d38\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_7519final.jpg\",\"id\":223}},{\"_id\":\"9f696bb\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/composite1.jpg\",\"id\":244}},{\"_id\":\"38b9808\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5415-2.jpg\",\"id\":231}},{\"_id\":\"cf37e5f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911452285.jpg\",\"id\":243}},{\"_id\":\"4c60470\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5463-2.jpg\",\"id\":232}},{\"_id\":\"4a160c3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911290282.jpg\",\"id\":241}},{\"_id\":\"4989d52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/MG_7562final-1.jpg\",\"id\":276}},{\"_id\":\"4bd7a28\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6375.jpg\",\"id\":224}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true}},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2163,518,'_elementor_edit_mode','builder'),(2164,518,'_elementor_template_type','wp-page'),(2165,518,'_elementor_version','3.1.1'),(2166,518,'_wp_page_template','default'),(2167,518,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2168,518,'_elementor_data','[{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Fashion\",\"eael_dch_last_title\":\"Gallery\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"1f05859\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_column_number\":\"33.330%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"cb321a6\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"6ef96b7\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 1\",\"_id\":\"91f6ac6\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911121649.jpg\",\"id\":235}},{\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"3c12d38\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_7519final.jpg\",\"id\":223}},{\"_id\":\"9f696bb\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/composite1.jpg\",\"id\":244}},{\"_id\":\"38b9808\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5415-2.jpg\",\"id\":231}},{\"_id\":\"cf37e5f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911452285.jpg\",\"id\":243}},{\"_id\":\"4c60470\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5463-2.jpg\",\"id\":232}},{\"_id\":\"4a160c3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911290282.jpg\",\"id\":241}},{\"_id\":\"4989d52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/MG_7562final-1.jpg\",\"id\":276}},{\"_id\":\"4bd7a28\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6375.jpg\",\"id\":224}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2188,521,'_elementor_edit_mode','builder'),(2189,521,'_elementor_template_type','wp-page'),(2190,521,'_elementor_version','3.1.1'),(2191,521,'_wp_page_template','default'),(2192,521,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2193,521,'_elementor_data','[{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Fashion\",\"eael_dch_last_title\":\"Gallery\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"1f05859\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_column_number\":\"33.330%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"cb321a6\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"6ef96b7\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 1\",\"_id\":\"91f6ac6\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911121649.jpg\",\"id\":235}},{\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"3c12d38\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_7519final.jpg\",\"id\":223}},{\"_id\":\"9f696bb\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/composite1.jpg\",\"id\":244}},{\"_id\":\"38b9808\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5415-2.jpg\",\"id\":231}},{\"_id\":\"cf37e5f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911452285.jpg\",\"id\":243}},{\"_id\":\"4c60470\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5463-2.jpg\",\"id\":232}},{\"_id\":\"4a160c3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911290282.jpg\",\"id\":241}},{\"_id\":\"4989d52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/MG_7562final-1.jpg\",\"id\":276}},{\"_id\":\"4bd7a28\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6375.jpg\",\"id\":224}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true}},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4292,829,'_thumbnail_id','95'),(4293,829,'_elementor_css','a:6:{s:4:\"time\";i:1619993642;s:5:\"fonts\";a:6:{i:0;s:10:\"Alex Brush\";i:1;s:7:\"Raleway\";i:3;s:6:\"Barlow\";i:4;s:20:\"Herr Von Muellerhoff\";i:5;s:15:\"Times New Roman\";i:6;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2202,523,'_elementor_edit_mode','builder'),(2203,523,'_elementor_template_type','wp-page'),(2204,523,'_elementor_version','3.1.1'),(2205,523,'_wp_page_template','default'),(2206,523,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2207,523,'_elementor_data','[{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Fashion\",\"eael_dch_last_title\":\"Gallery\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"1f05859\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_column_number\":\"33.330%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"cb321a6\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"6ef96b7\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 1\",\"_id\":\"91f6ac6\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911121649.jpg\",\"id\":235}},{\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"3c12d38\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_7519final.jpg\",\"id\":223}},{\"_id\":\"9f696bb\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/composite1.jpg\",\"id\":244}},{\"_id\":\"38b9808\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5415-2.jpg\",\"id\":231}},{\"_id\":\"cf37e5f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911452285.jpg\",\"id\":243}},{\"_id\":\"4c60470\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5463-2.jpg\",\"id\":232}},{\"_id\":\"4a160c3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911290282.jpg\",\"id\":241}},{\"_id\":\"4989d52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/MG_7562final-1.jpg\",\"id\":276}},{\"_id\":\"4bd7a28\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6375.jpg\",\"id\":224}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true}},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2195,522,'_elementor_edit_mode','builder'),(2196,522,'_elementor_template_type','wp-page'),(2197,522,'_elementor_version','3.1.1'),(2198,522,'_wp_page_template','default'),(2199,522,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2200,522,'_elementor_data','[{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Fashion\",\"eael_dch_last_title\":\"Gallery\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"1f05859\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_column_number\":\"33.330%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"cb321a6\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"6ef96b7\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 1\",\"_id\":\"91f6ac6\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911121649.jpg\",\"id\":235}},{\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"3c12d38\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_7519final.jpg\",\"id\":223}},{\"_id\":\"9f696bb\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/composite1.jpg\",\"id\":244}},{\"_id\":\"38b9808\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5415-2.jpg\",\"id\":231}},{\"_id\":\"cf37e5f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911452285.jpg\",\"id\":243}},{\"_id\":\"4c60470\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5463-2.jpg\",\"id\":232}},{\"_id\":\"4a160c3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911290282.jpg\",\"id\":241}},{\"_id\":\"4989d52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/MG_7562final-1.jpg\",\"id\":276}},{\"_id\":\"4bd7a28\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6375.jpg\",\"id\":224}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true}},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2211,524,'_elementor_edit_mode','builder'),(2212,524,'_elementor_template_type','wp-page'),(2213,524,'_elementor_version','3.1.1'),(2214,524,'_wp_page_template','default'),(2215,524,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2216,524,'_elementor_data','[{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Fashion\",\"eael_dch_last_title\":\"Gallery\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"1f05859\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_column_number\":\"33.330%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"cb321a6\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"6ef96b7\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 1\",\"_id\":\"91f6ac6\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911121649.jpg\",\"id\":235}},{\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"3c12d38\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_7519final.jpg\",\"id\":223}},{\"_id\":\"9f696bb\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/composite1.jpg\",\"id\":244}},{\"_id\":\"38b9808\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5415-2.jpg\",\"id\":231}},{\"_id\":\"cf37e5f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911452285.jpg\",\"id\":243}},{\"_id\":\"4c60470\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5463-2.jpg\",\"id\":232}},{\"_id\":\"4a160c3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911290282.jpg\",\"id\":241}},{\"_id\":\"4989d52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/MG_7562final-1.jpg\",\"id\":276}},{\"_id\":\"4bd7a28\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6375.jpg\",\"id\":224}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true}},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2218,525,'_elementor_edit_mode','builder'),(2219,525,'_elementor_template_type','wp-page'),(2220,525,'_elementor_version','3.1.1'),(2221,525,'_wp_page_template','default'),(2222,525,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2223,525,'_elementor_data','[{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Fashion\",\"eael_dch_last_title\":\"Gallery\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"1f05859\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_column_number\":\"33.330%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"cb321a6\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"6ef96b7\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 1\",\"_id\":\"91f6ac6\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911121649.jpg\",\"id\":235}},{\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"3c12d38\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_7519final.jpg\",\"id\":223}},{\"_id\":\"9f696bb\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/composite1.jpg\",\"id\":244}},{\"_id\":\"38b9808\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5415-2.jpg\",\"id\":231}},{\"_id\":\"cf37e5f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911452285.jpg\",\"id\":243}},{\"_id\":\"4c60470\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5463-2.jpg\",\"id\":232}},{\"_id\":\"4a160c3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911290282.jpg\",\"id\":241}},{\"_id\":\"4989d52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/MG_7562final-1.jpg\",\"id\":276}},{\"_id\":\"4bd7a28\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6375.jpg\",\"id\":224}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true}},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2225,526,'_elementor_edit_mode','builder'),(2226,526,'_elementor_template_type','wp-page'),(2227,526,'_elementor_version','3.1.1'),(2228,526,'_wp_page_template','default'),(2229,526,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2230,526,'_elementor_data','[{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Fashion\",\"eael_dch_last_title\":\"Gallery\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"1f05859\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_column_number\":\"33.330%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"cb321a6\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"6ef96b7\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 1\",\"_id\":\"91f6ac6\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911121649.jpg\",\"id\":235}},{\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"3c12d38\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_7519final.jpg\",\"id\":223}},{\"_id\":\"9f696bb\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/composite1.jpg\",\"id\":244}},{\"_id\":\"38b9808\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5415-2.jpg\",\"id\":231}},{\"_id\":\"cf37e5f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911452285.jpg\",\"id\":243}},{\"_id\":\"4c60470\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5463-2.jpg\",\"id\":232}},{\"_id\":\"4a160c3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911290282.jpg\",\"id\":241}},{\"_id\":\"4989d52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/MG_7562final-1.jpg\",\"id\":276}},{\"_id\":\"4bd7a28\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6375.jpg\",\"id\":224}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2246,528,'_elementor_edit_mode','builder'),(2247,528,'_elementor_template_type','wp-page'),(2248,528,'_elementor_version','3.1.1'),(2249,528,'_wp_page_template','default'),(2250,528,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2251,528,'_elementor_data','[{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Fashion\",\"eael_dch_last_title\":\"Gallery\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"1f05859\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_column_number\":\"33.330%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"cb321a6\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"6ef96b7\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 1\",\"_id\":\"91f6ac6\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911121649.jpg\",\"id\":235}},{\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"3c12d38\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_7519final.jpg\",\"id\":223}},{\"_id\":\"9f696bb\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/composite1.jpg\",\"id\":244}},{\"_id\":\"38b9808\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5415-2.jpg\",\"id\":231}},{\"_id\":\"cf37e5f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911452285.jpg\",\"id\":243}},{\"_id\":\"4c60470\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5463-2.jpg\",\"id\":232}},{\"_id\":\"4a160c3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911290282.jpg\",\"id\":241}},{\"_id\":\"4989d52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/MG_7562final-1.jpg\",\"id\":276}},{\"_id\":\"4bd7a28\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6375.jpg\",\"id\":224}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2263,530,'_wp_page_template','default'),(2264,530,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2265,530,'_elementor_data','[{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Fashion\",\"eael_dch_last_title\":\"Gallery\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"1f05859\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_column_number\":\"33.330%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"cb321a6\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"6ef96b7\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 1\",\"_id\":\"91f6ac6\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911121649.jpg\",\"id\":235}},{\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"3c12d38\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_7519final.jpg\",\"id\":223}},{\"_id\":\"9f696bb\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/composite1.jpg\",\"id\":244}},{\"_id\":\"38b9808\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5415-2.jpg\",\"id\":231}},{\"_id\":\"cf37e5f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911452285.jpg\",\"id\":243}},{\"_id\":\"4c60470\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5463-2.jpg\",\"id\":232}},{\"_id\":\"4a160c3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911290282.jpg\",\"id\":241}},{\"_id\":\"4989d52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/MG_7562final-1.jpg\",\"id\":276}},{\"_id\":\"4bd7a28\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6375.jpg\",\"id\":224}},{\"_id\":\"b774408\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/cropped-FB_IMG_1455049007776.jpg\",\"id\":296}},{\"_id\":\"f49041a\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2019\\/07\\/customizable-feathered-skirt.png\",\"id\":349}},{\"_id\":\"81cbae9\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/received_10212661803131681.jpeg\",\"id\":122}},{\"_id\":\"8f4f7a0\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_2342.jpg\",\"id\":121}},{\"_id\":\"3018643\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/untitled-76-of-280_1501085438585_1501085681972.jpg\",\"id\":272}},{\"_id\":\"62e2c52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/untitled-80-of-280.jpg\",\"id\":273}},{\"_id\":\"aa54060\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-29-01.41.37.jpg\",\"id\":118}},{\"_id\":\"1445d81\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-29-01.39.27.jpg\",\"id\":117}},{\"_id\":\"d8843f8\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-26-10.39.33.jpg\",\"id\":110}},{\"_id\":\"73ebdac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/Screenshot_2017-09-13-07-52-43-1.png\",\"id\":115}},{\"_id\":\"9fa5d47\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_0344final.jpg\",\"id\":229}},{\"_id\":\"bd801b1\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavish-luxe-background.jpeg\",\"id\":108}},{\"_id\":\"ad156e7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_9504final.jpg\",\"id\":119}},{\"_id\":\"7666224\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_9444final.jpg\",\"id\":120}},{\"_id\":\"a41030e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-20-08.25.54.jpg\",\"id\":116}},{\"_id\":\"70f8d60\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavish-luxe1.jpg\",\"id\":83}},{\"_id\":\"a8df3db\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/FB_IMG_1508911285193-1.jpg\",\"id\":279}},{\"_id\":\"812be17\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/WedPics_1478584463349.jpg\",\"id\":275}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#6F6F6F\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95}},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb35dd6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":267,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#99999954\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(2260,530,'_elementor_edit_mode','builder'),(2261,530,'_elementor_template_type','wp-page'),(2262,530,'_elementor_version','3.1.1'),(2253,529,'_elementor_edit_mode','builder'),(2254,529,'_elementor_template_type','wp-page'),(2255,529,'_elementor_version','3.1.1'),(2256,529,'_wp_page_template','default'),(2257,529,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2258,529,'_elementor_data','[{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Fashion\",\"eael_dch_last_title\":\"Gallery\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"1f05859\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_column_number\":\"33.330%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"cb321a6\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"6ef96b7\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 1\",\"_id\":\"91f6ac6\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911121649.jpg\",\"id\":235}},{\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"3c12d38\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_7519final.jpg\",\"id\":223}},{\"_id\":\"9f696bb\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/composite1.jpg\",\"id\":244}},{\"_id\":\"38b9808\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5415-2.jpg\",\"id\":231}},{\"_id\":\"cf37e5f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911452285.jpg\",\"id\":243}},{\"_id\":\"4c60470\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5463-2.jpg\",\"id\":232}},{\"_id\":\"4a160c3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911290282.jpg\",\"id\":241}},{\"_id\":\"4989d52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/MG_7562final-1.jpg\",\"id\":276}},{\"_id\":\"4bd7a28\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6375.jpg\",\"id\":224}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2269,531,'_elementor_edit_mode','builder'),(2270,531,'_elementor_template_type','wp-page'),(2271,531,'_elementor_version','3.1.1'),(2272,531,'_wp_page_template','default'),(2273,531,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2274,531,'_elementor_data','[{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Fashion\",\"eael_dch_last_title\":\"Gallery\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"1f05859\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_column_number\":\"33.330%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"cb321a6\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"6ef96b7\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 1\",\"_id\":\"91f6ac6\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911121649.jpg\",\"id\":235}},{\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"3c12d38\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_7519final.jpg\",\"id\":223}},{\"_id\":\"9f696bb\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/composite1.jpg\",\"id\":244}},{\"_id\":\"38b9808\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5415-2.jpg\",\"id\":231}},{\"_id\":\"cf37e5f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911452285.jpg\",\"id\":243}},{\"_id\":\"4c60470\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5463-2.jpg\",\"id\":232}},{\"_id\":\"4a160c3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911290282.jpg\",\"id\":241}},{\"_id\":\"4989d52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/MG_7562final-1.jpg\",\"id\":276}},{\"_id\":\"4bd7a28\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6375.jpg\",\"id\":224}},{\"_id\":\"b774408\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/cropped-FB_IMG_1455049007776.jpg\",\"id\":296}},{\"_id\":\"f49041a\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2019\\/07\\/customizable-feathered-skirt.png\",\"id\":349}},{\"_id\":\"81cbae9\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/received_10212661803131681.jpeg\",\"id\":122}},{\"_id\":\"8f4f7a0\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_2342.jpg\",\"id\":121}},{\"_id\":\"3018643\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/untitled-76-of-280_1501085438585_1501085681972.jpg\",\"id\":272}},{\"_id\":\"62e2c52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/untitled-80-of-280.jpg\",\"id\":273}},{\"_id\":\"aa54060\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-29-01.41.37.jpg\",\"id\":118}},{\"_id\":\"1445d81\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-29-01.39.27.jpg\",\"id\":117}},{\"_id\":\"d8843f8\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-26-10.39.33.jpg\",\"id\":110}},{\"_id\":\"73ebdac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/Screenshot_2017-09-13-07-52-43-1.png\",\"id\":115}},{\"_id\":\"9fa5d47\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_0344final.jpg\",\"id\":229}},{\"_id\":\"bd801b1\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavish-luxe-background.jpeg\",\"id\":108}},{\"_id\":\"ad156e7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_9504final.jpg\",\"id\":119}},{\"_id\":\"7666224\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_9444final.jpg\",\"id\":120}},{\"_id\":\"a41030e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-20-08.25.54.jpg\",\"id\":116}},{\"_id\":\"70f8d60\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavish-luxe1.jpg\",\"id\":83}},{\"_id\":\"a8df3db\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/FB_IMG_1508911285193-1.jpg\",\"id\":279}},{\"_id\":\"812be17\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/WedPics_1478584463349.jpg\",\"id\":275}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#6F6F6F\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95}},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb35dd6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":267,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#99999954\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(2276,532,'_elementor_edit_mode','builder'),(2277,532,'_elementor_template_type','wp-page'),(2278,532,'_elementor_version','3.1.1'),(2279,532,'_wp_page_template','default'),(2280,532,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2281,532,'_elementor_data','[{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Fashion\",\"eael_dch_last_title\":\"Gallery\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"1f05859\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_column_number\":\"33.330%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"cb321a6\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"6ef96b7\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 1\",\"_id\":\"91f6ac6\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911121649.jpg\",\"id\":235}},{\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"3c12d38\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_7519final.jpg\",\"id\":223}},{\"_id\":\"9f696bb\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/composite1.jpg\",\"id\":244}},{\"_id\":\"38b9808\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5415-2.jpg\",\"id\":231}},{\"_id\":\"cf37e5f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911452285.jpg\",\"id\":243}},{\"_id\":\"4c60470\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5463-2.jpg\",\"id\":232}},{\"_id\":\"4a160c3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911290282.jpg\",\"id\":241}},{\"_id\":\"4989d52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/MG_7562final-1.jpg\",\"id\":276}},{\"_id\":\"4bd7a28\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6375.jpg\",\"id\":224}},{\"_id\":\"b774408\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/cropped-FB_IMG_1455049007776.jpg\",\"id\":296}},{\"_id\":\"f49041a\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2019\\/07\\/customizable-feathered-skirt.png\",\"id\":349}},{\"_id\":\"81cbae9\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/received_10212661803131681.jpeg\",\"id\":122}},{\"_id\":\"8f4f7a0\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_2342.jpg\",\"id\":121}},{\"_id\":\"3018643\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/untitled-76-of-280_1501085438585_1501085681972.jpg\",\"id\":272}},{\"_id\":\"62e2c52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/untitled-80-of-280.jpg\",\"id\":273}},{\"_id\":\"aa54060\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-29-01.41.37.jpg\",\"id\":118}},{\"_id\":\"1445d81\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-29-01.39.27.jpg\",\"id\":117}},{\"_id\":\"d8843f8\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-26-10.39.33.jpg\",\"id\":110}},{\"_id\":\"73ebdac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/Screenshot_2017-09-13-07-52-43-1.png\",\"id\":115}},{\"_id\":\"9fa5d47\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_0344final.jpg\",\"id\":229}},{\"_id\":\"bd801b1\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavish-luxe-background.jpeg\",\"id\":108}},{\"_id\":\"ad156e7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_9504final.jpg\",\"id\":119}},{\"_id\":\"7666224\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_9444final.jpg\",\"id\":120}},{\"_id\":\"a41030e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-20-08.25.54.jpg\",\"id\":116}},{\"_id\":\"70f8d60\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavish-luxe1.jpg\",\"id\":83}},{\"_id\":\"a8df3db\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/FB_IMG_1508911285193-1.jpg\",\"id\":279}},{\"_id\":\"812be17\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/WedPics_1478584463349.jpg\",\"id\":275}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#6F6F6F\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95}},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb35dd6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":267,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#99999954\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(2283,533,'_elementor_edit_mode','builder'),(2284,533,'_elementor_template_type','wp-page'),(2285,533,'_elementor_version','3.1.1'),(2286,533,'_wp_page_template','default'),(2287,533,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2288,533,'_elementor_data','[{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Fashion\",\"eael_dch_last_title\":\"Gallery\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"1f05859\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_column_number\":\"33.330%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"cb321a6\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"6ef96b7\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 1\",\"_id\":\"91f6ac6\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911121649.jpg\",\"id\":235}},{\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"3c12d38\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_7519final.jpg\",\"id\":223}},{\"_id\":\"9f696bb\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/composite1.jpg\",\"id\":244}},{\"_id\":\"38b9808\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5415-2.jpg\",\"id\":231}},{\"_id\":\"cf37e5f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911452285.jpg\",\"id\":243}},{\"_id\":\"4c60470\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5463-2.jpg\",\"id\":232}},{\"_id\":\"4a160c3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911290282.jpg\",\"id\":241}},{\"_id\":\"4989d52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/MG_7562final-1.jpg\",\"id\":276}},{\"_id\":\"4bd7a28\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6375.jpg\",\"id\":224}},{\"_id\":\"b774408\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/cropped-FB_IMG_1455049007776.jpg\",\"id\":296}},{\"_id\":\"f49041a\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2019\\/07\\/customizable-feathered-skirt.png\",\"id\":349}},{\"_id\":\"81cbae9\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/received_10212661803131681.jpeg\",\"id\":122}},{\"_id\":\"8f4f7a0\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_2342.jpg\",\"id\":121}},{\"_id\":\"3018643\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/untitled-76-of-280_1501085438585_1501085681972.jpg\",\"id\":272}},{\"_id\":\"62e2c52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/untitled-80-of-280.jpg\",\"id\":273}},{\"_id\":\"aa54060\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-29-01.41.37.jpg\",\"id\":118}},{\"_id\":\"1445d81\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-29-01.39.27.jpg\",\"id\":117}},{\"_id\":\"d8843f8\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-26-10.39.33.jpg\",\"id\":110}},{\"_id\":\"73ebdac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/Screenshot_2017-09-13-07-52-43-1.png\",\"id\":115}},{\"_id\":\"9fa5d47\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_0344final.jpg\",\"id\":229}},{\"_id\":\"bd801b1\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavish-luxe-background.jpeg\",\"id\":108}},{\"_id\":\"ad156e7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_9504final.jpg\",\"id\":119}},{\"_id\":\"7666224\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_9444final.jpg\",\"id\":120}},{\"_id\":\"a41030e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-20-08.25.54.jpg\",\"id\":116}},{\"_id\":\"70f8d60\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavish-luxe1.jpg\",\"id\":83}},{\"_id\":\"a8df3db\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/FB_IMG_1508911285193-1.jpg\",\"id\":279}},{\"_id\":\"812be17\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/WedPics_1478584463349.jpg\",\"id\":275}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#6F6F6F\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95}},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb35dd6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":267,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#99999954\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#99999954\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(2292,534,'_elementor_edit_mode','builder'),(2293,534,'_elementor_template_type','wp-page'),(2294,534,'_elementor_version','3.1.1'),(2295,534,'_wp_page_template','default'),(2296,534,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2297,534,'_elementor_data','[{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Fashion\",\"eael_dch_last_title\":\"Gallery\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"1f05859\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_column_number\":\"33.330%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"cb321a6\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"6ef96b7\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 1\",\"_id\":\"91f6ac6\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911121649.jpg\",\"id\":235}},{\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"3c12d38\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_7519final.jpg\",\"id\":223}},{\"_id\":\"9f696bb\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/composite1.jpg\",\"id\":244}},{\"_id\":\"38b9808\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5415-2.jpg\",\"id\":231}},{\"_id\":\"cf37e5f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911452285.jpg\",\"id\":243}},{\"_id\":\"4c60470\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5463-2.jpg\",\"id\":232}},{\"_id\":\"4a160c3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911290282.jpg\",\"id\":241}},{\"_id\":\"4989d52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/MG_7562final-1.jpg\",\"id\":276}},{\"_id\":\"4bd7a28\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6375.jpg\",\"id\":224}},{\"_id\":\"b774408\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/cropped-FB_IMG_1455049007776.jpg\",\"id\":296}},{\"_id\":\"f49041a\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2019\\/07\\/customizable-feathered-skirt.png\",\"id\":349}},{\"_id\":\"81cbae9\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/received_10212661803131681.jpeg\",\"id\":122}},{\"_id\":\"8f4f7a0\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_2342.jpg\",\"id\":121}},{\"_id\":\"3018643\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/untitled-76-of-280_1501085438585_1501085681972.jpg\",\"id\":272}},{\"_id\":\"62e2c52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/untitled-80-of-280.jpg\",\"id\":273}},{\"_id\":\"aa54060\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-29-01.41.37.jpg\",\"id\":118}},{\"_id\":\"1445d81\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-29-01.39.27.jpg\",\"id\":117}},{\"_id\":\"d8843f8\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-26-10.39.33.jpg\",\"id\":110}},{\"_id\":\"73ebdac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/Screenshot_2017-09-13-07-52-43-1.png\",\"id\":115}},{\"_id\":\"9fa5d47\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_0344final.jpg\",\"id\":229}},{\"_id\":\"bd801b1\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavish-luxe-background.jpeg\",\"id\":108}},{\"_id\":\"ad156e7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_9504final.jpg\",\"id\":119}},{\"_id\":\"7666224\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_9444final.jpg\",\"id\":120}},{\"_id\":\"a41030e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-20-08.25.54.jpg\",\"id\":116}},{\"_id\":\"70f8d60\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavish-luxe1.jpg\",\"id\":83}},{\"_id\":\"a8df3db\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/FB_IMG_1508911285193-1.jpg\",\"id\":279}},{\"_id\":\"812be17\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/WedPics_1478584463349.jpg\",\"id\":275}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#6F6F6F\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95}},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb35dd6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":267,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#99999954\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#99999954\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(2299,535,'_elementor_edit_mode','builder'),(2300,535,'_elementor_template_type','wp-page'),(2301,535,'_elementor_version','3.1.1'),(2302,535,'_wp_page_template','default'),(2303,535,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2304,535,'_elementor_data','[{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Fashion\",\"eael_dch_last_title\":\"Gallery\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"1f05859\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_column_number\":\"33.330%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"cb321a6\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"6ef96b7\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 1\",\"_id\":\"91f6ac6\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911121649.jpg\",\"id\":235}},{\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"3c12d38\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_7519final.jpg\",\"id\":223}},{\"_id\":\"9f696bb\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/composite1.jpg\",\"id\":244}},{\"_id\":\"38b9808\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5415-2.jpg\",\"id\":231}},{\"_id\":\"cf37e5f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911452285.jpg\",\"id\":243}},{\"_id\":\"4c60470\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5463-2.jpg\",\"id\":232}},{\"_id\":\"4a160c3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911290282.jpg\",\"id\":241}},{\"_id\":\"4989d52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/MG_7562final-1.jpg\",\"id\":276}},{\"_id\":\"4bd7a28\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6375.jpg\",\"id\":224}},{\"_id\":\"b774408\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/cropped-FB_IMG_1455049007776.jpg\",\"id\":296}},{\"_id\":\"f49041a\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2019\\/07\\/customizable-feathered-skirt.png\",\"id\":349}},{\"_id\":\"81cbae9\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/received_10212661803131681.jpeg\",\"id\":122}},{\"_id\":\"8f4f7a0\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_2342.jpg\",\"id\":121}},{\"_id\":\"3018643\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/untitled-76-of-280_1501085438585_1501085681972.jpg\",\"id\":272}},{\"_id\":\"62e2c52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/untitled-80-of-280.jpg\",\"id\":273}},{\"_id\":\"aa54060\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-29-01.41.37.jpg\",\"id\":118}},{\"_id\":\"1445d81\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-29-01.39.27.jpg\",\"id\":117}},{\"_id\":\"d8843f8\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-26-10.39.33.jpg\",\"id\":110}},{\"_id\":\"73ebdac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/Screenshot_2017-09-13-07-52-43-1.png\",\"id\":115}},{\"_id\":\"9fa5d47\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_0344final.jpg\",\"id\":229}},{\"_id\":\"bd801b1\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavish-luxe-background.jpeg\",\"id\":108}},{\"_id\":\"ad156e7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_9504final.jpg\",\"id\":119}},{\"_id\":\"7666224\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_9444final.jpg\",\"id\":120}},{\"_id\":\"a41030e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-20-08.25.54.jpg\",\"id\":116}},{\"_id\":\"70f8d60\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavish-luxe1.jpg\",\"id\":83}},{\"_id\":\"a8df3db\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/FB_IMG_1508911285193-1.jpg\",\"id\":279}},{\"_id\":\"812be17\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/WedPics_1478584463349.jpg\",\"id\":275}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#6F6F6F\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95}},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb35dd6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":267,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#99999954\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#99999954\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(2441,565,'_elementor_data','[{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Fashion\",\"eael_dch_last_title\":\"Gallery\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"}]},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#6F6F6F\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(2306,536,'_elementor_edit_mode','builder'),(2307,536,'_elementor_template_type','wp-page'),(2308,536,'_elementor_version','3.1.1'),(2309,536,'_wp_page_template','default'),(2310,536,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2311,536,'_elementor_data','[{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Fashion\",\"eael_dch_last_title\":\"Gallery\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"1f05859\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_column_number\":\"33.330%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"cb321a6\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"6ef96b7\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 1\",\"_id\":\"91f6ac6\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911121649.jpg\",\"id\":235}},{\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"3c12d38\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_7519final.jpg\",\"id\":223}},{\"_id\":\"9f696bb\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/composite1.jpg\",\"id\":244}},{\"_id\":\"38b9808\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5415-2.jpg\",\"id\":231}},{\"_id\":\"cf37e5f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911452285.jpg\",\"id\":243}},{\"_id\":\"4c60470\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5463-2.jpg\",\"id\":232}},{\"_id\":\"4a160c3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911290282.jpg\",\"id\":241}},{\"_id\":\"4989d52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/MG_7562final-1.jpg\",\"id\":276}},{\"_id\":\"4bd7a28\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6375.jpg\",\"id\":224}},{\"_id\":\"b774408\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/cropped-FB_IMG_1455049007776.jpg\",\"id\":296}},{\"_id\":\"f49041a\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2019\\/07\\/customizable-feathered-skirt.png\",\"id\":349}},{\"_id\":\"81cbae9\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/received_10212661803131681.jpeg\",\"id\":122}},{\"_id\":\"8f4f7a0\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_2342.jpg\",\"id\":121}},{\"_id\":\"3018643\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/untitled-76-of-280_1501085438585_1501085681972.jpg\",\"id\":272}},{\"_id\":\"62e2c52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/untitled-80-of-280.jpg\",\"id\":273}},{\"_id\":\"aa54060\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-29-01.41.37.jpg\",\"id\":118}},{\"_id\":\"1445d81\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-29-01.39.27.jpg\",\"id\":117}},{\"_id\":\"d8843f8\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-26-10.39.33.jpg\",\"id\":110}},{\"_id\":\"73ebdac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/Screenshot_2017-09-13-07-52-43-1.png\",\"id\":115}},{\"_id\":\"9fa5d47\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_0344final.jpg\",\"id\":229}},{\"_id\":\"bd801b1\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavish-luxe-background.jpeg\",\"id\":108}},{\"_id\":\"ad156e7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_9504final.jpg\",\"id\":119}},{\"_id\":\"7666224\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_9444final.jpg\",\"id\":120}},{\"_id\":\"a41030e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-20-08.25.54.jpg\",\"id\":116}},{\"_id\":\"70f8d60\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavish-luxe1.jpg\",\"id\":83}},{\"_id\":\"a8df3db\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/FB_IMG_1508911285193-1.jpg\",\"id\":279}},{\"_id\":\"812be17\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/WedPics_1478584463349.jpg\",\"id\":275}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#6F6F6F\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb35dd6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":267,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#99999954\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(2315,537,'_elementor_edit_mode','builder'),(2316,537,'_elementor_template_type','wp-page'),(2317,537,'_elementor_version','3.1.1'),(2318,537,'_wp_page_template','default'),(2319,537,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2320,537,'_elementor_data','[{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Fashion\",\"eael_dch_last_title\":\"Gallery\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"1f05859\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_column_number\":\"33.330%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"cb321a6\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"6ef96b7\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 1\",\"_id\":\"91f6ac6\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911121649.jpg\",\"id\":235}},{\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"3c12d38\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_7519final.jpg\",\"id\":223}},{\"_id\":\"9f696bb\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/composite1.jpg\",\"id\":244}},{\"_id\":\"38b9808\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5415-2.jpg\",\"id\":231}},{\"_id\":\"cf37e5f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911452285.jpg\",\"id\":243}},{\"_id\":\"4c60470\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5463-2.jpg\",\"id\":232}},{\"_id\":\"4a160c3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911290282.jpg\",\"id\":241}},{\"_id\":\"4989d52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/MG_7562final-1.jpg\",\"id\":276}},{\"_id\":\"4bd7a28\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6375.jpg\",\"id\":224}},{\"_id\":\"b774408\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/cropped-FB_IMG_1455049007776.jpg\",\"id\":296}},{\"_id\":\"f49041a\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2019\\/07\\/customizable-feathered-skirt.png\",\"id\":349}},{\"_id\":\"81cbae9\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/received_10212661803131681.jpeg\",\"id\":122}},{\"_id\":\"8f4f7a0\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_2342.jpg\",\"id\":121}},{\"_id\":\"3018643\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/untitled-76-of-280_1501085438585_1501085681972.jpg\",\"id\":272}},{\"_id\":\"62e2c52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/untitled-80-of-280.jpg\",\"id\":273}},{\"_id\":\"aa54060\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-29-01.41.37.jpg\",\"id\":118}},{\"_id\":\"1445d81\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-29-01.39.27.jpg\",\"id\":117}},{\"_id\":\"d8843f8\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-26-10.39.33.jpg\",\"id\":110}},{\"_id\":\"73ebdac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/Screenshot_2017-09-13-07-52-43-1.png\",\"id\":115}},{\"_id\":\"9fa5d47\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_0344final.jpg\",\"id\":229}},{\"_id\":\"bd801b1\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavish-luxe-background.jpeg\",\"id\":108}},{\"_id\":\"ad156e7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_9504final.jpg\",\"id\":119}},{\"_id\":\"7666224\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_9444final.jpg\",\"id\":120}},{\"_id\":\"a41030e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-20-08.25.54.jpg\",\"id\":116}},{\"_id\":\"70f8d60\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavish-luxe1.jpg\",\"id\":83}},{\"_id\":\"a8df3db\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/FB_IMG_1508911285193-1.jpg\",\"id\":279}},{\"_id\":\"812be17\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/WedPics_1478584463349.jpg\",\"id\":275}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#6F6F6F\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb35dd6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":267,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#99999954\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(2322,538,'_elementor_edit_mode','builder'),(2323,538,'_elementor_template_type','wp-page'),(2324,538,'_elementor_version','3.1.1'),(2325,538,'_wp_page_template','default'),(2326,538,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2327,538,'_elementor_data','[{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Fashion\",\"eael_dch_last_title\":\"Gallery\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"1f05859\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_column_number\":\"33.330%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"cb321a6\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"6ef96b7\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 1\",\"_id\":\"91f6ac6\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911121649.jpg\",\"id\":235}},{\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"3c12d38\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_7519final.jpg\",\"id\":223}},{\"_id\":\"9f696bb\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/composite1.jpg\",\"id\":244}},{\"_id\":\"38b9808\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5415-2.jpg\",\"id\":231}},{\"_id\":\"cf37e5f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911452285.jpg\",\"id\":243}},{\"_id\":\"4c60470\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5463-2.jpg\",\"id\":232}},{\"_id\":\"4a160c3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911290282.jpg\",\"id\":241}},{\"_id\":\"4989d52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/MG_7562final-1.jpg\",\"id\":276}},{\"_id\":\"4bd7a28\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6375.jpg\",\"id\":224}},{\"_id\":\"b774408\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/cropped-FB_IMG_1455049007776.jpg\",\"id\":296}},{\"_id\":\"f49041a\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2019\\/07\\/customizable-feathered-skirt.png\",\"id\":349}},{\"_id\":\"81cbae9\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/received_10212661803131681.jpeg\",\"id\":122}},{\"_id\":\"8f4f7a0\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_2342.jpg\",\"id\":121}},{\"_id\":\"3018643\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/untitled-76-of-280_1501085438585_1501085681972.jpg\",\"id\":272}},{\"_id\":\"62e2c52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/untitled-80-of-280.jpg\",\"id\":273}},{\"_id\":\"aa54060\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-29-01.41.37.jpg\",\"id\":118}},{\"_id\":\"1445d81\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-29-01.39.27.jpg\",\"id\":117}},{\"_id\":\"d8843f8\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-26-10.39.33.jpg\",\"id\":110}},{\"_id\":\"73ebdac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/Screenshot_2017-09-13-07-52-43-1.png\",\"id\":115}},{\"_id\":\"9fa5d47\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_0344final.jpg\",\"id\":229}},{\"_id\":\"bd801b1\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavish-luxe-background.jpeg\",\"id\":108}},{\"_id\":\"ad156e7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_9504final.jpg\",\"id\":119}},{\"_id\":\"7666224\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_9444final.jpg\",\"id\":120}},{\"_id\":\"a41030e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-20-08.25.54.jpg\",\"id\":116}},{\"_id\":\"70f8d60\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavish-luxe1.jpg\",\"id\":83}},{\"_id\":\"a8df3db\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/FB_IMG_1508911285193-1.jpg\",\"id\":279}},{\"_id\":\"812be17\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/WedPics_1478584463349.jpg\",\"id\":275}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#6F6F6F\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb35dd6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":267,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#99999954\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(2329,539,'_elementor_edit_mode','builder'),(2330,539,'_elementor_template_type','wp-page'),(2331,539,'_elementor_version','3.1.1'),(2332,539,'_wp_page_template','default'),(2333,539,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2334,539,'_elementor_data','[{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Fashion\",\"eael_dch_last_title\":\"Gallery\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"1f05859\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_column_number\":\"33.330%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"cb321a6\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"6ef96b7\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 1\",\"_id\":\"91f6ac6\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911121649.jpg\",\"id\":235}},{\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"3c12d38\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_7519final.jpg\",\"id\":223}},{\"_id\":\"9f696bb\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/composite1.jpg\",\"id\":244}},{\"_id\":\"38b9808\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5415-2.jpg\",\"id\":231}},{\"_id\":\"cf37e5f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911452285.jpg\",\"id\":243}},{\"_id\":\"4c60470\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5463-2.jpg\",\"id\":232}},{\"_id\":\"4a160c3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911290282.jpg\",\"id\":241}},{\"_id\":\"4989d52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/MG_7562final-1.jpg\",\"id\":276}},{\"_id\":\"4bd7a28\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6375.jpg\",\"id\":224}},{\"_id\":\"b774408\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/cropped-FB_IMG_1455049007776.jpg\",\"id\":296}},{\"_id\":\"f49041a\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2019\\/07\\/customizable-feathered-skirt.png\",\"id\":349}},{\"_id\":\"81cbae9\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/received_10212661803131681.jpeg\",\"id\":122}},{\"_id\":\"8f4f7a0\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_2342.jpg\",\"id\":121}},{\"_id\":\"3018643\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/untitled-76-of-280_1501085438585_1501085681972.jpg\",\"id\":272}},{\"_id\":\"62e2c52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/untitled-80-of-280.jpg\",\"id\":273}},{\"_id\":\"aa54060\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-29-01.41.37.jpg\",\"id\":118}},{\"_id\":\"1445d81\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-29-01.39.27.jpg\",\"id\":117}},{\"_id\":\"d8843f8\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-26-10.39.33.jpg\",\"id\":110}},{\"_id\":\"73ebdac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/Screenshot_2017-09-13-07-52-43-1.png\",\"id\":115}},{\"_id\":\"9fa5d47\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_0344final.jpg\",\"id\":229}},{\"_id\":\"bd801b1\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavish-luxe-background.jpeg\",\"id\":108}},{\"_id\":\"ad156e7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_9504final.jpg\",\"id\":119}},{\"_id\":\"7666224\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_9444final.jpg\",\"id\":120}},{\"_id\":\"a41030e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-20-08.25.54.jpg\",\"id\":116}},{\"_id\":\"70f8d60\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavish-luxe1.jpg\",\"id\":83}},{\"_id\":\"a8df3db\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/FB_IMG_1508911285193-1.jpg\",\"id\":279}},{\"_id\":\"812be17\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/WedPics_1478584463349.jpg\",\"id\":275}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#6F6F6F\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb35dd6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":267,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#99999954\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(2338,540,'_elementor_edit_mode','builder'),(2339,540,'_elementor_template_type','wp-page'),(2340,540,'_elementor_version','3.1.1'),(2341,540,'_wp_page_template','default'),(2342,540,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2343,540,'_elementor_data','[{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Fashion\",\"eael_dch_last_title\":\"Gallery\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"1f05859\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_column_number\":\"33.330%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"cb321a6\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"6ef96b7\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 1\",\"_id\":\"91f6ac6\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911121649.jpg\",\"id\":235}},{\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"3c12d38\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_7519final.jpg\",\"id\":223}},{\"_id\":\"9f696bb\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/composite1.jpg\",\"id\":244}},{\"_id\":\"38b9808\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5415-2.jpg\",\"id\":231}},{\"_id\":\"cf37e5f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911452285.jpg\",\"id\":243}},{\"_id\":\"4c60470\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5463-2.jpg\",\"id\":232}},{\"_id\":\"4a160c3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911290282.jpg\",\"id\":241}},{\"_id\":\"4989d52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/MG_7562final-1.jpg\",\"id\":276}},{\"_id\":\"4bd7a28\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6375.jpg\",\"id\":224}},{\"_id\":\"b774408\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/cropped-FB_IMG_1455049007776.jpg\",\"id\":296}},{\"_id\":\"f49041a\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2019\\/07\\/customizable-feathered-skirt.png\",\"id\":349}},{\"_id\":\"81cbae9\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/received_10212661803131681.jpeg\",\"id\":122}},{\"_id\":\"8f4f7a0\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_2342.jpg\",\"id\":121}},{\"_id\":\"3018643\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/untitled-76-of-280_1501085438585_1501085681972.jpg\",\"id\":272}},{\"_id\":\"62e2c52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/untitled-80-of-280.jpg\",\"id\":273}},{\"_id\":\"aa54060\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-29-01.41.37.jpg\",\"id\":118}},{\"_id\":\"1445d81\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-29-01.39.27.jpg\",\"id\":117}},{\"_id\":\"d8843f8\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-26-10.39.33.jpg\",\"id\":110}},{\"_id\":\"73ebdac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/Screenshot_2017-09-13-07-52-43-1.png\",\"id\":115}},{\"_id\":\"9fa5d47\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_0344final.jpg\",\"id\":229}},{\"_id\":\"bd801b1\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavish-luxe-background.jpeg\",\"id\":108}},{\"_id\":\"ad156e7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_9504final.jpg\",\"id\":119}},{\"_id\":\"7666224\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_9444final.jpg\",\"id\":120}},{\"_id\":\"a41030e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-20-08.25.54.jpg\",\"id\":116}},{\"_id\":\"70f8d60\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavish-luxe1.jpg\",\"id\":83}},{\"_id\":\"a8df3db\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/FB_IMG_1508911285193-1.jpg\",\"id\":279}},{\"_id\":\"812be17\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/WedPics_1478584463349.jpg\",\"id\":275}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#6F6F6F\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb35dd6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":267,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#99999954\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(2345,541,'_elementor_edit_mode','builder'),(2346,541,'_elementor_template_type','wp-page'),(2347,541,'_elementor_version','3.1.1'),(2348,541,'_wp_page_template','default'),(2349,541,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2350,541,'_elementor_data','[{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Fashion\",\"eael_dch_last_title\":\"Gallery\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"1f05859\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_column_number\":\"33.330%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"cb321a6\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"6ef96b7\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 1\",\"_id\":\"91f6ac6\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911121649.jpg\",\"id\":235}},{\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"3c12d38\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_7519final.jpg\",\"id\":223}},{\"_id\":\"9f696bb\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/composite1.jpg\",\"id\":244}},{\"_id\":\"38b9808\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5415-2.jpg\",\"id\":231}},{\"_id\":\"cf37e5f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911452285.jpg\",\"id\":243}},{\"_id\":\"4c60470\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5463-2.jpg\",\"id\":232}},{\"_id\":\"4a160c3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911290282.jpg\",\"id\":241}},{\"_id\":\"4989d52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/MG_7562final-1.jpg\",\"id\":276}},{\"_id\":\"4bd7a28\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6375.jpg\",\"id\":224}},{\"_id\":\"b774408\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/cropped-FB_IMG_1455049007776.jpg\",\"id\":296}},{\"_id\":\"f49041a\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2019\\/07\\/customizable-feathered-skirt.png\",\"id\":349}},{\"_id\":\"81cbae9\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/received_10212661803131681.jpeg\",\"id\":122}},{\"_id\":\"8f4f7a0\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_2342.jpg\",\"id\":121}},{\"_id\":\"3018643\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/untitled-76-of-280_1501085438585_1501085681972.jpg\",\"id\":272}},{\"_id\":\"62e2c52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/untitled-80-of-280.jpg\",\"id\":273}},{\"_id\":\"aa54060\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-29-01.41.37.jpg\",\"id\":118}},{\"_id\":\"1445d81\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-29-01.39.27.jpg\",\"id\":117}},{\"_id\":\"d8843f8\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-26-10.39.33.jpg\",\"id\":110}},{\"_id\":\"73ebdac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/Screenshot_2017-09-13-07-52-43-1.png\",\"id\":115}},{\"_id\":\"9fa5d47\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_0344final.jpg\",\"id\":229}},{\"_id\":\"bd801b1\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavish-luxe-background.jpeg\",\"id\":108}},{\"_id\":\"ad156e7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_9504final.jpg\",\"id\":119}},{\"_id\":\"7666224\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_9444final.jpg\",\"id\":120}},{\"_id\":\"a41030e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-20-08.25.54.jpg\",\"id\":116}},{\"_id\":\"70f8d60\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavish-luxe1.jpg\",\"id\":83}},{\"_id\":\"a8df3db\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/FB_IMG_1508911285193-1.jpg\",\"id\":279}},{\"_id\":\"812be17\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/WedPics_1478584463349.jpg\",\"id\":275}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#6F6F6F\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb35dd6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":267,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#99999954\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(2438,565,'_elementor_version','3.1.1'),(2439,565,'_wp_page_template','default'),(2440,565,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2352,542,'_elementor_edit_mode','builder'),(2353,542,'_elementor_template_type','wp-page'),(2354,542,'_elementor_version','3.1.1'),(2355,542,'_wp_page_template','default'),(2356,542,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2357,542,'_elementor_data','[{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Fashion\",\"eael_dch_last_title\":\"Gallery\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"1f05859\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_column_number\":\"33.330%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"cb321a6\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"6ef96b7\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 1\",\"_id\":\"91f6ac6\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911121649.jpg\",\"id\":235}},{\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"3c12d38\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_7519final.jpg\",\"id\":223}},{\"_id\":\"9f696bb\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/composite1.jpg\",\"id\":244}},{\"_id\":\"38b9808\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5415-2.jpg\",\"id\":231}},{\"_id\":\"cf37e5f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911452285.jpg\",\"id\":243}},{\"_id\":\"4c60470\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5463-2.jpg\",\"id\":232}},{\"_id\":\"4a160c3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911290282.jpg\",\"id\":241}},{\"_id\":\"4989d52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/MG_7562final-1.jpg\",\"id\":276}},{\"_id\":\"4bd7a28\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6375.jpg\",\"id\":224}},{\"_id\":\"b774408\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/cropped-FB_IMG_1455049007776.jpg\",\"id\":296}},{\"_id\":\"f49041a\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2019\\/07\\/customizable-feathered-skirt.png\",\"id\":349}},{\"_id\":\"81cbae9\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/received_10212661803131681.jpeg\",\"id\":122}},{\"_id\":\"8f4f7a0\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_2342.jpg\",\"id\":121}},{\"_id\":\"3018643\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/untitled-76-of-280_1501085438585_1501085681972.jpg\",\"id\":272}},{\"_id\":\"62e2c52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/untitled-80-of-280.jpg\",\"id\":273}},{\"_id\":\"aa54060\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-29-01.41.37.jpg\",\"id\":118}},{\"_id\":\"1445d81\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-29-01.39.27.jpg\",\"id\":117}},{\"_id\":\"d8843f8\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-26-10.39.33.jpg\",\"id\":110}},{\"_id\":\"73ebdac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/Screenshot_2017-09-13-07-52-43-1.png\",\"id\":115}},{\"_id\":\"9fa5d47\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_0344final.jpg\",\"id\":229}},{\"_id\":\"bd801b1\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavish-luxe-background.jpeg\",\"id\":108}},{\"_id\":\"ad156e7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_9504final.jpg\",\"id\":119}},{\"_id\":\"7666224\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_9444final.jpg\",\"id\":120}},{\"_id\":\"a41030e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-20-08.25.54.jpg\",\"id\":116}},{\"_id\":\"70f8d60\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavish-luxe1.jpg\",\"id\":83}},{\"_id\":\"a8df3db\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/FB_IMG_1508911285193-1.jpg\",\"id\":279}},{\"_id\":\"812be17\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/WedPics_1478584463349.jpg\",\"id\":275}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#6F6F6F\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#99999954\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(2361,543,'_elementor_edit_mode','builder'),(2362,543,'_elementor_template_type','wp-page'),(2363,543,'_elementor_version','3.1.1'),(2364,543,'_wp_page_template','default'),(2365,543,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2366,543,'_elementor_data','[{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Fashion\",\"eael_dch_last_title\":\"Gallery\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"1f05859\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_column_number\":\"33.330%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"cb321a6\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"6ef96b7\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 1\",\"_id\":\"91f6ac6\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911121649.jpg\",\"id\":235}},{\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"3c12d38\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_7519final.jpg\",\"id\":223}},{\"_id\":\"9f696bb\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/composite1.jpg\",\"id\":244}},{\"_id\":\"38b9808\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5415-2.jpg\",\"id\":231}},{\"_id\":\"cf37e5f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911452285.jpg\",\"id\":243}},{\"_id\":\"4c60470\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5463-2.jpg\",\"id\":232}},{\"_id\":\"4a160c3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911290282.jpg\",\"id\":241}},{\"_id\":\"4989d52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/MG_7562final-1.jpg\",\"id\":276}},{\"_id\":\"4bd7a28\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6375.jpg\",\"id\":224}},{\"_id\":\"b774408\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/cropped-FB_IMG_1455049007776.jpg\",\"id\":296}},{\"_id\":\"f49041a\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2019\\/07\\/customizable-feathered-skirt.png\",\"id\":349}},{\"_id\":\"81cbae9\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/received_10212661803131681.jpeg\",\"id\":122}},{\"_id\":\"8f4f7a0\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_2342.jpg\",\"id\":121}},{\"_id\":\"3018643\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/untitled-76-of-280_1501085438585_1501085681972.jpg\",\"id\":272}},{\"_id\":\"62e2c52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/untitled-80-of-280.jpg\",\"id\":273}},{\"_id\":\"aa54060\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-29-01.41.37.jpg\",\"id\":118}},{\"_id\":\"1445d81\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-29-01.39.27.jpg\",\"id\":117}},{\"_id\":\"d8843f8\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-26-10.39.33.jpg\",\"id\":110}},{\"_id\":\"73ebdac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/Screenshot_2017-09-13-07-52-43-1.png\",\"id\":115}},{\"_id\":\"9fa5d47\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_0344final.jpg\",\"id\":229}},{\"_id\":\"bd801b1\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavish-luxe-background.jpeg\",\"id\":108}},{\"_id\":\"ad156e7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_9504final.jpg\",\"id\":119}},{\"_id\":\"7666224\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_9444final.jpg\",\"id\":120}},{\"_id\":\"a41030e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-20-08.25.54.jpg\",\"id\":116}},{\"_id\":\"70f8d60\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavish-luxe1.jpg\",\"id\":83}},{\"_id\":\"a8df3db\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/FB_IMG_1508911285193-1.jpg\",\"id\":279}},{\"_id\":\"812be17\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/WedPics_1478584463349.jpg\",\"id\":275}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#6F6F6F\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#99999954\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(2368,544,'_elementor_edit_mode','builder'),(2369,544,'_elementor_template_type','wp-page'),(2370,544,'_elementor_version','3.1.1'),(2371,544,'_wp_page_template','default'),(2372,544,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2373,544,'_elementor_data','[{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Fashion\",\"eael_dch_last_title\":\"Gallery\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"1f05859\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_column_number\":\"33.330%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"cb321a6\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"6ef96b7\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 1\",\"_id\":\"91f6ac6\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911121649.jpg\",\"id\":235}},{\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"3c12d38\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_7519final.jpg\",\"id\":223}},{\"_id\":\"9f696bb\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/composite1.jpg\",\"id\":244}},{\"_id\":\"38b9808\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5415-2.jpg\",\"id\":231}},{\"_id\":\"cf37e5f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911452285.jpg\",\"id\":243}},{\"_id\":\"4c60470\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5463-2.jpg\",\"id\":232}},{\"_id\":\"4a160c3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911290282.jpg\",\"id\":241}},{\"_id\":\"4989d52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/MG_7562final-1.jpg\",\"id\":276}},{\"_id\":\"4bd7a28\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6375.jpg\",\"id\":224}},{\"_id\":\"b774408\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/cropped-FB_IMG_1455049007776.jpg\",\"id\":296}},{\"_id\":\"f49041a\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2019\\/07\\/customizable-feathered-skirt.png\",\"id\":349}},{\"_id\":\"81cbae9\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/received_10212661803131681.jpeg\",\"id\":122}},{\"_id\":\"8f4f7a0\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_2342.jpg\",\"id\":121}},{\"_id\":\"3018643\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/untitled-76-of-280_1501085438585_1501085681972.jpg\",\"id\":272}},{\"_id\":\"62e2c52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/untitled-80-of-280.jpg\",\"id\":273}},{\"_id\":\"aa54060\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-29-01.41.37.jpg\",\"id\":118}},{\"_id\":\"1445d81\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-29-01.39.27.jpg\",\"id\":117}},{\"_id\":\"d8843f8\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-26-10.39.33.jpg\",\"id\":110}},{\"_id\":\"73ebdac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/Screenshot_2017-09-13-07-52-43-1.png\",\"id\":115}},{\"_id\":\"9fa5d47\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_0344final.jpg\",\"id\":229}},{\"_id\":\"bd801b1\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavish-luxe-background.jpeg\",\"id\":108}},{\"_id\":\"ad156e7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_9504final.jpg\",\"id\":119}},{\"_id\":\"7666224\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_9444final.jpg\",\"id\":120}},{\"_id\":\"a41030e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-20-08.25.54.jpg\",\"id\":116}},{\"_id\":\"70f8d60\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavish-luxe1.jpg\",\"id\":83}},{\"_id\":\"a8df3db\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/FB_IMG_1508911285193-1.jpg\",\"id\":279}},{\"_id\":\"812be17\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/WedPics_1478584463349.jpg\",\"id\":275}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#6F6F6F\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#99999954\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(2436,565,'_elementor_edit_mode','builder'),(2437,565,'_elementor_template_type','wp-page'),(2375,545,'_elementor_edit_mode','builder'),(2376,545,'_elementor_template_type','wp-page'),(2377,545,'_elementor_version','3.1.1'),(2378,545,'_wp_page_template','default'),(2379,545,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2380,545,'_elementor_data','[{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Fashion\",\"eael_dch_last_title\":\"Gallery\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"1f05859\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_column_number\":\"33.330%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"cb321a6\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"6ef96b7\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 1\",\"_id\":\"91f6ac6\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911121649.jpg\",\"id\":235}},{\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"3c12d38\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_7519final.jpg\",\"id\":223}},{\"_id\":\"9f696bb\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/composite1.jpg\",\"id\":244}},{\"_id\":\"38b9808\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5415-2.jpg\",\"id\":231}},{\"_id\":\"cf37e5f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911452285.jpg\",\"id\":243}},{\"_id\":\"4c60470\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5463-2.jpg\",\"id\":232}},{\"_id\":\"4a160c3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911290282.jpg\",\"id\":241}},{\"_id\":\"4989d52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/MG_7562final-1.jpg\",\"id\":276}},{\"_id\":\"4bd7a28\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6375.jpg\",\"id\":224}},{\"_id\":\"b774408\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/cropped-FB_IMG_1455049007776.jpg\",\"id\":296}},{\"_id\":\"f49041a\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2019\\/07\\/customizable-feathered-skirt.png\",\"id\":349}},{\"_id\":\"81cbae9\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/received_10212661803131681.jpeg\",\"id\":122}},{\"_id\":\"8f4f7a0\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_2342.jpg\",\"id\":121}},{\"_id\":\"3018643\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/untitled-76-of-280_1501085438585_1501085681972.jpg\",\"id\":272}},{\"_id\":\"62e2c52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/untitled-80-of-280.jpg\",\"id\":273}},{\"_id\":\"aa54060\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-29-01.41.37.jpg\",\"id\":118}},{\"_id\":\"1445d81\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-29-01.39.27.jpg\",\"id\":117}},{\"_id\":\"d8843f8\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-26-10.39.33.jpg\",\"id\":110}},{\"_id\":\"73ebdac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/Screenshot_2017-09-13-07-52-43-1.png\",\"id\":115}},{\"_id\":\"9fa5d47\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_0344final.jpg\",\"id\":229}},{\"_id\":\"bd801b1\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavish-luxe-background.jpeg\",\"id\":108}},{\"_id\":\"ad156e7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_9504final.jpg\",\"id\":119}},{\"_id\":\"7666224\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_9444final.jpg\",\"id\":120}},{\"_id\":\"a41030e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-20-08.25.54.jpg\",\"id\":116}},{\"_id\":\"70f8d60\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavish-luxe1.jpg\",\"id\":83}},{\"_id\":\"a8df3db\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/FB_IMG_1508911285193-1.jpg\",\"id\":279}},{\"_id\":\"812be17\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/WedPics_1478584463349.jpg\",\"id\":275}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#6F6F6F\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(2424,563,'_elementor_edit_mode','builder'),(2425,563,'_elementor_template_type','wp-page'),(2426,563,'_elementor_version','3.1.1'),(2427,563,'_wp_page_template','default'),(2428,563,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2429,563,'_elementor_data','[{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Fashion\",\"eael_dch_last_title\":\"Gallery\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"1f05859\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_column_number\":\"33.330%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"cb321a6\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"6ef96b7\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 1\",\"_id\":\"91f6ac6\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911121649.jpg\",\"id\":235}},{\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"3c12d38\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_7519final.jpg\",\"id\":223}},{\"_id\":\"9f696bb\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/composite1.jpg\",\"id\":244}},{\"_id\":\"38b9808\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5415-2.jpg\",\"id\":231}},{\"_id\":\"cf37e5f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911452285.jpg\",\"id\":243}},{\"_id\":\"4c60470\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5463-2.jpg\",\"id\":232}},{\"_id\":\"4a160c3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911290282.jpg\",\"id\":241}},{\"_id\":\"4989d52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/MG_7562final-1.jpg\",\"id\":276}},{\"_id\":\"4bd7a28\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6375.jpg\",\"id\":224}},{\"_id\":\"b774408\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/cropped-FB_IMG_1455049007776.jpg\",\"id\":296}},{\"_id\":\"f49041a\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2019\\/07\\/customizable-feathered-skirt.png\",\"id\":349}},{\"_id\":\"81cbae9\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/received_10212661803131681.jpeg\",\"id\":122}},{\"_id\":\"8f4f7a0\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_2342.jpg\",\"id\":121}},{\"_id\":\"3018643\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/untitled-76-of-280_1501085438585_1501085681972.jpg\",\"id\":272}},{\"_id\":\"62e2c52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/untitled-80-of-280.jpg\",\"id\":273}},{\"_id\":\"aa54060\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-29-01.41.37.jpg\",\"id\":118}},{\"_id\":\"1445d81\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-29-01.39.27.jpg\",\"id\":117}},{\"_id\":\"d8843f8\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-26-10.39.33.jpg\",\"id\":110}},{\"_id\":\"73ebdac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/Screenshot_2017-09-13-07-52-43-1.png\",\"id\":115}},{\"_id\":\"9fa5d47\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_0344final.jpg\",\"id\":229}},{\"_id\":\"bd801b1\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavish-luxe-background.jpeg\",\"id\":108}},{\"_id\":\"ad156e7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_9504final.jpg\",\"id\":119}},{\"_id\":\"7666224\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_9444final.jpg\",\"id\":120}},{\"_id\":\"a41030e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-20-08.25.54.jpg\",\"id\":116}},{\"_id\":\"70f8d60\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavish-luxe1.jpg\",\"id\":83}},{\"_id\":\"a8df3db\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/FB_IMG_1508911285193-1.jpg\",\"id\":279}},{\"_id\":\"812be17\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/WedPics_1478584463349.jpg\",\"id\":275}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#6F6F6F\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2422,562,'_wp_attached_file','2021/02/VID_40920511_004806_975.mp4'),(2423,562,'_wp_attachment_metadata','a:10:{s:7:\"bitrate\";i:2877459;s:8:\"filesize\";i:1169016;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:3;s:16:\"length_formatted\";s:4:\"0:03\";s:5:\"width\";i:720;s:6:\"height\";i:1382;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:17:\"created_timestamp\";i:-2082844800;}'),(2384,546,'_wp_attached_file','2021/02/DLAC0186.jpg'),(2385,546,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1067;s:6:\"height\";i:1600;s:4:\"file\";s:20:\"2021/02/DLAC0186.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DLAC0186-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DLAC0186-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DLAC0186-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"DLAC0186-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"DLAC0186-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"DLAC0186-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"DLAC0186-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:20:\"DLAC0186-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"DLAC0186-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"DLAC0186-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:20:\"DLAC0186-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:20:\"DLAC0186-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:6:\"D.LACY\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:6:\"D.LACY\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2386,547,'_wp_attached_file','2021/02/DLAC0362.jpg'),(2387,547,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1067;s:6:\"height\";i:1600;s:4:\"file\";s:20:\"2021/02/DLAC0362.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DLAC0362-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DLAC0362-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DLAC0362-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"DLAC0362-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"DLAC0362-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"DLAC0362-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"DLAC0362-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:20:\"DLAC0362-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"DLAC0362-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"DLAC0362-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:20:\"DLAC0362-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:20:\"DLAC0362-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:6:\"D.LACY\";s:6:\"camera\";s:22:\"Canon EOS-1D X Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1612209856\";s:9:\"copyright\";s:6:\"D.LACY\";s:12:\"focal_length\";s:2:\"29\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2388,548,'_wp_attached_file','2021/02/DLAC0410.jpg'),(2389,548,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1067;s:6:\"height\";i:1600;s:4:\"file\";s:20:\"2021/02/DLAC0410.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DLAC0410-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DLAC0410-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DLAC0410-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"DLAC0410-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"DLAC0410-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"DLAC0410-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"DLAC0410-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:20:\"DLAC0410-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"DLAC0410-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"DLAC0410-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:20:\"DLAC0410-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:20:\"DLAC0410-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:6:\"D.LACY\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:6:\"D.LACY\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2390,549,'_wp_attached_file','2021/02/DLAC0461.jpg'),(2391,549,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1067;s:6:\"height\";i:1600;s:4:\"file\";s:20:\"2021/02/DLAC0461.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DLAC0461-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DLAC0461-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DLAC0461-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"DLAC0461-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"DLAC0461-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"DLAC0461-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"DLAC0461-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:20:\"DLAC0461-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"DLAC0461-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"DLAC0461-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:20:\"DLAC0461-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:20:\"DLAC0461-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:6:\"D.LACY\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:6:\"D.LACY\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2392,550,'_wp_attached_file','2021/02/DLAC0519.jpg'),(2393,550,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1067;s:6:\"height\";i:1600;s:4:\"file\";s:20:\"2021/02/DLAC0519.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DLAC0519-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DLAC0519-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DLAC0519-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"DLAC0519-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"DLAC0519-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"DLAC0519-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"DLAC0519-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:20:\"DLAC0519-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"DLAC0519-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"DLAC0519-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:20:\"DLAC0519-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:20:\"DLAC0519-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:6:\"D.LACY\";s:6:\"camera\";s:22:\"Canon EOS-1D X Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1612212617\";s:9:\"copyright\";s:6:\"D.LACY\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2394,551,'_wp_attached_file','2021/02/DLAC0520.jpg'),(2395,551,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1067;s:6:\"height\";i:1600;s:4:\"file\";s:20:\"2021/02/DLAC0520.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DLAC0520-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DLAC0520-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DLAC0520-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"DLAC0520-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"DLAC0520-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"DLAC0520-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"DLAC0520-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:20:\"DLAC0520-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"DLAC0520-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"DLAC0520-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:20:\"DLAC0520-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:20:\"DLAC0520-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:6:\"D.LACY\";s:6:\"camera\";s:22:\"Canon EOS-1D X Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1612212618\";s:9:\"copyright\";s:6:\"D.LACY\";s:12:\"focal_length\";s:2:\"80\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2396,552,'_wp_attached_file','2021/02/DLAC0589.jpg'),(2397,552,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1067;s:6:\"height\";i:1600;s:4:\"file\";s:20:\"2021/02/DLAC0589.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DLAC0589-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DLAC0589-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DLAC0589-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"DLAC0589-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"DLAC0589-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"DLAC0589-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"DLAC0589-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:20:\"DLAC0589-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"DLAC0589-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"DLAC0589-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:20:\"DLAC0589-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:20:\"DLAC0589-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:6:\"D.LACY\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:6:\"D.LACY\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2398,553,'_wp_attached_file','2021/02/DLAC0595.jpg'),(2399,553,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1067;s:6:\"height\";i:1600;s:4:\"file\";s:20:\"2021/02/DLAC0595.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DLAC0595-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DLAC0595-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DLAC0595-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"DLAC0595-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"DLAC0595-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"DLAC0595-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"DLAC0595-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:20:\"DLAC0595-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"DLAC0595-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"DLAC0595-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:20:\"DLAC0595-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:20:\"DLAC0595-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:6:\"D.LACY\";s:6:\"camera\";s:22:\"Canon EOS-1D X Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1612212823\";s:9:\"copyright\";s:6:\"D.LACY\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2400,554,'_wp_attached_file','2021/02/DLAC0598.jpg'),(2401,554,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1067;s:6:\"height\";i:1600;s:4:\"file\";s:20:\"2021/02/DLAC0598.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DLAC0598-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DLAC0598-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DLAC0598-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"DLAC0598-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"DLAC0598-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"DLAC0598-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"DLAC0598-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:20:\"DLAC0598-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"DLAC0598-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"DLAC0598-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:20:\"DLAC0598-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:20:\"DLAC0598-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:6:\"D.LACY\";s:6:\"camera\";s:22:\"Canon EOS-1D X Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1612212826\";s:9:\"copyright\";s:6:\"D.LACY\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2402,555,'_wp_attached_file','2021/02/IMG_20201115_191708_199.jpg'),(2403,555,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:2073;s:4:\"file\";s:35:\"2021/02/IMG_20201115_191708_199.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"IMG_20201115_191708_199-156x300.jpg\";s:5:\"width\";i:156;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"IMG_20201115_191708_199-533x1024.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_20201115_191708_199-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"IMG_20201115_191708_199-768x1474.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1474;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:36:\"IMG_20201115_191708_199-800x1536.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:37:\"IMG_20201115_191708_199-1067x2048.jpg\";s:5:\"width\";i:1067;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"IMG_20201115_191708_199-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:36:\"IMG_20201115_191708_199-600x1152.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_20201115_191708_199-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:\"IMG_20201115_191708_199-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"IMG_20201115_191708_199-600x1152.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_20201115_191708_199-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:35:\"IMG_20201115_191708_199-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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:{}}}'),(2404,556,'_wp_attached_file','2021/02/IMG_20201115_191819_568.jpg'),(2405,556,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:2073;s:4:\"file\";s:35:\"2021/02/IMG_20201115_191819_568.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"IMG_20201115_191819_568-156x300.jpg\";s:5:\"width\";i:156;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"IMG_20201115_191819_568-533x1024.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_20201115_191819_568-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"IMG_20201115_191819_568-768x1474.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1474;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:36:\"IMG_20201115_191819_568-800x1536.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:37:\"IMG_20201115_191819_568-1067x2048.jpg\";s:5:\"width\";i:1067;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"IMG_20201115_191819_568-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:36:\"IMG_20201115_191819_568-600x1152.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_20201115_191819_568-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:\"IMG_20201115_191819_568-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"IMG_20201115_191819_568-600x1152.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_20201115_191819_568-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:35:\"IMG_20201115_191819_568-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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:{}}}'),(2406,557,'_wp_attached_file','2021/02/TMP_8505.jpg'),(2407,557,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1800;s:4:\"file\";s:20:\"2021/02/TMP_8505.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"TMP_8505-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"TMP_8505-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"TMP_8505-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"TMP_8505-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"TMP_8505-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"TMP_8505-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"TMP_8505-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:20:\"TMP_8505-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"TMP_8505-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"TMP_8505-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:20:\"TMP_8505-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:20:\"TMP_8505-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:13:\"Justin Taylor\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark IV\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1608504043\";s:9:\"copyright\";s:24:\"Taylor Media Photography\";s:12:\"focal_length\";s:3:\"110\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2408,558,'_wp_attached_file','2021/02/TMP_8512.jpg'),(2409,558,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1800;s:4:\"file\";s:20:\"2021/02/TMP_8512.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"TMP_8512-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"TMP_8512-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"TMP_8512-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"TMP_8512-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"TMP_8512-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"TMP_8512-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"TMP_8512-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:20:\"TMP_8512-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"TMP_8512-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"TMP_8512-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:20:\"TMP_8512-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:20:\"TMP_8512-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:13:\"Justin Taylor\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark IV\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1608504106\";s:9:\"copyright\";s:24:\"Taylor Media Photography\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2410,559,'_wp_attached_file','2021/02/TMP_8596.jpg'),(2411,559,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1800;s:4:\"file\";s:20:\"2021/02/TMP_8596.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"TMP_8596-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"TMP_8596-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"TMP_8596-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"TMP_8596-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"TMP_8596-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"TMP_8596-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"TMP_8596-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:20:\"TMP_8596-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"TMP_8596-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"TMP_8596-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:20:\"TMP_8596-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:20:\"TMP_8596-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:13:\"Justin Taylor\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark IV\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1608504960\";s:9:\"copyright\";s:24:\"Taylor Media Photography\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2458,571,'_elementor_edit_mode','builder'),(2459,571,'_elementor_template_type','wp-page'),(2460,571,'_elementor_version','3.1.1'),(2461,571,'_wp_page_template','default'),(2462,571,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2463,571,'_elementor_data','[{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Fashion\",\"eael_dch_last_title\":\"Gallery\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"}]},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#6F6F6F\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(2443,566,'_wp_attached_file','2021/02/lavish_luxe_logo_white.jpg'),(2444,566,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:828;s:6:\"height\";i:828;s:4:\"file\";s:34:\"2021/02/lavish_luxe_logo_white.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"lavish_luxe_logo_white-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"lavish_luxe_logo_white-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:\"lavish_luxe_logo_white-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"lavish_luxe_logo_white-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:\"lavish_luxe_logo_white-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:34:\"lavish_luxe_logo_white-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:\"lavish_luxe_logo_white-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:\"lavish_luxe_logo_white-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:34:\"lavish_luxe_logo_white-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:34:\"lavish_luxe_logo_white-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2445,567,'_wp_attached_file','2021/02/lavish_luxe_logo_purple.jpg'),(2446,567,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:828;s:6:\"height\";i:828;s:4:\"file\";s:35:\"2021/02/lavish_luxe_logo_purple.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"lavish_luxe_logo_purple-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"lavish_luxe_logo_purple-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:\"lavish_luxe_logo_purple-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"lavish_luxe_logo_purple-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:\"lavish_luxe_logo_purple-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:35:\"lavish_luxe_logo_purple-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:\"lavish_luxe_logo_purple-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:\"lavish_luxe_logo_purple-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:35:\"lavish_luxe_logo_purple-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:35:\"lavish_luxe_logo_purple-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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:{}}}'),(2420,561,'_wp_attached_file','2021/02/TMP_8928.jpg'),(2421,561,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1800;s:4:\"file\";s:20:\"2021/02/TMP_8928.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"TMP_8928-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"TMP_8928-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"TMP_8928-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"TMP_8928-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"TMP_8928-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"TMP_8928-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"TMP_8928-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:20:\"TMP_8928-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"TMP_8928-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"TMP_8928-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:20:\"TMP_8928-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:20:\"TMP_8928-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:13:\"Justin Taylor\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark IV\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1584154994\";s:9:\"copyright\";s:24:\"Taylor Media Photography\";s:12:\"focal_length\";s:2:\"88\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2430,564,'_elementor_edit_mode','builder'),(2431,564,'_elementor_template_type','wp-page'),(2432,564,'_elementor_version','3.1.1'),(2433,564,'_wp_page_template','default'),(2434,564,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2435,564,'_elementor_data','[{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Fashion\",\"eael_dch_last_title\":\"Gallery\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"1f05859\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_column_number\":\"33.330%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"cb321a6\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"6ef96b7\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 1\",\"_id\":\"91f6ac6\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911121649.jpg\",\"id\":235}},{\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"3c12d38\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_7519final.jpg\",\"id\":223}},{\"_id\":\"9f696bb\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/composite1.jpg\",\"id\":244}},{\"_id\":\"38b9808\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5415-2.jpg\",\"id\":231}},{\"_id\":\"cf37e5f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911452285.jpg\",\"id\":243}},{\"_id\":\"4c60470\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_5463-2.jpg\",\"id\":232}},{\"_id\":\"4a160c3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/FB_IMG_1508911290282.jpg\",\"id\":241}},{\"_id\":\"4989d52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/MG_7562final-1.jpg\",\"id\":276}},{\"_id\":\"4bd7a28\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6375.jpg\",\"id\":224}},{\"_id\":\"b774408\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/cropped-FB_IMG_1455049007776.jpg\",\"id\":296}},{\"_id\":\"f49041a\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2019\\/07\\/customizable-feathered-skirt.png\",\"id\":349}},{\"_id\":\"81cbae9\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/received_10212661803131681.jpeg\",\"id\":122}},{\"_id\":\"8f4f7a0\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_2342.jpg\",\"id\":121}},{\"_id\":\"3018643\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/untitled-76-of-280_1501085438585_1501085681972.jpg\",\"id\":272}},{\"_id\":\"62e2c52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/untitled-80-of-280.jpg\",\"id\":273}},{\"_id\":\"aa54060\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-29-01.41.37.jpg\",\"id\":118}},{\"_id\":\"1445d81\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-29-01.39.27.jpg\",\"id\":117}},{\"_id\":\"d8843f8\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-26-10.39.33.jpg\",\"id\":110}},{\"_id\":\"73ebdac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/Screenshot_2017-09-13-07-52-43-1.png\",\"id\":115}},{\"_id\":\"9fa5d47\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_0344final.jpg\",\"id\":229}},{\"_id\":\"bd801b1\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavish-luxe-background.jpeg\",\"id\":108}},{\"_id\":\"ad156e7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_9504final.jpg\",\"id\":119}},{\"_id\":\"7666224\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/MG_9444final.jpg\",\"id\":120}},{\"_id\":\"a41030e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/PicsArt_09-20-08.25.54.jpg\",\"id\":116}},{\"_id\":\"70f8d60\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavish-luxe1.jpg\",\"id\":83}},{\"_id\":\"a8df3db\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/FB_IMG_1508911285193-1.jpg\",\"id\":279}},{\"_id\":\"812be17\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/11\\/WedPics_1478584463349.jpg\",\"id\":275}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#6F6F6F\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(2447,568,'_wp_attached_file','2021/02/lavish_luxe_logo_black.jpg'),(2448,568,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:828;s:6:\"height\";i:828;s:4:\"file\";s:34:\"2021/02/lavish_luxe_logo_black.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"lavish_luxe_logo_black-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"lavish_luxe_logo_black-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:\"lavish_luxe_logo_black-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"lavish_luxe_logo_black-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:\"lavish_luxe_logo_black-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:34:\"lavish_luxe_logo_black-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:\"lavish_luxe_logo_black-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:\"lavish_luxe_logo_black-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:34:\"lavish_luxe_logo_black-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:34:\"lavish_luxe_logo_black-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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:{}}}'),(2470,573,'_elementor_edit_mode','builder'),(2471,573,'_elementor_template_type','wp-page'),(2472,573,'_elementor_version','3.1.1'),(2473,573,'_wp_page_template','default'),(2474,573,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2475,573,'_elementor_data','[{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}]},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#6F6F6F\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(2456,570,'_wp_attached_file','2021/02/VID_41110616_070818_774.mp4'),(2457,570,'_wp_attachment_metadata','a:10:{s:8:\"filesize\";i:1388513;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:5;s:16:\"length_formatted\";s:4:\"0:05\";s:5:\"width\";i:720;s:6:\"height\";i:1382;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:7:{s:10:\"dataformat\";s:3:\"mp4\";s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";}s:17:\"created_timestamp\";i:-2082844800;}'),(2464,572,'_elementor_edit_mode','builder'),(2465,572,'_elementor_template_type','wp-page'),(2466,572,'_elementor_version','3.1.1'),(2467,572,'_wp_page_template','default'),(2468,572,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2469,572,'_elementor_data','[{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Fashion\",\"eael_dch_last_title\":\"Gallery\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"}]},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#6F6F6F\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(2491,576,'_elementor_edit_mode','builder'),(2492,576,'_elementor_template_type','wp-page'),(2493,576,'_elementor_version','3.1.1'),(2494,576,'_wp_page_template','default'),(2495,576,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2496,576,'_elementor_data','[{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}]},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#6F6F6F\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(2505,578,'_elementor_edit_mode','builder'),(2506,578,'_elementor_template_type','wp-page'),(2507,578,'_elementor_version','3.1.1'),(2508,578,'_wp_page_template','default'),(2509,578,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2510,578,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000FC\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6320-1.jpg\",\"id\":233},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"lighten\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2cb29f2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white-background-removed.png\",\"id\":575},\"image_size\":\"full\",\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}]},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#6F6F6F\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(2487,575,'_wp_attached_file','2021/02/lavish_luxe_logo_white-background-removed.png'),(2488,575,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:53:\"2021/02/lavish_luxe_logo_white-background-removed.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"lavish_luxe_logo_white-background-removed-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"lavish_luxe_logo_white-background-removed-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:53:\"lavish_luxe_logo_white-background-removed-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:53:\"lavish_luxe_logo_white-background-removed-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:53:\"lavish_luxe_logo_white-background-removed-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:53:\"lavish_luxe_logo_white-background-removed-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:53:\"lavish_luxe_logo_white-background-removed-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;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:{}}}'),(2498,577,'_elementor_edit_mode','builder'),(2499,577,'_elementor_template_type','wp-page'),(2500,577,'_elementor_version','3.1.1'),(2501,577,'_wp_page_template','default'),(2502,577,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2503,577,'_elementor_data','[{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}]},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#6F6F6F\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(2525,581,'_elementor_edit_mode','builder'),(2526,581,'_elementor_template_type','wp-page'),(2527,581,'_elementor_version','3.1.1'),(2528,581,'_wp_page_template','default'),(2529,581,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2530,581,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000FC\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6320-1.jpg\",\"id\":233},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"lighten\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2cb29f2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white-background-removed.png\",\"id\":575},\"image_size\":\"full\",\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}]},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#6F6F6F\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(2514,579,'_wp_attached_file','2021/02/lavish_luxe_logo_white-background-removed-nobanner.png'),(2515,579,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:62:\"2021/02/lavish_luxe_logo_white-background-removed-nobanner.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:62:\"lavish_luxe_logo_white-background-removed-nobanner-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:62:\"lavish_luxe_logo_white-background-removed-nobanner-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:62:\"lavish_luxe_logo_white-background-removed-nobanner-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:62:\"lavish_luxe_logo_white-background-removed-nobanner-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:62:\"lavish_luxe_logo_white-background-removed-nobanner-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:62:\"lavish_luxe_logo_white-background-removed-nobanner-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:62:\"lavish_luxe_logo_white-background-removed-nobanner-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;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:{}}}'),(2549,584,'_elementor_edit_mode','builder'),(2550,584,'_elementor_template_type','wp-page'),(2551,584,'_elementor_version','3.1.1'),(2552,584,'_wp_page_template','default'),(2553,584,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2554,584,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000FC\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6320-1.jpg\",\"id\":233},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"lighten\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2cb29f2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white-background-removed-nobanner.png\",\"id\":579},\"image_size\":\"full\",\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}]},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#6F6F6F\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(2544,583,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000FC\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6320-1.jpg\",\"id\":233},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"lighten\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2cb29f2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white-background-removed-nobanner.png\",\"id\":579},\"image_size\":\"full\",\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}]},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#6F6F6F\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(2539,583,'_elementor_edit_mode','builder'),(2540,583,'_elementor_template_type','wp-page'),(2541,583,'_elementor_version','3.1.1'),(2542,583,'_wp_page_template','default'),(2543,583,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2532,582,'_elementor_edit_mode','builder'),(2533,582,'_elementor_template_type','wp-page'),(2534,582,'_elementor_version','3.1.1'),(2535,582,'_wp_page_template','default'),(2536,582,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2537,582,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000FC\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6320-1.jpg\",\"id\":233},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"lighten\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2cb29f2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white-background-removed.png\",\"id\":575},\"image_size\":\"full\",\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}]},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#6F6F6F\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(2548,10,'_last_editor_used_jetpack','block-editor'),(2556,585,'_elementor_edit_mode','builder'),(2557,585,'_elementor_template_type','wp-page'),(2558,585,'_elementor_version','3.1.1'),(2559,585,'_wp_page_template','default'),(2560,585,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2561,585,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000FC\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6320-1.jpg\",\"id\":233},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"lighten\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2cb29f2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white-background-removed-nobanner.png\",\"id\":579},\"image_size\":\"full\",\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}]},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#6F6F6F\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(2563,586,'_elementor_edit_mode','builder'),(2564,586,'_elementor_template_type','wp-page'),(2565,586,'_elementor_version','3.1.1'),(2566,586,'_wp_page_template','default'),(2567,586,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2568,586,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000FC\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6320-1.jpg\",\"id\":233},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"lighten\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2cb29f2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white-background-removed-nobanner.png\",\"id\":579},\"image_size\":\"full\",\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}]},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#6F6F6F\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_products_count\":8,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(2572,587,'_elementor_edit_mode','builder'),(2573,587,'_elementor_template_type','wp-page'),(2574,587,'_elementor_version','3.1.1'),(2575,587,'_wp_page_template','default'),(2576,587,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2577,587,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000FC\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6320-1.jpg\",\"id\":233},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"lighten\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2cb29f2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white-background-removed-nobanner.png\",\"id\":579},\"image_size\":\"full\",\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}]},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#6F6F6F\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_products_count\":8,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(2579,588,'_elementor_edit_mode','builder'),(2580,588,'_elementor_template_type','wp-page'),(2581,588,'_elementor_version','3.1.1'),(2582,588,'_wp_page_template','default'),(2583,588,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2584,588,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000FC\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6320-1.jpg\",\"id\":233},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"lighten\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2cb29f2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white-background-removed-nobanner.png\",\"id\":579},\"image_size\":\"full\",\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}]},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#6F6F6F\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_products_count\":8,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(2586,589,'_elementor_edit_mode','builder'),(2587,589,'_elementor_template_type','wp-page'),(2588,589,'_elementor_version','3.1.1'),(2589,589,'_wp_page_template','default'),(2590,589,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2591,589,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000FC\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6320-1.jpg\",\"id\":233},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"lighten\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2cb29f2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white-background-removed-nobanner.png\",\"id\":579},\"image_size\":\"full\",\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_img_style\":\"style2\",\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#6F6F6F\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_products_count\":8,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3785,739,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"8804b46\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-list\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Our\",\"eael_dch_last_title\":\"Services\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"How can I help you?\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\",\"eael_dch_base_title_color\":\"#FFFFFF\",\"eael_dch_subtext_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simply stylish\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(2594,590,'_elementor_edit_mode','builder'),(2595,590,'_elementor_template_type','wp-page'),(2596,590,'_elementor_version','3.1.1'),(2597,590,'_wp_page_template','default'),(2598,590,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2599,590,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000FC\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6320-1.jpg\",\"id\":233},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"lighten\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2cb29f2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white-background-removed-nobanner.png\",\"id\":579},\"image_size\":\"full\",\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_img_style\":\"style2\",\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#6F6F6F\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_products_count\":8,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(2600,591,'_elementor_edit_mode','builder'),(2601,591,'_elementor_template_type','wp-page'),(2602,591,'_elementor_version','3.1.1'),(2603,591,'_wp_page_template','default'),(2604,591,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2605,591,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000FC\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6320-1.jpg\",\"id\":233},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"lighten\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2cb29f2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white-background-removed-nobanner.png\",\"id\":579},\"image_size\":\"full\",\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_img_style\":\"style2\",\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#6F6F6F\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_products_count\":8,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(2606,592,'_elementor_edit_mode','builder'),(2607,592,'_elementor_template_type','wp-page'),(2608,592,'_elementor_version','3.1.1'),(2609,592,'_wp_page_template','default'),(2610,592,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2611,592,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000FC\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6320-1.jpg\",\"id\":233},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"lighten\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2cb29f2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white-background-removed-nobanner.png\",\"id\":579},\"image_size\":\"full\",\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#6F6F6F\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_products_count\":8,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(2626,593,'_elementor_edit_mode','builder'),(2627,593,'_elementor_template_type','wp-page'),(2628,593,'_elementor_version','3.1.1'),(2629,593,'_wp_page_template','default'),(2630,593,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2631,593,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000FC\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6320-1.jpg\",\"id\":233},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"lighten\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2cb29f2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white-background-removed-nobanner.png\",\"id\":579},\"image_size\":\"full\",\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#6F6F6F\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_products_count\":8,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3781,739,'_elementor_template_type','wp-page'),(3782,739,'_elementor_version','3.1.4'),(3783,739,'_wp_page_template','default'),(3784,739,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2633,594,'_elementor_edit_mode','builder'),(2634,594,'_elementor_template_type','wp-page'),(2635,594,'_elementor_version','3.1.1'),(2636,594,'_wp_page_template','default'),(2637,594,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2638,594,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000FC\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6320-1.jpg\",\"id\":233},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"lighten\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2cb29f2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white-background-removed-nobanner.png\",\"id\":579},\"image_size\":\"full\",\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#6F6F6F\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_products_count\":8,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3780,739,'_elementor_edit_mode','builder'),(2640,595,'_elementor_edit_mode','builder'),(2641,595,'_elementor_template_type','wp-page'),(2642,595,'_elementor_version','3.1.1'),(2643,595,'_wp_page_template','default'),(2644,595,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2645,595,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000FC\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6320-1.jpg\",\"id\":233},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"lighten\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2cb29f2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white-background-removed-nobanner.png\",\"id\":579},\"image_size\":\"full\",\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#6F6F6F\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(2659,597,'_elementor_edit_mode','builder'),(2660,597,'_elementor_template_type','wp-page'),(2661,597,'_elementor_version','3.1.1'),(2662,597,'_wp_page_template','default'),(2663,597,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2664,597,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000FC\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6320-1.jpg\",\"id\":233},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"lighten\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2cb29f2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white-background-removed-nobanner.png\",\"id\":579},\"image_size\":\"full\",\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#6F6F6F\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3777,738,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"8804b46\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-list\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Our\",\"eael_dch_last_title\":\"Services\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"How can I help you?\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\",\"eael_dch_base_title_color\":\"#FFFFFF\",\"eael_dch_subtext_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simply stylish\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(2673,599,'_elementor_edit_mode','builder'),(2674,599,'_elementor_template_type','wp-page'),(2675,599,'_elementor_version','3.1.1'),(2676,599,'_wp_page_template','default'),(2677,599,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2678,599,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000FC\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6320-1.jpg\",\"id\":233},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"lighten\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2cb29f2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white-background-removed-nobanner.png\",\"id\":579},\"image_size\":\"full\",\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#6F6F6F\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(2666,598,'_elementor_edit_mode','builder'),(2667,598,'_elementor_template_type','wp-page'),(2668,598,'_elementor_version','3.1.1'),(2669,598,'_wp_page_template','default'),(2670,598,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2671,598,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000FC\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6320-1.jpg\",\"id\":233},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"lighten\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2cb29f2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white-background-removed-nobanner.png\",\"id\":579},\"image_size\":\"full\",\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#6F6F6F\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3776,738,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2879,623,'_elementor_edit_mode','builder'),(2880,623,'_elementor_template_type','wp-page'),(2881,623,'_elementor_version','3.1.1'),(2882,623,'_wp_page_template','default'),(2883,623,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2884,623,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000FC\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6320-1.jpg\",\"id\":233},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"lighten\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2cb29f2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white-background-removed-nobanner.png\",\"id\":579},\"image_size\":\"full\",\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#6F6F6F\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(2682,600,'_edit_lock','1620001714:1'),(2683,600,'_edit_last','1'),(2684,600,'_wp_page_template','default'),(2685,600,'war_soundy_enable_bg_sound','default'),(2686,600,'war_soundy_enable_pp_corner','default'),(2687,600,'war_soundy_audio_file_url','default'),(2688,600,'war_soundy_audio_type','default'),(2689,600,'war_soundy_audio_volume','default'),(2690,600,'war_soundy_audio_title','default'),(2691,600,'war_soundy_autoplay','default'),(2692,600,'war_soundy_loop','default'),(2693,600,'ehf_target_include_locations','a:2:{s:4:\"rule\";a:1:{i:0;s:12:\"basic-global\";}s:8:\"specific\";a:0:{}}'),(2694,600,'ehf_target_exclude_locations','a:0:{}'),(2695,600,'ehf_target_user_roles','a:1:{i:0;s:3:\"all\";}'),(2696,600,'ehf_template_type','type_footer'),(2697,600,'sharing_disabled','1'),(2698,600,'site-sidebar-layout','no-sidebar'),(2699,600,'site-content-layout','page-builder'),(2700,600,'theme-transparent-header-meta','default'),(2701,600,'_elementor_edit_mode','builder'),(2702,600,'_elementor_template_type','wp-post'),(2703,600,'_elementor_version','3.2.2'),(2704,600,'_astra_content_layout_flag','disabled'),(2705,600,'site-post-title','disabled'),(2706,600,'ast-title-bar-display','disabled'),(2707,600,'ast-featured-img','disabled'),(2717,603,'_wp_page_template','default'),(2718,603,'_elementor_edit_mode','builder'),(2719,603,'_elementor_template_type','wp-post'),(2709,570,'_edit_lock','1614552760:1'),(2725,600,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2726,600,'_elementor_data','[{\"id\":\"39d5983\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#2F2E2E\"},\"elements\":[{\"id\":\"a200d1c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b210b05\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"628e70e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3f030e6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"primary_color\":\"#903DE6\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/model_luxe_stylist\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"810da14\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Copyright \\u00a9 2021 Lavish Luxe By Lenee | Website built by <a href=\\\"https:\\/\\/esselwebdesign.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Essel Web Design<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2720,603,'_elementor_version','3.1.1'),(2721,604,'_wp_page_template','default'),(2722,604,'_elementor_edit_mode','builder'),(2723,604,'_elementor_template_type','wp-post'),(2724,604,'_elementor_version','3.1.1'),(2727,605,'_wp_page_template','default'),(2728,605,'_elementor_edit_mode','builder'),(2729,605,'_elementor_template_type','wp-post'),(2730,605,'_elementor_version','3.1.1'),(2731,605,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2732,605,'_elementor_data','[{\"id\":\"39d5983\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#2F2E2E\"},\"elements\":[{\"id\":\"a200d1c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b210b05\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"628e70e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3f030e6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"primary_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1b02f39\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5c61466\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"primary_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"810da14\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Copyright \\u00a9 2021 Lavish Luxe By Lenee | Website built by <a href=\\\"https:\\/\\/esselwebdesign.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Essel Web Design<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2742,607,'_wp_page_template','default'),(2743,607,'_elementor_edit_mode','builder'),(2744,607,'_elementor_template_type','wp-post'),(2745,607,'_elementor_version','3.1.1'),(2746,607,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2747,607,'_elementor_data','[{\"id\":\"39d5983\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#2F2E2E\"},\"elements\":[{\"id\":\"a200d1c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b210b05\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"628e70e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3f030e6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"primary_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1b02f39\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5c61466\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"primary_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"810da14\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Copyright \\u00a9 2021 Lavish Luxe By Lenee | Website built by <a href=\\\"https:\\/\\/esselwebdesign.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Essel Web Design<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2760,609,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2761,609,'_elementor_data','[{\"id\":\"39d5983\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#2F2E2E\"},\"elements\":[{\"id\":\"a200d1c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b210b05\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"628e70e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3f030e6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"align\":\"right\",\"primary_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1b02f39\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5c61466\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"align\":\"left\",\"primary_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9751e46\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"12bf0f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d04c0ca\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"align\":\"right\",\"align_mobile\":\"center\",\"primary_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1b694fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fce41\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"align\":\"left\",\"align_mobile\":\"center\",\"primary_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"810da14\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Copyright \\u00a9 2021 Lavish Luxe By Lenee | Website built by <a href=\\\"https:\\/\\/esselwebdesign.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Essel Web Design<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4616,875,'_elementor_data','[{\"id\":\"39d5983\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#2F2E2E\"},\"elements\":[{\"id\":\"a200d1c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b210b05\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"628e70e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3f030e6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"primary_color\":\"#903DE6\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/model_luxe_stylist\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"810da14\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Copyright \\u00a9 2021 Lavish Luxe By Lenee | Website built by <a href=\\\"https:\\/\\/esselwebdesign.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Essel Web Design<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2756,609,'_wp_page_template','default'),(2757,609,'_elementor_edit_mode','builder'),(2758,609,'_elementor_template_type','wp-post'),(2759,609,'_elementor_version','3.1.1'),(2749,608,'_wp_page_template','default'),(2750,608,'_elementor_edit_mode','builder'),(2751,608,'_elementor_template_type','wp-post'),(2752,608,'_elementor_version','3.1.1'),(2753,608,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2754,608,'_elementor_data','[{\"id\":\"39d5983\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#2F2E2E\"},\"elements\":[{\"id\":\"a200d1c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b210b05\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"628e70e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3f030e6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"primary_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1b02f39\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5c61466\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"primary_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"810da14\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Copyright \\u00a9 2021 Lavish Luxe By Lenee | Website built by <a href=\\\"https:\\/\\/esselwebdesign.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Essel Web Design<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3502,698,'_wp_page_template','default'),(3503,698,'_elementor_edit_mode','builder'),(3504,698,'_elementor_template_type','wp-post'),(3505,698,'_elementor_version','3.1.1'),(3506,698,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3507,698,'_elementor_data','[{\"id\":\"39d5983\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#2F2E2E\"},\"elements\":[{\"id\":\"a200d1c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b210b05\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"628e70e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3f030e6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"align\":\"right\",\"primary_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1b02f39\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5c61466\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"align\":\"left\",\"primary_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9751e46\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"12bf0f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d04c0ca\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"align\":\"right\",\"align_mobile\":\"center\",\"primary_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1b694fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fce41\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"align\":\"left\",\"align_mobile\":\"center\",\"primary_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"810da14\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Copyright \\u00a9 2021 Lavish Luxe By Lenee | Website built by <a href=\\\"https:\\/\\/esselwebdesign.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Essel Web Design<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2765,610,'_edit_lock','1614560842:1'),(2766,610,'_edit_last','1'),(2767,610,'_wp_page_template','elementor_header_footer'),(2768,610,'war_soundy_enable_bg_sound','default'),(2769,610,'war_soundy_enable_pp_corner','default'),(2770,610,'war_soundy_audio_file_url','default'),(2771,610,'war_soundy_audio_type','default'),(2772,610,'war_soundy_audio_volume','default'),(2773,610,'war_soundy_audio_title','default'),(2774,610,'war_soundy_autoplay','default'),(2775,610,'war_soundy_loop','default'),(2776,610,'ehf_target_include_locations','a:2:{s:4:\"rule\";a:1:{i:0;s:12:\"basic-global\";}s:8:\"specific\";a:0:{}}'),(2777,610,'ehf_target_exclude_locations','a:0:{}'),(2778,610,'ehf_target_user_roles','a:1:{i:0;s:3:\"all\";}'),(2779,610,'ehf_template_type','type_header'),(2780,610,'site-sidebar-layout','no-sidebar'),(2781,610,'site-content-layout','page-builder'),(2782,610,'theme-transparent-header-meta','default'),(2783,610,'_elementor_edit_mode','builder'),(2784,610,'_elementor_template_type','wp-post'),(2785,610,'_elementor_version','3.1.1'),(2786,610,'_astra_content_layout_flag','disabled'),(2787,610,'site-post-title','disabled'),(2788,610,'ast-title-bar-display','disabled'),(2789,610,'ast-featured-img','disabled'),(2791,612,'_wp_page_template','elementor_header_footer'),(2792,612,'_elementor_edit_mode','builder'),(2793,612,'_elementor_template_type','wp-post'),(2794,612,'_elementor_version','3.1.1'),(2796,613,'_wp_page_template','elementor_header_footer'),(2797,613,'_elementor_edit_mode','builder'),(2798,613,'_elementor_template_type','wp-post'),(2799,613,'_elementor_version','3.1.1'),(2801,610,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2802,610,'_elementor_data','[{\"id\":\"3c59dd6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#2F2E2E\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"35\",\"bottom\":\"15\",\"left\":\"035\",\"isLinked\":false}},\"elements\":[{\"id\":\"c823651\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"08f04ff\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"db9b7dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":72.231999999999999317878973670303821563720703125},\"elements\":[{\"id\":\"842c9f6\",\"elType\":\"widget\",\"settings\":{\"menu\":\"primary-menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Nunito\",\"menu_typography_font_weight\":\"600\",\"color_menu_item\":\"#FFFFFF\",\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#000000\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"3c3a4af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":27.6340000000000003410605131648480892181396484375},\"elements\":[{\"id\":\"fc0f2de\",\"elType\":\"widget\",\"settings\":{\"hfe_cart_type\":\"custom\",\"icon\":\"bag-solid\",\"align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"hfe-cart\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2803,614,'_wp_page_template','elementor_header_footer'),(2804,614,'_elementor_edit_mode','builder'),(2805,614,'_elementor_template_type','wp-post'),(2806,614,'_elementor_version','3.1.1'),(2808,614,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2809,614,'_elementor_data','[{\"id\":\"3c59dd6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#2F2E2E\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"35\",\"bottom\":\"15\",\"left\":\"035\",\"isLinked\":false}},\"elements\":[{\"id\":\"c823651\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"08f04ff\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"db9b7dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":72.231999999999999317878973670303821563720703125},\"elements\":[{\"id\":\"842c9f6\",\"elType\":\"widget\",\"settings\":{\"menu\":\"primary-menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Nunito\",\"menu_typography_font_weight\":\"600\",\"color_menu_item\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"3c3a4af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":27.6340000000000003410605131648480892181396484375},\"elements\":[{\"id\":\"fc0f2de\",\"elType\":\"widget\",\"settings\":{\"hfe_cart_type\":\"custom\",\"icon\":\"bag-solid\",\"align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"hfe-cart\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2812,615,'_wp_page_template','elementor_header_footer'),(2813,615,'_elementor_edit_mode','builder'),(2814,615,'_elementor_template_type','wp-post'),(2815,615,'_elementor_version','3.1.1'),(2816,615,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2817,615,'_elementor_data','[{\"id\":\"3c59dd6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#2F2E2E\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"35\",\"bottom\":\"15\",\"left\":\"035\",\"isLinked\":false}},\"elements\":[{\"id\":\"c823651\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"08f04ff\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"db9b7dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":72.231999999999999317878973670303821563720703125},\"elements\":[{\"id\":\"842c9f6\",\"elType\":\"widget\",\"settings\":{\"menu\":\"primary-menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Nunito\",\"menu_typography_font_weight\":\"600\",\"color_menu_item\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"3c3a4af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":27.6340000000000003410605131648480892181396484375},\"elements\":[{\"id\":\"fc0f2de\",\"elType\":\"widget\",\"settings\":{\"hfe_cart_type\":\"custom\",\"icon\":\"bag-solid\",\"align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"hfe-cart\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2819,616,'_wp_page_template','elementor_header_footer'),(2820,616,'_elementor_edit_mode','builder'),(2821,616,'_elementor_template_type','wp-post'),(2822,616,'_elementor_version','3.1.1'),(2823,616,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2824,616,'_elementor_data','[{\"id\":\"3c59dd6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#2F2E2E\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"35\",\"bottom\":\"15\",\"left\":\"035\",\"isLinked\":false}},\"elements\":[{\"id\":\"c823651\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"08f04ff\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"db9b7dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":72.231999999999999317878973670303821563720703125},\"elements\":[{\"id\":\"842c9f6\",\"elType\":\"widget\",\"settings\":{\"menu\":\"primary-menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Nunito\",\"menu_typography_font_weight\":\"600\",\"color_menu_item\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"3c3a4af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":27.6340000000000003410605131648480892181396484375},\"elements\":[{\"id\":\"fc0f2de\",\"elType\":\"widget\",\"settings\":{\"hfe_cart_type\":\"custom\",\"icon\":\"bag-solid\",\"align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"hfe-cart\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2826,617,'_wp_page_template','elementor_header_footer'),(2827,617,'_elementor_edit_mode','builder'),(2828,617,'_elementor_template_type','wp-post'),(2829,617,'_elementor_version','3.1.1'),(2830,617,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2831,617,'_elementor_data','[{\"id\":\"3c59dd6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#2F2E2E\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"35\",\"bottom\":\"15\",\"left\":\"035\",\"isLinked\":false}},\"elements\":[{\"id\":\"c823651\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"08f04ff\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"db9b7dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":72.231999999999999317878973670303821563720703125},\"elements\":[{\"id\":\"842c9f6\",\"elType\":\"widget\",\"settings\":{\"menu\":\"primary-menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Nunito\",\"menu_typography_font_weight\":\"600\",\"color_menu_item\":\"#FFFFFF\",\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#000000\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"3c3a4af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":27.6340000000000003410605131648480892181396484375},\"elements\":[{\"id\":\"fc0f2de\",\"elType\":\"widget\",\"settings\":{\"hfe_cart_type\":\"custom\",\"icon\":\"bag-solid\",\"align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"hfe-cart\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3035,636,'_wp_page_template','elementor_header_footer'),(3036,636,'_elementor_edit_mode','builder'),(3037,636,'_elementor_template_type','wp-post'),(3038,636,'_elementor_version','3.1.1'),(3039,636,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3040,636,'_elementor_data','[{\"id\":\"3c59dd6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#2F2E2E\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"35\",\"bottom\":\"15\",\"left\":\"035\",\"isLinked\":false}},\"elements\":[{\"id\":\"c823651\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"08f04ff\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"db9b7dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":72.231999999999999317878973670303821563720703125},\"elements\":[{\"id\":\"842c9f6\",\"elType\":\"widget\",\"settings\":{\"menu\":\"primary-menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Nunito\",\"menu_typography_font_weight\":\"600\",\"color_menu_item\":\"#FFFFFF\",\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#000000\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"3c3a4af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":27.6340000000000003410605131648480892181396484375},\"elements\":[{\"id\":\"fc0f2de\",\"elType\":\"widget\",\"settings\":{\"hfe_cart_type\":\"custom\",\"icon\":\"bag-solid\",\"align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"hfe-cart\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2834,618,'_menu_item_type','custom'),(2835,618,'_menu_item_menu_item_parent','0'),(2836,618,'_menu_item_object_id','618'),(2837,618,'_menu_item_object','custom'),(2838,618,'_menu_item_target',''),(2839,618,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2840,618,'_menu_item_xfn',''),(2841,618,'_menu_item_url','https://lavishluxebylenee.com/#about'),(4267,826,'_menu_item_url',''),(4266,826,'_menu_item_xfn',''),(4265,826,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4264,826,'_menu_item_target',''),(4263,826,'_menu_item_object','page'),(4256,825,'_menu_item_target',''),(4255,825,'_menu_item_object','page'),(4254,825,'_menu_item_object_id','778'),(4253,825,'_menu_item_menu_item_parent','0'),(4252,825,'_menu_item_type','post_type'),(4251,824,'_menu_item_url',''),(2861,621,'_menu_item_type','custom'),(2862,621,'_menu_item_menu_item_parent','0'),(2863,621,'_menu_item_object_id','621'),(2864,621,'_menu_item_object','custom'),(2865,621,'_menu_item_target',''),(2866,621,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2867,621,'_menu_item_xfn',''),(2868,621,'_menu_item_url','https://lavishluxebylenee.com/#contact'),(4262,826,'_menu_item_object_id','819'),(4261,826,'_menu_item_menu_item_parent','0'),(4260,826,'_menu_item_type','post_type'),(4259,825,'_menu_item_url',''),(4258,825,'_menu_item_xfn',''),(4257,825,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2886,624,'_elementor_edit_mode','builder'),(2887,624,'_elementor_template_type','wp-page'),(2888,624,'_elementor_version','3.1.1'),(2889,624,'_wp_page_template','default'),(2890,624,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2891,624,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000FC\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6320-1.jpg\",\"id\":233},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"lighten\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2cb29f2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white-background-removed-nobanner.png\",\"id\":579},\"image_size\":\"full\",\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#6F6F6F\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(2893,625,'_elementor_edit_mode','builder'),(2894,625,'_elementor_template_type','wp-page'),(2895,625,'_elementor_version','3.1.1'),(2896,625,'_wp_page_template','default'),(2897,625,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2898,625,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000FC\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6320-1.jpg\",\"id\":233},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"lighten\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2cb29f2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white-background-removed-nobanner.png\",\"id\":579},\"image_size\":\"full\",\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#6F6F6F\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3012,633,'_elementor_edit_mode','builder'),(3013,633,'_elementor_template_type','wp-page'),(3014,633,'_elementor_version','3.1.1'),(3015,633,'_wp_page_template','default'),(3016,633,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3017,633,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000FC\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6320-1.jpg\",\"id\":233},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"lighten\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2cb29f2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white-background-removed-nobanner.png\",\"id\":579},\"image_size\":\"full\",\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#6F6F6F\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(2901,134,'_last_editor_used_jetpack','classic-editor'),(3056,610,'_elementor_controls_usage','a:4:{s:15:\"navigation-menu\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:2:{s:23:\"section_style_main-menu\";a:5:{s:26:\"menu_typography_typography\";i:1;s:27:\"menu_typography_font_family\";i:1;s:27:\"menu_typography_font_weight\";i:1;s:15:\"color_menu_item\";i:1;s:25:\"menu_typography_font_size\";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:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:3;}}}}s:8:\"hfe-cart\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:22:\"section_general_fields\";a:3:{s:13:\"hfe_cart_type\";i:1;s:4:\"icon\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:26:\"section_heading_typography\";a:1:{s:9:\"icon_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}}}}'),(2903,134,'_testimonial_client','Dorian'),(2904,134,'site-sidebar-layout','default'),(2905,134,'site-content-layout','default'),(2906,134,'theme-transparent-header-meta','default'),(2907,626,'_last_editor_used_jetpack','classic-editor'),(2908,626,'_edit_lock','1614556356:1'),(2909,626,'_edit_last','1'),(2923,626,'_wpas_done_all','1'),(2911,626,'_testimonial_client','Lisa Hurd-Patrick'),(2912,626,'war_soundy_enable_bg_sound','default'),(2913,626,'war_soundy_enable_pp_corner','default'),(2914,626,'war_soundy_audio_file_url','default'),(2915,626,'war_soundy_audio_type','default'),(2916,626,'war_soundy_audio_volume','default'),(2917,626,'war_soundy_audio_title','default'),(2918,626,'war_soundy_autoplay','default'),(2919,626,'war_soundy_loop','default'),(2920,626,'site-sidebar-layout','default'),(2921,626,'site-content-layout','default'),(2922,626,'theme-transparent-header-meta','default'),(2924,627,'_last_editor_used_jetpack','classic-editor'),(2925,627,'_edit_lock','1614556567:1'),(2926,627,'_edit_last','1'),(2940,627,'_wpas_done_all','1'),(2928,627,'_testimonial_client','Sholonda'),(2929,627,'war_soundy_enable_bg_sound','default'),(2930,627,'war_soundy_enable_pp_corner','default'),(2931,627,'war_soundy_audio_file_url','default'),(2932,627,'war_soundy_audio_type','default'),(2933,627,'war_soundy_audio_volume','default'),(2934,627,'war_soundy_audio_title','default'),(2935,627,'war_soundy_autoplay','default'),(2936,627,'war_soundy_loop','default'),(2937,627,'site-sidebar-layout','default'),(2938,627,'site-content-layout','default'),(2939,627,'theme-transparent-header-meta','default'),(2941,628,'_last_editor_used_jetpack','classic-editor'),(2942,628,'_edit_lock','1614556610:1'),(2943,628,'_edit_last','1'),(2957,628,'_wpas_done_all','1'),(2945,628,'_testimonial_client','Shayla D.'),(2946,628,'war_soundy_enable_bg_sound','default'),(2947,628,'war_soundy_enable_pp_corner','default'),(2948,628,'war_soundy_audio_file_url','default'),(2949,628,'war_soundy_audio_type','default'),(2950,628,'war_soundy_audio_volume','default'),(2951,628,'war_soundy_audio_title','default'),(2952,628,'war_soundy_autoplay','default'),(2953,628,'war_soundy_loop','default'),(2954,628,'site-sidebar-layout','default'),(2955,628,'site-content-layout','default'),(2956,628,'theme-transparent-header-meta','default'),(2958,629,'_last_editor_used_jetpack','classic-editor'),(2959,629,'_edit_lock','1614556693:1'),(2960,629,'_edit_last','1'),(2974,629,'_wpas_done_all','1'),(2962,629,'_testimonial_client','Comille'),(2963,629,'war_soundy_enable_bg_sound','default'),(2964,629,'war_soundy_enable_pp_corner','default'),(2965,629,'war_soundy_audio_file_url','default'),(2966,629,'war_soundy_audio_type','default'),(2967,629,'war_soundy_audio_volume','default'),(2968,629,'war_soundy_audio_title','default'),(2969,629,'war_soundy_autoplay','default'),(2970,629,'war_soundy_loop','default'),(2971,629,'site-sidebar-layout','default'),(2972,629,'site-content-layout','default'),(2973,629,'theme-transparent-header-meta','default'),(2975,630,'_last_editor_used_jetpack','classic-editor'),(2976,630,'_edit_lock','1614556764:1'),(2977,630,'_edit_last','1'),(2991,630,'_wpas_done_all','1'),(2979,630,'_testimonial_client','Latonia'),(2980,630,'war_soundy_enable_bg_sound','default'),(2981,630,'war_soundy_enable_pp_corner','default'),(2982,630,'war_soundy_audio_file_url','default'),(2983,630,'war_soundy_audio_type','default'),(2984,630,'war_soundy_audio_volume','default'),(2985,630,'war_soundy_audio_title','default'),(2986,630,'war_soundy_autoplay','default'),(2987,630,'war_soundy_loop','default'),(2988,630,'site-sidebar-layout','default'),(2989,630,'site-content-layout','default'),(2990,630,'theme-transparent-header-meta','default'),(2992,631,'_last_editor_used_jetpack','classic-editor'),(2993,631,'_edit_lock','1614557046:1'),(2994,631,'_edit_last','1'),(3008,631,'_wpas_done_all','1'),(2996,631,'_testimonial_client','Jasmine \"Jazzy Faces\" Tucker'),(2997,631,'war_soundy_enable_bg_sound','default'),(2998,631,'war_soundy_enable_pp_corner','default'),(2999,631,'war_soundy_audio_file_url','default'),(3000,631,'war_soundy_audio_type','default'),(3001,631,'war_soundy_audio_volume','default'),(3002,631,'war_soundy_audio_title','default'),(3003,631,'war_soundy_autoplay','default'),(3004,631,'war_soundy_loop','default'),(3005,631,'site-sidebar-layout','default'),(3006,631,'site-content-layout','default'),(3007,631,'theme-transparent-header-meta','default'),(3019,634,'_elementor_edit_mode','builder'),(3020,634,'_elementor_template_type','wp-page'),(3021,634,'_elementor_version','3.1.1'),(3022,634,'_wp_page_template','default'),(3023,634,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3024,634,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000FC\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6320-1.jpg\",\"id\":233},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"lighten\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2cb29f2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white-background-removed-nobanner.png\",\"id\":579},\"image_size\":\"full\",\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#6F6F6F\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3026,635,'_elementor_edit_mode','builder'),(3027,635,'_elementor_template_type','wp-page'),(3028,635,'_elementor_version','3.1.1'),(3029,635,'_wp_page_template','default'),(3030,635,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3031,635,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000FC\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6320-1.jpg\",\"id\":233},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"lighten\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2cb29f2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white-background-removed-nobanner.png\",\"id\":579},\"image_size\":\"full\",\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#6F6F6F\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3067,640,'_elementor_edit_mode','builder'),(3068,640,'_elementor_template_type','wp-page'),(3069,640,'_elementor_version','3.1.1'),(3070,640,'_wp_page_template','default'),(3071,640,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}');
INSERT INTO `wp_postmeta` VALUES (3072,640,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000FC\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6320-1.jpg\",\"id\":233},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"lighten\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2cb29f2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white-background-removed-nobanner.png\",\"id\":579},\"image_size\":\"full\",\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#6F6F6F\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3042,637,'_wp_page_template','elementor_header_footer'),(3043,637,'_elementor_edit_mode','builder'),(3044,637,'_elementor_template_type','wp-post'),(3045,637,'_elementor_version','3.1.1'),(3046,637,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3047,637,'_elementor_data','[{\"id\":\"3c59dd6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#2F2E2E\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"35\",\"bottom\":\"15\",\"left\":\"035\",\"isLinked\":false}},\"elements\":[{\"id\":\"c823651\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"08f04ff\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"db9b7dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":72.231999999999999317878973670303821563720703125},\"elements\":[{\"id\":\"842c9f6\",\"elType\":\"widget\",\"settings\":{\"menu\":\"primary-menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Nunito\",\"menu_typography_font_weight\":\"600\",\"color_menu_item\":\"#FFFFFF\",\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#000000\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"3c3a4af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":27.6340000000000003410605131648480892181396484375},\"elements\":[{\"id\":\"fc0f2de\",\"elType\":\"widget\",\"settings\":{\"hfe_cart_type\":\"custom\",\"icon\":\"bag-solid\",\"align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"hfe-cart\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3049,638,'_wp_page_template','elementor_header_footer'),(3050,638,'_elementor_edit_mode','builder'),(3051,638,'_elementor_template_type','wp-post'),(3052,638,'_elementor_version','3.1.1'),(3053,638,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3054,638,'_elementor_data','[{\"id\":\"3c59dd6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#2F2E2E\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"35\",\"bottom\":\"15\",\"left\":\"035\",\"isLinked\":false}},\"elements\":[{\"id\":\"c823651\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"08f04ff\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"db9b7dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":72.231999999999999317878973670303821563720703125},\"elements\":[{\"id\":\"842c9f6\",\"elType\":\"widget\",\"settings\":{\"menu\":\"primary-menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Nunito\",\"menu_typography_font_weight\":\"600\",\"color_menu_item\":\"#FFFFFF\",\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#000000\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"3c3a4af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":27.6340000000000003410605131648480892181396484375},\"elements\":[{\"id\":\"fc0f2de\",\"elType\":\"widget\",\"settings\":{\"hfe_cart_type\":\"custom\",\"icon\":\"bag-solid\",\"align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"hfe-cart\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(3083,642,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3084,642,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000FC\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6320-1.jpg\",\"id\":233},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"lighten\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2cb29f2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white-background-removed-nobanner.png\",\"id\":579},\"image_size\":\"full\",\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simple and straightforward\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#6F6F6F\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd534ba\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3079,642,'_elementor_edit_mode','builder'),(3080,642,'_elementor_template_type','wp-page'),(3081,642,'_elementor_version','3.1.1'),(3082,642,'_wp_page_template','default'),(3073,641,'_elementor_edit_mode','builder'),(3074,641,'_elementor_template_type','wp-page'),(3075,641,'_elementor_version','3.1.1'),(3076,641,'_wp_page_template','default'),(3077,641,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3078,641,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000FC\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6320-1.jpg\",\"id\":233},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"lighten\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2cb29f2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white-background-removed-nobanner.png\",\"id\":579},\"image_size\":\"full\",\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#6F6F6F\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3086,643,'_elementor_edit_mode','builder'),(3087,643,'_elementor_template_type','wp-page'),(3088,643,'_elementor_version','3.1.1'),(3089,643,'_wp_page_template','default'),(3090,643,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3091,643,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000FC\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6320-1.jpg\",\"id\":233},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"lighten\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2cb29f2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white-background-removed-nobanner.png\",\"id\":579},\"image_size\":\"full\",\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simple and straightforward\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#6F6F6F\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd534ba\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3092,644,'_elementor_edit_mode','builder'),(3093,644,'_elementor_template_type','wp-page'),(3094,644,'_elementor_version','3.1.1'),(3095,644,'_wp_page_template','default'),(3096,644,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3097,644,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000FC\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6320-1.jpg\",\"id\":233},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"lighten\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2cb29f2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white-background-removed-nobanner.png\",\"id\":579},\"image_size\":\"full\",\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simple and straightforward\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#6F6F6F\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd534ba\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3098,645,'_elementor_edit_mode','builder'),(3099,645,'_elementor_template_type','wp-page'),(3100,645,'_elementor_version','3.1.1'),(3101,645,'_wp_page_template','default'),(3102,645,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3103,645,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000FC\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6320-1.jpg\",\"id\":233},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"lighten\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2cb29f2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white-background-removed-nobanner.png\",\"id\":579},\"image_size\":\"full\",\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simple and straightforward\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#6F6F6F\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd534ba\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3123,648,'_elementor_edit_mode','builder'),(3124,648,'_elementor_template_type','wp-page'),(3125,648,'_elementor_version','3.1.1'),(3126,648,'_wp_page_template','default'),(3127,648,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3128,648,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000FC\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6320-1.jpg\",\"id\":233},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"lighten\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2cb29f2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white-background-removed-nobanner.png\",\"id\":579},\"image_size\":\"full\",\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simple and straightforward\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#6F6F6F\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd534ba\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3105,646,'_menu_item_type','custom'),(3106,646,'_menu_item_menu_item_parent','0'),(3107,646,'_menu_item_object_id','646'),(3108,646,'_menu_item_object','custom'),(3109,646,'_menu_item_target',''),(3110,646,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3111,646,'_menu_item_xfn',''),(3112,646,'_menu_item_url','https://lavishluxebylenee.com/#testimonials'),(3154,652,'_elementor_version','3.1.1'),(3155,652,'_wp_page_template','default'),(3156,652,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3157,652,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000FC\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6320-1.jpg\",\"id\":233},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"lighten\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2cb29f2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white-background-removed-nobanner.png\",\"id\":579},\"image_size\":\"full\",\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simple and straightforward\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"slashes\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3136,650,'_elementor_template_type','wp-page'),(3137,650,'_elementor_version','3.1.1'),(3138,650,'_wp_page_template','default'),(3139,650,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3140,650,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000FC\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6320-1.jpg\",\"id\":233},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"lighten\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2cb29f2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white-background-removed-nobanner.png\",\"id\":579},\"image_size\":\"full\",\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simple and straightforward\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"slashes\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3135,650,'_elementor_edit_mode','builder'),(3129,649,'_elementor_edit_mode','builder'),(3130,649,'_elementor_template_type','wp-page'),(3131,649,'_elementor_version','3.1.1'),(3132,649,'_wp_page_template','default'),(3133,649,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3134,649,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000FC\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6320-1.jpg\",\"id\":233},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"lighten\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2cb29f2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white-background-removed-nobanner.png\",\"id\":579},\"image_size\":\"full\",\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simple and straightforward\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#6F6F6F\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd534ba\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3152,652,'_elementor_edit_mode','builder'),(3153,652,'_elementor_template_type','wp-page'),(3178,656,'_elementor_edit_mode','builder'),(3179,656,'_elementor_template_type','wp-page'),(3180,656,'_elementor_version','3.1.1'),(3181,656,'_wp_page_template','default'),(3182,656,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3183,656,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000FC\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6320-1.jpg\",\"id\":233},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"lighten\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2cb29f2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white-background-removed-nobanner.png\",\"id\":579},\"image_size\":\"full\",\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simple and straightforward\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"rounds_tribal\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3170,654,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3171,654,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000FC\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6320-1.jpg\",\"id\":233},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"lighten\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2cb29f2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white-background-removed-nobanner.png\",\"id\":579},\"image_size\":\"full\",\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simple and straightforward\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"rounds_tribal\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3166,654,'_elementor_edit_mode','builder'),(3167,654,'_elementor_template_type','wp-page'),(3168,654,'_elementor_version','3.1.1'),(3169,654,'_wp_page_template','default'),(3159,653,'_elementor_edit_mode','builder'),(3160,653,'_elementor_template_type','wp-page'),(3161,653,'_elementor_version','3.1.1'),(3162,653,'_wp_page_template','default'),(3163,653,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3164,653,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000FC\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6320-1.jpg\",\"id\":233},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"lighten\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2cb29f2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white-background-removed-nobanner.png\",\"id\":579},\"image_size\":\"full\",\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simple and straightforward\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"slashes\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3185,657,'_elementor_edit_mode','builder'),(3186,657,'_elementor_template_type','wp-page'),(3187,657,'_elementor_version','3.1.1'),(3188,657,'_wp_page_template','default'),(3189,657,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3190,657,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000FC\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6320-1.jpg\",\"id\":233},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"lighten\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2cb29f2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white-background-removed-nobanner.png\",\"id\":579},\"image_size\":\"full\",\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simple and straightforward\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"rounds_tribal\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3192,658,'_elementor_edit_mode','builder'),(3193,658,'_elementor_template_type','wp-page'),(3194,658,'_elementor_version','3.1.1'),(3195,658,'_wp_page_template','default'),(3196,658,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3197,658,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000FC\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6320-1.jpg\",\"id\":233},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"lighten\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2cb29f2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white-background-removed-nobanner.png\",\"id\":579},\"image_size\":\"full\",\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simple and straightforward\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"far fa-star\",\"library\":\"fa-regular\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"rounds_tribal\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3201,659,'_elementor_edit_mode','builder'),(3202,659,'_elementor_template_type','wp-page'),(3203,659,'_elementor_version','3.1.1'),(3204,659,'_wp_page_template','default'),(3205,659,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3206,659,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000FC\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6320-1.jpg\",\"id\":233},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"lighten\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2cb29f2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white-background-removed-nobanner.png\",\"id\":579},\"image_size\":\"full\",\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simple and straightforward\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"far fa-star\",\"library\":\"fa-regular\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"rounds_tribal\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3208,660,'_elementor_edit_mode','builder'),(3209,660,'_elementor_template_type','wp-page'),(3210,660,'_elementor_version','3.1.1'),(3211,660,'_wp_page_template','default'),(3212,660,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3213,660,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000FC\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6320-1.jpg\",\"id\":233},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"lighten\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2cb29f2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white-background-removed-nobanner.png\",\"id\":579},\"image_size\":\"full\",\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simple and straightforward\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"far fa-star\",\"library\":\"fa-regular\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"rounds_tribal\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3215,661,'_elementor_edit_mode','builder'),(3216,661,'_elementor_template_type','wp-page'),(3217,661,'_elementor_version','3.1.1'),(3218,661,'_wp_page_template','default'),(3219,661,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3220,661,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000FC\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6320-1.jpg\",\"id\":233},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"lighten\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2cb29f2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white-background-removed-nobanner.png\",\"id\":579},\"image_size\":\"full\",\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simple and straightforward\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"far fa-star\",\"library\":\"fa-regular\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"rounds_tribal\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3234,663,'_elementor_edit_mode','builder'),(3235,663,'_elementor_template_type','wp-page'),(3236,663,'_elementor_version','3.1.1'),(3237,663,'_wp_page_template','default'),(3238,663,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3239,663,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000FC\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6320-1.jpg\",\"id\":233},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"lighten\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2cb29f2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white-background-removed-nobanner.png\",\"id\":579},\"image_size\":\"full\",\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simple and straightforward\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"far fa-star\",\"library\":\"fa-regular\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"rounds_tribal\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3267,667,'_elementor_edit_mode','builder'),(3268,667,'_elementor_template_type','wp-page'),(3269,667,'_elementor_version','3.1.1'),(3270,667,'_wp_page_template','default'),(3271,667,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3272,667,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000FC\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6320-1.jpg\",\"id\":233},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"lighten\",\"background_color_b\":\"#B417FE\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simple and straightforward\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"far fa-star\",\"library\":\"fa-regular\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"rounds_tribal\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3253,665,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000FC\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6320-1.jpg\",\"id\":233},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"lighten\",\"background_color_b\":\"#B417FE\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simple and straightforward\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"far fa-star\",\"library\":\"fa-regular\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"rounds_tribal\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3248,665,'_elementor_edit_mode','builder'),(3249,665,'_elementor_template_type','wp-page'),(3250,665,'_elementor_version','3.1.1'),(3251,665,'_wp_page_template','default'),(3252,665,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3241,664,'_elementor_edit_mode','builder'),(3242,664,'_elementor_template_type','wp-page'),(3243,664,'_elementor_version','3.1.1'),(3244,664,'_wp_page_template','default'),(3245,664,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3246,664,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#000000FC\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6320-1.jpg\",\"id\":233},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"lighten\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2cb29f2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white-background-removed-nobanner.png\",\"id\":579},\"image_size\":\"full\",\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simple and straightforward\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"far fa-star\",\"library\":\"fa-regular\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"rounds_tribal\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3286,669,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000FC\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"lighten\",\"background_color_b\":\"#B417FE\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simple and straightforward\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"far fa-star\",\"library\":\"fa-regular\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"rounds_tribal\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3336,676,'_elementor_edit_mode','builder'),(3281,669,'_elementor_edit_mode','builder'),(3282,669,'_elementor_template_type','wp-page'),(3283,669,'_elementor_version','3.1.1'),(3284,669,'_wp_page_template','default'),(3285,669,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3274,668,'_elementor_edit_mode','builder'),(3275,668,'_elementor_template_type','wp-page'),(3276,668,'_elementor_version','3.1.1'),(3277,668,'_wp_page_template','default'),(3278,668,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3279,668,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000FC\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_6320-1.jpg\",\"id\":233},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"lighten\",\"background_color_b\":\"#B417FE\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simple and straightforward\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"far fa-star\",\"library\":\"fa-regular\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"rounds_tribal\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3299,671,'_elementor_edit_mode','builder'),(3300,671,'_elementor_template_type','wp-page'),(3301,671,'_elementor_version','3.1.1'),(3302,671,'_wp_page_template','default'),(3303,671,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3304,671,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000FC\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"lighten\",\"background_color_b\":\"#B417FE\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simple and straightforward\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"far fa-star\",\"library\":\"fa-regular\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"rounds_tribal\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3322,674,'_elementor_edit_mode','builder'),(3323,674,'_elementor_template_type','wp-page'),(3324,674,'_elementor_version','3.1.1'),(3325,674,'_wp_page_template','default'),(3326,674,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3327,674,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000FC\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"lighten\",\"background_color_b\":\"#B417FE\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simple and straightforward\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"far fa-star\",\"library\":\"fa-regular\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"rounds_tribal\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3318,673,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000FC\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"lighten\",\"background_color_b\":\"#B417FE\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simple and straightforward\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"far fa-star\",\"library\":\"fa-regular\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"rounds_tribal\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3313,673,'_elementor_edit_mode','builder'),(3314,673,'_elementor_template_type','wp-page'),(3315,673,'_elementor_version','3.1.1'),(3316,673,'_wp_page_template','default'),(3317,673,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3306,672,'_elementor_edit_mode','builder'),(3307,672,'_elementor_template_type','wp-page'),(3308,672,'_elementor_version','3.1.1'),(3309,672,'_wp_page_template','default'),(3310,672,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3311,672,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000FC\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"lighten\",\"background_color_b\":\"#B417FE\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_size\":{\"unit\":\"px\",\"size\":84,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simple and straightforward\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"far fa-star\",\"library\":\"fa-regular\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"rounds_tribal\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3329,675,'_elementor_edit_mode','builder'),(3330,675,'_elementor_template_type','wp-page'),(3331,675,'_elementor_version','3.1.1'),(3332,675,'_wp_page_template','default'),(3333,675,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3334,675,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000FC\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"lighten\",\"background_color_b\":\"#B417FE\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simple and straightforward\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"far fa-star\",\"library\":\"fa-regular\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"rounds_tribal\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3337,676,'_elementor_template_type','wp-page'),(3338,676,'_elementor_version','3.1.1'),(3339,676,'_wp_page_template','default'),(3340,676,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3341,676,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"lighten\",\"background_color_b\":\"#B417FE\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simple and straightforward\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"far fa-star\",\"library\":\"fa-regular\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"rounds_tribal\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3345,677,'_elementor_edit_mode','builder'),(3346,677,'_elementor_template_type','wp-page'),(3347,677,'_elementor_version','3.1.1'),(3348,677,'_wp_page_template','default'),(3349,677,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3350,677,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"lighten\",\"background_color_b\":\"#B417FE\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simple and straightforward\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"far fa-star\",\"library\":\"fa-regular\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"rounds_tribal\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3352,678,'_elementor_edit_mode','builder'),(3353,678,'_elementor_template_type','wp-page'),(3354,678,'_elementor_version','3.1.1'),(3355,678,'_wp_page_template','default'),(3356,678,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}');
INSERT INTO `wp_postmeta` VALUES (3357,678,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"lighten\",\"background_color_b\":\"#B417FE\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simple and straightforward\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"far fa-star\",\"library\":\"fa-regular\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"rounds_tribal\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3359,679,'_elementor_edit_mode','builder'),(3360,679,'_elementor_template_type','wp-page'),(3361,679,'_elementor_version','3.1.1'),(3362,679,'_wp_page_template','default'),(3363,679,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3364,679,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simple and straightforward\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"far fa-star\",\"library\":\"fa-regular\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"rounds_tribal\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3368,680,'_elementor_edit_mode','builder'),(3369,680,'_elementor_template_type','wp-page'),(3370,680,'_elementor_version','3.1.1'),(3371,680,'_wp_page_template','default'),(3372,680,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3373,680,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simple and straightforward\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"far fa-star\",\"library\":\"fa-regular\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"rounds_tribal\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3375,681,'_elementor_edit_mode','builder'),(3376,681,'_elementor_template_type','wp-page'),(3377,681,'_elementor_version','3.1.1'),(3378,681,'_wp_page_template','default'),(3379,681,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3380,681,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simple and straightforward\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"far fa-star\",\"library\":\"fa-regular\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"rounds_tribal\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3382,682,'_elementor_edit_mode','builder'),(3383,682,'_elementor_template_type','wp-page'),(3384,682,'_elementor_version','3.1.1'),(3385,682,'_wp_page_template','default'),(3386,682,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3387,682,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simple and straightforward\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"far fa-star\",\"library\":\"fa-regular\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"rounds_tribal\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3391,683,'_elementor_edit_mode','builder'),(3392,683,'_elementor_template_type','wp-page'),(3393,683,'_elementor_version','3.1.1'),(3394,683,'_wp_page_template','default'),(3395,683,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3396,683,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simple and straightforward\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"far fa-star\",\"library\":\"fa-regular\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"rounds_tribal\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3398,684,'_elementor_edit_mode','builder'),(3399,684,'_elementor_template_type','wp-page'),(3400,684,'_elementor_version','3.1.1'),(3401,684,'_wp_page_template','default'),(3402,684,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3403,684,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simple and straightforward\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"far fa-star\",\"library\":\"fa-regular\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"rounds_tribal\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3451,691,'_elementor_edit_mode','builder'),(3452,691,'_elementor_template_type','wp-page'),(3453,691,'_elementor_version','3.1.1'),(3454,691,'_wp_page_template','default'),(3455,691,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3456,691,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simple and straightforward\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"far fa-star\",\"library\":\"fa-regular\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3405,685,'_elementor_edit_mode','builder'),(3406,685,'_elementor_template_type','wp-page'),(3407,685,'_elementor_version','3.1.1'),(3408,685,'_wp_page_template','default'),(3409,685,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3410,685,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simple and straightforward\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"far fa-star\",\"library\":\"fa-regular\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"rounds_tribal\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3414,686,'_elementor_edit_mode','builder'),(3415,686,'_elementor_template_type','wp-page'),(3416,686,'_elementor_version','3.1.1'),(3417,686,'_wp_page_template','default'),(3418,686,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3419,686,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simple and straightforward\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"far fa-star\",\"library\":\"fa-regular\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"rounds_tribal\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3421,687,'_elementor_edit_mode','builder'),(3422,687,'_elementor_template_type','wp-page'),(3423,687,'_elementor_version','3.1.1'),(3424,687,'_wp_page_template','default'),(3425,687,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3426,687,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simple and straightforward\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"far fa-star\",\"library\":\"fa-regular\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"rounds_tribal\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3428,688,'_elementor_edit_mode','builder'),(3429,688,'_elementor_template_type','wp-page'),(3430,688,'_elementor_version','3.1.1'),(3431,688,'_wp_page_template','default'),(3432,688,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3433,688,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simple and straightforward\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"far fa-star\",\"library\":\"fa-regular\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3437,689,'_elementor_edit_mode','builder'),(3438,689,'_elementor_template_type','wp-page'),(3439,689,'_elementor_version','3.1.1'),(3440,689,'_wp_page_template','default'),(3441,689,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3442,689,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simple and straightforward\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"far fa-star\",\"library\":\"fa-regular\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3444,690,'_elementor_edit_mode','builder'),(3445,690,'_elementor_template_type','wp-page'),(3446,690,'_elementor_version','3.1.1'),(3447,690,'_wp_page_template','default'),(3448,690,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3449,690,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simple and straightforward\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}},{\"_id\":\"55caca7\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_white.jpg\",\"id\":566},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_41110616_070818_774.mp4\",\"id\":570},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/lavish_luxe_logo_black.jpg\",\"id\":568},\"premium_gallery_video\":\"true\",\"premium_gallery_video_type\":\"hosted\",\"premium_gallery_video_self\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/VID_40920511_004806_975.mp4\",\"id\":562},\"premium_gallery_video_controls\":\"\",\"premium_gallery_video_mute\":\"true\",\"_id\":\"735a4c4\"}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"far fa-star\",\"library\":\"fa-regular\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3459,692,'_elementor_edit_mode','builder'),(3460,692,'_elementor_template_type','wp-page'),(3461,692,'_elementor_version','3.1.1'),(3462,692,'_wp_page_template','default'),(3463,692,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3464,692,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simple and straightforward\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"far fa-star\",\"library\":\"fa-regular\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3465,693,'_elementor_edit_mode','builder'),(3466,693,'_elementor_template_type','wp-page'),(3467,693,'_elementor_version','3.1.1'),(3468,693,'_wp_page_template','default'),(3469,693,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3470,693,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simple and straightforward\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"far fa-star\",\"library\":\"fa-regular\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3627,715,'_elementor_edit_mode','builder'),(3471,694,'_elementor_edit_mode','builder'),(3472,694,'_elementor_template_type','wp-page'),(3473,694,'_elementor_version','3.1.1'),(3474,694,'_wp_page_template','default'),(3475,694,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3476,694,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simple and straightforward\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"far fa-star\",\"library\":\"fa-regular\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\",\"background_overlay_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3479,695,'_elementor_edit_mode','builder'),(3480,695,'_elementor_template_type','wp-page'),(3481,695,'_elementor_version','3.1.1'),(3482,695,'_wp_page_template','default'),(3483,695,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3484,695,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simple and straightforward\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"far fa-star\",\"library\":\"fa-regular\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\",\"background_overlay_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3486,696,'_elementor_edit_mode','builder'),(3487,696,'_elementor_template_type','wp-page'),(3488,696,'_elementor_version','3.1.1'),(3489,696,'_wp_page_template','default'),(3490,696,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3491,696,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simple and straightforward\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"far fa-star\",\"library\":\"fa-regular\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\",\"background_overlay_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3581,709,'_elementor_edit_mode','builder'),(3582,709,'_elementor_template_type','wp-page'),(3493,697,'_elementor_edit_mode','builder'),(3494,697,'_elementor_template_type','wp-page'),(3495,697,'_elementor_version','3.1.1'),(3496,697,'_wp_page_template','default'),(3497,697,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3498,697,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simple and straightforward\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"34c2fb7\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"far fa-star\",\"library\":\"fa-regular\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\",\"background_overlay_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3567,707,'_elementor_edit_mode','builder'),(3568,707,'_elementor_template_type','wp-page'),(3569,707,'_elementor_version','3.1.1'),(3570,707,'_wp_page_template','default'),(3571,707,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3572,707,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simple and straightforward\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"34c2fb7\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"far fa-star\",\"library\":\"fa-regular\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\",\"background_overlay_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3509,699,'_wp_page_template','default'),(3510,699,'_elementor_edit_mode','builder'),(3511,699,'_elementor_template_type','wp-post'),(3512,699,'_elementor_version','3.1.1'),(3513,699,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3514,699,'_elementor_data','[{\"id\":\"39d5983\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#2F2E2E\"},\"elements\":[{\"id\":\"a200d1c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b210b05\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"628e70e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3f030e6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"align\":\"right\",\"primary_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1b02f39\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5c61466\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"align\":\"left\",\"primary_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9751e46\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"12bf0f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d04c0ca\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"align\":\"right\",\"align_mobile\":\"center\",\"primary_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1b694fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fce41\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"align\":\"left\",\"align_mobile\":\"center\",\"primary_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"810da14\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Copyright \\u00a9 2021 Lavish Luxe By Lenee | Website built by <a href=\\\"https:\\/\\/esselwebdesign.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Essel Web Design<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4613,875,'_elementor_template_type','wp-post'),(4614,875,'_elementor_version','3.1.1'),(4615,875,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3516,700,'_wp_page_template','default'),(3517,700,'_elementor_edit_mode','builder'),(3518,700,'_elementor_template_type','wp-post'),(3519,700,'_elementor_version','3.1.1'),(3520,700,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3521,700,'_elementor_data','[{\"id\":\"39d5983\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#2F2E2E\"},\"elements\":[{\"id\":\"a200d1c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b210b05\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"628e70e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3f030e6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"align\":\"right\",\"primary_color\":\"#903DE6\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/model_luxe_stylist\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1b02f39\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5c61466\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"align\":\"left\",\"primary_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9751e46\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"12bf0f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d04c0ca\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"align\":\"right\",\"align_mobile\":\"center\",\"primary_color\":\"#903DE6\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/model_luxe_stylist\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1b694fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fce41\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"align\":\"left\",\"align_mobile\":\"center\",\"primary_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"810da14\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Copyright \\u00a9 2021 Lavish Luxe By Lenee | Website built by <a href=\\\"https:\\/\\/esselwebdesign.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Essel Web Design<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3524,701,'_wp_page_template','default'),(3525,701,'_elementor_edit_mode','builder'),(3526,701,'_elementor_template_type','wp-post'),(3527,701,'_elementor_version','3.1.1'),(3528,701,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3529,701,'_elementor_data','[{\"id\":\"39d5983\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#2F2E2E\"},\"elements\":[{\"id\":\"a200d1c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b210b05\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"628e70e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3f030e6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"align\":\"right\",\"primary_color\":\"#903DE6\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/model_luxe_stylist\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1b02f39\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5c61466\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"align\":\"left\",\"primary_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9751e46\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"12bf0f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d04c0ca\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"align\":\"right\",\"align_mobile\":\"center\",\"primary_color\":\"#903DE6\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/model_luxe_stylist\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1b694fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fce41\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"align\":\"left\",\"align_mobile\":\"center\",\"primary_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"810da14\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Copyright \\u00a9 2021 Lavish Luxe By Lenee | Website built by <a href=\\\"https:\\/\\/esselwebdesign.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Essel Web Design<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3530,702,'_wp_page_template','default'),(3531,702,'_elementor_edit_mode','builder'),(3532,702,'_elementor_template_type','wp-post'),(3533,702,'_elementor_version','3.1.1'),(3534,702,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3535,702,'_elementor_data','[{\"id\":\"39d5983\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#2F2E2E\"},\"elements\":[{\"id\":\"a200d1c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b210b05\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"628e70e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3f030e6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"align\":\"right\",\"primary_color\":\"#903DE6\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/model_luxe_stylist\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1b02f39\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5c61466\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"align\":\"left\",\"primary_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9751e46\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"12bf0f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d04c0ca\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"align\":\"right\",\"align_mobile\":\"center\",\"primary_color\":\"#903DE6\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/model_luxe_stylist\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1b694fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fce41\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"align\":\"left\",\"align_mobile\":\"center\",\"primary_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"810da14\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Copyright \\u00a9 2021 Lavish Luxe By Lenee | Website built by <a href=\\\"https:\\/\\/esselwebdesign.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Essel Web Design<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4612,875,'_elementor_edit_mode','builder'),(3536,703,'_wp_page_template','default'),(3537,703,'_elementor_edit_mode','builder'),(3538,703,'_elementor_template_type','wp-post'),(3539,703,'_elementor_version','3.1.1'),(3540,703,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3541,703,'_elementor_data','[{\"id\":\"39d5983\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#2F2E2E\"},\"elements\":[{\"id\":\"a200d1c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b210b05\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"628e70e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3f030e6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"align\":\"right\",\"primary_color\":\"#903DE6\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/model_luxe_stylist\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1b02f39\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5c61466\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"align\":\"left\",\"primary_color\":\"#903DE6\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9751e46\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"12bf0f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d04c0ca\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"align\":\"right\",\"align_mobile\":\"center\",\"primary_color\":\"#903DE6\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/model_luxe_stylist\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1b694fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fce41\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"align\":\"left\",\"align_mobile\":\"center\",\"primary_color\":\"#903DE6\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"810da14\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Copyright \\u00a9 2021 Lavish Luxe By Lenee | Website built by <a href=\\\"https:\\/\\/esselwebdesign.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Essel Web Design<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3544,704,'_wp_page_template','default'),(3545,704,'_elementor_edit_mode','builder'),(3546,704,'_elementor_template_type','wp-post'),(3547,704,'_elementor_version','3.1.1'),(3548,704,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3549,704,'_elementor_data','[{\"id\":\"39d5983\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#2F2E2E\"},\"elements\":[{\"id\":\"a200d1c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b210b05\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"628e70e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3f030e6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"align\":\"right\",\"primary_color\":\"#903DE6\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/model_luxe_stylist\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1b02f39\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5c61466\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"align\":\"left\",\"primary_color\":\"#903DE6\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9751e46\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"12bf0f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d04c0ca\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"align\":\"right\",\"align_mobile\":\"center\",\"primary_color\":\"#903DE6\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/model_luxe_stylist\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1b694fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fce41\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"align\":\"left\",\"align_mobile\":\"center\",\"primary_color\":\"#903DE6\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"810da14\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Copyright \\u00a9 2021 Lavish Luxe By Lenee | Website built by <a href=\\\"https:\\/\\/esselwebdesign.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Essel Web Design<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3551,705,'_wp_page_template','default'),(3552,705,'_elementor_edit_mode','builder'),(3553,705,'_elementor_template_type','wp-post'),(3554,705,'_elementor_version','3.1.1'),(3555,705,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3556,705,'_elementor_data','[{\"id\":\"39d5983\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#2F2E2E\"},\"elements\":[{\"id\":\"a200d1c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b210b05\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"628e70e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3f030e6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"align\":\"right\",\"primary_color\":\"#903DE6\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/model_luxe_stylist\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1b02f39\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5c61466\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"align\":\"left\",\"primary_color\":\"#903DE6\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9751e46\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"12bf0f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d04c0ca\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"align\":\"right\",\"align_mobile\":\"center\",\"primary_color\":\"#903DE6\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/model_luxe_stylist\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1b694fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fce41\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"align\":\"left\",\"align_mobile\":\"center\",\"primary_color\":\"#903DE6\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"810da14\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Copyright \\u00a9 2021 Lavish Luxe By Lenee | Website built by <a href=\\\"https:\\/\\/esselwebdesign.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Essel Web Design<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4611,875,'_wp_page_template','default'),(3558,706,'_wp_page_template','default'),(3559,706,'_elementor_edit_mode','builder'),(3560,706,'_elementor_template_type','wp-post'),(3561,706,'_elementor_version','3.1.1'),(3562,706,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3563,706,'_elementor_data','[{\"id\":\"39d5983\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#2F2E2E\"},\"elements\":[{\"id\":\"a200d1c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b210b05\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"628e70e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3f030e6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"align\":\"right\",\"primary_color\":\"#903DE6\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/model_luxe_stylist\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1b02f39\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5c61466\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"align\":\"left\",\"primary_color\":\"#903DE6\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9751e46\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"12bf0f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d04c0ca\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"align\":\"right\",\"align_mobile\":\"center\",\"primary_color\":\"#903DE6\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/model_luxe_stylist\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1b694fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fce41\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"align\":\"left\",\"align_mobile\":\"center\",\"primary_color\":\"#903DE6\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"810da14\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Copyright \\u00a9 2021 Lavish Luxe By Lenee | Website built by <a href=\\\"https:\\/\\/esselwebdesign.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Essel Web Design<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4597,873,'_wp_page_template','default'),(4598,873,'_elementor_edit_mode','builder'),(4599,873,'_elementor_template_type','wp-post'),(4600,873,'_elementor_version','3.1.1'),(4601,873,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4602,873,'_elementor_data','[{\"id\":\"39d5983\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#2F2E2E\"},\"elements\":[{\"id\":\"a200d1c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b210b05\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"628e70e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3f030e6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"align\":\"right\",\"primary_color\":\"#903DE6\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/model_luxe_stylist\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1b02f39\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5c61466\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"align\":\"left\",\"primary_color\":\"#903DE6\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9751e46\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"12bf0f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d04c0ca\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"align\":\"right\",\"align_mobile\":\"center\",\"primary_color\":\"#903DE6\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/model_luxe_stylist\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1b694fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fce41\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"align\":\"left\",\"align_mobile\":\"center\",\"primary_color\":\"#903DE6\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"810da14\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Copyright \\u00a9 2021 Lavish Luxe By Lenee | Website built by <a href=\\\"https:\\/\\/esselwebdesign.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Essel Web Design<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3574,708,'_elementor_edit_mode','builder'),(3575,708,'_elementor_template_type','wp-page'),(3576,708,'_elementor_version','3.1.1'),(3577,708,'_wp_page_template','default'),(3578,708,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3579,708,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simple and straightforward\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"34c2fb7\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"far fa-star\",\"library\":\"fa-regular\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\",\"background_overlay_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3583,709,'_elementor_version','3.1.1'),(3584,709,'_wp_page_template','default'),(3585,709,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3586,709,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simple and straightforward\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"far fa-star\",\"library\":\"fa-regular\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\",\"background_overlay_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3590,710,'_elementor_edit_mode','builder'),(3591,710,'_elementor_template_type','wp-page'),(3592,710,'_elementor_version','3.1.1'),(3593,710,'_wp_page_template','default'),(3594,710,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3595,710,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simple and straightforward\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"far fa-star\",\"library\":\"fa-regular\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\",\"background_overlay_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3597,711,'_elementor_edit_mode','builder'),(3598,711,'_elementor_template_type','wp-page'),(3599,711,'_elementor_version','3.1.1'),(3600,711,'_wp_page_template','default'),(3601,711,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3602,711,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simple and straightforward\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"far fa-star\",\"library\":\"fa-regular\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\",\"background_overlay_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3604,712,'_elementor_edit_mode','builder'),(3605,712,'_elementor_template_type','wp-page'),(3606,712,'_elementor_version','3.1.1'),(3607,712,'_wp_page_template','default'),(3608,712,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3609,712,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simply stylish\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"far fa-star\",\"library\":\"fa-regular\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\",\"background_overlay_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3613,713,'_elementor_edit_mode','builder'),(3614,713,'_elementor_template_type','wp-page'),(3615,713,'_elementor_version','3.1.1'),(3616,713,'_wp_page_template','default'),(3617,713,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3618,713,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simply stylish\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"far fa-star\",\"library\":\"fa-regular\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\",\"background_overlay_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3620,714,'_elementor_edit_mode','builder'),(3621,714,'_elementor_template_type','wp-page'),(3622,714,'_elementor_version','3.1.1'),(3623,714,'_wp_page_template','default'),(3624,714,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3625,714,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simply stylish\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"far fa-star\",\"library\":\"fa-regular\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\",\"background_overlay_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3628,715,'_elementor_template_type','wp-page'),(3629,715,'_elementor_version','3.1.1'),(3630,715,'_wp_page_template','default'),(3631,715,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3632,715,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simply stylish\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"far fa-star\",\"library\":\"fa-regular\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3644,718,'_elementor_edit_mode','builder'),(3645,718,'_elementor_template_type','wp-page'),(3646,718,'_elementor_version','3.1.1'),(3647,718,'_wp_page_template','default'),(3648,718,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}');
INSERT INTO `wp_postmeta` VALUES (3649,718,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simply stylish\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"far fa-star\",\"library\":\"fa-regular\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3638,717,'_elementor_edit_mode','builder'),(3639,717,'_elementor_template_type','kit'),(3640,717,'_elementor_version','3.1.1'),(3642,498,'_wp_page_template','default'),(3643,498,'_elementor_page_settings','a:3:{s:16:\"site_description\";s:22:\"Keep It Simply Stylish\";s:15:\"viewport_mobile\";s:0:\"\";s:15:\"viewport_tablet\";s:0:\"\";}'),(3651,719,'_elementor_edit_mode','builder'),(3652,719,'_elementor_template_type','wp-page'),(3653,719,'_elementor_version','3.1.1'),(3654,719,'_wp_page_template','default'),(3655,719,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3656,719,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"bec4d8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simply stylish\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"far fa-star\",\"library\":\"fa-regular\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3658,720,'_elementor_edit_mode','builder'),(3659,720,'_elementor_template_type','wp-page'),(3660,720,'_elementor_version','3.1.1'),(3661,720,'_wp_page_template','default'),(3662,720,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3663,720,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"8804b46\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-list\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Our\",\"eael_dch_last_title\":\"Services\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"How can I help you?\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simply stylish\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3667,721,'_elementor_edit_mode','builder'),(3668,721,'_elementor_template_type','wp-page'),(3669,721,'_elementor_version','3.1.1'),(3670,721,'_wp_page_template','default'),(3671,721,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3672,721,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"8804b46\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-list\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Our\",\"eael_dch_last_title\":\"Services\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"How can I help you?\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simply stylish\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3674,722,'_elementor_edit_mode','builder'),(3675,722,'_elementor_template_type','wp-page'),(3676,722,'_elementor_version','3.1.1'),(3677,722,'_wp_page_template','default'),(3678,722,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3679,722,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"8804b46\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-list\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Our\",\"eael_dch_last_title\":\"Services\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"How can I help you?\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simply stylish\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4291,829,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"89cd57d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/LavishLuxeAbout.jpg\",\"id\":818},\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3681,723,'_elementor_edit_mode','builder'),(3682,723,'_elementor_template_type','wp-page'),(3683,723,'_elementor_version','3.1.1'),(3684,723,'_wp_page_template','default'),(3685,723,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3686,723,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"8804b46\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-list\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Our\",\"eael_dch_last_title\":\"Services\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"How can I help you?\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\",\"eael_dch_base_title_color\":\"#FFFFFF\",\"eael_dch_subtext_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simply stylish\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3690,724,'_elementor_edit_mode','builder'),(3691,724,'_elementor_template_type','wp-page'),(3692,724,'_elementor_version','3.1.1'),(3693,724,'_wp_page_template','default'),(3694,724,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3695,724,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"8804b46\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-list\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Our\",\"eael_dch_last_title\":\"Services\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"How can I help you?\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\",\"eael_dch_base_title_color\":\"#FFFFFF\",\"eael_dch_subtext_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simply stylish\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3697,725,'_elementor_edit_mode','builder'),(3698,725,'_elementor_template_type','wp-page'),(3699,725,'_elementor_version','3.1.1'),(3700,725,'_wp_page_template','default'),(3701,725,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3702,725,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"8804b46\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-list\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Our\",\"eael_dch_last_title\":\"Services\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"How can I help you?\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\",\"eael_dch_base_title_color\":\"#FFFFFF\",\"eael_dch_subtext_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simply stylish\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3704,726,'_elementor_edit_mode','builder'),(3705,726,'_elementor_template_type','wp-page'),(3706,726,'_elementor_version','3.1.1'),(3707,726,'_wp_page_template','default'),(3708,726,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3709,726,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"8804b46\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-list\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Our\",\"eael_dch_last_title\":\"Services\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"How can I help you?\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\",\"eael_dch_base_title_color\":\"#FFFFFF\",\"eael_dch_subtext_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simply stylish\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3713,727,'_elementor_edit_mode','builder'),(3714,727,'_elementor_template_type','wp-page'),(3715,727,'_elementor_version','3.1.1'),(3716,727,'_wp_page_template','default'),(3717,727,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3718,727,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"8804b46\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-list\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Our\",\"eael_dch_last_title\":\"Services\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"How can I help you?\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\",\"eael_dch_base_title_color\":\"#FFFFFF\",\"eael_dch_subtext_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simply stylish\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3720,728,'_elementor_edit_mode','builder'),(3721,728,'_elementor_template_type','wp-page'),(3722,728,'_elementor_version','3.1.1'),(3723,728,'_wp_page_template','default'),(3724,728,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3725,728,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"8804b46\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-list\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Our\",\"eael_dch_last_title\":\"Services\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"How can I help you?\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\",\"eael_dch_base_title_color\":\"#FFFFFF\",\"eael_dch_subtext_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simply stylish\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4290,829,'_elementor_page_settings','a:5:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:11:\"center left\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";}'),(3727,729,'_elementor_edit_mode','builder'),(3728,729,'_elementor_template_type','wp-page'),(3729,729,'_elementor_version','3.1.1'),(3730,729,'_wp_page_template','default'),(3731,729,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3732,729,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"8804b46\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-list\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Our\",\"eael_dch_last_title\":\"Services\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"How can I help you?\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\",\"eael_dch_base_title_color\":\"#FFFFFF\",\"eael_dch_subtext_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simply stylish\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3760,736,'_elementor_edit_mode','builder'),(3761,736,'_elementor_template_type','wp-page'),(3762,736,'_elementor_version','3.1.1'),(3763,736,'_wp_page_template','default'),(3764,736,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3765,736,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"8804b46\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-list\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Our\",\"eael_dch_last_title\":\"Services\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"How can I help you?\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\",\"eael_dch_base_title_color\":\"#FFFFFF\",\"eael_dch_subtext_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simply stylish\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3774,738,'_elementor_version','3.1.1'),(3775,738,'_wp_page_template','default'),(3773,738,'_elementor_template_type','wp-page'),(3772,738,'_elementor_edit_mode','builder'),(4288,829,'_elementor_version','3.1.4'),(4289,829,'_wp_page_template','default'),(3766,737,'_elementor_edit_mode','builder'),(3767,737,'_elementor_template_type','wp-page'),(3768,737,'_elementor_version','3.1.1'),(3769,737,'_wp_page_template','default'),(3770,737,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3771,737,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"8804b46\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-list\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Our\",\"eael_dch_last_title\":\"Services\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"How can I help you?\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\",\"eael_dch_base_title_color\":\"#FFFFFF\",\"eael_dch_subtext_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simply stylish\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4084,782,'_wp_attached_file','2021/05/DLAC0519.jpg'),(4085,782,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1067;s:6:\"height\";i:1600;s:4:\"file\";s:20:\"2021/05/DLAC0519.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DLAC0519-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DLAC0519-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DLAC0519-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"DLAC0519-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"DLAC0519-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"DLAC0519-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"DLAC0519-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:20:\"DLAC0519-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"DLAC0519-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"DLAC0519-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:20:\"DLAC0519-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:\"4\";s:6:\"credit\";s:6:\"D.LACY\";s:6:\"camera\";s:22:\"Canon EOS-1D X Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1612212617\";s:9:\"copyright\";s:6:\"D.LACY\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3787,740,'_elementor_edit_mode','builder'),(3788,740,'_elementor_template_type','wp-page'),(3789,740,'_elementor_version','3.1.4'),(3790,740,'_wp_page_template','default'),(3791,740,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3792,740,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"8804b46\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-list\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Our\",\"eael_dch_last_title\":\"Services\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"How can I help you?\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\",\"eael_dch_base_title_color\":\"#FFFFFF\",\"eael_dch_subtext_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simply stylish\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4083,781,'_elementor_source_image_hash','faa838a66c99eecc5d947f53aa003b63f00951e3'),(3795,741,'_elementor_edit_mode','builder'),(3796,741,'_elementor_template_type','wp-page'),(3797,741,'_elementor_version','3.1.4'),(3798,741,'_wp_page_template','default'),(3799,741,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3800,741,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"8804b46\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-list\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Our\",\"eael_dch_last_title\":\"Services\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"How can I help you?\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\",\"eael_dch_base_title_color\":\"#FFFFFF\",\"eael_dch_subtext_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simply stylish\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3802,741,'_thumbnail_id','95'),(3805,742,'_elementor_edit_mode','builder'),(3806,742,'_elementor_template_type','wp-page'),(3807,742,'_elementor_version','3.1.4'),(3808,742,'_wp_page_template','default'),(3809,742,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3810,742,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"8804b46\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-list\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Our\",\"eael_dch_last_title\":\"Services\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"How can I help you?\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\",\"eael_dch_base_title_color\":\"#FFFFFF\",\"eael_dch_subtext_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simply stylish\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3811,742,'_thumbnail_id','95'),(3813,743,'_elementor_edit_mode','builder'),(3814,743,'_elementor_template_type','wp-page'),(3815,743,'_elementor_version','3.1.4'),(3816,743,'_wp_page_template','default'),(3817,743,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3818,743,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"8804b46\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-list\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Our\",\"eael_dch_last_title\":\"Services\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"How can I help you?\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\",\"eael_dch_base_title_color\":\"#FFFFFF\",\"eael_dch_subtext_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simply stylish\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3819,743,'_thumbnail_id','95'),(3821,744,'_elementor_edit_mode','builder'),(3822,744,'_elementor_template_type','wp-page'),(3823,744,'_elementor_version','3.1.4'),(3824,744,'_wp_page_template','default'),(3825,744,'_elementor_page_settings','a:3:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_image\";a:2:{s:3:\"url\";s:79:\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavishluxe-slider1.jpg\";s:2:\"id\";i:95;}}'),(3826,744,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"8804b46\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-list\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Our\",\"eael_dch_last_title\":\"Services\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"How can I help you?\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\",\"eael_dch_base_title_color\":\"#FFFFFF\",\"eael_dch_subtext_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simply stylish\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3827,744,'_thumbnail_id','95'),(3831,745,'_elementor_edit_mode','builder'),(3832,745,'_elementor_template_type','wp-page'),(3833,745,'_elementor_version','3.1.4'),(3834,745,'_wp_page_template','default'),(3835,745,'_elementor_page_settings','a:3:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_image\";a:2:{s:3:\"url\";s:79:\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavishluxe-slider1.jpg\";s:2:\"id\";i:95;}}'),(3836,745,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"8804b46\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-list\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Our\",\"eael_dch_last_title\":\"Services\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"How can I help you?\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\",\"eael_dch_base_title_color\":\"#FFFFFF\",\"eael_dch_subtext_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simply stylish\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3837,745,'_thumbnail_id','95'),(3839,746,'_elementor_edit_mode','builder'),(3840,746,'_elementor_template_type','wp-page'),(3841,746,'_elementor_version','3.1.4'),(3842,746,'_wp_page_template','default'),(3843,746,'_elementor_page_settings','a:3:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_image\";a:2:{s:3:\"url\";s:79:\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavishluxe-slider1.jpg\";s:2:\"id\";i:95;}}'),(3844,746,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"8804b46\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-list\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Our\",\"eael_dch_last_title\":\"Services\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"How can I help you?\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\",\"eael_dch_base_title_color\":\"#FFFFFF\",\"eael_dch_subtext_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simply stylish\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3845,746,'_thumbnail_id','95'),(4081,781,'_wp_attached_file','2021/05/DLAC0589.jpg'),(4082,781,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1067;s:6:\"height\";i:1600;s:4:\"file\";s:20:\"2021/05/DLAC0589.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DLAC0589-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DLAC0589-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DLAC0589-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"DLAC0589-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"DLAC0589-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"DLAC0589-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"DLAC0589-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:20:\"DLAC0589-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"DLAC0589-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"DLAC0589-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:20:\"DLAC0589-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:6:\"D.LACY\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:6:\"D.LACY\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4025,768,'_elementor_edit_mode','builder'),(4026,768,'_elementor_template_type','wp-page'),(3847,747,'_elementor_edit_mode','builder'),(3848,747,'_elementor_template_type','wp-page'),(3849,747,'_elementor_version','3.1.4'),(3850,747,'_wp_page_template','default'),(3851,747,'_elementor_page_settings','a:6:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_image\";a:2:{s:3:\"url\";s:79:\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavishluxe-slider1.jpg\";s:2:\"id\";i:95;}s:19:\"background_position\";s:13:\"center center\";s:17:\"background_repeat\";s:6:\"repeat\";s:15:\"background_size\";s:5:\"cover\";}'),(3852,747,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"8804b46\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-list\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Our\",\"eael_dch_last_title\":\"Services\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"How can I help you?\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\",\"eael_dch_base_title_color\":\"#FFFFFF\",\"eael_dch_subtext_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simply stylish\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3853,747,'_thumbnail_id','95'),(4080,780,'_elementor_source_image_hash','28e6339fa4d179ca4e3f845f85a475b2d8bb92d8'),(3857,748,'_elementor_edit_mode','builder'),(3858,748,'_elementor_template_type','wp-page'),(3859,748,'_elementor_version','3.1.4'),(3860,748,'_wp_page_template','default'),(3861,748,'_elementor_page_settings','a:6:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_image\";a:2:{s:3:\"url\";s:79:\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavishluxe-slider1.jpg\";s:2:\"id\";i:95;}s:19:\"background_position\";s:13:\"center center\";s:17:\"background_repeat\";s:6:\"repeat\";s:15:\"background_size\";s:5:\"cover\";}'),(3862,748,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"8804b46\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-list\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Our\",\"eael_dch_last_title\":\"Services\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"How can I help you?\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\",\"eael_dch_base_title_color\":\"#FFFFFF\",\"eael_dch_subtext_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simply stylish\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3863,748,'_thumbnail_id','95'),(3865,749,'_elementor_edit_mode','builder'),(3866,749,'_elementor_template_type','wp-page'),(3867,749,'_elementor_version','3.1.4'),(3868,749,'_wp_page_template','default'),(3869,749,'_elementor_page_settings','a:6:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_image\";a:2:{s:3:\"url\";s:79:\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavishluxe-slider1.jpg\";s:2:\"id\";i:95;}s:19:\"background_position\";s:13:\"center center\";s:17:\"background_repeat\";s:6:\"repeat\";s:15:\"background_size\";s:5:\"cover\";}'),(3870,749,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"8804b46\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-list\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Our\",\"eael_dch_last_title\":\"Services\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"How can I help you?\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\",\"eael_dch_base_title_color\":\"#FFFFFF\",\"eael_dch_subtext_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simply stylish\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3871,749,'_thumbnail_id','95'),(3899,753,'_elementor_edit_mode','builder'),(3873,750,'_elementor_edit_mode','builder'),(3874,750,'_elementor_template_type','wp-page'),(3875,750,'_elementor_version','3.1.4'),(3876,750,'_wp_page_template','default'),(3877,750,'_elementor_page_settings','a:6:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_image\";a:2:{s:3:\"url\";s:79:\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavishluxe-slider1.jpg\";s:2:\"id\";i:95;}s:19:\"background_position\";s:13:\"center center\";s:17:\"background_repeat\";s:6:\"repeat\";s:15:\"background_size\";s:7:\"contain\";}'),(3878,750,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"8804b46\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-list\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Our\",\"eael_dch_last_title\":\"Services\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"How can I help you?\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\",\"eael_dch_base_title_color\":\"#FFFFFF\",\"eael_dch_subtext_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simply stylish\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3879,750,'_thumbnail_id','95'),(3883,751,'_elementor_edit_mode','builder'),(3884,751,'_elementor_template_type','wp-page'),(3885,751,'_elementor_version','3.1.4'),(3886,751,'_wp_page_template','default'),(3887,751,'_elementor_page_settings','a:6:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_image\";a:2:{s:3:\"url\";s:79:\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavishluxe-slider1.jpg\";s:2:\"id\";i:95;}s:19:\"background_position\";s:13:\"center center\";s:17:\"background_repeat\";s:6:\"repeat\";s:15:\"background_size\";s:7:\"contain\";}'),(3888,751,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"8804b46\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-list\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Our\",\"eael_dch_last_title\":\"Services\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"How can I help you?\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\",\"eael_dch_base_title_color\":\"#FFFFFF\",\"eael_dch_subtext_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simply stylish\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3889,751,'_thumbnail_id','95'),(3891,752,'_elementor_edit_mode','builder'),(3892,752,'_elementor_template_type','wp-page'),(3893,752,'_elementor_version','3.1.4'),(3894,752,'_wp_page_template','default'),(3895,752,'_elementor_page_settings','a:6:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_image\";a:2:{s:3:\"url\";s:79:\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavishluxe-slider1.jpg\";s:2:\"id\";i:95;}s:19:\"background_position\";s:13:\"center center\";s:17:\"background_repeat\";s:6:\"repeat\";s:15:\"background_size\";s:7:\"contain\";}'),(3896,752,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"8804b46\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-list\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Our\",\"eael_dch_last_title\":\"Services\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"How can I help you?\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\",\"eael_dch_base_title_color\":\"#FFFFFF\",\"eael_dch_subtext_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simply stylish\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3897,752,'_thumbnail_id','95'),(3900,753,'_elementor_template_type','wp-page'),(3901,753,'_elementor_version','3.1.4'),(3902,753,'_wp_page_template','default'),(3903,753,'_elementor_page_settings','a:6:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_image\";a:2:{s:3:\"url\";s:79:\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavishluxe-slider1.jpg\";s:2:\"id\";i:95;}s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:6:\"repeat\";s:15:\"background_size\";s:5:\"cover\";}'),(3904,753,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"8804b46\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-list\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Our\",\"eael_dch_last_title\":\"Services\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"How can I help you?\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\",\"eael_dch_base_title_color\":\"#FFFFFF\",\"eael_dch_subtext_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simply stylish\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3905,753,'_thumbnail_id','95'),(4078,780,'_wp_attached_file','2021/05/DLAC0461.jpg'),(4079,780,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1067;s:6:\"height\";i:1600;s:4:\"file\";s:20:\"2021/05/DLAC0461.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DLAC0461-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DLAC0461-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DLAC0461-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"DLAC0461-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"DLAC0461-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"DLAC0461-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"DLAC0461-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:20:\"DLAC0461-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"DLAC0461-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"DLAC0461-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:20:\"DLAC0461-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:6:\"D.LACY\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:6:\"D.LACY\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3908,754,'_elementor_edit_mode','builder'),(3909,754,'_elementor_template_type','wp-page'),(3910,754,'_elementor_version','3.1.4'),(3911,754,'_wp_page_template','default'),(3912,754,'_elementor_page_settings','a:6:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_image\";a:2:{s:3:\"url\";s:79:\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavishluxe-slider1.jpg\";s:2:\"id\";i:95;}s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:6:\"repeat\";s:15:\"background_size\";s:5:\"cover\";}'),(3913,754,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"8804b46\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-list\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Our\",\"eael_dch_last_title\":\"Services\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"How can I help you?\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\",\"eael_dch_base_title_color\":\"#FFFFFF\",\"eael_dch_subtext_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simply stylish\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3914,754,'_thumbnail_id','95'),(3915,755,'_elementor_edit_mode','builder'),(3916,755,'_elementor_template_type','wp-page'),(3917,755,'_elementor_version','3.1.4'),(3918,755,'_wp_page_template','default'),(3919,755,'_elementor_page_settings','a:6:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_image\";a:2:{s:3:\"url\";s:79:\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavishluxe-slider1.jpg\";s:2:\"id\";i:95;}s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:6:\"repeat\";s:15:\"background_size\";s:5:\"cover\";}');
INSERT INTO `wp_postmeta` VALUES (3920,755,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"8804b46\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-list\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Our\",\"eael_dch_last_title\":\"Services\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"How can I help you?\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\",\"eael_dch_base_title_color\":\"#FFFFFF\",\"eael_dch_subtext_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simply stylish\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3921,755,'_thumbnail_id','95'),(3922,756,'_elementor_edit_mode','builder'),(3923,756,'_elementor_template_type','wp-page'),(3924,756,'_elementor_version','3.1.4'),(3925,756,'_wp_page_template','default'),(3926,756,'_elementor_page_settings','a:6:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_image\";a:2:{s:3:\"url\";s:79:\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavishluxe-slider1.jpg\";s:2:\"id\";i:95;}s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";}'),(3927,756,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"8804b46\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-list\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Our\",\"eael_dch_last_title\":\"Services\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"How can I help you?\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\",\"eael_dch_base_title_color\":\"#FFFFFF\",\"eael_dch_subtext_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simply stylish\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3928,756,'_thumbnail_id','95'),(3931,757,'_elementor_edit_mode','builder'),(3932,757,'_elementor_template_type','wp-page'),(3933,757,'_elementor_version','3.1.4'),(3934,757,'_wp_page_template','default'),(3935,757,'_elementor_page_settings','a:6:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_image\";a:2:{s:3:\"url\";s:79:\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavishluxe-slider1.jpg\";s:2:\"id\";i:95;}s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";}'),(3936,757,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"8804b46\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-list\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Our\",\"eael_dch_last_title\":\"Services\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"How can I help you?\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\",\"eael_dch_base_title_color\":\"#FFFFFF\",\"eael_dch_subtext_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simply stylish\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3937,757,'_thumbnail_id','95'),(4077,779,'_elementor_source_image_hash','5c7785545d83dd75ce1062479e7732aab1b4b12f'),(3939,758,'_elementor_edit_mode','builder'),(3940,758,'_elementor_template_type','wp-page'),(3941,758,'_elementor_version','3.1.4'),(3942,758,'_wp_page_template','default'),(3943,758,'_elementor_page_settings','a:6:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_image\";a:2:{s:3:\"url\";s:79:\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavishluxe-slider1.jpg\";s:2:\"id\";i:95;}s:19:\"background_position\";s:10:\"top center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";}'),(3944,758,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"8804b46\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-list\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Our\",\"eael_dch_last_title\":\"Services\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"How can I help you?\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\",\"eael_dch_base_title_color\":\"#FFFFFF\",\"eael_dch_subtext_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simply stylish\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3945,758,'_thumbnail_id','95'),(3947,759,'_elementor_edit_mode','builder'),(3948,759,'_elementor_template_type','wp-page'),(3949,759,'_elementor_version','3.1.4'),(3950,759,'_wp_page_template','default'),(3951,759,'_elementor_page_settings','a:6:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_image\";a:2:{s:3:\"url\";s:79:\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavishluxe-slider1.jpg\";s:2:\"id\";i:95;}s:19:\"background_position\";s:8:\"top left\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";}'),(3952,759,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"8804b46\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-list\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Our\",\"eael_dch_last_title\":\"Services\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"How can I help you?\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\",\"eael_dch_base_title_color\":\"#FFFFFF\",\"eael_dch_subtext_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simply stylish\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3953,759,'_thumbnail_id','95'),(3957,760,'_elementor_edit_mode','builder'),(3958,760,'_elementor_template_type','wp-page'),(3959,760,'_elementor_version','3.1.4'),(3960,760,'_wp_page_template','default'),(3961,760,'_elementor_page_settings','a:6:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_image\";a:2:{s:3:\"url\";s:79:\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavishluxe-slider1.jpg\";s:2:\"id\";i:95;}s:19:\"background_position\";s:8:\"top left\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";}'),(3962,760,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"8804b46\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-list\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Our\",\"eael_dch_last_title\":\"Services\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"How can I help you?\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\",\"eael_dch_base_title_color\":\"#FFFFFF\",\"eael_dch_subtext_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simply stylish\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3963,760,'_thumbnail_id','95'),(3965,761,'_elementor_edit_mode','builder'),(3966,761,'_elementor_template_type','wp-page'),(3967,761,'_elementor_version','3.1.4'),(3968,761,'_wp_page_template','default'),(3969,761,'_elementor_page_settings','a:6:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_image\";a:2:{s:3:\"url\";s:79:\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavishluxe-slider1.jpg\";s:2:\"id\";i:95;}s:19:\"background_position\";s:8:\"top left\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";}'),(3970,761,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"8804b46\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-list\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Our\",\"eael_dch_last_title\":\"Services\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"How can I help you?\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\",\"eael_dch_base_title_color\":\"#FFFFFF\",\"eael_dch_subtext_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simply stylish\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3971,761,'_thumbnail_id','95'),(3973,762,'_elementor_edit_mode','builder'),(3974,762,'_elementor_template_type','wp-page'),(3975,762,'_elementor_version','3.1.4'),(3976,762,'_wp_page_template','default'),(3977,762,'_elementor_page_settings','a:6:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_image\";a:2:{s:3:\"url\";s:79:\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavishluxe-slider1.jpg\";s:2:\"id\";i:95;}s:19:\"background_position\";s:11:\"center left\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";}'),(3978,762,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"8804b46\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-list\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Our\",\"eael_dch_last_title\":\"Services\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"How can I help you?\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\",\"eael_dch_base_title_color\":\"#FFFFFF\",\"eael_dch_subtext_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simply stylish\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3979,762,'_thumbnail_id','95'),(3983,763,'_elementor_edit_mode','builder'),(3984,763,'_elementor_template_type','wp-page'),(3985,763,'_elementor_version','3.1.4'),(3986,763,'_wp_page_template','default'),(3987,763,'_elementor_page_settings','a:6:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_image\";a:2:{s:3:\"url\";s:79:\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavishluxe-slider1.jpg\";s:2:\"id\";i:95;}s:19:\"background_position\";s:11:\"center left\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";}'),(3988,763,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"8804b46\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-list\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Our\",\"eael_dch_last_title\":\"Services\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"How can I help you?\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\",\"eael_dch_base_title_color\":\"#FFFFFF\",\"eael_dch_subtext_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simply stylish\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3989,763,'_thumbnail_id','95'),(4075,779,'_wp_attached_file','2021/05/DLAC0410.jpg'),(4076,779,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1067;s:6:\"height\";i:1600;s:4:\"file\";s:20:\"2021/05/DLAC0410.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DLAC0410-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DLAC0410-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DLAC0410-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"DLAC0410-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"DLAC0410-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"DLAC0410-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"DLAC0410-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:20:\"DLAC0410-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"DLAC0410-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"DLAC0410-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:20:\"DLAC0410-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:6:\"D.LACY\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:6:\"D.LACY\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3991,764,'_elementor_edit_mode','builder'),(3992,764,'_elementor_template_type','wp-page'),(3993,764,'_elementor_version','3.1.4'),(3994,764,'_wp_page_template','default'),(3995,764,'_elementor_page_settings','a:6:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_image\";a:2:{s:3:\"url\";s:79:\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavishluxe-slider1.jpg\";s:2:\"id\";i:95;}s:19:\"background_position\";s:11:\"center left\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";}'),(3996,764,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"8804b46\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-list\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Our\",\"eael_dch_last_title\":\"Services\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"How can I help you?\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\",\"eael_dch_base_title_color\":\"#FFFFFF\",\"eael_dch_subtext_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simply stylish\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(3997,764,'_thumbnail_id','95'),(4071,778,'ast-title-bar-display','disabled'),(4072,778,'ast-featured-img','disabled'),(4073,778,'site-content-layout','page-builder'),(4074,778,'site-sidebar-layout','no-sidebar'),(4286,829,'_elementor_edit_mode','builder'),(4287,829,'_elementor_template_type','wp-page'),(3999,765,'_elementor_edit_mode','builder'),(4000,765,'_elementor_template_type','wp-page'),(4001,765,'_elementor_version','3.1.4'),(4002,765,'_wp_page_template','default'),(4003,765,'_elementor_page_settings','a:6:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_image\";a:2:{s:3:\"url\";s:79:\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavishluxe-slider1.jpg\";s:2:\"id\";i:95;}s:19:\"background_position\";s:11:\"center left\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";}'),(4004,765,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"89cd57d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"8804b46\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-list\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Our\",\"eael_dch_last_title\":\"Services\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"How can I help you?\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\",\"eael_dch_base_title_color\":\"#FFFFFF\",\"eael_dch_subtext_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simply stylish\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4005,765,'_thumbnail_id','95'),(4066,778,'_elementor_edit_mode','builder'),(4067,778,'_elementor_template_type','wp-page'),(4068,778,'_elementor_version','3.2.2'),(4069,778,'_astra_content_layout_flag','disabled'),(4070,778,'site-post-title','disabled'),(4009,766,'_elementor_edit_mode','builder'),(4010,766,'_elementor_template_type','wp-page'),(4011,766,'_elementor_version','3.1.4'),(4012,766,'_wp_page_template','default'),(4013,766,'_elementor_page_settings','a:6:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_image\";a:2:{s:3:\"url\";s:79:\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavishluxe-slider1.jpg\";s:2:\"id\";i:95;}s:19:\"background_position\";s:11:\"center left\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";}'),(4014,766,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"89cd57d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"8804b46\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-list\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Our\",\"eael_dch_last_title\":\"Services\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"How can I help you?\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\",\"eael_dch_base_title_color\":\"#FFFFFF\",\"eael_dch_subtext_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simply stylish\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4015,766,'_thumbnail_id','95'),(4063,778,'_last_editor_used_jetpack','classic-editor'),(4064,778,'_edit_lock','1620055621:1'),(4065,778,'_edit_last','1'),(4017,767,'_elementor_edit_mode','builder'),(4018,767,'_elementor_template_type','wp-page'),(4019,767,'_elementor_version','3.1.4'),(4020,767,'_wp_page_template','default'),(4021,767,'_elementor_page_settings','a:6:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_image\";a:2:{s:3:\"url\";s:79:\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavishluxe-slider1.jpg\";s:2:\"id\";i:95;}s:19:\"background_position\";s:11:\"center left\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";}'),(4022,767,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"89cd57d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"8804b46\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-list\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Our\",\"eael_dch_last_title\":\"Services\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"How can I help you?\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\",\"eael_dch_base_title_color\":\"#FFFFFF\",\"eael_dch_subtext_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simply stylish\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4023,767,'_thumbnail_id','95'),(4027,768,'_elementor_version','3.1.4'),(4028,768,'_wp_page_template','default'),(4029,768,'_elementor_page_settings','a:5:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:11:\"center left\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";}'),(4030,768,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"89cd57d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"8804b46\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-list\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Our\",\"eael_dch_last_title\":\"Services\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"How can I help you?\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\",\"eael_dch_base_title_color\":\"#FFFFFF\",\"eael_dch_subtext_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simply stylish\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4031,768,'_thumbnail_id','95'),(4212,818,'_wp_attached_file','2021/05/LavishLuxeAbout.jpg'),(4213,818,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1067;s:6:\"height\";i:1600;s:4:\"file\";s:27:\"2021/05/LavishLuxeAbout.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"LavishLuxeAbout-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:28:\"LavishLuxeAbout-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:27:\"LavishLuxeAbout-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:28:\"LavishLuxeAbout-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"LavishLuxeAbout-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"LavishLuxeAbout-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:27:\"LavishLuxeAbout-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:27:\"LavishLuxeAbout-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:27:\"LavishLuxeAbout-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:27:\"LavishLuxeAbout-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"LavishLuxeAbout-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:6:\"D.LACY\";s:6:\"camera\";s:22:\"Canon EOS-1D X Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1620036493\";s:9:\"copyright\";s:6:\"D.LACY\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4061,610,'_elementor_css','a:6:{s:4:\"time\";i:1619095568;s:5:\"fonts\";a:1:{i:0;s:6:\"Nunito\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4270,827,'_elementor_edit_mode','builder'),(4271,827,'_elementor_template_type','wp-page'),(4272,827,'_elementor_version','3.1.4'),(4273,827,'_wp_page_template','default'),(4274,827,'_elementor_page_settings','a:5:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:11:\"center left\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";}'),(4275,827,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"89cd57d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"8804b46\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-list\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Our\",\"eael_dch_last_title\":\"Services\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"How can I help you?\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\",\"eael_dch_base_title_color\":\"#FFFFFF\",\"eael_dch_subtext_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simply stylish\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4059,498,'_elementor_css','a:6:{s:4:\"time\";i:1619095567;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:\"\";}'),(4719,899,'_last_editor_used_jetpack','classic-editor'),(4720,899,'_edit_lock','1625496631:1'),(4715,896,'_form_id','1'),(4716,896,'_seq_num','3'),(4714,896,'_field_3','Hello, \nI was wondering if you carry the money robe in plus sizes? If so how much is it because I couldn’t find it on the website?'),(4687,887,'_seq_num','2'),(4686,887,'_form_id','1'),(4685,887,'_field_3','Hi Janella. I would like to set up a time to discuss a photo shoot and possible selections of styles if needed. I can be reached at 913-302-5252\n\nThanks \n\nFelicia '),(4684,887,'_field_2','Iamlisamonet@gmail.com'),(4683,887,'_field_1','Felicia Fuller aka Lisa Monet'),(4086,782,'_elementor_source_image_hash','9b5d59772a9b431914bf053da1118e342e697a69'),(4087,783,'_wp_attached_file','2021/05/DLAC0520.jpg'),(4088,783,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1067;s:6:\"height\";i:1600;s:4:\"file\";s:20:\"2021/05/DLAC0520.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DLAC0520-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DLAC0520-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DLAC0520-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"DLAC0520-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"DLAC0520-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"DLAC0520-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"DLAC0520-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:20:\"DLAC0520-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"DLAC0520-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"DLAC0520-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:20:\"DLAC0520-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:\"4\";s:6:\"credit\";s:6:\"D.LACY\";s:6:\"camera\";s:22:\"Canon EOS-1D X Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1612212618\";s:9:\"copyright\";s:6:\"D.LACY\";s:12:\"focal_length\";s:2:\"80\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4089,783,'_elementor_source_image_hash','7c17e5f3cdcd5fca4138d6671f7135dddf84fc5e'),(4090,784,'_wp_attached_file','2021/05/DLAC0595.jpg'),(4091,784,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1067;s:6:\"height\";i:1600;s:4:\"file\";s:20:\"2021/05/DLAC0595.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DLAC0595-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DLAC0595-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DLAC0595-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"DLAC0595-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"DLAC0595-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"DLAC0595-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"DLAC0595-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:20:\"DLAC0595-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"DLAC0595-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"DLAC0595-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:20:\"DLAC0595-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:6:\"D.LACY\";s:6:\"camera\";s:22:\"Canon EOS-1D X Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1612212823\";s:9:\"copyright\";s:6:\"D.LACY\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4092,784,'_elementor_source_image_hash','7399f3f3668d8ba20d7363620acde87cc6fb05ce'),(4093,785,'_wp_attached_file','2021/05/DLAC0598.jpg'),(4094,785,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1067;s:6:\"height\";i:1600;s:4:\"file\";s:20:\"2021/05/DLAC0598.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DLAC0598-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DLAC0598-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DLAC0598-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"DLAC0598-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"DLAC0598-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"DLAC0598-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"DLAC0598-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:20:\"DLAC0598-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"DLAC0598-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"DLAC0598-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:20:\"DLAC0598-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:6:\"D.LACY\";s:6:\"camera\";s:22:\"Canon EOS-1D X Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1612212826\";s:9:\"copyright\";s:6:\"D.LACY\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4095,785,'_elementor_source_image_hash','887e4f6692ed720ae1bdd940a1b94ba261c48f1c'),(4096,786,'_wp_attached_file','2021/05/IMG_20201115_191708_199.jpg'),(4097,786,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:2073;s:4:\"file\";s:35:\"2021/05/IMG_20201115_191708_199.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"IMG_20201115_191708_199-156x300.jpg\";s:5:\"width\";i:156;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"IMG_20201115_191708_199-533x1024.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_20201115_191708_199-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"IMG_20201115_191708_199-768x1474.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1474;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:36:\"IMG_20201115_191708_199-800x1536.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:37:\"IMG_20201115_191708_199-1067x2048.jpg\";s:5:\"width\";i:1067;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"IMG_20201115_191708_199-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:36:\"IMG_20201115_191708_199-600x1152.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_20201115_191708_199-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:\"IMG_20201115_191708_199-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"IMG_20201115_191708_199-600x1152.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_20201115_191708_199-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:{}}}'),(4098,786,'_elementor_source_image_hash','3bf40a645cfb0efc439534130befa3673ceed421'),(4099,787,'_wp_attached_file','2021/05/IMG_20201115_191819_568.jpg'),(4100,787,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:2073;s:4:\"file\";s:35:\"2021/05/IMG_20201115_191819_568.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"IMG_20201115_191819_568-156x300.jpg\";s:5:\"width\";i:156;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"IMG_20201115_191819_568-533x1024.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_20201115_191819_568-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"IMG_20201115_191819_568-768x1474.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1474;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:36:\"IMG_20201115_191819_568-800x1536.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:37:\"IMG_20201115_191819_568-1067x2048.jpg\";s:5:\"width\";i:1067;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"IMG_20201115_191819_568-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:36:\"IMG_20201115_191819_568-600x1152.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_20201115_191819_568-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:\"IMG_20201115_191819_568-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"IMG_20201115_191819_568-600x1152.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_20201115_191819_568-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:{}}}'),(4101,787,'_elementor_source_image_hash','7e09d93972ed13a988f6654aff88359e0d952906'),(4102,788,'_wp_attached_file','2021/05/TMP_8505.jpg'),(4103,788,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1800;s:4:\"file\";s:20:\"2021/05/TMP_8505.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"TMP_8505-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"TMP_8505-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"TMP_8505-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"TMP_8505-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"TMP_8505-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"TMP_8505-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"TMP_8505-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:20:\"TMP_8505-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"TMP_8505-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"TMP_8505-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:20:\"TMP_8505-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:13:\"Justin Taylor\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark IV\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1608504043\";s:9:\"copyright\";s:24:\"Taylor Media Photography\";s:12:\"focal_length\";s:3:\"110\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4104,788,'_elementor_source_image_hash','fa251a6d15304561d0f7007b94c0e5e141a3fa15'),(4105,789,'_wp_attached_file','2021/05/TMP_8512.jpg'),(4106,789,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1800;s:4:\"file\";s:20:\"2021/05/TMP_8512.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"TMP_8512-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"TMP_8512-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"TMP_8512-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"TMP_8512-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"TMP_8512-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"TMP_8512-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"TMP_8512-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:20:\"TMP_8512-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"TMP_8512-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"TMP_8512-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:20:\"TMP_8512-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:13:\"Justin Taylor\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark IV\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1608504106\";s:9:\"copyright\";s:24:\"Taylor Media Photography\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4107,789,'_elementor_source_image_hash','cedf48c05092a9576cae93a9cff88492c4114192'),(4108,790,'_wp_attached_file','2021/05/TMP_8596.jpg'),(4109,790,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1800;s:4:\"file\";s:20:\"2021/05/TMP_8596.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"TMP_8596-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"TMP_8596-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"TMP_8596-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"TMP_8596-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"TMP_8596-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"TMP_8596-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"TMP_8596-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:20:\"TMP_8596-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"TMP_8596-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"TMP_8596-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:20:\"TMP_8596-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:13:\"Justin Taylor\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark IV\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1608504960\";s:9:\"copyright\";s:24:\"Taylor Media Photography\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4110,790,'_elementor_source_image_hash','b51a9fd1ab40a58bdfe0c42b6737637af26d55e5'),(4130,799,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1429;s:6:\"height\";i:1441;s:4:\"file\";s:29:\"2021/05/Behind-The-Luxe-9.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Behind-The-Luxe-9-298x300.jpg\";s:5:\"width\";i:298;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Behind-The-Luxe-9-1015x1024.jpg\";s:5:\"width\";i:1015;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Behind-The-Luxe-9-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:29:\"Behind-The-Luxe-9-768x774.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:774;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"Behind-The-Luxe-9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"Behind-The-Luxe-9-600x605.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:605;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"Behind-The-Luxe-9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"Behind-The-Luxe-9-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:29:\"Behind-The-Luxe-9-600x605.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:605;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"Behind-The-Luxe-9-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:{}}}'),(4128,798,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1200;s:4:\"file\";s:31:\"2021/05/Behind-The-Luxe-1-1.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Behind-The-Luxe-1-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Behind-The-Luxe-1-1-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Behind-The-Luxe-1-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:32:\"Behind-The-Luxe-1-1-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"Behind-The-Luxe-1-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:31:\"Behind-The-Luxe-1-1-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:31:\"Behind-The-Luxe-1-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:31:\"Behind-The-Luxe-1-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:31:\"Behind-The-Luxe-1-1-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"Behind-The-Luxe-1-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:{}}}'),(4129,799,'_wp_attached_file','2021/05/Behind-The-Luxe-9.jpg'),(4127,798,'_wp_attached_file','2021/05/Behind-The-Luxe-1-1.jpg'),(4114,778,'_wp_page_template','default'),(4115,778,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4116,778,'_elementor_data','[{\"id\":\"9069f49\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"32543c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6037239\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simply stylish\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ac93199\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4f0fdbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37c56dc7\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"_id\":\"4e9addf\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/Behind-The-Luxe-4-2.jpg\",\"id\":809}},{\"_id\":\"a288a6f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/Behind-The-Luxe-5-2.jpg\",\"id\":808}},{\"_id\":\"cd48020\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/Behind-The-Luxe-2.jpg\",\"id\":803}},{\"_id\":\"787f68c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/Behind-The-Luxe-6.jpg\",\"id\":802}},{\"_id\":\"4969c0c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/Behind-The-Luxe-9.jpg\",\"id\":799}},{\"_id\":\"8eb3edc\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/Behind-The-Luxe-7-scaled.jpg\",\"id\":801}},{\"_id\":\"f350011\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/Behind-The-Luxe-3.jpg\",\"id\":804}},{\"_id\":\"05180a8\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/Behind-The-Luxe-1-1.jpg\",\"id\":798}},{\"_id\":\"1e9d0b6\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/Behind-The-Luxe-8.jpg\",\"id\":800}},{\"premium_gallery_img\":{\"id\":779,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/DLAC0410.jpg\"},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"id\":780,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/DLAC0461.jpg\"}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"id\":781,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/DLAC0589.jpg\"}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"id\":782,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/DLAC0519.jpg\"}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"id\":783,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/DLAC0520.jpg\"}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"id\":784,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/DLAC0595.jpg\"}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"id\":785,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/DLAC0598.jpg\"}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"id\":789,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/TMP_8512.jpg\"}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"id\":790,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/TMP_8596.jpg\"}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"3637d94f\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"}],\"isInner\":false}],\"isInner\":false}]'),(4117,792,'_wp_attached_file','2021/05/Behind-The-Luxe.jpg'),(4118,793,'_wp_attached_file','2021/05/Behind-The-Luxe-5-scaled.jpg'),(4119,793,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:2560;s:4:\"file\";s:36:\"2021/05/Behind-The-Luxe-5-scaled.jpg\";s:5:\"sizes\";a:1:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Behind-The-Luxe-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:21:\"Behind-The-Luxe-5.jpg\";}'),(4120,794,'_wp_attached_file','2021/05/Behind-The-Luxe-4-scaled.jpg'),(4121,794,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:2560;s:4:\"file\";s:36:\"2021/05/Behind-The-Luxe-4-scaled.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Behind-The-Luxe-4-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:31:\"Behind-The-Luxe-4-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:29:\"Behind-The-Luxe-4-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:29:\"Behind-The-Luxe-4-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"Behind-The-Luxe-4-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:21:\"Behind-The-Luxe-4.jpg\";}'),(4131,800,'_wp_attached_file','2021/05/Behind-The-Luxe-8.jpg'),(4132,800,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:1765;s:4:\"file\";s:29:\"2021/05/Behind-The-Luxe-8.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Behind-The-Luxe-8-245x300.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Behind-The-Luxe-8-835x1024.jpg\";s:5:\"width\";i:835;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Behind-The-Luxe-8-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:29:\"Behind-The-Luxe-8-768x941.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:941;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"Behind-The-Luxe-8-1253x1536.jpg\";s:5:\"width\";i:1253;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"Behind-The-Luxe-8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"Behind-The-Luxe-8-600x735.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"Behind-The-Luxe-8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"Behind-The-Luxe-8-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:29:\"Behind-The-Luxe-8-600x735.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"Behind-The-Luxe-8-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:{}}}'),(4133,801,'_wp_attached_file','2021/05/Behind-The-Luxe-7-scaled.jpg'),(4134,801,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:36:\"2021/05/Behind-The-Luxe-7-scaled.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Behind-The-Luxe-7-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:30:\"Behind-The-Luxe-7-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:29:\"Behind-The-Luxe-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Behind-The-Luxe-7-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"Behind-The-Luxe-7-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:31:\"Behind-The-Luxe-7-1365x2048.jpg\";s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"Behind-The-Luxe-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"Behind-The-Luxe-7-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:29:\"Behind-The-Luxe-7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"Behind-The-Luxe-7-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:29:\"Behind-The-Luxe-7-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:29:\"Behind-The-Luxe-7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:21:\"Behind-The-Luxe-7.jpg\";}'),(4126,797,'_wp_attached_file','2021/05/Behind-The-Luxe-1.jpg'),(4135,802,'_wp_attached_file','2021/05/Behind-The-Luxe-6.jpg'),(4136,802,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:29:\"2021/05/Behind-The-Luxe-6.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Behind-The-Luxe-6-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:31:\"Behind-The-Luxe-6-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:29:\"Behind-The-Luxe-6-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:29:\"Behind-The-Luxe-6-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"Behind-The-Luxe-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"Behind-The-Luxe-6-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:29:\"Behind-The-Luxe-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"Behind-The-Luxe-6-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:29:\"Behind-The-Luxe-6-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:29:\"Behind-The-Luxe-6-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:{}}}'),(4137,803,'_wp_attached_file','2021/05/Behind-The-Luxe-2.jpg'),(4138,803,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:4:\"file\";s:29:\"2021/05/Behind-The-Luxe-2.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Behind-The-Luxe-2-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:30:\"Behind-The-Luxe-2-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:29:\"Behind-The-Luxe-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Behind-The-Luxe-2-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:31:\"Behind-The-Luxe-2-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"Behind-The-Luxe-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"Behind-The-Luxe-2-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:29:\"Behind-The-Luxe-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"Behind-The-Luxe-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"Behind-The-Luxe-2-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:29:\"Behind-The-Luxe-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4139,804,'_wp_attached_file','2021/05/Behind-The-Luxe-3.jpg'),(4140,804,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:29:\"2021/05/Behind-The-Luxe-3.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Behind-The-Luxe-3-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:31:\"Behind-The-Luxe-3-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:29:\"Behind-The-Luxe-3-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:29:\"Behind-The-Luxe-3-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"Behind-The-Luxe-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"Behind-The-Luxe-3-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:29:\"Behind-The-Luxe-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"Behind-The-Luxe-3-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:29:\"Behind-The-Luxe-3-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:29:\"Behind-The-Luxe-3-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:{}}}'),(4141,805,'_wp_attached_file','2021/05/Behind-The-Luxe-5-1.jpg'),(4142,806,'_wp_attached_file','2021/05/Behind-The-Luxe-4-1-scaled.jpg'),(4143,806,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:2560;s:4:\"file\";s:38:\"2021/05/Behind-The-Luxe-4-1-scaled.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Behind-The-Luxe-4-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:33:\"Behind-The-Luxe-4-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:31:\"Behind-The-Luxe-4-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:31:\"Behind-The-Luxe-4-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:23:\"Behind-The-Luxe-4-1.jpg\";}'),(4662,881,'_elementor_data','[{\"id\":\"9069f49\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"32543c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6037239\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simply stylish\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ac93199\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4f0fdbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37c56dc7\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"_id\":\"4e9addf\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/Behind-The-Luxe-4-2.jpg\",\"id\":809}},{\"_id\":\"a288a6f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/Behind-The-Luxe-5-2.jpg\",\"id\":808}},{\"_id\":\"cd48020\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/Behind-The-Luxe-2.jpg\",\"id\":803}},{\"_id\":\"787f68c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/Behind-The-Luxe-6.jpg\",\"id\":802}},{\"_id\":\"4969c0c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/Behind-The-Luxe-9.jpg\",\"id\":799}},{\"_id\":\"8eb3edc\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/Behind-The-Luxe-7-scaled.jpg\",\"id\":801}},{\"_id\":\"f350011\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/Behind-The-Luxe-3.jpg\",\"id\":804}},{\"_id\":\"05180a8\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/Behind-The-Luxe-1-1.jpg\",\"id\":798}},{\"_id\":\"1e9d0b6\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/Behind-The-Luxe-8.jpg\",\"id\":800}},{\"premium_gallery_img\":{\"id\":779,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/DLAC0410.jpg\"},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"id\":780,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/DLAC0461.jpg\"}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"id\":781,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/DLAC0589.jpg\"}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"id\":782,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/DLAC0519.jpg\"}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"id\":783,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/DLAC0520.jpg\"}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"id\":784,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/DLAC0595.jpg\"}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"id\":785,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/DLAC0598.jpg\"}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"id\":789,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/TMP_8512.jpg\"}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"id\":790,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/TMP_8596.jpg\"}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"3637d94f\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"}],\"isInner\":false}],\"isInner\":false}]'),(4150,810,'_elementor_edit_mode','builder'),(4151,810,'_elementor_template_type','wp-page'),(4152,810,'_elementor_version','3.2.2'),(4153,810,'_wp_page_template','default'),(4154,810,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4155,810,'_elementor_data','[{\"id\":\"ac93199\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4f0fdbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e64b6bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"behind the luxe\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37c56dc7\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"_id\":\"4e9addf\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/Behind-The-Luxe-4-2.jpg\",\"id\":809}},{\"_id\":\"a288a6f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/Behind-The-Luxe-5-2.jpg\",\"id\":808}},{\"_id\":\"cd48020\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/Behind-The-Luxe-2.jpg\",\"id\":803}},{\"_id\":\"787f68c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/Behind-The-Luxe-6.jpg\",\"id\":802}},{\"_id\":\"4969c0c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/Behind-The-Luxe-9.jpg\",\"id\":799}},{\"_id\":\"8eb3edc\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/Behind-The-Luxe-7-scaled.jpg\",\"id\":801}},{\"_id\":\"f350011\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/Behind-The-Luxe-3.jpg\",\"id\":804}},{\"_id\":\"05180a8\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/Behind-The-Luxe-1-1.jpg\",\"id\":798}},{\"_id\":\"1e9d0b6\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/Behind-The-Luxe-8.jpg\",\"id\":800}},{\"premium_gallery_img\":{\"id\":779,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/DLAC0410.jpg\"},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"id\":780,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/DLAC0461.jpg\"}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"id\":781,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/DLAC0589.jpg\"}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"id\":782,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/DLAC0519.jpg\"}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"id\":783,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/DLAC0520.jpg\"}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"id\":784,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/DLAC0595.jpg\"}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"id\":785,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/DLAC0598.jpg\"}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"id\":786,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/IMG_20201115_191708_199.jpg\"}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"id\":787,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/IMG_20201115_191819_568.jpg\"}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"id\":788,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/TMP_8505.jpg\"}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"id\":789,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/TMP_8512.jpg\"}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"id\":790,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/TMP_8596.jpg\"}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"id\":791,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/TMP_8928.jpg\"}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"3637d94f\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"}],\"isInner\":false}],\"isInner\":false}]'),(4146,808,'_wp_attached_file','2021/05/Behind-The-Luxe-5-2.jpg'),(4147,808,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:31:\"2021/05/Behind-The-Luxe-5-2.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Behind-The-Luxe-5-2-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:33:\"Behind-The-Luxe-5-2-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:31:\"Behind-The-Luxe-5-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Behind-The-Luxe-5-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"Behind-The-Luxe-5-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"Behind-The-Luxe-5-2-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:31:\"Behind-The-Luxe-5-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:31:\"Behind-The-Luxe-5-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"Behind-The-Luxe-5-2-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:31:\"Behind-The-Luxe-5-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(4148,809,'_wp_attached_file','2021/05/Behind-The-Luxe-4-2.jpg'),(4149,809,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:31:\"2021/05/Behind-The-Luxe-4-2.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Behind-The-Luxe-4-2-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:33:\"Behind-The-Luxe-4-2-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:31:\"Behind-The-Luxe-4-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Behind-The-Luxe-4-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"Behind-The-Luxe-4-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"Behind-The-Luxe-4-2-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:31:\"Behind-The-Luxe-4-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:31:\"Behind-The-Luxe-4-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"Behind-The-Luxe-4-2-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:31:\"Behind-The-Luxe-4-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(4156,811,'_elementor_edit_mode','builder'),(4157,811,'_elementor_template_type','wp-page'),(4158,811,'_elementor_version','3.2.2'),(4159,811,'_wp_page_template','default'),(4160,811,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4161,811,'_elementor_data','[{\"id\":\"ac93199\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4f0fdbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e64b6bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"behind the luxe\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37c56dc7\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"_id\":\"4e9addf\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/Behind-The-Luxe-4-2.jpg\",\"id\":809}},{\"_id\":\"a288a6f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/Behind-The-Luxe-5-2.jpg\",\"id\":808}},{\"_id\":\"cd48020\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/Behind-The-Luxe-2.jpg\",\"id\":803}},{\"_id\":\"787f68c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/Behind-The-Luxe-6.jpg\",\"id\":802}},{\"_id\":\"4969c0c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/Behind-The-Luxe-9.jpg\",\"id\":799}},{\"_id\":\"8eb3edc\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/Behind-The-Luxe-7-scaled.jpg\",\"id\":801}},{\"_id\":\"f350011\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/Behind-The-Luxe-3.jpg\",\"id\":804}},{\"_id\":\"05180a8\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/Behind-The-Luxe-1-1.jpg\",\"id\":798}},{\"_id\":\"1e9d0b6\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/Behind-The-Luxe-8.jpg\",\"id\":800}},{\"premium_gallery_img\":{\"id\":779,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/DLAC0410.jpg\"},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"id\":780,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/DLAC0461.jpg\"}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"id\":781,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/DLAC0589.jpg\"}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"id\":782,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/DLAC0519.jpg\"}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"id\":783,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/DLAC0520.jpg\"}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"id\":784,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/DLAC0595.jpg\"}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"id\":785,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/DLAC0598.jpg\"}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"id\":786,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/IMG_20201115_191708_199.jpg\"}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"id\":787,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/IMG_20201115_191819_568.jpg\"}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"id\":788,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/TMP_8505.jpg\"}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"id\":789,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/TMP_8512.jpg\"}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"id\":790,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/TMP_8596.jpg\"}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"id\":791,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/TMP_8928.jpg\"}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"3637d94f\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"}],\"isInner\":false}],\"isInner\":false}]'),(4657,881,'_elementor_edit_mode','builder'),(4658,881,'_elementor_template_type','wp-page'),(4659,881,'_elementor_version','3.2.2'),(4660,881,'_wp_page_template','default'),(4661,881,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4162,812,'_elementor_edit_mode','builder'),(4163,812,'_elementor_template_type','wp-page'),(4164,812,'_elementor_version','3.2.2'),(4165,812,'_wp_page_template','default'),(4166,812,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4167,812,'_elementor_data','[{\"id\":\"9069f49\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"32543c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6037239\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simply stylish\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ac93199\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4f0fdbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37c56dc7\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"_id\":\"4e9addf\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/Behind-The-Luxe-4-2.jpg\",\"id\":809}},{\"_id\":\"a288a6f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/Behind-The-Luxe-5-2.jpg\",\"id\":808}},{\"_id\":\"cd48020\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/Behind-The-Luxe-2.jpg\",\"id\":803}},{\"_id\":\"787f68c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/Behind-The-Luxe-6.jpg\",\"id\":802}},{\"_id\":\"4969c0c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/Behind-The-Luxe-9.jpg\",\"id\":799}},{\"_id\":\"8eb3edc\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/Behind-The-Luxe-7-scaled.jpg\",\"id\":801}},{\"_id\":\"f350011\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/Behind-The-Luxe-3.jpg\",\"id\":804}},{\"_id\":\"05180a8\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/Behind-The-Luxe-1-1.jpg\",\"id\":798}},{\"_id\":\"1e9d0b6\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/Behind-The-Luxe-8.jpg\",\"id\":800}},{\"premium_gallery_img\":{\"id\":779,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/DLAC0410.jpg\"},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"id\":780,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/DLAC0461.jpg\"}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"id\":781,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/DLAC0589.jpg\"}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"id\":782,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/DLAC0519.jpg\"}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"id\":783,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/DLAC0520.jpg\"}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"id\":784,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/DLAC0595.jpg\"}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"id\":785,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/DLAC0598.jpg\"}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"id\":786,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/IMG_20201115_191708_199.jpg\"}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"id\":787,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/IMG_20201115_191819_568.jpg\"}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"id\":788,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/TMP_8505.jpg\"}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"id\":789,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/TMP_8512.jpg\"}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"id\":790,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/TMP_8596.jpg\"}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"id\":791,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/TMP_8928.jpg\"}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"3637d94f\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"}],\"isInner\":false}],\"isInner\":false}]'),(4643,879,'_elementor_edit_mode','builder'),(4644,879,'_elementor_template_type','wp-page'),(4645,879,'_elementor_version','3.2.2'),(4646,879,'_wp_page_template','default'),(4647,879,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4648,879,'_elementor_data','[{\"id\":\"9069f49\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"32543c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6037239\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simply stylish\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ac93199\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4f0fdbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37c56dc7\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"_id\":\"4e9addf\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/Behind-The-Luxe-4-2.jpg\",\"id\":809}},{\"_id\":\"a288a6f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/Behind-The-Luxe-5-2.jpg\",\"id\":808}},{\"_id\":\"cd48020\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/Behind-The-Luxe-2.jpg\",\"id\":803}},{\"_id\":\"787f68c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/Behind-The-Luxe-6.jpg\",\"id\":802}},{\"_id\":\"4969c0c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/Behind-The-Luxe-9.jpg\",\"id\":799}},{\"_id\":\"8eb3edc\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/Behind-The-Luxe-7-scaled.jpg\",\"id\":801}},{\"_id\":\"f350011\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/Behind-The-Luxe-3.jpg\",\"id\":804}},{\"_id\":\"05180a8\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/Behind-The-Luxe-1-1.jpg\",\"id\":798}},{\"_id\":\"1e9d0b6\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/Behind-The-Luxe-8.jpg\",\"id\":800}},{\"premium_gallery_img\":{\"id\":779,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/DLAC0410.jpg\"},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"id\":780,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/DLAC0461.jpg\"}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"id\":781,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/DLAC0589.jpg\"}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"id\":782,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/DLAC0519.jpg\"}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"id\":783,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/DLAC0520.jpg\"}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"id\":784,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/DLAC0595.jpg\"}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"id\":785,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/DLAC0598.jpg\"}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"id\":786,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/IMG_20201115_191708_199.jpg\"}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"id\":787,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/IMG_20201115_191819_568.jpg\"}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"id\":788,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/TMP_8505.jpg\"}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"id\":789,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/TMP_8512.jpg\"}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"id\":790,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/TMP_8596.jpg\"}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"id\":791,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/TMP_8928.jpg\"}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"3637d94f\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"}],\"isInner\":false}],\"isInner\":false}]'),(4169,813,'_last_editor_used_jetpack','classic-editor'),(4170,813,'_edit_lock','1620001637:1'),(4171,813,'_edit_last','1'),(4172,813,'_elementor_edit_mode','builder'),(4173,813,'_elementor_template_type','wp-page'),(4174,813,'_elementor_version','3.2.2'),(4175,813,'_astra_content_layout_flag','disabled'),(4176,813,'site-post-title','disabled'),(4177,813,'ast-title-bar-display','disabled'),(4178,813,'ast-featured-img','disabled'),(4179,813,'site-content-layout','page-builder'),(4180,813,'site-sidebar-layout','no-sidebar'),(4181,813,'_wp_page_template','default'),(4182,813,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4183,813,'_elementor_data','[{\"id\":\"a165c61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"5caff62\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2037eed\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-list\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Our\",\"eael_dch_last_title\":\"Services\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"How can I help you?\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\",\"eael_dch_base_title_color\":\"#000000\",\"eael_dch_subtext_color\":\"#000000\",\"eael_dch_icon_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"74975a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"252120e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"6924467\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"28d700c\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#000000\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#000000\",\"eael_pricing_table_style_1_title_line_color\":\"#000000\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_pricing_onsale_color\":\"#000000\",\"eael_pricing_table_list_item_color\":\"#000000\",\"eael_pricing_table_tooltip_arrow_bg\":\"#3D3D3D\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"49fd801\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"909cb1e\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#000000\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#000000\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"eael_pricing_table_style_1_title_line_color\":\"#000000\",\"eael_pricing_table_list_item_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"78d5754\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6092d11\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#000000\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#000000\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"eael_pricing_table_style_1_title_line_color\":\"#000000\",\"eael_pricing_table_list_item_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"cfee61a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"67044f9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#000000\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#000000\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_pricing_table_style_1_title_line_color\":\"#000000\",\"eael_pricing_table_list_item_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4184,814,'_elementor_edit_mode','builder'),(4185,814,'_elementor_template_type','wp-page'),(4186,814,'_elementor_version','3.2.2'),(4187,814,'_wp_page_template','default'),(4188,814,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4189,814,'_elementor_data','[{\"id\":\"a165c61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"5caff62\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2037eed\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-list\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Our\",\"eael_dch_last_title\":\"Services\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"How can I help you?\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\",\"eael_dch_base_title_color\":\"#000000\",\"eael_dch_subtext_color\":\"#000000\",\"eael_dch_icon_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"74975a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"252120e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"6924467\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"28d700c\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#000000\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#000000\",\"eael_pricing_table_style_1_title_line_color\":\"#000000\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"eael_pricing_table_pricing_onsale_color\":\"#000000\",\"eael_pricing_table_list_item_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"49fd801\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"909cb1e\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#000000\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#000000\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"eael_pricing_table_style_1_title_line_color\":\"#000000\",\"eael_pricing_table_list_item_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"78d5754\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6092d11\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#000000\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#000000\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"eael_pricing_table_style_1_title_line_color\":\"#000000\",\"eael_pricing_table_list_item_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"cfee61a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"67044f9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#000000\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#000000\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_pricing_table_style_1_title_line_color\":\"#000000\",\"eael_pricing_table_list_item_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4190,815,'_elementor_edit_mode','builder'),(4191,815,'_elementor_template_type','wp-page'),(4192,815,'_elementor_version','3.2.2'),(4193,815,'_wp_page_template','default'),(4194,815,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4195,815,'_elementor_data','[{\"id\":\"a165c61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"5caff62\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2037eed\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-list\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Our\",\"eael_dch_last_title\":\"Services\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"How can I help you?\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\",\"eael_dch_base_title_color\":\"#000000\",\"eael_dch_subtext_color\":\"#000000\",\"eael_dch_icon_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"74975a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"252120e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"6924467\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"28d700c\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#000000\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#000000\",\"eael_pricing_table_style_1_title_line_color\":\"#000000\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"eael_pricing_table_pricing_onsale_color\":\"#000000\",\"eael_pricing_table_list_item_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"49fd801\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"909cb1e\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#000000\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#000000\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"eael_pricing_table_style_1_title_line_color\":\"#000000\",\"eael_pricing_table_list_item_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"78d5754\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6092d11\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#000000\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#000000\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"eael_pricing_table_style_1_title_line_color\":\"#000000\",\"eael_pricing_table_list_item_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"cfee61a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"67044f9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#000000\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#000000\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_pricing_table_style_1_title_line_color\":\"#000000\",\"eael_pricing_table_list_item_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4196,816,'_elementor_edit_mode','builder'),(4197,816,'_elementor_template_type','wp-page'),(4198,816,'_elementor_version','3.2.2'),(4199,816,'_wp_page_template','default'),(4200,816,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4201,816,'_elementor_data','[{\"id\":\"a165c61\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"5caff62\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2037eed\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-list\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Our\",\"eael_dch_last_title\":\"Services\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"How can I help you?\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\",\"eael_dch_base_title_color\":\"#000000\",\"eael_dch_subtext_color\":\"#000000\",\"eael_dch_icon_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"74975a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"252120e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"6924467\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"28d700c\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#000000\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#000000\",\"eael_pricing_table_style_1_title_line_color\":\"#000000\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_pricing_onsale_color\":\"#000000\",\"eael_pricing_table_list_item_color\":\"#000000\",\"eael_pricing_table_tooltip_arrow_bg\":\"#3D3D3D\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"49fd801\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"909cb1e\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#000000\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#000000\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"eael_pricing_table_style_1_title_line_color\":\"#000000\",\"eael_pricing_table_list_item_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"78d5754\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6092d11\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#000000\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#000000\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"eael_pricing_table_style_1_title_line_color\":\"#000000\",\"eael_pricing_table_list_item_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"cfee61a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"67044f9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#000000\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#000000\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_pricing_table_style_1_title_line_color\":\"#000000\",\"eael_pricing_table_list_item_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4202,813,'_elementor_controls_usage','a:5:{s:22:\"eael-dual-color-header\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:33:\"eael_section_dch_content_settings\";a:5:{s:23:\"eael_show_dch_separator\";i:1;s:17:\"eael_dch_icon_new\";i:1;s:20:\"eael_dch_first_title\";i:1;s:19:\"eael_dch_last_title\";i:1;s:16:\"eael_dch_subtext\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:3:{s:41:\"eael_section_dch_separator_style_settings\";a:2:{s:37:\"eael_dch_separator_left_bg_background\";i:1;s:32:\"eael_dch_separator_left_bg_color\";i:1;}s:37:\"eael_section_dch_title_style_settings\";a:2:{s:25:\"eael_dch_base_title_color\";i:1;s:22:\"eael_dch_subtext_color\";i:1;}s:36:\"eael_section_dch_icon_style_settings\";a:1:{s:19:\"eael_dch_icon_color\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i: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:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:18:\"eael-pricing-table\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:5:{s:35:\"eael_section_pricing_table_settings\";a:1:{s:24:\"eael_pricing_table_title\";i:4;}s:32:\"eael_section_pricing_table_price\";a:5:{s:24:\"eael_pricing_table_price\";i:4;s:25:\"eael_pricing_table_onsale\";i:4;s:28:\"eael_pricing_table_price_cur\";i:4;s:31:\"eael_pricing_table_price_period\";i:4;s:35:\"eael_pricing_table_period_separator\";i:4;}s:34:\"eael_section_pricing_table_feature\";a:1:{s:24:\"eael_pricing_table_items\";i:4;}s:34:\"eael_section_pricing_table_footerr\";a:1:{s:30:\"eael_pricing_table_button_show\";i:4;}s:35:\"eael_section_pricing_table_featured\";a:1:{s:27:\"eael_pricing_table_featured\";i:4;}}s:5:\"style\";a:6:{s:41:\"eael_section_pricing_table_style_settings\";a:3:{s:32:\"eael_pricing_table_border_border\";i:4;s:31:\"eael_pricing_table_border_color\";i:4;s:32:\"eael_pricing_table_border_radius\";i:4;}s:48:\"eael_section_pricing_table_header_style_settings\";a:3:{s:30:\"eael_pricing_table_title_color\";i:4;s:43:\"eael_pricing_table_style_1_title_line_color\";i:4;s:46:\"eael_pricing_table_title_typography_typography\";i:2;}s:56:\"eael_section_pricing_table_style_3_featured_tag_settings\";a:1:{s:45:\"eael_pricing_table_style_1_featured_bar_color\";i:4;}s:47:\"eael_section_pricing_table_title_style_settings\";a:1:{s:39:\"eael_pricing_table_pricing_onsale_color\";i:1;}s:55:\"eael_section_pricing_table_style_featured_list_settings\";a:1:{s:34:\"eael_pricing_table_list_item_color\";i:4;}s:40:\"eael_section_pricing_table_tooltip_style\";a:1:{s:35:\"eael_pricing_table_tooltip_arrow_bg\";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:5;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:5;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:1;s:18:\"animation_duration\";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;}}}}}'),(4316,832,'_thumbnail_id','95'),(4317,832,'_elementor_css','a:6:{s:4:\"time\";i:1619994597;s:5:\"fonts\";a:5:{i:0;s:10:\"Alex Brush\";i:1;s:7:\"Raleway\";i:3;s:20:\"Herr Von Muellerhoff\";i:4;s:15:\"Times New Roman\";i:5;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4318,833,'_elementor_edit_mode','builder'),(4319,833,'_elementor_template_type','wp-page'),(4320,833,'_elementor_version','3.2.2'),(4321,833,'_wp_page_template','default'),(4322,833,'_elementor_page_settings','a:5:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:11:\"center left\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";}'),(4323,833,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"89cd57d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/LavishLuxeAbout.jpg\",\"id\":818},\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"af75ae6\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4215,819,'_last_editor_used_jetpack','block-editor'),(4216,819,'_edit_lock','1625500168:1'),(4217,819,'_edit_last','1'),(4218,819,'_elementor_edit_mode','builder'),(4219,819,'_elementor_template_type','wp-page'),(4220,819,'_elementor_version','3.2.2'),(4221,819,'_astra_content_layout_flag','disabled'),(4222,819,'site-post-title','disabled'),(4223,819,'ast-title-bar-display','disabled'),(4224,819,'ast-featured-img','disabled'),(4225,819,'site-content-layout','page-builder'),(4226,819,'site-sidebar-layout','no-sidebar'),(4227,820,'_elementor_edit_mode','builder'),(4228,820,'_elementor_template_type','wp-page'),(4229,820,'_elementor_version','3.2.2'),(4230,821,'_elementor_edit_mode','builder'),(4231,821,'_elementor_template_type','wp-page'),(4232,821,'_elementor_version','3.2.2'),(4233,819,'_wp_page_template','default'),(4234,819,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4235,819,'_elementor_data','[{\"id\":\"232ba59\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8e4d81f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"020be98\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"eb31214\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":9,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false}]'),(4236,822,'_elementor_edit_mode','builder'),(4237,822,'_elementor_template_type','wp-page'),(4238,822,'_elementor_version','3.2.2'),(4239,822,'_wp_page_template','default'),(4240,822,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4241,822,'_elementor_data','[{\"id\":\"232ba59\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8e4d81f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"020be98\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"eb31214\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":9,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false}]'),(4242,819,'_elementor_controls_usage','a:4:{s:22:\"eael-dual-color-header\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:33:\"eael_section_dch_content_settings\";a:5:{s:23:\"eael_show_dch_separator\";i:1;s:17:\"eael_dch_icon_new\";i:1;s:20:\"eael_dch_first_title\";i:1;s:19:\"eael_dch_last_title\";i:1;s:16:\"eael_dch_subtext\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:41:\"eael_section_dch_separator_style_settings\";a:2:{s:37:\"eael_dch_separator_left_bg_background\";i:1;s:32:\"eael_dch_separator_left_bg_color\";i:1;}}}}s:17:\"eicon-woocommerce\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:33:\"eael_section_product_grid_layouts\";a:2:{s:24:\"eael_product_grid_layout\";i:1;s:24:\"eael_product_grid_column\";i:1;}s:34:\"eael_section_product_grid_settings\";a:2:{s:32:\"eael_product_grid_products_count\";i:1;s:24:\"eael_product_grid_rating\";i:1;}s:21:\"section_content_table\";a:1:{s:6:\"fields\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(4308,831,'_thumbnail_id','95'),(4309,831,'_elementor_css','a:6:{s:4:\"time\";i:1619994597;s:5:\"fonts\";a:5:{i:0;s:10:\"Alex Brush\";i:1;s:7:\"Raleway\";i:3;s:20:\"Herr Von Muellerhoff\";i:4;s:15:\"Times New Roman\";i:5;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4310,832,'_elementor_edit_mode','builder'),(4311,832,'_elementor_template_type','wp-page'),(4312,832,'_elementor_version','3.2.2'),(4313,832,'_wp_page_template','default'),(4314,832,'_elementor_page_settings','a:5:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:11:\"center left\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";}'),(4315,832,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"89cd57d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/LavishLuxeAbout.jpg\",\"id\":818},\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4276,827,'_thumbnail_id','95'),(4277,827,'_elementor_css','a:6:{s:4:\"time\";i:1619993642;s:5:\"fonts\";a:6:{i:0;s:10:\"Alex Brush\";i:1;s:7:\"Raleway\";i:3;s:6:\"Barlow\";i:4;s:20:\"Herr Von Muellerhoff\";i:5;s:15:\"Times New Roman\";i:6;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4278,828,'_elementor_edit_mode','builder'),(4279,828,'_elementor_template_type','wp-page'),(4280,828,'_elementor_version','3.1.4'),(4281,828,'_wp_page_template','default'),(4282,828,'_elementor_page_settings','a:5:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:11:\"center left\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";}'),(4283,828,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"89cd57d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78ce8b3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"60c709e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a8f8bc\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"services\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"8804b46\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-list\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Our\",\"eael_dch_last_title\":\"Services\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"How can I help you?\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\",\"eael_dch_base_title_color\":\"#FFFFFF\",\"eael_dch_subtext_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"b78db47\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lavish Luxe By Lenee\\u2019 takes pride in providing our customers with high-quality services personalized for their unique needs. I always say \\u201d If you look good, you feel good\\u201d. We can handle all personal and professional image, without going beyond the budget.<\\/p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF\\u201d ~Lenee\\u2019~<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Barlow\",\"typography_font_weight\":\"400\",\"_animation\":\"fadeIn\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d541447\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"9c83159\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b6013d8\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Consulting With Lenee\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$25<\\/b> Luxe Location\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$30<\\/b> Travel Location\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_title_line_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"b2e0a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"9159e08\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Hunting\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Starting @ <b>$50<\\/b> for 35 minutes for one particular Luxe\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip\":\"\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_title_typography_typography\":\"custom\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"c1e7004\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"6032df4\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Closet Evaluation\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"Full day <b>8 hrs<\\/b> for <b>$250<\\/b> includes:\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"Shopping\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"bd7fd3a\",\"eael_pricing_table_item\":\"Lavish Luxe Talks\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"e4ac910\",\"eael_pricing_table_item\":\"Styling tips\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-pencil-alt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"4d02dff\",\"eael_pricing_table_item\":\"Closet run through\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-tshirt\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"_id\":\"7d2104b\",\"eael_pricing_table_item\":\"Half Day <b>4.5 hrs<\\/b> for <b>$125<\\/b> includes all above with shopping if time permits\",\"eael_pricing_table_list_icon_new\":{\"value\":\"fas fa-asterisk\",\"library\":\"fa-solid\"},\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\"},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true},{\"id\":\"513da03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"25a4ac9\",\"elType\":\"widget\",\"settings\":{\"eael_pricing_table_title\":\"Lavish Luxe Effect\",\"eael_pricing_table_sub_title\":\"A tagline here.\",\"eael_pricing_table_price\":\"\",\"eael_pricing_table_onsale\":\"\",\"eael_pricing_table_onsale_price\":\"89\",\"eael_pricing_table_price_cur\":\"\",\"eael_pricing_table_price_period\":\"\",\"eael_pricing_table_period_separator\":\"\",\"eael_pricing_table_items\":[{\"eael_pricing_table_item\":\"<b>$425<\\/b> - photo shoot up to 2 looks & makeup (hair touch ups)\",\"_id\":\"5d45b05\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300},{\"eael_pricing_table_item\":\"<b>$850<\\/b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)\",\"_id\":\"f4aa423\",\"eael_pricing_table_list_icon_color\":\"#903DE6\",\"eael_pricing_item_tooltip_content\":\"I\'m a awesome tooltip!!\",\"pricing_item_tooltip_animation_duration\":300}],\"eael_pricing_table_button_show\":\"\",\"eael_pricing_table_btn\":\"Choose Plan\",\"eael_pricing_table_featured\":\"yes\",\"eael_pricing_table_featured_tag_text\":\"Featured\",\"eael_pricing_table_border_border\":\"solid\",\"eael_pricing_table_border_color\":\"#FFFFFF\",\"eael_pricing_table_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_pricing_table_title_color\":\"#FFFFFF\",\"eael_pricing_table_style_1_featured_bar_color\":\"#903DE6\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-pricing-table\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bc1e6c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5422eaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d1a45ad\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"behind-the-luxe\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"2f2a2f8\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simply stylish\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06f3e4e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4f1158a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e46d5d6\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_category\":\"Category 2\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0410.jpg\",\"id\":548},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0461.jpg\",\"id\":549}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0589.jpg\",\"id\":552}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0519.jpg\",\"id\":550}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0520.jpg\",\"id\":551}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0595.jpg\",\"id\":553}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0598.jpg\",\"id\":554}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191708_199.jpg\",\"id\":555}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/IMG_20201115_191819_568.jpg\",\"id\":556}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8505.jpg\",\"id\":557}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8512.jpg\",\"id\":558}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8596.jpg\",\"id\":559}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/TMP_8928.jpg\",\"id\":561}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"3a852de\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"31a654a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"1f1fefd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2870ae0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/10\\/DLA_4494.jpg\",\"id\":227},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c3cbeb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"544e622\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"239dd63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2507cea\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2fa5005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e75a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"11b2d2b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"96a62be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"443ca65\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"shop\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c058f37\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-shopping-basket\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"shop\",\"eael_dch_last_title\":\"the store\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Confidence has no budget\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"706b51e\",\"elType\":\"widget\",\"settings\":{\"eael_product_grid_layout\":\"grid\",\"eael_product_grid_column\":\"3\",\"eael_product_grid_products_count\":6,\"eael_product_grid_rating\":\"\",\"eael_product_grid_excerpt_expanison_indicator\":\"...\",\"add_to_cart_simple_product_button_text\":\"Buy Now\",\"add_to_cart_variable_product_button_text\":\"Select options\",\"add_to_cart_grouped_product_button_text\":\"View products\",\"add_to_cart_external_product_button_text\":\"Buy Now\",\"add_to_cart_default_product_button_text\":\"Read More\",\"show_load_more_text\":\"Load More\",\"pagination_prev_label\":\"\\u2190\",\"pagination_next_label\":\"\\u2192\",\"ribbon\":\"New\",\"table_title\":\"Compare Products\",\"fields\":[{\"field_type\":\"image\",\"field_label\":\"Image\",\"_id\":\"d9296e7\"},{\"field_label\":\"Title\",\"_id\":\"0f176c9\"},{\"field_type\":\"price\",\"field_label\":\"Price\",\"_id\":\"4e9554d\"},{\"field_type\":\"description\",\"field_label\":\"Description\",\"_id\":\"830f2f8\"},{\"field_type\":\"add-to-cart\",\"field_label\":\"Add to cart\",\"_id\":\"7bf2776\"},{\"field_type\":\"sku\",\"field_label\":\"SKU\",\"_id\":\"19dc55c\"},{\"field_type\":\"stock\",\"field_label\":\"Availability\",\"_id\":\"d05fed6\"},{\"field_type\":\"weight\",\"field_label\":\"Weight\",\"_id\":\"950cfab\"},{\"field_type\":\"dimension\",\"field_label\":\"Dimension\",\"_id\":\"7a70e67\"},{\"field_type\":\"pa_color\",\"field_label\":\"Color\",\"_id\":\"27fe9b9\"},{\"field_type\":\"pa_size\",\"field_label\":\"Size\",\"_id\":\"aa112be\"}],\"no_products_found_text\":\"No products are added to Compare. Please add products to compare.\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eicon-woocommerce\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4284,828,'_thumbnail_id','95'),(4285,828,'_elementor_css','a:6:{s:4:\"time\";i:1619993642;s:5:\"fonts\";a:6:{i:0;s:10:\"Alex Brush\";i:1;s:7:\"Raleway\";i:3;s:6:\"Barlow\";i:4;s:20:\"Herr Von Muellerhoff\";i:5;s:15:\"Times New Roman\";i:6;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4324,833,'_thumbnail_id','95'),(4325,833,'_elementor_css','a:6:{s:4:\"time\";i:1619994597;s:5:\"fonts\";a:5:{i:0;s:10:\"Alex Brush\";i:1;s:7:\"Raleway\";i:3;s:20:\"Herr Von Muellerhoff\";i:4;s:15:\"Times New Roman\";i:5;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4346,835,'_elementor_edit_mode','builder'),(4347,835,'_elementor_template_type','wp-page'),(4348,835,'_elementor_version','3.2.2'),(4349,835,'_wp_page_template','default'),(4350,835,'_elementor_page_settings','a:5:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:11:\"center left\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";}'),(4351,835,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"89cd57d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/LavishLuxeAbout.jpg\",\"id\":818},\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"af75ae6\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4382,839,'_elementor_edit_mode','builder'),(4368,837,'_thumbnail_id','95'),(4369,837,'_elementor_css','a:6:{s:4:\"time\";i:1619996873;s:5:\"fonts\";a:5:{i:0;s:10:\"Alex Brush\";i:1;s:7:\"Raleway\";i:3;s:20:\"Herr Von Muellerhoff\";i:4;s:15:\"Times New Roman\";i:5;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4383,839,'_elementor_template_type','wp-page'),(4384,839,'_elementor_version','3.2.2'),(4385,839,'_wp_page_template','default'),(4386,839,'_elementor_page_settings','a:5:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:11:\"center left\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";}'),(4387,839,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"89cd57d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/LavishLuxeAbout.jpg\",\"id\":818},\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"af75ae6\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cda6995\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"7fc2400\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7439bb8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1862182\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6ceb0fc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a895889\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"premium_eq_height_switcher\":\"yes\",\"premium_eq_height_target\":[\".elementor-widget-image .elementor-widget-container\",\".elementor-widget-eael-ninja .elementor-widget-container\"]},\"elements\":[{\"id\":\"aaa7c7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93bd7d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1024\",\"height\":\"1024\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4d74249\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a39d81f\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c9c5283\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ae8da1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b0e16f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4367,837,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"89cd57d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/LavishLuxeAbout.jpg\",\"id\":818},\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"af75ae6\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cda6995\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"7fc2400\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7439bb8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1862182\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6ceb0fc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a895889\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"premium_eq_height_switcher\":\"yes\",\"premium_eq_height_target\":[\".elementor-widget-image .elementor-widget-container\",\".elementor-widget-eael-ninja .elementor-widget-container\"]},\"elements\":[{\"id\":\"aaa7c7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93bd7d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1024\",\"height\":\"1024\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4d74249\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a39d81f\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c9c5283\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ae8da1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b0e16f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4506,853,'_elementor_page_settings','a:5:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:11:\"center left\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";}'),(4362,837,'_elementor_edit_mode','builder'),(4363,837,'_elementor_template_type','wp-page'),(4364,837,'_elementor_version','3.2.2'),(4365,837,'_wp_page_template','default'),(4366,837,'_elementor_page_settings','a:5:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:11:\"center left\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";}'),(4352,835,'_thumbnail_id','95'),(4353,835,'_elementor_css','a:6:{s:4:\"time\";i:1619996873;s:5:\"fonts\";a:5:{i:0;s:10:\"Alex Brush\";i:1;s:7:\"Raleway\";i:3;s:20:\"Herr Von Muellerhoff\";i:4;s:15:\"Times New Roman\";i:5;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4354,836,'_elementor_edit_mode','builder'),(4355,836,'_elementor_template_type','wp-page'),(4356,836,'_elementor_version','3.2.2'),(4357,836,'_wp_page_template','default'),(4358,836,'_elementor_page_settings','a:5:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:11:\"center left\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";}'),(4359,836,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"89cd57d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/LavishLuxeAbout.jpg\",\"id\":818},\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"af75ae6\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c9e8ad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_attachment\":\"fixed\"},\"elements\":[{\"id\":\"d7fef9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fabd859\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\"},\"elements\":[{\"id\":\"48af5e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7368713\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"c169ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6cbc8b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"750\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e8b823f\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"51fdbc3\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"},{\"id\":\"4d55f00\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(4360,836,'_thumbnail_id','95'),(4361,836,'_elementor_css','a:6:{s:4:\"time\";i:1619996873;s:5:\"fonts\";a:5:{i:0;s:10:\"Alex Brush\";i:1;s:7:\"Raleway\";i:3;s:20:\"Herr Von Muellerhoff\";i:4;s:15:\"Times New Roman\";i:5;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4413,842,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"89cd57d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/LavishLuxeAbout.jpg\",\"id\":818},\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"af75ae6\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cda6995\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"7fc2400\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7439bb8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1862182\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6ceb0fc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a895889\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"premium_eq_height_switcher\":\"yes\",\"premium_eq_height_target\":[\".elementor-widget-image .elementor-widget-container\",\".elementor-widget-eael-ninja .elementor-widget-container\"]},\"elements\":[{\"id\":\"aaa7c7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93bd7d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1024\",\"height\":\"1200\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4d74249\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"a39d81f\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c9c5283\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ae8da1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b0e16f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4404,841,'_thumbnail_id','95'),(4405,841,'_elementor_css','a:6:{s:4:\"time\";i:1619996932;s:5:\"fonts\";a:5:{i:0;s:10:\"Alex Brush\";i:1;s:7:\"Raleway\";i:3;s:20:\"Herr Von Muellerhoff\";i:4;s:15:\"Times New Roman\";i:5;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4400,841,'_elementor_version','3.2.2'),(4401,841,'_wp_page_template','default'),(4402,841,'_elementor_page_settings','a:5:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:11:\"center left\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";}'),(4403,841,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"89cd57d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/LavishLuxeAbout.jpg\",\"id\":818},\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"af75ae6\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cda6995\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"7fc2400\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7439bb8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1862182\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6ceb0fc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a895889\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"premium_eq_height_switcher\":\"yes\",\"premium_eq_height_target\":[\".elementor-widget-image .elementor-widget-container\",\".elementor-widget-eael-ninja .elementor-widget-container\"]},\"elements\":[{\"id\":\"aaa7c7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93bd7d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1024\",\"height\":\"1200\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4d74249\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"a39d81f\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c9c5283\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ae8da1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b0e16f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4503,853,'_elementor_template_type','wp-page'),(4504,853,'_elementor_version','3.2.2'),(4505,853,'_wp_page_template','default'),(4398,841,'_elementor_edit_mode','builder'),(4399,841,'_elementor_template_type','wp-page'),(4388,839,'_thumbnail_id','95'),(4389,839,'_elementor_css','a:6:{s:4:\"time\";i:1619996932;s:5:\"fonts\";a:5:{i:0;s:10:\"Alex Brush\";i:1;s:7:\"Raleway\";i:3;s:20:\"Herr Von Muellerhoff\";i:4;s:15:\"Times New Roman\";i:5;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4390,840,'_elementor_edit_mode','builder'),(4391,840,'_elementor_template_type','wp-page'),(4392,840,'_elementor_version','3.2.2'),(4393,840,'_wp_page_template','default'),(4394,840,'_elementor_page_settings','a:5:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:11:\"center left\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";}'),(4395,840,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"89cd57d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/LavishLuxeAbout.jpg\",\"id\":818},\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"af75ae6\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cda6995\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"7fc2400\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7439bb8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1862182\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6ceb0fc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a895889\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"premium_eq_height_switcher\":\"yes\",\"premium_eq_height_target\":[\".elementor-widget-image .elementor-widget-container\",\".elementor-widget-eael-ninja .elementor-widget-container\"]},\"elements\":[{\"id\":\"aaa7c7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93bd7d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1024\",\"height\":\"1024\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4d74249\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"a39d81f\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c9c5283\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ae8da1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b0e16f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4396,840,'_thumbnail_id','95'),(4397,840,'_elementor_css','a:6:{s:4:\"time\";i:1619996932;s:5:\"fonts\";a:5:{i:0;s:10:\"Alex Brush\";i:1;s:7:\"Raleway\";i:3;s:20:\"Herr Von Muellerhoff\";i:4;s:15:\"Times New Roman\";i:5;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4408,842,'_elementor_edit_mode','builder'),(4409,842,'_elementor_template_type','wp-page'),(4410,842,'_elementor_version','3.2.2'),(4411,842,'_wp_page_template','default'),(4412,842,'_elementor_page_settings','a:5:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:11:\"center left\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";}'),(4414,842,'_thumbnail_id','95'),(4415,842,'_elementor_css','a:6:{s:4:\"time\";i:1619997024;s:5:\"fonts\";a:5:{i:0;s:10:\"Alex Brush\";i:1;s:7:\"Raleway\";i:3;s:20:\"Herr Von Muellerhoff\";i:4;s:15:\"Times New Roman\";i:5;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4416,843,'_elementor_edit_mode','builder'),(4417,843,'_elementor_template_type','wp-page'),(4418,843,'_elementor_version','3.2.2'),(4419,843,'_wp_page_template','default'),(4420,843,'_elementor_page_settings','a:5:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:11:\"center left\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";}'),(4421,843,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"89cd57d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/LavishLuxeAbout.jpg\",\"id\":818},\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"af75ae6\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cda6995\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"7fc2400\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7439bb8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1862182\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6ceb0fc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a895889\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"premium_eq_height_switcher\":\"yes\",\"premium_eq_height_target\":[\".elementor-widget-image .elementor-widget-container\",\".elementor-widget-eael-ninja .elementor-widget-container\"]},\"elements\":[{\"id\":\"aaa7c7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93bd7d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1024\",\"height\":\"1200\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4d74249\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"a39d81f\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c9c5283\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ae8da1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b0e16f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4422,843,'_thumbnail_id','95'),(4423,843,'_elementor_css','a:6:{s:4:\"time\";i:1619997024;s:5:\"fonts\";a:5:{i:0;s:10:\"Alex Brush\";i:1;s:7:\"Raleway\";i:3;s:20:\"Herr Von Muellerhoff\";i:4;s:15:\"Times New Roman\";i:5;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4424,844,'_elementor_edit_mode','builder'),(4425,844,'_elementor_template_type','wp-page'),(4426,844,'_elementor_version','3.2.2'),(4427,844,'_wp_page_template','default'),(4428,844,'_elementor_page_settings','a:5:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:11:\"center left\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";}'),(4429,844,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"89cd57d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/LavishLuxeAbout.jpg\",\"id\":818},\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"af75ae6\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cda6995\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"7fc2400\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7439bb8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1862182\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6ceb0fc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a895889\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"premium_eq_height_switcher\":\"yes\",\"premium_eq_height_target\":[\".elementor-widget-image .elementor-widget-container\",\".elementor-widget-eael-ninja .elementor-widget-container\"]},\"elements\":[{\"id\":\"aaa7c7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93bd7d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1200\",\"height\":\"1500\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4d74249\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"a39d81f\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c9c5283\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ae8da1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b0e16f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4430,844,'_thumbnail_id','95'),(4431,844,'_elementor_css','a:6:{s:4:\"time\";i:1619997024;s:5:\"fonts\";a:5:{i:0;s:10:\"Alex Brush\";i:1;s:7:\"Raleway\";i:3;s:20:\"Herr Von Muellerhoff\";i:4;s:15:\"Times New Roman\";i:5;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4434,845,'_elementor_edit_mode','builder'),(4435,845,'_elementor_template_type','wp-page'),(4436,845,'_elementor_version','3.2.2'),(4437,845,'_wp_page_template','default'),(4438,845,'_elementor_page_settings','a:5:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:11:\"center left\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";}'),(4439,845,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"89cd57d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/LavishLuxeAbout.jpg\",\"id\":818},\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"af75ae6\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cda6995\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"7fc2400\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7439bb8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1862182\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6ceb0fc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a895889\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"premium_eq_height_switcher\":\"yes\",\"premium_eq_height_target\":[\".elementor-widget-image .elementor-widget-container\",\".elementor-widget-eael-ninja .elementor-widget-container\"]},\"elements\":[{\"id\":\"aaa7c7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93bd7d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1200\",\"height\":\"1500\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4d74249\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"a39d81f\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c9c5283\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ae8da1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b0e16f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4440,845,'_thumbnail_id','95'),(4441,845,'_elementor_css','a:6:{s:4:\"time\";i:1619997092;s:5:\"fonts\";a:5:{i:0;s:10:\"Alex Brush\";i:1;s:7:\"Raleway\";i:3;s:20:\"Herr Von Muellerhoff\";i:4;s:15:\"Times New Roman\";i:5;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4442,846,'_elementor_edit_mode','builder'),(4443,846,'_elementor_template_type','wp-page'),(4444,846,'_elementor_version','3.2.2'),(4445,846,'_wp_page_template','default'),(4446,846,'_elementor_page_settings','a:5:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:11:\"center left\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";}'),(4447,846,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"89cd57d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/LavishLuxeAbout.jpg\",\"id\":818},\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"af75ae6\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cda6995\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"7fc2400\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7439bb8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1862182\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6ceb0fc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a895889\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"premium_eq_height_switcher\":\"yes\",\"premium_eq_height_target\":[\".elementor-widget-image .elementor-widget-container\",\".elementor-widget-eael-ninja .elementor-widget-container\"]},\"elements\":[{\"id\":\"aaa7c7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93bd7d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1200\",\"height\":\"1500\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4d74249\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"a39d81f\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c9c5283\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ae8da1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b0e16f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4448,846,'_thumbnail_id','95'),(4449,846,'_elementor_css','a:6:{s:4:\"time\";i:1619997092;s:5:\"fonts\";a:5:{i:0;s:10:\"Alex Brush\";i:1;s:7:\"Raleway\";i:3;s:20:\"Herr Von Muellerhoff\";i:4;s:15:\"Times New Roman\";i:5;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4450,847,'_elementor_edit_mode','builder'),(4451,847,'_elementor_template_type','wp-page'),(4452,847,'_elementor_version','3.2.2'),(4453,847,'_wp_page_template','default'),(4454,847,'_elementor_page_settings','a:5:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:11:\"center left\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";}'),(4455,847,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"89cd57d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/LavishLuxeAbout.jpg\",\"id\":818},\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"af75ae6\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cda6995\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"7fc2400\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7439bb8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1862182\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6ceb0fc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a895889\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"premium_eq_height_switcher\":\"yes\",\"premium_eq_height_target\":[\".elementor-widget-image .elementor-widget-container\",\".elementor-widget-eael-ninja .elementor-widget-container\"]},\"elements\":[{\"id\":\"aaa7c7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93bd7d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1200\",\"height\":\"1500\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4d74249\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"a39d81f\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c9c5283\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ae8da1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b0e16f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4456,847,'_thumbnail_id','95'),(4457,847,'_elementor_css','a:6:{s:4:\"time\";i:1619997092;s:5:\"fonts\";a:5:{i:0;s:10:\"Alex Brush\";i:1;s:7:\"Raleway\";i:3;s:20:\"Herr Von Muellerhoff\";i:4;s:15:\"Times New Roman\";i:5;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4460,848,'_elementor_edit_mode','builder'),(4461,848,'_elementor_template_type','wp-page'),(4462,848,'_elementor_version','3.2.2'),(4463,848,'_wp_page_template','default'),(4464,848,'_elementor_page_settings','a:5:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:11:\"center left\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";}'),(4465,848,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"89cd57d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/LavishLuxeAbout.jpg\",\"id\":818},\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"af75ae6\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cda6995\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"7fc2400\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7439bb8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1862182\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6ceb0fc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a895889\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"premium_eq_height_switcher\":\"yes\",\"premium_eq_height_target\":[\".elementor-widget-image .elementor-widget-container\",\".elementor-widget-eael-ninja .elementor-widget-container\"]},\"elements\":[{\"id\":\"aaa7c7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93bd7d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1200\",\"height\":\"1500\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4d74249\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"a39d81f\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c9c5283\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ae8da1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b0e16f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4466,848,'_thumbnail_id','95'),(4467,848,'_elementor_css','a:6:{s:4:\"time\";i:1619997149;s:5:\"fonts\";a:5:{i:0;s:10:\"Alex Brush\";i:1;s:7:\"Raleway\";i:3;s:20:\"Herr Von Muellerhoff\";i:4;s:15:\"Times New Roman\";i:5;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4468,849,'_elementor_edit_mode','builder'),(4469,849,'_elementor_template_type','wp-page'),(4470,849,'_elementor_version','3.2.2'),(4471,849,'_wp_page_template','default'),(4472,849,'_elementor_page_settings','a:5:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:11:\"center left\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";}'),(4473,849,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"89cd57d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/LavishLuxeAbout.jpg\",\"id\":818},\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"af75ae6\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cda6995\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"7fc2400\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7439bb8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1862182\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6ceb0fc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a895889\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"premium_eq_height_switcher\":\"yes\",\"premium_eq_height_target\":[\".elementor-widget-image .elementor-widget-container\",\".elementor-widget-eael-ninja .elementor-widget-container\"]},\"elements\":[{\"id\":\"aaa7c7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93bd7d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1200\",\"height\":\"1500\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4d74249\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"a39d81f\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c9c5283\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ae8da1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b0e16f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4474,849,'_thumbnail_id','95'),(4475,849,'_elementor_css','a:6:{s:4:\"time\";i:1619997149;s:5:\"fonts\";a:5:{i:0;s:10:\"Alex Brush\";i:1;s:7:\"Raleway\";i:3;s:20:\"Herr Von Muellerhoff\";i:4;s:15:\"Times New Roman\";i:5;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4502,853,'_elementor_edit_mode','builder'),(4476,850,'_elementor_edit_mode','builder'),(4477,850,'_elementor_template_type','wp-page'),(4478,850,'_elementor_version','3.2.2'),(4479,850,'_wp_page_template','default'),(4480,850,'_elementor_page_settings','a:5:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:11:\"center left\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";}'),(4481,850,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"89cd57d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/LavishLuxeAbout.jpg\",\"id\":818},\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"af75ae6\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cda6995\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"7fc2400\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7439bb8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1862182\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6ceb0fc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a895889\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"premium_eq_height_switcher\":\"yes\",\"premium_eq_height_target\":[\".elementor-widget-image .elementor-widget-container\",\".elementor-widget-eael-ninja .elementor-widget-container\"]},\"elements\":[{\"id\":\"aaa7c7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93bd7d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1200\",\"height\":\"1500\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4d74249\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"a39d81f\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c9c5283\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ae8da1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b0e16f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4482,850,'_thumbnail_id','95'),(4483,850,'_elementor_css','a:6:{s:4:\"time\";i:1619997149;s:5:\"fonts\";a:5:{i:0;s:10:\"Alex Brush\";i:1;s:7:\"Raleway\";i:3;s:20:\"Herr Von Muellerhoff\";i:4;s:15:\"Times New Roman\";i:5;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4486,851,'_elementor_edit_mode','builder'),(4487,851,'_elementor_template_type','wp-page'),(4488,851,'_elementor_version','3.2.2'),(4489,851,'_wp_page_template','default'),(4490,851,'_elementor_page_settings','a:5:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:11:\"center left\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";}'),(4491,851,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"89cd57d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/LavishLuxeAbout.jpg\",\"id\":818},\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"af75ae6\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cda6995\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"7fc2400\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7439bb8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1862182\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6ceb0fc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a895889\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"premium_eq_height_switcher\":\"yes\",\"premium_eq_height_target\":[\".elementor-widget-image .elementor-widget-container\",\".elementor-widget-eael-ninja .elementor-widget-container\"]},\"elements\":[{\"id\":\"aaa7c7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93bd7d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1200\",\"height\":\"1500\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4d74249\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"a39d81f\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c9c5283\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ae8da1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b0e16f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4492,851,'_thumbnail_id','95'),(4493,851,'_elementor_css','a:6:{s:4:\"time\";i:1619997189;s:5:\"fonts\";a:5:{i:0;s:10:\"Alex Brush\";i:1;s:7:\"Raleway\";i:3;s:20:\"Herr Von Muellerhoff\";i:4;s:15:\"Times New Roman\";i:5;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4494,852,'_elementor_edit_mode','builder'),(4495,852,'_elementor_template_type','wp-page'),(4496,852,'_elementor_version','3.2.2'),(4497,852,'_wp_page_template','default'),(4498,852,'_elementor_page_settings','a:5:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:11:\"center left\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";}'),(4499,852,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"89cd57d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/LavishLuxeAbout.jpg\",\"id\":818},\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"af75ae6\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45abdf7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"55d55a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb58936\",\"elType\":\"widget\",\"settings\":{\"style\":\"double\",\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cda6995\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"7fc2400\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7439bb8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1862182\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6ceb0fc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a895889\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"premium_eq_height_switcher\":\"yes\",\"premium_eq_height_target\":[\".elementor-widget-image .elementor-widget-container\",\".elementor-widget-eael-ninja .elementor-widget-container\"]},\"elements\":[{\"id\":\"aaa7c7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93bd7d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1200\",\"height\":\"1500\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4d74249\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"a39d81f\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c9c5283\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ae8da1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b0e16f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4500,852,'_thumbnail_id','95'),(4501,852,'_elementor_css','a:6:{s:4:\"time\";i:1619997189;s:5:\"fonts\";a:5:{i:0;s:10:\"Alex Brush\";i:1;s:7:\"Raleway\";i:3;s:20:\"Herr Von Muellerhoff\";i:4;s:15:\"Times New Roman\";i:5;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4507,853,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"89cd57d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/LavishLuxeAbout.jpg\",\"id\":818},\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"af75ae6\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cda6995\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"7fc2400\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7439bb8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1862182\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6ceb0fc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a895889\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"premium_eq_height_switcher\":\"yes\",\"premium_eq_height_target\":[\".elementor-widget-image .elementor-widget-container\",\".elementor-widget-eael-ninja .elementor-widget-container\"]},\"elements\":[{\"id\":\"aaa7c7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93bd7d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1200\",\"height\":\"1500\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4d74249\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"e57e4e4\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"a39d81f\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c9c5283\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ae8da1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b0e16f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4508,853,'_thumbnail_id','95'),(4509,853,'_elementor_css','a:6:{s:4:\"time\";i:1619997189;s:5:\"fonts\";a:5:{i:0;s:10:\"Alex Brush\";i:1;s:7:\"Raleway\";i:3;s:20:\"Herr Von Muellerhoff\";i:4;s:15:\"Times New Roman\";i:5;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4514,855,'_elementor_edit_mode','builder'),(4515,855,'_elementor_template_type','wp-page'),(4516,855,'_elementor_version','3.2.2'),(4517,855,'_wp_page_template','default'),(4518,855,'_elementor_page_settings','a:5:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:11:\"center left\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";}'),(4519,855,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"89cd57d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/LavishLuxeAbout.jpg\",\"id\":818},\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"af75ae6\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cda6995\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"7fc2400\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7439bb8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1862182\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6ceb0fc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a895889\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"premium_eq_height_switcher\":\"yes\",\"premium_eq_height_target\":[\".elementor-widget-image .elementor-widget-container\",\".elementor-widget-eael-ninja .elementor-widget-container\"]},\"elements\":[{\"id\":\"aaa7c7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93bd7d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1200\",\"height\":\"1500\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4d74249\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"e57e4e4\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"a39d81f\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c9c5283\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ae8da1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b0e16f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4520,855,'_thumbnail_id','95'),(4521,855,'_elementor_css','a:6:{s:4:\"time\";i:1619997256;s:5:\"fonts\";a:5:{i:0;s:10:\"Alex Brush\";i:1;s:7:\"Raleway\";i:3;s:20:\"Herr Von Muellerhoff\";i:4;s:15:\"Times New Roman\";i:5;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4522,856,'_elementor_edit_mode','builder'),(4523,856,'_elementor_template_type','wp-page'),(4524,856,'_elementor_version','3.2.2'),(4525,856,'_wp_page_template','default'),(4526,856,'_elementor_page_settings','a:5:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:11:\"center left\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";}'),(4527,856,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"89cd57d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/LavishLuxeAbout.jpg\",\"id\":818},\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"af75ae6\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cda6995\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"7fc2400\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7439bb8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1862182\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6ceb0fc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a895889\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"premium_eq_height_switcher\":\"yes\",\"premium_eq_height_target\":[\".elementor-widget-image .elementor-widget-container\",\".elementor-widget-eael-ninja .elementor-widget-container\"]},\"elements\":[{\"id\":\"aaa7c7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93bd7d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1200\",\"height\":\"1500\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4d74249\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"e57e4e4\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"a39d81f\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c9c5283\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ae8da1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b0e16f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4528,856,'_thumbnail_id','95'),(4529,856,'_elementor_css','a:6:{s:4:\"time\";i:1619997256;s:5:\"fonts\";a:5:{i:0;s:10:\"Alex Brush\";i:1;s:7:\"Raleway\";i:3;s:20:\"Herr Von Muellerhoff\";i:4;s:15:\"Times New Roman\";i:5;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4742,903,'_elementor_template_type','wp-page'),(4530,857,'_elementor_edit_mode','builder'),(4531,857,'_elementor_template_type','wp-page'),(4532,857,'_elementor_version','3.2.2'),(4533,857,'_wp_page_template','default'),(4534,857,'_elementor_page_settings','a:5:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:11:\"center left\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";}'),(4535,857,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"89cd57d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/LavishLuxeAbout.jpg\",\"id\":818},\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"af75ae6\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cda6995\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"7fc2400\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7439bb8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1862182\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6ceb0fc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a895889\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"premium_eq_height_switcher\":\"yes\",\"premium_eq_height_target\":[\".elementor-widget-image .elementor-widget-container\",\".elementor-widget-eael-ninja .elementor-widget-container\"]},\"elements\":[{\"id\":\"aaa7c7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93bd7d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1200\",\"height\":\"1500\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4d74249\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"e57e4e4\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"a39d81f\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c9c5283\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ae8da1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b0e16f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4536,857,'_thumbnail_id','95'),(4537,857,'_elementor_css','a:6:{s:4:\"time\";i:1619997256;s:5:\"fonts\";a:5:{i:0;s:10:\"Alex Brush\";i:1;s:7:\"Raleway\";i:3;s:20:\"Herr Von Muellerhoff\";i:4;s:15:\"Times New Roman\";i:5;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4540,858,'_elementor_edit_mode','builder'),(4541,858,'_elementor_template_type','wp-page'),(4542,858,'_elementor_version','3.2.2'),(4543,858,'_wp_page_template','default'),(4544,858,'_elementor_page_settings','a:5:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:11:\"center left\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";}'),(4545,858,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"89cd57d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/LavishLuxeAbout.jpg\",\"id\":818},\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"af75ae6\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cda6995\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"7fc2400\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7439bb8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1862182\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6ceb0fc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a895889\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"premium_eq_height_switcher\":\"yes\",\"premium_eq_height_target\":[\".elementor-widget-image .elementor-widget-container\",\".elementor-widget-eael-ninja .elementor-widget-container\"]},\"elements\":[{\"id\":\"aaa7c7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93bd7d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1200\",\"height\":\"1500\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4d74249\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"e57e4e4\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"a39d81f\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c9c5283\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ae8da1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b0e16f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4546,858,'_thumbnail_id','95'),(4547,858,'_elementor_css','a:6:{s:4:\"time\";i:1619997527;s:5:\"fonts\";a:5:{i:0;s:10:\"Alex Brush\";i:1;s:7:\"Raleway\";i:3;s:20:\"Herr Von Muellerhoff\";i:4;s:15:\"Times New Roman\";i:5;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4548,859,'_elementor_edit_mode','builder'),(4549,859,'_elementor_template_type','wp-page'),(4550,859,'_elementor_version','3.2.2'),(4551,859,'_wp_page_template','default'),(4552,859,'_elementor_page_settings','a:5:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:11:\"center left\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";}');
INSERT INTO `wp_postmeta` VALUES (4553,859,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"89cd57d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/LavishLuxeAbout.jpg\",\"id\":818},\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"af75ae6\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cda6995\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"7fc2400\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7439bb8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1862182\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6ceb0fc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a895889\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"premium_eq_height_switcher\":\"yes\",\"premium_eq_height_target\":[\".elementor-widget-image .elementor-widget-container\",\".elementor-widget-eael-ninja .elementor-widget-container\"]},\"elements\":[{\"id\":\"aaa7c7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93bd7d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1200\",\"height\":\"1500\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4d74249\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"e57e4e4\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"a39d81f\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c9c5283\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ae8da1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b0e16f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4554,859,'_thumbnail_id','95'),(4555,859,'_elementor_css','a:6:{s:4:\"time\";i:1619997527;s:5:\"fonts\";a:5:{i:0;s:10:\"Alex Brush\";i:1;s:7:\"Raleway\";i:3;s:20:\"Herr Von Muellerhoff\";i:4;s:15:\"Times New Roman\";i:5;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4556,860,'_elementor_edit_mode','builder'),(4557,860,'_elementor_template_type','wp-page'),(4558,860,'_elementor_version','3.2.2'),(4559,860,'_wp_page_template','default'),(4560,860,'_elementor_page_settings','a:6:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:11:\"center left\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";s:16:\"background_color\";s:7:\"#000000\";}'),(4561,860,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"89cd57d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/LavishLuxeAbout.jpg\",\"id\":818},\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"af75ae6\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cda6995\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"7fc2400\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7439bb8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1862182\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6ceb0fc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a895889\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"premium_eq_height_switcher\":\"yes\",\"premium_eq_height_target\":[\".elementor-widget-image .elementor-widget-container\",\".elementor-widget-eael-ninja .elementor-widget-container\"]},\"elements\":[{\"id\":\"aaa7c7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93bd7d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1200\",\"height\":\"1500\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4d74249\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"e57e4e4\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"a39d81f\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c9c5283\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ae8da1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b0e16f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4562,860,'_elementor_css','a:6:{s:4:\"time\";i:1619997527;s:5:\"fonts\";a:5:{i:0;s:10:\"Alex Brush\";i:1;s:7:\"Raleway\";i:3;s:20:\"Herr Von Muellerhoff\";i:4;s:15:\"Times New Roman\";i:5;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4572,868,'_elementor_edit_mode','builder'),(4573,868,'_elementor_template_type','wp-page'),(4574,868,'_elementor_version','3.2.2'),(4575,868,'_wp_page_template','default'),(4576,868,'_elementor_page_settings','a:6:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:11:\"center left\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";s:16:\"background_color\";s:7:\"#000000\";}'),(4577,868,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"89cd57d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/LavishLuxeAbout.jpg\",\"id\":818},\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"af75ae6\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cda6995\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"7fc2400\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7439bb8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1862182\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6ceb0fc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a895889\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"premium_eq_height_switcher\":\"yes\",\"premium_eq_height_target\":[\".elementor-widget-image .elementor-widget-container\",\".elementor-widget-eael-ninja .elementor-widget-container\"]},\"elements\":[{\"id\":\"aaa7c7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93bd7d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1200\",\"height\":\"1500\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4d74249\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"e57e4e4\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"a39d81f\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c9c5283\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ae8da1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b0e16f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4578,868,'_elementor_css','a:6:{s:4:\"time\";i:1619997678;s:5:\"fonts\";a:5:{i:0;s:10:\"Alex Brush\";i:1;s:7:\"Raleway\";i:3;s:20:\"Herr Von Muellerhoff\";i:4;s:15:\"Times New Roman\";i:5;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4579,869,'_elementor_edit_mode','builder'),(4580,869,'_elementor_template_type','wp-page'),(4581,869,'_elementor_version','3.2.2'),(4582,869,'_wp_page_template','default'),(4583,869,'_elementor_page_settings','a:6:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:11:\"center left\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";s:16:\"background_color\";s:7:\"#000000\";}'),(4584,869,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"89cd57d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/LavishLuxeAbout.jpg\",\"id\":818},\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"af75ae6\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cda6995\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"7fc2400\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7439bb8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1862182\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6ceb0fc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a895889\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"premium_eq_height_switcher\":\"yes\",\"premium_eq_height_target\":[\".elementor-widget-image .elementor-widget-container\",\".elementor-widget-eael-ninja .elementor-widget-container\"]},\"elements\":[{\"id\":\"aaa7c7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93bd7d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1200\",\"height\":\"1500\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4d74249\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"e57e4e4\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"a39d81f\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c9c5283\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ae8da1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b0e16f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4585,869,'_elementor_css','a:6:{s:4:\"time\";i:1619997678;s:5:\"fonts\";a:5:{i:0;s:10:\"Alex Brush\";i:1;s:7:\"Raleway\";i:3;s:20:\"Herr Von Muellerhoff\";i:4;s:15:\"Times New Roman\";i:5;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4741,903,'_elementor_edit_mode','builder'),(4586,870,'_elementor_edit_mode','builder'),(4587,870,'_elementor_template_type','wp-page'),(4588,870,'_elementor_version','3.2.2'),(4589,870,'_wp_page_template','default'),(4590,870,'_elementor_page_settings','a:6:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:11:\"center left\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";s:16:\"background_color\";s:7:\"#000000\";}'),(4591,870,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"89cd57d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/LavishLuxeAbout.jpg\",\"id\":818},\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"af75ae6\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cda6995\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"7fc2400\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7439bb8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1862182\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6ceb0fc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a895889\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"premium_eq_height_switcher\":\"yes\",\"premium_eq_height_target\":[\".elementor-widget-image .elementor-widget-container\",\".elementor-widget-eael-ninja .elementor-widget-container\"]},\"elements\":[{\"id\":\"aaa7c7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93bd7d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1200\",\"height\":\"1500\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4d74249\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"e57e4e4\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"a39d81f\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c9c5283\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ae8da1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b0e16f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4592,870,'_elementor_css','a:6:{s:4:\"time\";i:1619997678;s:5:\"fonts\";a:5:{i:0;s:10:\"Alex Brush\";i:1;s:7:\"Raleway\";i:3;s:20:\"Herr Von Muellerhoff\";i:4;s:15:\"Times New Roman\";i:5;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4729,901,'_elementor_edit_mode','builder'),(4730,901,'_elementor_template_type','wp-page'),(4731,901,'_elementor_version','3.2.2'),(4732,901,'_wp_page_template','default'),(4733,901,'_elementor_page_settings','a:6:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:11:\"center left\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";s:16:\"background_color\";s:7:\"#000000\";}'),(4734,901,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"89cd57d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/LavishLuxeAbout.jpg\",\"id\":818},\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"af75ae6\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cda6995\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"7fc2400\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7439bb8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1862182\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6ceb0fc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a895889\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"premium_eq_height_switcher\":\"yes\",\"premium_eq_height_target\":[\".elementor-widget-image .elementor-widget-container\",\".elementor-widget-eael-ninja .elementor-widget-container\"]},\"elements\":[{\"id\":\"aaa7c7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93bd7d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1200\",\"height\":\"1500\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4d74249\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"e57e4e4\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"a39d81f\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c9c5283\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ae8da1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b0e16f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4603,873,'_elementor_css','a:6:{s:4:\"time\";i:1619095568;s:5:\"fonts\";a:1:{i:0;s:6:\"Nunito\";}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:\"\";}'),(4604,874,'_wp_page_template','default'),(4605,874,'_elementor_edit_mode','builder'),(4606,874,'_elementor_template_type','wp-post'),(4607,874,'_elementor_version','3.1.1'),(4608,874,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4609,874,'_elementor_data','[{\"id\":\"39d5983\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#2F2E2E\"},\"elements\":[{\"id\":\"a200d1c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b210b05\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"628e70e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3f030e6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"align\":\"right\",\"primary_color\":\"#903DE6\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/model_luxe_stylist\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1b02f39\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"5c61466\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"align\":\"left\",\"primary_color\":\"#903DE6\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9751e46\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[{\"id\":\"12bf0f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d04c0ca\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"align\":\"right\",\"align_mobile\":\"center\",\"primary_color\":\"#903DE6\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/model_luxe_stylist\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true},{\"id\":\"1b694fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c5fce41\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"align\":\"left\",\"align_mobile\":\"center\",\"primary_color\":\"#903DE6\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"810da14\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Copyright \\u00a9 2021 Lavish Luxe By Lenee | Website built by <a href=\\\"https:\\/\\/esselwebdesign.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Essel Web Design<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4610,874,'_elementor_css','a:6:{s:4:\"time\";i:1619095568;s:5:\"fonts\";a:1:{i:0;s:6:\"Nunito\";}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:\"\";}'),(4617,875,'_elementor_css','a:6:{s:4:\"time\";i:1619095568;s:5:\"fonts\";a:1:{i:0;s:6:\"Nunito\";}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:\"\";}'),(4620,876,'_wp_page_template','default'),(4621,876,'_elementor_edit_mode','builder'),(4622,876,'_elementor_template_type','wp-post'),(4623,876,'_elementor_version','3.2.2'),(4624,876,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4625,876,'_elementor_data','[{\"id\":\"39d5983\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#2F2E2E\"},\"elements\":[{\"id\":\"a200d1c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b210b05\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"628e70e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3f030e6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"primary_color\":\"#903DE6\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/model_luxe_stylist\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"810da14\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Copyright \\u00a9 2021 Lavish Luxe By Lenee | Website built by <a href=\\\"https:\\/\\/esselwebdesign.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Essel Web Design<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4641,600,'_elementor_controls_usage','a:4:{s:4:\"icon\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:3:{s:13:\"selected_icon\";i:1;s:4:\"view\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:1:{s:13:\"primary_color\";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:1;s:8:\"controls\";a: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:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{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:20:\"typography_font_size\";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;}}}}}'),(4626,876,'_elementor_css','a:6:{s:4:\"time\";i:1619998607;s:5:\"fonts\";a:1:{i:0;s:6:\"Nunito\";}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:\"\";}'),(4627,877,'_wp_page_template','default'),(4628,877,'_elementor_edit_mode','builder'),(4629,877,'_elementor_template_type','wp-post'),(4630,877,'_elementor_version','3.2.2'),(4631,877,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4632,877,'_elementor_data','[{\"id\":\"39d5983\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#2F2E2E\"},\"elements\":[{\"id\":\"a200d1c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b210b05\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"628e70e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3f030e6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"primary_color\":\"#903DE6\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/model_luxe_stylist\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"810da14\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Copyright \\u00a9 2021 Lavish Luxe By Lenee | Website built by <a href=\\\"https:\\/\\/esselwebdesign.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Essel Web Design<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4633,877,'_elementor_css','a:6:{s:4:\"time\";i:1619998607;s:5:\"fonts\";a:1:{i:0;s:6:\"Nunito\";}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:\"\";}'),(4634,878,'_wp_page_template','default'),(4635,878,'_elementor_edit_mode','builder'),(4636,878,'_elementor_template_type','wp-post'),(4637,878,'_elementor_version','3.2.2'),(4638,878,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4639,878,'_elementor_data','[{\"id\":\"39d5983\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#2F2E2E\"},\"elements\":[{\"id\":\"a200d1c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b210b05\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"628e70e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3f030e6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"primary_color\":\"#903DE6\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/model_luxe_stylist\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"810da14\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Copyright \\u00a9 2021 Lavish Luxe By Lenee | Website built by <a href=\\\"https:\\/\\/esselwebdesign.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Essel Web Design<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4640,878,'_elementor_css','a:6:{s:4:\"time\";i:1619998607;s:5:\"fonts\";a:1:{i:0;s:6:\"Nunito\";}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:\"\";}'),(4642,600,'_elementor_css','a:6:{s:4:\"time\";i:1620001717;s:5:\"fonts\";a:1:{i:0;s:6:\"Nunito\";}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:\"\";}'),(4649,879,'_elementor_css','a:6:{s:4:\"time\";i:1619994623;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4650,880,'_elementor_edit_mode','builder'),(4651,880,'_elementor_template_type','wp-page'),(4652,880,'_elementor_version','3.2.2'),(4653,880,'_wp_page_template','default'),(4654,880,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4655,880,'_elementor_data','[{\"id\":\"9069f49\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"32543c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6037239\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-camera-retro\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"behind\",\"eael_dch_last_title\":\"the luxe\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Keep it simply stylish\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ac93199\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"4f0fdbca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37c56dc7\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"320159f\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7a6e40\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"_id\":\"4e9addf\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/Behind-The-Luxe-4-2.jpg\",\"id\":809}},{\"_id\":\"a288a6f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/Behind-The-Luxe-5-2.jpg\",\"id\":808}},{\"_id\":\"cd48020\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/Behind-The-Luxe-2.jpg\",\"id\":803}},{\"_id\":\"787f68c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/Behind-The-Luxe-6.jpg\",\"id\":802}},{\"_id\":\"4969c0c\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/Behind-The-Luxe-9.jpg\",\"id\":799}},{\"_id\":\"8eb3edc\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/Behind-The-Luxe-7-scaled.jpg\",\"id\":801}},{\"_id\":\"f350011\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/Behind-The-Luxe-3.jpg\",\"id\":804}},{\"_id\":\"05180a8\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/Behind-The-Luxe-1-1.jpg\",\"id\":798}},{\"_id\":\"1e9d0b6\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/Behind-The-Luxe-8.jpg\",\"id\":800}},{\"premium_gallery_img\":{\"id\":779,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/DLAC0410.jpg\"},\"_id\":\"9e11603\"},{\"_id\":\"de8d50e\",\"premium_gallery_img\":{\"id\":780,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/DLAC0461.jpg\"}},{\"_id\":\"8e36a52\",\"premium_gallery_img\":{\"id\":781,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/DLAC0589.jpg\"}},{\"_id\":\"66a7b8b\",\"premium_gallery_img\":{\"id\":782,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/DLAC0519.jpg\"}},{\"_id\":\"db4947d\",\"premium_gallery_img\":{\"id\":783,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/DLAC0520.jpg\"}},{\"_id\":\"696e974\",\"premium_gallery_img\":{\"id\":784,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/DLAC0595.jpg\"}},{\"_id\":\"bfa8710\",\"premium_gallery_img\":{\"id\":785,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/DLAC0598.jpg\"}},{\"_id\":\"22ae418\",\"premium_gallery_img\":{\"id\":786,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/IMG_20201115_191708_199.jpg\"}},{\"_id\":\"ecead9c\",\"premium_gallery_img\":{\"id\":787,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/IMG_20201115_191819_568.jpg\"}},{\"_id\":\"7d33654\",\"premium_gallery_img\":{\"id\":788,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/TMP_8505.jpg\"}},{\"_id\":\"06c21d3\",\"premium_gallery_img\":{\"id\":789,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/TMP_8512.jpg\"}},{\"_id\":\"d2ac5ac\",\"premium_gallery_img\":{\"id\":790,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/TMP_8596.jpg\"}},{\"_id\":\"deb8c57\",\"premium_gallery_img\":{\"id\":791,\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/TMP_8928.jpg\"}}],\"premium_gallery_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_gallery_lightbox_type\":\"yes\",\"lightbox_show_title\":\"\",\"premium_gallery_lightbox_theme\":\"facebook\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"3637d94f\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"}],\"isInner\":false}],\"isInner\":false}]'),(4656,880,'_elementor_css','a:6:{s:4:\"time\";i:1619994623;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4663,881,'_elementor_css','a:6:{s:4:\"time\";i:1619994623;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4665,778,'_elementor_css','a:6:{s:4:\"time\";i:1620053892;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4666,882,'_field_1','lala bradley'),(4667,882,'_field_2','janellabradley27@gmail.com'),(4668,882,'_field_3','testing email'),(4669,882,'_form_id','1'),(4670,882,'_seq_num','1'),(4713,896,'_field_2','lfaucette1121@gmail.com'),(4712,896,'_field_1','Leesa Faucette '),(4749,904,'_elementor_edit_mode','builder'),(4750,904,'_elementor_template_type','wp-page'),(4751,904,'_elementor_version','3.2.5'),(4752,904,'_wp_page_template','default'),(4753,904,'_elementor_page_settings','a:6:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:11:\"center left\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";s:16:\"background_color\";s:7:\"#000000\";}'),(4754,904,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\",\"background_play_on_mobile\":\"yes\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"89cd57d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/LavishLuxeAbout.jpg\",\"id\":818},\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"af75ae6\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cda6995\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"7fc2400\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7439bb8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1862182\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6ceb0fc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a895889\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"premium_eq_height_switcher\":\"yes\",\"premium_eq_height_target\":[\".elementor-widget-image .elementor-widget-container\",\".elementor-widget-eael-ninja .elementor-widget-container\"]},\"elements\":[{\"id\":\"aaa7c7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93bd7d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1200\",\"height\":\"1500\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4d74249\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"e57e4e4\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"a39d81f\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c9c5283\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ae8da1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b0e16f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4770,497,'_elementor_controls_usage','a:11:{s:11:\"menu-anchor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_anchor\";a:1:{s:6:\"anchor\";i:4;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:6;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:5;s:5:\"align\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:11:\"title_color\";i:5;s:21:\"typography_typography\";i:5;s:22:\"typography_font_family\";i:5;s:20:\"typography_font_size\";i:5;s:22:\"typography_font_weight\";i:5;s:22:\"typography_line_height\";i:3;s:25:\"typography_letter_spacing\";i:3;s:25:\"typography_text_transform\";i:2;s:26:\"typography_text_decoration\";i:1;}}s:8:\"advanced\";a:2:{s:19:\"_section_responsive\";a:3:{s:12:\"hide_desktop\";i:3;s:11:\"hide_tablet\";i:3;s:11:\"hide_mobile\";i:3;}s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:9;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:1:{s:12:\"border_width\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:14:\"padding_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:6;s:18:\"background_color_b\";i:1;s:21:\"background_video_link\";i:1;s:25:\"background_play_on_mobile\";i:1;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:8:{s:29:\"background_overlay_background\";i:3;s:26:\"background_overlay_color_b\";i:1;s:27:\"background_overlay_position\";i:3;s:29:\"background_overlay_attachment\";i:2;s:26:\"background_overlay_opacity\";i:1;s:25:\"background_overlay_repeat\";i:2;s:24:\"background_overlay_image\";i:2;s:23:\"background_overlay_size\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:1;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:1;s:18:\"animation_duration\";i:1;}s:25:\"section_premium_eq_height\";a:2:{s:26:\"premium_eq_height_switcher\";i:1;s:24:\"premium_eq_height_target\";i:1;}}s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:5:\"color\";i:1;s:6:\"weight\";i:1;s:3:\"gap\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{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:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:1;s:17:\"_background_color\";i:1;}}}}s:22:\"eael-dual-color-header\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:33:\"eael_section_dch_content_settings\";a:5:{s:23:\"eael_show_dch_separator\";i:1;s:17:\"eael_dch_icon_new\";i:1;s:20:\"eael_dch_first_title\";i:1;s:19:\"eael_dch_last_title\";i:1;s:16:\"eael_dch_subtext\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}s:5:\"style\";a:1:{s:41:\"eael_section_dch_separator_style_settings\";a:2:{s:37:\"eael_dch_separator_left_bg_background\";i:1;s:32:\"eael_dch_separator_left_bg_color\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:5:\"image\";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_image\";a:3:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:22:\"image_custom_dimension\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:10:\"eael-ninja\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_info_box\";a:3:{s:17:\"contact_form_list\";i:1;s:24:\"custom_title_description\";i:1;s:17:\"form_title_custom\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:7:\"_margin\";i:1;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:1;s:17:\"_background_color\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}}'),(4735,902,'_elementor_edit_mode','builder'),(4736,902,'_elementor_template_type','wp-page'),(4737,902,'_elementor_version','3.2.2'),(4738,902,'_wp_page_template','default'),(4739,902,'_elementor_page_settings','a:6:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:11:\"center left\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";s:16:\"background_color\";s:7:\"#000000\";}'),(4740,902,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"89cd57d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/LavishLuxeAbout.jpg\",\"id\":818},\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"af75ae6\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cda6995\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"7fc2400\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7439bb8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1862182\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6ceb0fc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a895889\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"premium_eq_height_switcher\":\"yes\",\"premium_eq_height_target\":[\".elementor-widget-image .elementor-widget-container\",\".elementor-widget-eael-ninja .elementor-widget-container\"]},\"elements\":[{\"id\":\"aaa7c7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93bd7d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1200\",\"height\":\"1500\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4d74249\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"e57e4e4\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"a39d81f\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c9c5283\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ae8da1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b0e16f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4755,904,'_elementor_css','a:6:{s:4:\"time\";i:1625495996;s:5:\"fonts\";a:3:{i:0;s:20:\"Herr Von Muellerhoff\";i:1;s:15:\"Times New Roman\";i:2;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4756,905,'_elementor_edit_mode','builder'),(4757,905,'_elementor_template_type','wp-page'),(4758,905,'_elementor_version','3.2.5'),(4759,905,'_wp_page_template','default'),(4760,905,'_elementor_page_settings','a:6:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:11:\"center left\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";s:16:\"background_color\";s:7:\"#000000\";}'),(4761,905,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\",\"background_play_on_mobile\":\"yes\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"89cd57d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/LavishLuxeAbout.jpg\",\"id\":818},\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"af75ae6\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cda6995\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"7fc2400\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7439bb8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1862182\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6ceb0fc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a895889\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"premium_eq_height_switcher\":\"yes\",\"premium_eq_height_target\":[\".elementor-widget-image .elementor-widget-container\",\".elementor-widget-eael-ninja .elementor-widget-container\"]},\"elements\":[{\"id\":\"aaa7c7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93bd7d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1200\",\"height\":\"1500\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4d74249\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"e57e4e4\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"a39d81f\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c9c5283\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ae8da1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b0e16f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4762,905,'_elementor_css','a:6:{s:4:\"time\";i:1625495996;s:5:\"fonts\";a:3:{i:0;s:20:\"Herr Von Muellerhoff\";i:1;s:15:\"Times New Roman\";i:2;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4763,906,'_elementor_edit_mode','builder'),(4764,906,'_elementor_template_type','wp-page'),(4765,906,'_elementor_version','3.2.5'),(4766,906,'_wp_page_template','default'),(4767,906,'_elementor_page_settings','a:6:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:21:\"background_background\";s:7:\"classic\";s:19:\"background_position\";s:11:\"center left\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";s:16:\"background_color\";s:7:\"#000000\";}'),(4768,906,'_elementor_data','[{\"id\":\"6eaecba\",\"elType\":\"section\",\"settings\":{\"background_background\":\"video\",\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#5719A0\",\"background_overlay_position\":\"top center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_color_b\":\"#B417FE\",\"background_overlay_repeat\":\"no-repeat\",\"background_video_link\":\"https:\\/\\/vimeo.com\\/532948320\",\"background_play_on_mobile\":\"yes\"},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"d267376\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Alex Brush\",\"typography_font_size\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2bb57c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"LUXE\",\"align\":\"center\",\"title_color\":\"#9A2DE2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":137,\"sizes\":[]},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-122\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"aef354b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lavish Luxe by Lenee\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-44\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"89cd57d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96f1c2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9f94018\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_color\":\"#FFFFFF\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/05\\/LavishLuxeAbout.jpg\",\"id\":818},\"background_overlay_position\":\"top center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1abef3b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":349,\"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\":true},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"af75ae6\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"4dbfad6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lenee\'\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Herr Von Muellerhoff\",\"typography_font_size\":{\"unit\":\"px\",\"size\":93,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24069ef\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"align\":\"left\",\"text\":\"Divider\",\"color\":\"#FFFFFF\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ac78051\",\"elType\":\"widget\",\"settings\":{\"title\":\"Janella Christopher\",\"align\":\"right\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Times New Roman\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b20e382\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>People will always judge who you are and what you\\u2019re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee\\u2019 can help you do just that!<\\/p><p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/p><p>As a personal shopper\\/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!<\\/p><p>Lenee\\u2019<br \\/>Affordable Chic Fashion Consultant<br \\/>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"3f8949c\",\"elType\":\"widget\",\"settings\":{\"eael_show_dch_separator\":\"yes\",\"eael_dch_icon_new\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"eael_dch_first_title\":\"Read\",\"eael_dch_last_title\":\"our reviews\",\"eael_dch_subtext\":\"<div id=\\\"comp-igw84aew\\\" class=\\\"_1Z_nJ\\\" data-testid=\\\"richTextElement\\\"><p class=\\\"font_7\\\">\\\"Don\'t just take my word for it\\\"<\\/p><\\/div>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_dch_separator_left_bg_background\":\"classic\",\"eael_dch_separator_left_bg_color\":\"#9401D9\"},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cda6995\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2017\\/09\\/lavishluxe-slider1.jpg\",\"id\":95},\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"7fc2400\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7439bb8\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1862182\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6ceb0fc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a895889\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"premium_eq_height_switcher\":\"yes\",\"premium_eq_height_target\":[\".elementor-widget-image .elementor-widget-container\",\".elementor-widget-eael-ninja .elementor-widget-container\"]},\"elements\":[{\"id\":\"aaa7c7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"93bd7d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lavishluxebylenee.com\\/wp-content\\/uploads\\/2021\\/02\\/DLAC0362.jpg\",\"id\":547},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1200\",\"height\":\"1500\"},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4d74249\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"e57e4e4\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"a39d81f\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"custom_title_description\":\"yes\",\"form_title_custom\":\"DIRECT CONTACT\",\"_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c9c5283\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"ae8da1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b0e16f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4769,906,'_elementor_css','a:6:{s:4:\"time\";i:1625495996;s:5:\"fonts\";a:3:{i:0;s:20:\"Herr Von Muellerhoff\";i:1;s:15:\"Times New Roman\";i:2;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4771,497,'_elementor_css','a:6:{s:4:\"time\";i:1625496552;s:5:\"fonts\";a:5:{i:0;s:10:\"Alex Brush\";i:1;s:7:\"Raleway\";i:3;s:20:\"Herr Von Muellerhoff\";i:4;s:15:\"Times New Roman\";i:5;s:6:\"Nunito\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4772,899,'_edit_last','1'),(4777,910,'_last_editor_used_jetpack','classic-editor'),(4779,910,'_edit_lock','1625496757:1'),(4780,910,'_edit_last','1'),(4781,899,'_wp_trash_meta_status','draft'),(4782,899,'_wp_trash_meta_time','1625496779'),(4783,899,'_wp_desired_post_slug',''),(4786,912,'_last_editor_used_jetpack','classic-editor'),(4787,912,'_edit_lock','1625497625:1'),(4788,912,'_edit_last','1'),(4789,912,'total_sales','0'),(4790,912,'_tax_status','taxable'),(4791,912,'_tax_class',''),(4792,912,'_manage_stock','no'),(4793,912,'_backorders','no'),(4794,912,'_sold_individually','no'),(4795,912,'_virtual','no'),(4796,912,'_downloadable','no'),(4797,912,'_download_limit','-1'),(4798,912,'_download_expiry','-1'),(4799,912,'_stock',NULL),(4800,912,'_stock_status','outofstock'),(4801,912,'_wc_average_rating','0'),(4802,912,'_wc_review_count','0'),(4803,912,'_product_attributes','a:1:{s:5:\"sizes\";a:6:{s:4:\"name\";s:5:\"Sizes\";s:5:\"value\";s:14:\"S | M | L | XL\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}}'),(4804,912,'_product_version','5.1.0'),(4805,913,'_last_editor_used_jetpack','classic-editor'),(4806,913,'_edit_lock','1625497696:1'),(4807,913,'_edit_last','1'),(4809,915,'_last_editor_used_jetpack','classic-editor'),(4810,915,'_edit_lock','1625499064:1'),(4811,915,'_edit_last','1'),(4812,915,'total_sales','0'),(4813,915,'_tax_status','taxable'),(4814,915,'_tax_class',''),(4815,915,'_manage_stock','yes'),(4816,915,'_backorders','no'),(4817,915,'_sold_individually','no'),(4818,915,'_virtual','no'),(4819,915,'_downloadable','no'),(4820,915,'_download_limit','-1'),(4821,915,'_download_expiry','-1'),(4822,915,'_stock','20'),(4823,915,'_stock_status','instock'),(4824,915,'_wc_average_rating','0'),(4825,915,'_wc_review_count','0'),(4826,915,'_product_attributes','a:1:{s:5:\"sizes\";a:6:{s:4:\"name\";s:5:\"Sizes\";s:5:\"value\";s:14:\"S | M | L | XL\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(4827,915,'_product_version','5.1.0'),(4828,916,'_variation_description',''),(4829,916,'total_sales','0'),(4830,916,'_tax_status','taxable'),(4831,916,'_tax_class','parent'),(4832,916,'_manage_stock','no'),(4833,916,'_backorders','no'),(4834,916,'_sold_individually','no'),(4835,916,'_virtual','no'),(4836,916,'_downloadable','no'),(4837,916,'_download_limit','-1'),(4838,916,'_download_expiry','-1'),(4839,916,'_stock',NULL),(4840,916,'_stock_status','instock'),(4841,916,'_wc_average_rating','0'),(4842,916,'_wc_review_count','0'),(4843,916,'attribute_sizes','S'),(4844,916,'_product_version','5.1.0'),(4845,917,'_variation_description',''),(4846,917,'total_sales','0'),(4847,917,'_tax_status','taxable'),(4848,917,'_tax_class','parent'),(4849,917,'_manage_stock','no'),(4850,917,'_backorders','no'),(4851,917,'_sold_individually','no'),(4852,917,'_virtual','no'),(4853,917,'_downloadable','no'),(4854,917,'_download_limit','-1'),(4855,917,'_download_expiry','-1'),(4856,917,'_stock',NULL),(4857,917,'_stock_status','instock'),(4858,917,'_wc_average_rating','0'),(4859,917,'_wc_review_count','0'),(4860,917,'attribute_sizes','M'),(4861,917,'_product_version','5.1.0'),(4862,918,'_variation_description',''),(4863,918,'total_sales','0'),(4864,918,'_tax_status','taxable'),(4865,918,'_tax_class','parent'),(4866,918,'_manage_stock','no'),(4867,918,'_backorders','no'),(4868,918,'_sold_individually','no'),(4869,918,'_virtual','no'),(4870,918,'_downloadable','no'),(4871,918,'_download_limit','-1'),(4872,918,'_download_expiry','-1'),(4873,918,'_stock',NULL),(4874,918,'_stock_status','instock'),(4875,918,'_wc_average_rating','0'),(4876,918,'_wc_review_count','0'),(4877,918,'attribute_sizes','L'),(4878,918,'_product_version','5.1.0'),(4879,919,'_variation_description',''),(4880,919,'total_sales','0'),(4881,919,'_tax_status','taxable'),(4882,919,'_tax_class','parent'),(4883,919,'_manage_stock','no'),(4884,919,'_backorders','no'),(4885,919,'_sold_individually','no'),(4886,919,'_virtual','no'),(4887,919,'_downloadable','no'),(4888,919,'_download_limit','-1'),(4889,919,'_download_expiry','-1'),(4890,919,'_stock',NULL),(4891,919,'_stock_status','instock'),(4892,919,'_wc_average_rating','0'),(4893,919,'_wc_review_count','0'),(4894,919,'attribute_sizes','XL'),(4895,919,'_product_version','5.1.0'),(4896,920,'_wp_attached_file','2021/07/Lavishly-Laced.jpg'),(4897,920,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:499;s:6:\"height\";i:666;s:4:\"file\";s:26:\"2021/07/Lavishly-Laced.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Lavishly-Laced-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Lavishly-Laced-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"Lavishly-Laced-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"Lavishly-Laced-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:26:\"Lavishly-Laced-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"Lavishly-Laced-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:{}}}'),(4898,915,'_thumbnail_id','920'),(4903,915,'_wpas_done_all','1'),(4900,915,'site-sidebar-layout','default'),(4901,915,'site-content-layout','default'),(4902,915,'theme-transparent-header-meta','default'),(4904,919,'_wp_trash_meta_status','publish'),(4905,919,'_wp_trash_meta_time','1625499083'),(4906,919,'_wp_desired_post_slug','lavishly-laced-xl'),(4907,916,'_wp_trash_meta_status','publish'),(4908,916,'_wp_trash_meta_time','1625499083'),(4909,916,'_wp_desired_post_slug','lavishly-laced-s'),(4910,917,'_wp_trash_meta_status','publish'),(4911,917,'_wp_trash_meta_time','1625499084'),(4912,917,'_wp_desired_post_slug','lavishly-laced-m'),(4913,918,'_wp_trash_meta_status','publish'),(4914,918,'_wp_trash_meta_time','1625499084'),(4915,918,'_wp_desired_post_slug','lavishly-laced-l'),(4916,915,'_wp_trash_meta_status','publish'),(4917,915,'_wp_trash_meta_time','1625499084'),(4918,915,'_wp_desired_post_slug','lavishly-laced'),(4919,913,'_wp_trash_meta_status','draft'),(4920,913,'_wp_trash_meta_time','1625499208'),(4921,913,'_wp_desired_post_slug',''),(4922,912,'_wp_trash_meta_status','draft'),(4923,912,'_wp_trash_meta_time','1625499208'),(4924,912,'_wp_desired_post_slug',''),(4927,910,'_wp_trash_meta_status','draft'),(4928,910,'_wp_trash_meta_time','1625532567'),(4929,910,'_wp_desired_post_slug',''),(4930,923,'_last_editor_used_jetpack','classic-editor'),(4931,923,'_edit_lock','1625535592:1'),(4932,923,'_edit_last','1'),(4933,923,'total_sales','0'),(4934,923,'_tax_status','taxable'),(4935,923,'_tax_class',''),(4936,923,'_manage_stock','yes'),(4937,923,'_backorders','no'),(4938,923,'_sold_individually','no'),(4939,923,'_virtual','no'),(4940,923,'_downloadable','no'),(4941,923,'_download_limit','-1'),(4942,923,'_download_expiry','-1'),(4943,923,'_stock','10'),(4944,923,'_stock_status','instock'),(4945,923,'_wc_average_rating','0'),(4946,923,'_wc_review_count','0'),(4947,923,'_product_attributes','a:1:{s:5:\"sizes\";a:6:{s:4:\"name\";s:5:\"Sizes\";s:5:\"value\";s:14:\"S | M | L | XL\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(4948,923,'_product_version','5.1.0'),(4949,924,'_variation_description',''),(4950,924,'total_sales','0'),(4951,924,'_tax_status','taxable'),(4952,924,'_tax_class','parent'),(4953,924,'_manage_stock','yes'),(4954,924,'_backorders','no'),(4955,924,'_sold_individually','no'),(4956,924,'_virtual','no'),(4957,924,'_downloadable','no'),(4958,924,'_download_limit','-1'),(4959,924,'_download_expiry','-1'),(4960,924,'_stock','1'),(4961,924,'_stock_status','instock'),(4962,924,'_wc_average_rating','0'),(4963,924,'_wc_review_count','0'),(4964,924,'attribute_sizes','S'),(4965,924,'_product_version','5.1.0'),(4966,925,'_variation_description',''),(4967,925,'total_sales','0'),(4968,925,'_tax_status','taxable'),(4969,925,'_tax_class','parent'),(4970,925,'_manage_stock','yes'),(4971,925,'_backorders','no'),(4972,925,'_sold_individually','no'),(4973,925,'_virtual','no'),(4974,925,'_downloadable','no'),(4975,925,'_download_limit','-1'),(4976,925,'_download_expiry','-1'),(4977,925,'_stock','1'),(4978,925,'_stock_status','instock'),(4979,925,'_wc_average_rating','0'),(4980,925,'_wc_review_count','0'),(4981,925,'attribute_sizes','M'),(4982,925,'_product_version','5.1.0'),(4983,926,'_variation_description',''),(4984,926,'total_sales','0'),(4985,926,'_tax_status','taxable'),(4986,926,'_tax_class','parent'),(4987,926,'_manage_stock','yes'),(4988,926,'_backorders','no'),(4989,926,'_sold_individually','no'),(4990,926,'_virtual','no'),(4991,926,'_downloadable','no'),(4992,926,'_download_limit','-1'),(4993,926,'_download_expiry','-1'),(4994,926,'_stock','1'),(4995,926,'_stock_status','instock'),(4996,926,'_wc_average_rating','0'),(4997,926,'_wc_review_count','0'),(4998,926,'attribute_sizes','L'),(4999,926,'_product_version','5.1.0'),(5000,927,'_variation_description',''),(5001,927,'total_sales','0'),(5002,927,'_tax_status','taxable'),(5003,927,'_tax_class','parent'),(5004,927,'_manage_stock','yes'),(5005,927,'_backorders','no'),(5006,927,'_sold_individually','no'),(5007,927,'_virtual','no'),(5008,927,'_downloadable','no'),(5009,927,'_download_limit','-1'),(5010,927,'_download_expiry','-1'),(5011,927,'_stock','1'),(5012,927,'_stock_status','instock'),(5013,927,'_wc_average_rating','0'),(5014,927,'_wc_review_count','0'),(5015,927,'attribute_sizes','XL'),(5016,927,'_product_version','5.1.0'),(5017,923,'_thumbnail_id','920'),(5022,923,'_wpas_done_all','1'),(5019,923,'site-sidebar-layout','default'),(5020,923,'site-content-layout','default'),(5021,923,'theme-transparent-header-meta','default'),(5023,924,'_thumbnail_id','0'),(5024,925,'_thumbnail_id','0'),(5025,926,'_thumbnail_id','0'),(5026,927,'_thumbnail_id','0'),(5027,927,'_wp_trash_meta_status','publish'),(5028,927,'_wp_trash_meta_time','1625535621'),(5029,927,'_wp_desired_post_slug','lavish-laces-xl'),(5030,924,'_wp_trash_meta_status','publish'),(5031,924,'_wp_trash_meta_time','1625535621'),(5032,924,'_wp_desired_post_slug','lavish-laces-s'),(5033,925,'_wp_trash_meta_status','publish'),(5034,925,'_wp_trash_meta_time','1625535621'),(5035,925,'_wp_desired_post_slug','lavish-laces-m'),(5036,926,'_wp_trash_meta_status','publish'),(5037,926,'_wp_trash_meta_time','1625535621'),(5038,926,'_wp_desired_post_slug','lavish-laces-l'),(5039,923,'_wp_trash_meta_status','publish'),(5040,923,'_wp_trash_meta_time','1625535621'),(5041,923,'_wp_desired_post_slug','lavishly-laced'),(5042,929,'_last_editor_used_jetpack','classic-editor'),(5043,929,'_edit_lock','1625540162:1'),(5044,929,'_edit_last','1'),(5045,929,'total_sales','0'),(5046,929,'_tax_status','taxable'),(5047,929,'_tax_class',''),(5048,929,'_manage_stock','no'),(5049,929,'_backorders','no'),(5050,929,'_sold_individually','no'),(5051,929,'_virtual','no'),(5052,929,'_downloadable','no'),(5053,929,'_download_limit','-1'),(5054,929,'_download_expiry','-1'),(5055,929,'_stock',NULL),(5056,929,'_stock_status','instock'),(5057,929,'_wc_average_rating','0'),(5058,929,'_wc_review_count','0'),(5059,929,'_product_attributes','a:1:{s:5:\"sizes\";a:6:{s:4:\"name\";s:5:\"Sizes\";s:5:\"value\";s:14:\"S | M | L | XL\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(5060,929,'_product_version','5.1.0'),(5061,930,'_variation_description',''),(5062,930,'total_sales','0'),(5063,930,'_tax_status','taxable'),(5064,930,'_tax_class','parent'),(5065,930,'_manage_stock','yes'),(5066,930,'_backorders','no'),(5067,930,'_sold_individually','no'),(5068,930,'_virtual','no'),(5069,930,'_downloadable','no'),(5070,930,'_download_limit','-1'),(5071,930,'_download_expiry','-1'),(5072,930,'_stock','2'),(5073,930,'_stock_status','instock'),(5074,930,'_wc_average_rating','0'),(5075,930,'_wc_review_count','0'),(5076,930,'attribute_sizes','S'),(5077,930,'_product_version','5.1.0'),(5078,931,'_variation_description',''),(5079,931,'total_sales','0'),(5080,931,'_tax_status','taxable'),(5081,931,'_tax_class','parent'),(5082,931,'_manage_stock','yes'),(5083,931,'_backorders','no'),(5084,931,'_sold_individually','no'),(5085,931,'_virtual','no'),(5086,931,'_downloadable','no'),(5087,931,'_download_limit','-1'),(5088,931,'_download_expiry','-1'),(5089,931,'_stock','2'),(5090,931,'_stock_status','instock'),(5091,931,'_wc_average_rating','0'),(5092,931,'_wc_review_count','0'),(5093,931,'attribute_sizes','M'),(5094,931,'_product_version','5.1.0'),(5095,932,'_variation_description',''),(5096,932,'total_sales','0'),(5097,932,'_tax_status','taxable'),(5098,932,'_tax_class','parent'),(5099,932,'_manage_stock','yes'),(5100,932,'_backorders','no'),(5101,932,'_sold_individually','no'),(5102,932,'_virtual','no'),(5103,932,'_downloadable','no'),(5104,932,'_download_limit','-1'),(5105,932,'_download_expiry','-1'),(5106,932,'_stock','2'),(5107,932,'_stock_status','instock'),(5108,932,'_wc_average_rating','0'),(5109,932,'_wc_review_count','0'),(5110,932,'attribute_sizes','L'),(5111,932,'_product_version','5.1.0'),(5112,933,'_variation_description',''),(5113,933,'total_sales','0'),(5114,933,'_tax_status','taxable'),(5115,933,'_tax_class','parent'),(5116,933,'_manage_stock','yes'),(5117,933,'_backorders','no'),(5118,933,'_sold_individually','no'),(5119,933,'_virtual','no'),(5120,933,'_downloadable','no'),(5121,933,'_download_limit','-1'),(5122,933,'_download_expiry','-1'),(5123,933,'_stock','2'),(5124,933,'_stock_status','instock'),(5125,933,'_wc_average_rating','0'),(5126,933,'_wc_review_count','0'),(5127,933,'attribute_sizes','XL'),(5128,933,'_product_version','5.1.0'),(5129,930,'_regular_price','60'),(5130,930,'_thumbnail_id','0'),(5131,930,'_price','60'),(5132,931,'_regular_price','60'),(5133,931,'_thumbnail_id','0'),(5134,931,'_price','60'),(5135,932,'_regular_price','60'),(5136,932,'_thumbnail_id','0'),(5137,932,'_price','60'),(5138,933,'_regular_price','60'),(5139,933,'_thumbnail_id','0'),(5140,933,'_price','60'),(5149,929,'_price','60'),(5142,929,'_thumbnail_id','920'),(5147,929,'_wpas_done_all','1'),(5144,929,'site-sidebar-layout','default'),(5145,929,'site-content-layout','default'),(5146,929,'theme-transparent-header-meta','default'),(5150,935,'_field_1','Andraya Kelly'),(5151,935,'_field_2','andraya_kelly@yahoo.com'),(5152,935,'_field_3','Test email'),(5153,935,'_form_id','1'),(5154,935,'_seq_num','4'),(5155,936,'_field_1','Andraya Kelly'),(5156,936,'_field_2','andraya_kelly@yahoo.com'),(5157,936,'_field_3','Test email'),(5158,936,'_form_id','1'),(5159,936,'_seq_num','5');
/*!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_ci NOT NULL,
  `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `pinged` text COLLATE utf8mb4_unicode_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_ci NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT '0',
  `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_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=MyISAM AUTO_INCREMENT=937 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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 (114,1,'2017-10-23 00:41:41','2017-10-23 00:41:41','','Lavish Luxe Gallery 11','','inherit','open','closed','','snapchat-1472328716','','','2017-10-24 21:52:42','2017-10-24 21:52:42','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/10/Snapchat-1472328716.jpg',0,'attachment','image/jpeg',0),(11,1,'2017-09-02 18:48:46','2017-09-02 18:48:46','People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vein or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!\r\n\r\nI am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.\" your outfit and save money while doing it! The “Hollywood Look” at an affordable price - what more can you ask for?\r\n\r\nLenee\'\r\nAffordable Chic Fashion Consultant\r\nIn Touch with the Client\'s Style\r\n\r\nAs a personal shopper/stylist it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million dollar look within an everyday budget. As your personal stylist I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the every day beauty world allowing me to stay up on the new fab!','About','','inherit','closed','closed','','10-revision-v1','','','2017-09-02 18:48:46','2017-09-02 18:48:46','',10,'http://lavishluxebylenee.com/index.php/2017/09/02/10-revision-v1/',0,'revision','',0),(8,1,'2017-09-02 18:47:16','2017-09-02 18:47:16','','HOME','','publish','closed','closed','','home','','','2021-03-01 19:32:44','2021-03-01 19:32:44','',0,'http://lavishluxebylenee.com/?p=8',1,'nav_menu_item','',0),(10,1,'2017-09-02 18:48:46','2017-09-02 18:48:46','<div id=\"pl-10\" class=\"panel-layout\">\r\n<div id=\"pg-10-0\" class=\"panel-grid panel-has-style\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\">\r\n<div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-10-0\" data-stretch-type=\"full-stretched\">\r\n<div id=\"pgc-10-0-0\" class=\"panel-grid-cell\" data-weight=\"1\">\r\n<div id=\"panel-10-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\">\r\n<div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\r\n<div class=\"siteorigin-widget-tinymce textwidget\">\r\n<h1 style=\"text-align: center;\"><strong>ABOUT</strong></h1>\r\n&nbsp;\r\n\r\n<img class=\"alignleft wp-image-227 size-medium\" style=\"border-radius: 10px;\" src=\"http://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_4494-200x300.jpg\" alt=\"\" width=\"150\" />\r\n\r\nPeople will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!\r\n\r\nI am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.\" your outfit and save money while doing it! The “Hollywood Look” at an affordable price - what more can you ask for?\r\n\r\nAs a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!\r\n<p style=\"text-align: center;\">Lenee\'\r\nAffordable Chic Fashion Consultant\r\nIn Touch with the Client\'s Style</p>\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','ABOUT','','publish','closed','closed','','about','','','2017-10-29 18:27:46','2017-10-29 18:27:46','',0,'http://lavishluxebylenee.com/?page_id=10',0,'page','',0),(20,1,'2017-09-02 19:13:03','2017-09-02 19:13:03','<div id=\"pl-10\"  class=\"panel-layout\" ><div id=\"pg-10-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-10-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-10-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-10-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	</div>\n</div></div></div></div></div></div>','About','','inherit','closed','closed','','10-revision-v1','','','2017-09-02 19:13:03','2017-09-02 19:13:03','',10,'http://lavishluxebylenee.com/index.php/2017/09/02/10-revision-v1/',0,'revision','',0),(98,1,'2017-09-21 22:55:02','2017-09-21 22:55:02','<div id=\"pl-98\"  class=\"panel-layout\" ><div id=\"pg-98-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-98-0\" data-stretch-type=\"full\" ><div id=\"pgc-98-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-98-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[instagram-feed]</p></div>\n</div></div></div></div></div></div>','HOME','','inherit','closed','closed','','34-revision-v1','','','2017-09-21 22:55:02','2017-09-21 22:55:02','',34,'http://lavishluxebylenee.com/index.php/2017/09/21/34-revision-v1/',0,'revision','',0),(19,1,'2017-09-02 19:13:02','2017-09-02 19:13:02','<div id=\"pl-19\"  class=\"panel-layout\" ><div id=\"pg-19-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-19-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-19-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-19-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	</div>\n</div></div></div></div></div></div>','About','','inherit','closed','closed','','10-revision-v1','','','2017-09-02 19:13:03','2017-09-02 19:13:03','',10,'http://lavishluxebylenee.com/index.php/2017/09/02/10-revision-v1/',0,'revision','',0),(18,1,'2017-09-02 19:04:58','2017-09-02 19:04:58','<div>[smartslider3 slider=1]</div>\r\nPeople will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vein or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!\r\n\r\nI am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.\" your outfit and save money while doing it! The “Hollywood Look” at an affordable price - what more can you ask for?\r\n\r\nLenee\'\r\nAffordable Chic Fashion Consultant\r\nIn Touch with the Client\'s Style\r\n\r\nAs a personal shopper/stylist it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million dollar look within an everyday budget. As your personal stylist I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the every day beauty world allowing me to stay up on the new fab!','About','','inherit','closed','closed','','10-revision-v1','','','2017-09-02 19:04:58','2017-09-02 19:04:58','',10,'http://lavishluxebylenee.com/index.php/2017/09/02/10-revision-v1/',0,'revision','',0),(95,1,'2017-09-12 15:21:16','2017-09-12 15:21:16','','lavishluxe-slider1','','inherit','open','closed','','lavishluxe-slider1','','','2017-09-12 15:21:16','2017-09-12 15:21:16','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/09/lavishluxe-slider1.jpg',0,'attachment','image/jpeg',0),(62,1,'2017-09-03 15:51:29','2017-09-03 15:51:29','<div id=\"pl-10\" class=\"panel-layout\">\r\n<div id=\"pg-10-0\" class=\"panel-grid panel-no-style\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\">\r\n<div id=\"pgc-10-0-0\" class=\"panel-grid-cell\" data-weight=\"1\">\r\n<div id=\"panel-10-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\">\r\n<div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\r\n<div class=\"siteorigin-widget-tinymce textwidget\">\r\n\r\nPeople will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vein or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!\r\n\r\nI am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.\" your outfit and save money while doing it! The “Hollywood Look” at an affordable price - what more can you ask for?\r\n\r\nLenee\'\r\nAffordable Chic Fashion Consultant\r\nIn Touch with the Client\'s Style\r\n\r\nAs a personal shopper/stylist it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million dollar look within an everyday budget. As your personal stylist I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the every day beauty world allowing me to stay up on the new fab!\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','About','','inherit','closed','closed','','10-revision-v1','','','2017-09-03 15:51:29','2017-09-03 15:51:29','',10,'http://lavishluxebylenee.com/index.php/2017/09/03/10-revision-v1/',0,'revision','',0),(60,1,'2017-09-03 15:49:52','2017-09-03 15:49:52','<div id=\"pl-60\"  class=\"panel-layout\" ><div id=\"pg-60-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-60-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-60-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<div>[smartslider3 slider=1]</div>\n<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vein or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p>\n<p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.\" your outfit and save money while doing it! The “Hollywood Look” at an affordable price - what more can you ask for?</p>\n<p>Lenee\'<br />Affordable Chic Fashion Consultant<br />In Touch with the Client\'s Style</p>\n<p>As a personal shopper/stylist it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million dollar look within an everyday budget. As your personal stylist I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the every day beauty world allowing me to stay up on the new fab!</p></div>\n</div></div></div></div></div>','About','','inherit','closed','closed','','10-revision-v1','','','2017-09-03 15:49:54','2017-09-03 15:49:54','',10,'http://lavishluxebylenee.com/index.php/2017/09/03/10-revision-v1/',0,'revision','',0),(22,1,'2017-09-02 21:05:59','2017-09-02 21:05:59','<div id=\"pl-22\"  class=\"panel-layout\" ><div id=\"pg-22-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-22-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-22-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-22-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<div>[smartslider3 slider=1]</div>\n<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vein or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p>\n<p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.\" your outfit and save money while doing it! The “Hollywood Look” at an affordable price - what more can you ask for?</p>\n<p>Lenee\'<br />Affordable Chic Fashion Consultant<br />In Touch with the Client\'s Style</p>\n<p>As a personal shopper/stylist it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million dollar look within an everyday budget. As your personal stylist I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the every day beauty world allowing me to stay up on the new fab!</p></div>\n</div></div></div></div></div></div>','About','','inherit','closed','closed','','10-revision-v1','','','2017-09-02 21:06:01','2017-09-02 21:06:01','',10,'http://lavishluxebylenee.com/index.php/2017/09/02/10-revision-v1/',0,'revision','',0),(23,1,'2017-09-02 21:06:01','2017-09-02 21:06:01','<div id=\"pl-10\"  class=\"panel-layout\" ><div id=\"pg-10-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-10-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-10-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-10-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<div>[smartslider3 slider=1]</div>\n<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vein or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p>\n<p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.\" your outfit and save money while doing it! The “Hollywood Look” at an affordable price - what more can you ask for?</p>\n<p>Lenee\'<br />Affordable Chic Fashion Consultant<br />In Touch with the Client\'s Style</p>\n<p>As a personal shopper/stylist it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million dollar look within an everyday budget. As your personal stylist I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the every day beauty world allowing me to stay up on the new fab!</p></div>\n</div></div></div></div></div></div>','About','','inherit','closed','closed','','10-revision-v1','','','2017-09-02 21:06:01','2017-09-02 21:06:01','',10,'http://lavishluxebylenee.com/index.php/2017/09/02/10-revision-v1/',0,'revision','',0),(112,1,'2017-10-23 00:37:03','2017-10-23 00:37:03','<div id=\"pl-48\"  class=\"panel-layout\" ><div id=\"pg-48-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-48-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-48-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-48-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vein or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p>\n<p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.\" your outfit and save money while doing it! The “Hollywood Look” at an affordable price - what more can you ask for?</p>\n<p>Lenee\'<br />Affordable Chic Fashion Consultant<br />In Touch with the Client\'s Style</p>\n<p>As a personal shopper/stylist it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million dollar look within an everyday budget. As your personal stylist I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the every day beauty world allowing me to stay up on the new fab!</p></div>\n</div></div></div></div></div></div>','CONTACT US','','inherit','closed','closed','','48-revision-v1','','','2017-10-23 00:37:03','2017-10-23 00:37:03','',48,'http://lavishluxebylenee.com/index.php/2017/10/23/48-revision-v1/',0,'revision','',0),(26,1,'2017-09-02 21:11:36','2017-09-02 21:11:36','Lavish Luxe by Lenee\' helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee\' took my look from basic to unique real quick and she was fun to work with.\r\n<div></div>','Smooth And Easy','','publish','closed','closed','','smooth-and-easy','','','2017-09-02 21:11:36','2017-09-02 21:11:36','',0,'http://lavishluxebylenee.com/?post_type=wpm-testimonial&#038;p=26',0,'wpm-testimonial','',0),(110,1,'2017-10-23 00:30:51','2017-10-23 00:30:51','','Lavish Luxe Gallery 10','','inherit','open','closed','','picsart_09-26-10-39-33','','','2017-10-24 21:51:22','2017-10-24 21:51:22','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-26-10.39.33.jpg',0,'attachment','image/jpeg',0),(111,1,'2017-10-23 00:31:18','2017-10-23 00:31:18','','Lavish Luxe Home Page Slider 1','','inherit','open','closed','','picsart_09-20-08-31-23','','','2017-10-24 22:08:45','2017-10-24 22:08:45','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-20-08.31.23.jpg',0,'attachment','image/jpeg',0),(29,1,'2017-09-02 21:27:25','2017-09-02 21:27:25','<div id=\"pl-29\"  class=\"panel-layout\" ><div id=\"pg-29-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-29-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-29-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><p style=\"font-weight: bold; text-align: center; font-size: 30px;\">REVIEWS</p>\n</div>\n		</div></div></div><div id=\"pg-29-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;0% 0% 0% 0%&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-29-1\" ><div id=\"pgc-29-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-29-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;Smooth and Easy&#8221;</b></p>\n<p>Lavish Luxe by Lenee&#8217; helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee&#8217; took my look from basic to unique real quick and she was fun to work with.<br />\n<cite>Dorian</cite></p></blockquote>\n</div>\n		</div></div><div id=\"pgc-29-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-29-1-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;Flexible and Affordable&#8221;</b></p>\n<p>I&#8217;m typically a shopaholic, but I had abdominal surgery a few months ago and during the recovery process I found myself swollen and uncomfortable and while preparing to return to work I realized I was not able to fit anything in my closet! I called Lavish luxe by lenee&#8217; and I was not only able to return to work comfortable but chic. Thank you Janella for being flexible and able to customize looks that we&#8217;re specific to my needs!<br />\n<cite>Lisa Hurd-Patrick</cite></p></blockquote>\n</div>\n		</div></div></div></div><div id=\"pg-29-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;0% 0% 0% 0%&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-29-2\" ><div id=\"pgc-29-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-29-2-0-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;Best in class!&#8221;</b></p>\n<p>I have know Ms. Christopher for quite some time and her look is always On Point!</p>\n<p>When it came time for me to find an outfit for a friend&#8217;s wedding, I knew just who to call.</p>\n<p>We went to several stores for that &#8220;perfect look&#8221;. With her help, I was able to find an outfit that gave me the confidence to enjoy celebrating the happy couple by dancing the night away!</p>\n<p>Now, whenever I have a special event, she is the first person I contact. I know that she will customize a look just for me because she took the time to get to know my personal style( and her personality makes &#8220;curvy-girl&#8221; shopping sooo much fun)!</p>\n<p>I would say to anyone, if you are looking for a personal stylist, look no further than Janella Christopher!<br />\n<cite>Sholonda</cite></p></blockquote>\n</div>\n		</div><div id=\"panel-29-2-0-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;A Client For Life&#8221;</b></p>\n<p>I contacted Lenee&#8217; to style me for a very important event. Not only did she get me ALL the way together, she was professional, affordable and efficient! This was my 1st time using an image consultant, but after this experience, I’ll never do my own shopping again! She has a keen eye for styling any body type and picking the most trendiest pieces! Thank you so much for making me fly while keeping me comfortable in the skin I’m in!!<br />\n<cite>XO &#8211; Comille</cite></p></blockquote>\n</div>\n		</div></div><div id=\"pgc-29-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-29-2-1-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;A job well done&#8230; Top-rate&#8221;</b></p>\n<p>Lenee&#8217; is awesome at what she does. Whenever I have an event or just need an outfit she knows how to style for the occasion. I love the fact that she pays attention to insecurities and your body shape. She styles you in ways that ignites boldness and confidence within yourself. I also love that she does these things on a budget! Lavish Luxe has even styled my teenage daughter for her 13th birthday bash. Everything was trendy and stylish, but most of all age appropriate! I will continue to use Lavish Luxe in the future and if you haven&#8217;t, you should give her a try!<br />\n<cite>Shayla D.</cite></p></blockquote>\n</div>\n		</div><div id=\"panel-29-2-1-1\" class=\"so-panel widget widget_text\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;Reliable and Trustworthy!&#8221;</b></p>\n<p>Okay, simply put, Lenee&#8217; knows her stuff! She&#8217;s got an eye for style. I&#8217;ve relied on Lavish luxe by Lenee&#8217; for style consulting, dressing me for events and personal shopping services. Lenee&#8217; is on a very short list of people who I can trust to shop for me without me being present. I can count on her to find the right luxe for the occasion and my budget.<br />\n<cite>Latonia</cite></p></blockquote>\n</div>\n		</div><div id=\"panel-29-2-1-2\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p>I absolutely love every experience with Lavish Luxe by Lenee! Janella has a keen eye for fashion and will always keep you looking good and in season! Through styling me she’s also helped me build up my confidence with certain colors and clothing styles that I hadn’t had before. From birthdays, holidays, everyday wear, special events and just help to put together and bringing new life into the wardrobe I already have, Lavish Luxe has always been the way to go!<br />\n<cite>Jasmine &#8220;Jazzy Faces&#8221; Tucker</cite></p></blockquote>\n</div>\n		</div></div></div></div></div>','REVIEWS','','publish','closed','closed','','reviews','','','2017-11-28 00:54:08','2017-11-28 00:54:08','',0,'http://lavishluxebylenee.com/?page_id=29',0,'page','',0),(30,1,'2017-09-02 21:26:31','2017-09-02 21:26:31','[testimonials_cycle theme=\"light_style\" width=\"100%\" count=\"-1\" order_by=\"date\" order=\"ASC\" show_title=\"0\" use_excerpt=\"0\" show_thumbs=\"1\" show_date=\"1\" show_other=\"1\" hide_view_more=\"0\" show_rating=\"before\" testimonials_per_slide=\"1\" transition=\"fade\" timer=\"5000\" pause_on_hover=\"true\" auto_height=\"container\" show_pager_icons=\"1\" prev_next=\"1\" display_pagers_above=\"0\" paused=\"0\"]','Testimonials','','inherit','closed','closed','','29-revision-v1','','','2017-09-02 21:26:31','2017-09-02 21:26:31','',29,'http://lavishluxebylenee.com/index.php/2017/09/02/29-revision-v1/',0,'revision','',0),(31,1,'2017-09-02 21:26:46','2017-09-02 21:26:46','<div>[smartslider3 slider=1]</div>\r\n[testimonials_cycle theme=\"light_style\" width=\"100%\" count=\"-1\" order_by=\"date\" order=\"ASC\" show_title=\"0\" use_excerpt=\"0\" show_thumbs=\"1\" show_date=\"1\" show_other=\"1\" hide_view_more=\"0\" show_rating=\"before\" testimonials_per_slide=\"1\" transition=\"fade\" timer=\"5000\" pause_on_hover=\"true\" auto_height=\"container\" show_pager_icons=\"1\" prev_next=\"1\" display_pagers_above=\"0\" paused=\"0\"]','Testimonials','','inherit','closed','closed','','29-revision-v1','','','2017-09-02 21:26:46','2017-09-02 21:26:46','',29,'http://lavishluxebylenee.com/index.php/2017/09/02/29-revision-v1/',0,'revision','',0),(102,1,'2017-09-21 22:56:33','2017-09-21 22:56:33','','TESTIMONIALS','','inherit','closed','closed','','29-revision-v1','','','2017-09-21 22:56:33','2017-09-21 22:56:33','',29,'http://lavishluxebylenee.com/index.php/2017/09/21/29-revision-v1/',0,'revision','',0),(67,1,'2017-09-03 15:56:25','2017-09-03 15:56:25','<div id=\"pl-67\"  class=\"panel-layout\" ><div id=\"pg-67-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-67-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-67-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-67-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[testimonials_cycle theme=\"light_style\" width=\"100%\" count=\"-1\" order_by=\"date\" order=\"ASC\" show_title=\"0\" use_excerpt=\"0\" show_thumbs=\"1\" show_date=\"1\" show_other=\"1\" hide_view_more=\"0\" show_rating=\"before\" testimonials_per_slide=\"1\" transition=\"fade\" timer=\"5000\" pause_on_hover=\"true\" auto_height=\"container\" show_pager_icons=\"1\" prev_next=\"1\" display_pagers_above=\"0\" paused=\"0\"]</p></div>\n</div></div></div></div></div></div>','Testimonials','','inherit','closed','closed','','29-revision-v1','','','2017-09-03 15:56:25','2017-09-03 15:56:25','',29,'http://lavishluxebylenee.com/index.php/2017/09/03/29-revision-v1/',0,'revision','',0),(64,1,'2017-09-03 15:55:51','2017-09-03 15:55:51','<div id=\"pl-64\"  class=\"panel-layout\" ><div id=\"pg-64-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-64-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-64-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-64-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[testimonials_cycle theme=\"light_style\" width=\"100%\" count=\"-1\" order_by=\"date\" order=\"ASC\" show_title=\"0\" use_excerpt=\"0\" show_thumbs=\"1\" show_date=\"1\" show_other=\"1\" hide_view_more=\"0\" show_rating=\"before\" testimonials_per_slide=\"1\" transition=\"fade\" timer=\"5000\" pause_on_hover=\"true\" auto_height=\"container\" show_pager_icons=\"1\" prev_next=\"1\" display_pagers_above=\"0\" paused=\"0\"]</p></div>\n</div></div></div></div></div></div>','Testimonials','','inherit','closed','closed','','29-revision-v1','','','2017-09-03 15:55:52','2017-09-03 15:55:52','',29,'http://lavishluxebylenee.com/index.php/2017/09/03/29-revision-v1/',0,'revision','',0),(32,1,'2017-09-02 21:27:25','2017-09-02 21:27:25','<div id=\"pl-29\"  class=\"panel-layout\" ><div id=\"pg-29-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-29-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-29-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-29-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<div>[smartslider3 slider=1]</div>\n<p>[testimonials_cycle theme=\"light_style\" width=\"100%\" count=\"-1\" order_by=\"date\" order=\"ASC\" show_title=\"0\" use_excerpt=\"0\" show_thumbs=\"1\" show_date=\"1\" show_other=\"1\" hide_view_more=\"0\" show_rating=\"before\" testimonials_per_slide=\"1\" transition=\"fade\" timer=\"5000\" pause_on_hover=\"true\" auto_height=\"container\" show_pager_icons=\"1\" prev_next=\"1\" display_pagers_above=\"0\" paused=\"0\"]</p></div>\n</div></div></div></div></div></div>','Testimonials','','inherit','closed','closed','','29-revision-v1','','','2017-09-02 21:27:25','2017-09-02 21:27:25','',29,'http://lavishluxebylenee.com/index.php/2017/09/02/29-revision-v1/',0,'revision','',0),(34,1,'2017-09-02 21:29:09','2017-09-02 21:29:09','<div id=\"pl-34\"  class=\"panel-layout\" ><div id=\"pg-34-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5% 0% 0% 0%&quot;,&quot;mobile_padding&quot;:&quot;10% 0% 0% 0%&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-34-0\" ><div id=\"pgc-34-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-34-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[easy-image-collage id=246]</p></div>\n</div></div></div></div></div><div id=\"pg-34-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-34-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-34-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><p style=\"text-align: center;\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 14px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\n</div>\n		</div></div></div></div>','HOME','','publish','closed','closed','','home','','','2017-11-01 22:13:27','2017-11-01 22:13:27','',0,'http://lavishluxebylenee.com/?page_id=34',0,'page','',0),(247,1,'2017-10-29 19:10:21','2017-10-29 19:10:21','[easy-image-collage id=246]','HOME','','inherit','closed','closed','','34-revision-v1','','','2017-10-29 19:10:21','2017-10-29 19:10:21','',34,'http://lavishluxebylenee.com/34-revision-v1/',0,'revision','',0),(248,1,'2017-10-29 19:21:08','2017-10-29 19:21:08','<div id=\"pl-248\"  class=\"panel-layout\" ><div id=\"pg-248-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-248-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-248-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;widget_css&quot;:&quot;.button {\\n    background-color: black;\\n    border: none;\\nborder-radius: 5px;\\n    color: white;\\n    padding: 15px 32px;\\n    text-align: center;\\n    text-decoration: none;\\n    display: inline-block;\\n    font-size: 16px;\\n    margin: 4px 2px;\\n    cursor: pointer;\\n}&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-248-0-0-0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[easy-image-collage id=246]</p>\n\n<p> <br /> <a class=\"button\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p></div>\n</div></div></div></div></div></div>','HOME','','inherit','closed','closed','','34-revision-v1','','','2017-10-29 19:21:08','2017-10-29 19:21:08','',34,'http://lavishluxebylenee.com/34-revision-v1/',0,'revision','',0),(35,1,'2017-09-02 21:29:09','2017-09-02 21:29:09','<div id=\"pl-35\"  class=\"panel-layout\" ><div id=\"pg-35-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-35-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-35-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-35-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[smartslider3 slider=1]</p></div>\n</div></div></div></div></div></div>','Home','','inherit','closed','closed','','34-revision-v1','','','2017-09-02 21:29:11','2017-09-02 21:29:11','',34,'http://lavishluxebylenee.com/index.php/2017/09/02/34-revision-v1/',0,'revision','',0),(36,1,'2017-09-02 21:29:11','2017-09-02 21:29:11','<div id=\"pl-34\"  class=\"panel-layout\" ><div id=\"pg-34-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-34-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-34-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-34-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[smartslider3 slider=1]</p></div>\n</div></div></div></div></div></div>','Home','','inherit','closed','closed','','34-revision-v1','','','2017-09-02 21:29:11','2017-09-02 21:29:11','',34,'http://lavishluxebylenee.com/index.php/2017/09/02/34-revision-v1/',0,'revision','',0),(74,1,'2017-09-03 20:45:59','2017-09-03 20:45:59','<div id=\"pl-74\"  class=\"panel-layout\" ><div id=\"pg-74-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-74-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-74-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-74-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	</div>\n</div></div></div></div></div><div id=\"pg-74-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-74-1\" data-stretch-type=\"full\" ><div id=\"pgc-74-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-74-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[instagram-feed]</p></div>\n</div></div></div></div></div></div>','Home','','inherit','closed','closed','','34-revision-v1','','','2017-09-03 20:45:59','2017-09-03 20:45:59','',34,'http://lavishluxebylenee.com/index.php/2017/09/03/34-revision-v1/',0,'revision','',0),(72,1,'2017-09-03 20:43:38','2017-09-03 20:43:38','<div id=\"pl-34\"  class=\"panel-layout\" ><div id=\"pg-34-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-34-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-34-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-34-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[smartslider3 slider=1]</p></div>\n</div></div></div></div></div><div id=\"pg-34-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-34-1\" data-stretch-type=\"full\" ><div id=\"pgc-34-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-34-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[instagram-feed]</p></div>\n</div></div></div></div></div></div>','Home','','inherit','closed','closed','','34-revision-v1','','','2017-09-03 20:43:38','2017-09-03 20:43:38','',34,'http://lavishluxebylenee.com/index.php/2017/09/03/34-revision-v1/',0,'revision','',0),(43,1,'2017-09-02 21:44:31','2017-09-02 21:44:31','<div id=\"pl-34\"  class=\"panel-layout\" ><div id=\"pg-34-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-34-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-34-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-34-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[smartslider3 slider=1]</p></div>\n</div></div></div></div></div><div id=\"pg-34-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-34-1\" data-stretch-type=\"full\" ><div id=\"pgc-34-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-34-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[instagram-feed]</p></div>\n</div></div></div></div></div></div>','Home','','inherit','closed','closed','','34-revision-v1','','','2017-09-02 21:44:31','2017-09-02 21:44:31','',34,'http://lavishluxebylenee.com/index.php/2017/09/02/34-revision-v1/',0,'revision','',0),(37,1,'2017-09-02 21:29:51','2017-09-02 21:29:51','<div id=\"pl-37\"  class=\"panel-layout\" ><div id=\"pg-37-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-37-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-37-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-37-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[smartslider3 slider=1]</p></div>\n</div></div></div></div></div><div id=\"pg-37-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-37-1\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-37-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-37-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	</div>\n</div></div></div></div></div></div>','Home','','inherit','closed','closed','','34-revision-v1','','','2017-09-02 21:29:51','2017-09-02 21:29:51','',34,'http://lavishluxebylenee.com/index.php/2017/09/02/34-revision-v1/',0,'revision','',0),(38,1,'2017-09-02 21:29:51','2017-09-02 21:29:51','<div id=\"pl-34\"  class=\"panel-layout\" ><div id=\"pg-34-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-34-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-34-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-34-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[smartslider3 slider=1]</p></div>\n</div></div></div></div></div><div id=\"pg-34-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-34-1\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-34-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-34-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	</div>\n</div></div></div></div></div></div>','Home','','inherit','closed','closed','','34-revision-v1','','','2017-09-02 21:29:51','2017-09-02 21:29:51','',34,'http://lavishluxebylenee.com/index.php/2017/09/02/34-revision-v1/',0,'revision','',0),(39,1,'2017-10-30 17:48:14','2017-10-30 17:48:14','<div id=\"pl-39\"  class=\"panel-layout\" ><div id=\"pg-39-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-39-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-39-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[easy-image-collage id=246]</p></div>\n</div></div></div></div><div id=\"pg-39-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-39-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-39-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><p style=\"text-align: center;\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 14px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\n</div>\n		</div></div></div></div>','HOME','','inherit','closed','closed','','34-autosave-v1','','','2017-10-30 17:48:14','2017-10-30 17:48:14','',34,'http://lavishluxebylenee.com/index.php/2017/09/02/34-autosave-v1/',0,'revision','',0),(40,1,'2017-09-02 21:38:59','2017-09-02 21:38:59','<div id=\"pl-40\"  class=\"panel-layout\" ><div id=\"pg-40-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-40-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-40-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-40-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[smartslider3 slider=1]</p></div>\n</div></div></div></div></div><div id=\"pg-40-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-40-1\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-40-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-40-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[instagram-feed]</p></div>\n</div></div></div></div></div></div>','Home','','inherit','closed','closed','','34-revision-v1','','','2017-09-02 21:39:01','2017-09-02 21:39:01','',34,'http://lavishluxebylenee.com/index.php/2017/09/02/34-revision-v1/',0,'revision','',0),(41,1,'2017-09-02 21:39:02','2017-09-02 21:39:02','<div id=\"pl-34\"  class=\"panel-layout\" ><div id=\"pg-34-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-34-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-34-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-34-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[smartslider3 slider=1]</p></div>\n</div></div></div></div></div><div id=\"pg-34-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-34-1\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-34-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-34-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[instagram-feed]</p></div>\n</div></div></div></div></div></div>','Home','','inherit','closed','closed','','34-revision-v1','','','2017-09-02 21:39:02','2017-09-02 21:39:02','',34,'http://lavishluxebylenee.com/index.php/2017/09/02/34-revision-v1/',0,'revision','',0),(71,1,'2017-09-03 20:43:37','2017-09-03 20:43:37','<div id=\"pl-71\"  class=\"panel-layout\" ><div id=\"pg-71-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-71-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-71-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-71-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[smartslider3 slider=1]</p></div>\n</div></div></div></div></div><div id=\"pg-71-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-71-1\" data-stretch-type=\"full\" ><div id=\"pgc-71-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-71-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[instagram-feed]</p></div>\n</div></div></div></div></div></div>','Home','','inherit','closed','closed','','34-revision-v1','','','2017-09-03 20:43:37','2017-09-03 20:43:37','',34,'http://lavishluxebylenee.com/index.php/2017/09/03/34-revision-v1/',0,'revision','',0),(42,1,'2017-09-02 21:44:29','2017-09-02 21:44:29','<div id=\"pl-42\"  class=\"panel-layout\" ><div id=\"pg-42-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-42-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-42-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-42-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[smartslider3 slider=1]</p></div>\n</div></div></div></div></div><div id=\"pg-42-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-42-1\" data-stretch-type=\"full\" ><div id=\"pgc-42-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-42-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[instagram-feed]</p></div>\n</div></div></div></div></div></div>','Home','','inherit','closed','closed','','34-revision-v1','','','2017-09-02 21:44:31','2017-09-02 21:44:31','',34,'http://lavishluxebylenee.com/index.php/2017/09/02/34-revision-v1/',0,'revision','',0),(44,1,'2017-09-02 21:45:18','2017-09-02 21:45:18','','instagram_lavishluxe','','inherit','open','closed','','instagram_lavishluxe','','','2017-09-02 21:45:18','2017-09-02 21:45:18','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/09/instagram_lavishluxe.png',0,'attachment','image/png',0),(45,1,'2017-09-02 21:45:27','2017-09-02 21:45:27','','facebook_lavishluxe','','inherit','open','closed','','facebook_lavishluxe','','','2017-09-02 21:45:27','2017-09-02 21:45:27','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/09/facebook_lavishluxe.png',0,'attachment','image/png',0),(48,1,'2017-09-02 21:56:45','2017-09-02 21:56:45','<div id=\"pl-48\"  class=\"panel-layout\" ><div id=\"pg-48-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-48-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-48-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\n</div>\n		</div></div></div><div id=\"pg-48-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-48-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-48-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;padding&quot;:&quot;30px 0px 0px 0px&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-48-1-0-0\" >			<div class=\"textwidget\"><p>Schedule your appointment today!</p>\n<p>Can&#8217;t meet for a consult? No Problem! I have an eye for every size!</p>\n<p>Send me a full body picture with form-fitting clothes and I&#8217;ll send the Lavish Form via email for you to print and fill out.</p>\n<p><strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a></p>\n<pre><code>\n	<table width=\'100%\'>\n		<tr>\n			<th>Day</th>\n			<th class=\'business_hours_table_heading\'>Open</th>\n			<th class=\'business_hours_table_heading\'>Close</th>\n		</tr>\n		<tr class=\'\'>\n	<td class=\'business_hours_table_day\'>Monday</td>\n			<td class=\'business_hours_table_open\'>10am</td>\n		<td class=\'business_hours_table_close\'>8pm</td>\n	</tr><tr class=\'\'>\n	<td class=\'business_hours_table_day\'>Tuesday</td>\n			<td class=\'business_hours_table_open\'>10am</td>\n		<td class=\'business_hours_table_close\'>8pm</td>\n	</tr><tr class=\'\'>\n	<td class=\'business_hours_table_day\'>Wednesday</td>\n			<td class=\'business_hours_table_open\'>10am</td>\n		<td class=\'business_hours_table_close\'>8pm</td>\n	</tr><tr class=\'\'>\n	<td class=\'business_hours_table_day\'>Thursday</td>\n			<td class=\'business_hours_table_open\'>10am</td>\n		<td class=\'business_hours_table_close\'>8pm</td>\n	</tr><tr class=\'\'>\n	<td class=\'business_hours_table_day\'>Friday</td>\n			<td class=\'business_hours_table_open\'>10am</td>\n		<td class=\'business_hours_table_close\'>8pm</td>\n	</tr><tr class=\'\'>\n	<td class=\'business_hours_table_day\'>Saturday</td>\n			<td class=\'business_hours_table_open\'>10am</td>\n		<td class=\'business_hours_table_close\'>8pm</td>\n	</tr><tr class=\'\'>\n	<td class=\'business_hours_table_day\'>Sunday</td>\n			<td class=\'business_hours_table_open\'>1pm</td>\n		<td class=\'business_hours_table_close\'>5pm</td>\n	</tr>\n	</table>\n\n</code></pre>\n</div>\n		</div></div></div><div id=\"pgc-48-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-48-1-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;padding&quot;:&quot;5% 30% 5% 30%&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-48-1-1-0\" >			<div class=\"textwidget\"><p><div role=\"form\" class=\"wpcf7\" id=\"wpcf7-f129-o2\" lang=\"en-US\" dir=\"ltr\">\n<div class=\"screen-reader-response\"></div>\n<form action=\"/wp-admin/post.php#wpcf7-f129-o2\" method=\"post\" class=\"wpcf7-form\" novalidate=\"novalidate\">\n<div style=\"display: none;\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"129\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"4.9\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f129-o2\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n</div>\n<p><label> Your Name *<br />\n    <span class=\"wpcf7-form-control-wrap your-name\"><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Your Email *<br />\n    <span class=\"wpcf7-form-control-wrap your-email\"><input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Preferred Date *<br />\n    <span class=\"wpcf7-form-control-wrap date-345\"><input type=\"date\" name=\"date-345\" value=\"\" class=\"wpcf7-form-control wpcf7-date wpcf7-validates-as-required wpcf7-validates-as-date\" aria-required=\"true\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Preferred Time *<br />\n    <span class=\"wpcf7-form-control-wrap your-time\"><input type=\"text\" name=\"your-time\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Subject<br />\n    <span class=\"wpcf7-form-control-wrap your-subject\"><input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Your Message<br />\n    <span class=\"wpcf7-form-control-wrap your-message\"><textarea name=\"your-message\" cols=\"40\" rows=\"10\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\"></textarea></span> </label></p>\n<p><input type=\"submit\" value=\"Send\" class=\"wpcf7-form-control wpcf7-submit\" /></p>\n<div class=\"wpcf7-response-output wpcf7-display-none\"></div></form></div></p>\n</div>\n		</div></div></div></div></div>','CONTACT US','','publish','closed','closed','','contact-us','','','2017-10-24 23:17:43','2017-10-24 23:17:43','',0,'http://lavishluxebylenee.com/?page_id=48',0,'page','',0),(49,1,'2017-09-02 21:56:45','2017-09-02 21:56:45','','Contact Us','','inherit','closed','closed','','48-revision-v1','','','2017-09-02 21:56:45','2017-09-02 21:56:45','',48,'http://lavishluxebylenee.com/index.php/2017/09/02/48-revision-v1/',0,'revision','',0),(52,1,'2017-11-01 15:37:21','2017-11-01 15:37:21','<div id=\"pl-52\"  class=\"panel-layout\" ><div id=\"pg-52-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-52-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-52-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\n</div>\n		</div></div></div><div id=\"pg-52-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-52-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-52-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;padding&quot;:&quot;30px 0px 0px 0px&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-52-1-0-0\" >			<div class=\"textwidget\"><p>Schedule your appointment today!</p>\n<p>Can&#8217;t meet for a consult? No Problem! I have an eye for every size!</p>\n<p>Send me a full body picture with form-fitting clothes and I&#8217;ll send the Lavish Form via email for you to print and fill out.</p>\n<p><strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a></p>\n<pre><code>\n	<table width=\'100%\'>\n		<tr>\n			<th>Day</th>\n			<th class=\'business_hours_table_heading\'>Open</th>\n			<th class=\'business_hours_table_heading\'>Close</th>\n		</tr>\n		<tr class=\'\'>\n	<td class=\'business_hours_table_day\'>Monday</td>\n			<td class=\'business_hours_table_open\'>10am</td>\n		<td class=\'business_hours_table_close\'>8pm</td>\n	</tr><tr class=\'\'>\n	<td class=\'business_hours_table_day\'>Tuesday</td>\n			<td class=\'business_hours_table_open\'>10am</td>\n		<td class=\'business_hours_table_close\'>8pm</td>\n	</tr><tr class=\'\'>\n	<td class=\'business_hours_table_day\'>Wednesday</td>\n			<td class=\'business_hours_table_open\'>10am</td>\n		<td class=\'business_hours_table_close\'>8pm</td>\n	</tr><tr class=\'\'>\n	<td class=\'business_hours_table_day\'>Thursday</td>\n			<td class=\'business_hours_table_open\'>10am</td>\n		<td class=\'business_hours_table_close\'>8pm</td>\n	</tr><tr class=\'\'>\n	<td class=\'business_hours_table_day\'>Friday</td>\n			<td class=\'business_hours_table_open\'>10am</td>\n		<td class=\'business_hours_table_close\'>8pm</td>\n	</tr><tr class=\'\'>\n	<td class=\'business_hours_table_day\'>Saturday</td>\n			<td class=\'business_hours_table_open\'>10am</td>\n		<td class=\'business_hours_table_close\'>8pm</td>\n	</tr><tr class=\'\'>\n	<td class=\'business_hours_table_day\'>Sunday</td>\n			<td class=\'business_hours_table_open\'>1pm</td>\n		<td class=\'business_hours_table_close\'>5pm</td>\n	</tr>\n	</table>\n\n</code></pre>\n</div>\n		</div></div></div><div id=\"pgc-52-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-52-1-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;padding&quot;:&quot;5% 30% 5% 30%&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-52-1-1-0\" >			<div class=\"textwidget\"><p><div role=\"form\" class=\"wpcf7\" id=\"wpcf7-f129-o1\" lang=\"en-US\" dir=\"ltr\">\n<div class=\"screen-reader-response\"></div>\n<form action=\"/wp-admin/post.php#wpcf7-f129-o1\" method=\"post\" class=\"wpcf7-form\" novalidate=\"novalidate\">\n<div style=\"display: none;\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"129\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"4.9\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f129-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n</div>\n<p><label> Your Name *<br />\n    <span class=\"wpcf7-form-control-wrap your-name\"><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Your Email *<br />\n    <span class=\"wpcf7-form-control-wrap your-email\"><input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Preferred Date *<br />\n    <span class=\"wpcf7-form-control-wrap date-345\"><input type=\"date\" name=\"date-345\" value=\"\" class=\"wpcf7-form-control wpcf7-date wpcf7-validates-as-required wpcf7-validates-as-date\" aria-required=\"true\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Preferred Time *<br />\n    <span class=\"wpcf7-form-control-wrap your-time\"><input type=\"text\" name=\"your-time\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Subject<br />\n    <span class=\"wpcf7-form-control-wrap your-subject\"><input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Your Message<br />\n    <span class=\"wpcf7-form-control-wrap your-message\"><textarea name=\"your-message\" cols=\"40\" rows=\"10\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\"></textarea></span> </label></p>\n<div class=\"wpcf7-form-control-wrap\"><div data-sitekey=\"6Lf9vjUUAAAAABctAXlcnD5GMD1V9_z8xO1crMbh\" data-theme=\"light\" class=\"wpcf7-form-control g-recaptcha wpcf7-recaptcha\"></div>\n<noscript>\n	<div style=\"width: 302px; height: 422px;\">\n		<div style=\"width: 302px; height: 422px; position: relative;\">\n			<div style=\"width: 302px; height: 422px; position: absolute;\">\n				<iframe src=\"https://www.google.com/recaptcha/api/fallback?k=6Lf9vjUUAAAAABctAXlcnD5GMD1V9_z8xO1crMbh\" frameborder=\"0\" scrolling=\"no\" style=\"width: 302px; height:422px; border-style: none;\">\n				</iframe>\n			</div>\n			<div style=\"width: 300px; height: 60px; border-style: none; bottom: 12px; left: 25px; margin: 0px; padding: 0px; right: 25px; background: #f9f9f9; border: 1px solid #c1c1c1; border-radius: 3px;\">\n				<textarea id=\"g-recaptcha-response\" name=\"g-recaptcha-response\" class=\"g-recaptcha-response\" style=\"width: 250px; height: 40px; border: 1px solid #c1c1c1; margin: 10px 25px; padding: 0px; resize: none;\">\n				</textarea>\n			</div>\n		</div>\n	</div>\n</noscript>\n</div>\n<p><input type=\"submit\" value=\"Send\" class=\"wpcf7-form-control wpcf7-submit\" /></p>\n<div class=\"wpcf7-response-output wpcf7-display-none\"></div></form></div></p>\n</div>\n		</div></div></div></div></div>','CONTACT US','','inherit','closed','closed','','48-autosave-v1','','','2017-11-01 15:37:21','2017-11-01 15:37:21','',48,'http://lavishluxebylenee.com/index.php/2017/09/02/48-autosave-v1/',0,'revision','',0),(54,1,'2017-09-03 00:05:02','2017-09-03 00:05:02','<div id=\"pl-54\"  class=\"panel-layout\" ><div id=\"pg-54-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-54-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-54-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-54-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vein or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p>\n<p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.\" your outfit and save money while doing it! The “Hollywood Look” at an affordable price - what more can you ask for?</p>\n<p>Lenee\'<br />Affordable Chic Fashion Consultant<br />In Touch with the Client\'s Style</p>\n<p>As a personal shopper/stylist it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million dollar look within an everyday budget. As your personal stylist I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the every day beauty world allowing me to stay up on the new fab!</p></div>\n</div></div></div></div></div></div>','Contact Us','','inherit','closed','closed','','48-revision-v1','','','2017-09-03 00:05:03','2017-09-03 00:05:03','',48,'http://lavishluxebylenee.com/index.php/2017/09/03/48-revision-v1/',0,'revision','',0),(53,1,'2017-09-02 23:54:10','2017-09-02 23:54:10','People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vein or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!\r\n\r\nI am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.\" your outfit and save money while doing it! The “Hollywood Look” at an affordable price - what more can you ask for?\r\n\r\nLenee\'\r\nAffordable Chic Fashion Consultant\r\nIn Touch with the Client\'s Style\r\n\r\nAs a personal shopper/stylist it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million dollar look within an everyday budget. As your personal stylist I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the every day beauty world allowing me to stay up on the new fab!','Contact Us','','inherit','closed','closed','','48-revision-v1','','','2017-09-02 23:54:10','2017-09-02 23:54:10','',48,'http://lavishluxebylenee.com/index.php/2017/09/02/48-revision-v1/',0,'revision','',0),(55,1,'2017-09-03 00:05:03','2017-09-03 00:05:03','<div id=\"pl-48\"  class=\"panel-layout\" ><div id=\"pg-48-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-48-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-48-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-48-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vein or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p>\n<p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.\" your outfit and save money while doing it! The “Hollywood Look” at an affordable price - what more can you ask for?</p>\n<p>Lenee\'<br />Affordable Chic Fashion Consultant<br />In Touch with the Client\'s Style</p>\n<p>As a personal shopper/stylist it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million dollar look within an everyday budget. As your personal stylist I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the every day beauty world allowing me to stay up on the new fab!</p></div>\n</div></div></div></div></div></div>','Contact Us','','inherit','closed','closed','','48-revision-v1','','','2017-09-03 00:05:03','2017-09-03 00:05:03','',48,'http://lavishluxebylenee.com/index.php/2017/09/03/48-revision-v1/',0,'revision','',0),(303,0,'2018-03-28 16:27:36','0000-00-00 00:00:00','<p>\n<strong>Help us improve WPForms</strong><br />\nWe&#8217;re celebrating WPForms&#8217; 2nd birthday. Since the launch of WPForms two years ago, it is now being used by over 900,000 websites. As we plan for the next three years, we need your feedback &#8211; it&#8217;ll take less than 90 seconds.\n</p>\n<p><a href=\"https://wpforms.com/wpforms-nps-survey-2018/?utm_source=wpdashboard&#038;utm_medium=amnotification&#038;utm_campaign=npssurvey\" target=\"_blank\" class=\"button button-primary\">Share your feedback and help improve WPForms &raquo;</a> <a href=\"https://wpforms.com/wpforms-turns-2-years-old-whats-new-whats-coming-next/?utm_source=wpdashboard&#038;utm_medium=amnotification&#038;utm_campaign=npssurvey\" class=\"button button-secondary\" target=\"_blank\">Read our Annual Recap to See What&#8217;s New in WPForms</a></p>\n<p>Thanks as always for your continuous support of WPForms!<br />\nSyed Balkhi<br />\nFounder of WPForms<br />\nP.S. there&#8217;s a limited time 30% off coupon at the end of the survey :)</p>\n','','','draft','closed','closed','','','','','2018-03-28 16:27:36','0000-00-00 00:00:00','',0,'https://lavishluxebylenee.com/?post_type=amn_wpforms-lite&p=303',0,'amn_wpforms-lite','',0),(301,1,'2017-11-28 00:54:08','2017-11-28 00:54:08','<div id=\"pl-29\"  class=\"panel-layout\" ><div id=\"pg-29-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-29-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-29-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><p style=\"font-weight: bold; text-align: center; font-size: 30px;\">REVIEWS</p>\n</div>\n		</div></div></div><div id=\"pg-29-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;0% 0% 0% 0%&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-29-1\" ><div id=\"pgc-29-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-29-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;Smooth and Easy&#8221;</b></p>\n<p>Lavish Luxe by Lenee&#8217; helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee&#8217; took my look from basic to unique real quick and she was fun to work with.<br />\n<cite>Dorian</cite></p></blockquote>\n</div>\n		</div></div><div id=\"pgc-29-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-29-1-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;Flexible and Affordable&#8221;</b></p>\n<p>I&#8217;m typically a shopaholic, but I had abdominal surgery a few months ago and during the recovery process I found myself swollen and uncomfortable and while preparing to return to work I realized I was not able to fit anything in my closet! I called Lavish luxe by lenee&#8217; and I was not only able to return to work comfortable but chic. Thank you Janella for being flexible and able to customize looks that we&#8217;re specific to my needs!<br />\n<cite>Lisa Hurd-Patrick</cite></p></blockquote>\n</div>\n		</div></div></div></div><div id=\"pg-29-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;0% 0% 0% 0%&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-29-2\" ><div id=\"pgc-29-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-29-2-0-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;Best in class!&#8221;</b></p>\n<p>I have know Ms. Christopher for quite some time and her look is always On Point!</p>\n<p>When it came time for me to find an outfit for a friend&#8217;s wedding, I knew just who to call.</p>\n<p>We went to several stores for that &#8220;perfect look&#8221;. With her help, I was able to find an outfit that gave me the confidence to enjoy celebrating the happy couple by dancing the night away!</p>\n<p>Now, whenever I have a special event, she is the first person I contact. I know that she will customize a look just for me because she took the time to get to know my personal style( and her personality makes &#8220;curvy-girl&#8221; shopping sooo much fun)!</p>\n<p>I would say to anyone, if you are looking for a personal stylist, look no further than Janella Christopher!<br />\n<cite>Sholonda</cite></p></blockquote>\n</div>\n		</div><div id=\"panel-29-2-0-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;A Client For Life&#8221;</b></p>\n<p>I contacted Lenee&#8217; to style me for a very important event. Not only did she get me ALL the way together, she was professional, affordable and efficient! This was my 1st time using an image consultant, but after this experience, I’ll never do my own shopping again! She has a keen eye for styling any body type and picking the most trendiest pieces! Thank you so much for making me fly while keeping me comfortable in the skin I’m in!!<br />\n<cite>XO &#8211; Comille</cite></p></blockquote>\n</div>\n		</div></div><div id=\"pgc-29-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-29-2-1-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;A job well done&#8230; Top-rate&#8221;</b></p>\n<p>Lenee&#8217; is awesome at what she does. Whenever I have an event or just need an outfit she knows how to style for the occasion. I love the fact that she pays attention to insecurities and your body shape. She styles you in ways that ignites boldness and confidence within yourself. I also love that she does these things on a budget! Lavish Luxe has even styled my teenage daughter for her 13th birthday bash. Everything was trendy and stylish, but most of all age appropriate! I will continue to use Lavish Luxe in the future and if you haven&#8217;t, you should give her a try!<br />\n<cite>Shayla D.</cite></p></blockquote>\n</div>\n		</div><div id=\"panel-29-2-1-1\" class=\"so-panel widget widget_text\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;Reliable and Trustworthy!&#8221;</b></p>\n<p>Okay, simply put, Lenee&#8217; knows her stuff! She&#8217;s got an eye for style. I&#8217;ve relied on Lavish luxe by Lenee&#8217; for style consulting, dressing me for events and personal shopping services. Lenee&#8217; is on a very short list of people who I can trust to shop for me without me being present. I can count on her to find the right luxe for the occasion and my budget.<br />\n<cite>Latonia</cite></p></blockquote>\n</div>\n		</div><div id=\"panel-29-2-1-2\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p>I absolutely love every experience with Lavish Luxe by Lenee! Janella has a keen eye for fashion and will always keep you looking good and in season! Through styling me she’s also helped me build up my confidence with certain colors and clothing styles that I hadn’t had before. From birthdays, holidays, everyday wear, special events and just help to put together and bringing new life into the wardrobe I already have, Lavish Luxe has always been the way to go!<br />\n<cite>Jasmine &#8220;Jazzy Faces&#8221; Tucker</cite></p></blockquote>\n</div>\n		</div></div></div></div></div>','REVIEWS','','inherit','closed','closed','','29-revision-v1','','','2017-11-28 00:54:08','2017-11-28 00:54:08','',29,'https://lavishluxebylenee.com/29-revision-v1/',0,'revision','',0),(300,1,'2017-11-28 00:54:08','2017-11-28 00:54:08','<div id=\"pl-300\"  class=\"panel-layout\" ><div id=\"pg-300-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-300-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-300-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><p style=\"font-weight: bold; text-align: center; font-size: 30px;\">REVIEWS</p>\n</div>\n		</div></div></div><div id=\"pg-300-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;0% 0% 0% 0%&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-300-1\" ><div id=\"pgc-300-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-300-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;Smooth and Easy&#8221;</b></p>\n<p>Lavish Luxe by Lenee&#8217; helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee&#8217; took my look from basic to unique real quick and she was fun to work with.<br />\n<cite>Dorian</cite></p></blockquote>\n</div>\n		</div></div><div id=\"pgc-300-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-300-1-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;Flexible and Affordable&#8221;</b></p>\n<p>I&#8217;m typically a shopaholic, but I had abdominal surgery a few months ago and during the recovery process I found myself swollen and uncomfortable and while preparing to return to work I realized I was not able to fit anything in my closet! I called Lavish luxe by lenee&#8217; and I was not only able to return to work comfortable but chic. Thank you Janella for being flexible and able to customize looks that we&#8217;re specific to my needs!<br />\n<cite>Lisa Hurd-Patrick</cite></p></blockquote>\n</div>\n		</div></div></div></div><div id=\"pg-300-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;0% 0% 0% 0%&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-300-2\" ><div id=\"pgc-300-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-300-2-0-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;Best in class!&#8221;</b></p>\n<p>I have know Ms. Christopher for quite some time and her look is always On Point!</p>\n<p>When it came time for me to find an outfit for a friend&#8217;s wedding, I knew just who to call.</p>\n<p>We went to several stores for that &#8220;perfect look&#8221;. With her help, I was able to find an outfit that gave me the confidence to enjoy celebrating the happy couple by dancing the night away!</p>\n<p>Now, whenever I have a special event, she is the first person I contact. I know that she will customize a look just for me because she took the time to get to know my personal style( and her personality makes &#8220;curvy-girl&#8221; shopping sooo much fun)!</p>\n<p>I would say to anyone, if you are looking for a personal stylist, look no further than Janella Christopher!<br />\n<cite>Sholonda</cite></p></blockquote>\n</div>\n		</div><div id=\"panel-300-2-0-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;A Client For Life&#8221;</b></p>\n<p>I contacted Lenee&#8217; to style me for a very important event. Not only did she get me ALL the way together, she was professional, affordable and efficient! This was my 1st time using an image consultant, but after this experience, I’ll never do my own shopping again! She has a keen eye for styling any body type and picking the most trendiest pieces! Thank you so much for making me fly while keeping me comfortable in the skin I’m in!!<br />\n<cite>XO &#8211; Comille</cite></p></blockquote>\n</div>\n		</div></div><div id=\"pgc-300-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-300-2-1-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;A job well done&#8230; Top-rate&#8221;</b></p>\n<p>Lenee&#8217; is awesome at what she does. Whenever I have an event or just need an outfit she knows how to style for the occasion. I love the fact that she pays attention to insecurities and your body shape. She styles you in ways that ignites boldness and confidence within yourself. I also love that she does these things on a budget! Lavish Luxe has even styled my teenage daughter for her 13th birthday bash. Everything was trendy and stylish, but most of all age appropriate! I will continue to use Lavish Luxe in the future and if you haven&#8217;t, you should give her a try!<br />\n<cite>Shayla D.</cite></p></blockquote>\n</div>\n		</div><div id=\"panel-300-2-1-1\" class=\"so-panel widget widget_text\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;Reliable and Trustworthy!&#8221;</b></p>\n<p>Okay, simply put, Lenee&#8217; knows her stuff! She&#8217;s got an eye for style. I&#8217;ve relied on Lavish luxe by Lenee&#8217; for style consulting, dressing me for events and personal shopping services. Lenee&#8217; is on a very short list of people who I can trust to shop for me without me being present. I can count on her to find the right luxe for the occasion and my budget.<br />\n<cite>Latonia</cite></p></blockquote>\n</div>\n		</div><div id=\"panel-300-2-1-2\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p>I absolutely love every experience with Lavish Luxe by Lenee! Janella has a keen eye for fashion and will always keep you looking good and in season! Through styling me she’s also helped me build up my confidence with certain colors and clothing styles that I hadn’t had before. From birthdays, holidays, everyday wear, special events and just help to put together and bringing new life into the wardrobe I already have, Lavish Luxe has always been the way to go!<br />\n<cite>Jasmine &#8220;Jazzy Faces&#8221; Tucker</cite></p></blockquote>\n</div>\n		</div></div></div></div></div>','REVIEWS','','inherit','closed','closed','','29-revision-v1','','','2017-11-28 00:54:08','2017-11-28 00:54:08','',29,'https://lavishluxebylenee.com/29-revision-v1/',0,'revision','',0),(61,1,'2017-09-03 15:49:54','2017-09-03 15:49:54','<div id=\"pl-10\"  class=\"panel-layout\" ><div id=\"pg-10-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-10-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-10-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<div>[smartslider3 slider=1]</div>\n<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vein or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p>\n<p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.\" your outfit and save money while doing it! The “Hollywood Look” at an affordable price - what more can you ask for?</p>\n<p>Lenee\'<br />Affordable Chic Fashion Consultant<br />In Touch with the Client\'s Style</p>\n<p>As a personal shopper/stylist it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million dollar look within an everyday budget. As your personal stylist I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the every day beauty world allowing me to stay up on the new fab!</p></div>\n</div></div></div></div></div>','About','','inherit','closed','closed','','10-revision-v1','','','2017-09-03 15:49:54','2017-09-03 15:49:54','',10,'http://lavishluxebylenee.com/index.php/2017/09/03/10-revision-v1/',0,'revision','',0),(63,1,'2017-09-03 15:53:32','2017-09-03 15:53:32','<div id=\"pl-10\"  class=\"panel-layout\" ><div id=\"pg-10-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-10-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-10-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-10-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vein or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.\" your outfit and save money while doing it! The “Hollywood Look” at an affordable price - what more can you ask for?</p><p>Lenee\'<br>Affordable Chic Fashion Consultant<br>In Touch with the Client\'s Style</p><p>As a personal shopper/stylist it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million dollar look within an everyday budget. As your personal stylist I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the every day beauty world allowing me to stay up on the new fab!</p></div>\n</div></div></div></div></div></div>','About','','inherit','closed','closed','','10-revision-v1','','','2017-09-03 15:53:32','2017-09-03 15:53:32','',10,'http://lavishluxebylenee.com/index.php/2017/09/03/10-revision-v1/',0,'revision','',0),(65,1,'2017-09-03 15:55:52','2017-09-03 15:55:52','<div id=\"pl-29\"  class=\"panel-layout\" ><div id=\"pg-29-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-29-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-29-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-29-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[testimonials_cycle theme=\"light_style\" width=\"100%\" count=\"-1\" order_by=\"date\" order=\"ASC\" show_title=\"0\" use_excerpt=\"0\" show_thumbs=\"1\" show_date=\"1\" show_other=\"1\" hide_view_more=\"0\" show_rating=\"before\" testimonials_per_slide=\"1\" transition=\"fade\" timer=\"5000\" pause_on_hover=\"true\" auto_height=\"container\" show_pager_icons=\"1\" prev_next=\"1\" display_pagers_above=\"0\" paused=\"0\"]</p></div>\n</div></div></div></div></div></div>','Testimonials','','inherit','closed','closed','','29-revision-v1','','','2017-09-03 15:55:52','2017-09-03 15:55:52','',29,'http://lavishluxebylenee.com/index.php/2017/09/03/29-revision-v1/',0,'revision','',0),(103,1,'2020-07-06 00:18:50','2020-07-06 00:18:50','<div id=\"pl-29\"  class=\"panel-layout\" ><div id=\"pg-29-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-29-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-29-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><p style=\"font-weight: bold; text-align: center; font-size: 30px;\">REVIEWS</p>\n</div>\n		</div></div></div><div id=\"pg-29-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;0% 0% 0% 0%&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-29-1\" ><div id=\"pgc-29-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-29-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;Smooth and Easy&#8221;</b></p>\n<p>Lavish Luxe by Lenee&#8217; helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee&#8217; took my look from basic to unique real quick and she was fun to work with.<br />\n<cite>Dorian</cite></p></blockquote>\n</div>\n		</div></div><div id=\"pgc-29-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-29-1-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;Flexible and Affordable&#8221;</b></p>\n<p>I&#8217;m typically a shopaholic, but I had abdominal surgery a few months ago and during the recovery process I found myself swollen and uncomfortable and while preparing to return to work I realized I was not able to fit anything in my closet! I called Lavish luxe by lenee&#8217; and I was not only able to return to work comfortable but chic. Thank you Janella for being flexible and able to customize looks that we&#8217;re specific to my needs!<br />\n<cite>Lisa Hurd-Patrick</cite></p></blockquote>\n</div>\n		</div></div></div></div><div id=\"pg-29-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;0% 0% 0% 0%&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-29-2\" ><div id=\"pgc-29-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-29-2-0-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;Best in class!&#8221;</b></p>\n<p>I have know Ms. Christopher for quite some time and her look is always On Point!</p>\n<p>When it came time for me to find an outfit for a friend&#8217;s wedding, I knew just who to call.</p>\n<p>We went to several stores for that &#8220;perfect look&#8221;. With her help, I was able to find an outfit that gave me the confidence to enjoy celebrating the happy couple by dancing the night away!</p>\n<p>Now, whenever I have a special event, she is the first person I contact. I know that she will customize a look just for me because she took the time to get to know my personal style( and her personality makes &#8220;curvy-girl&#8221; shopping sooo much fun)!</p>\n<p>I would say to anyone, if you are looking for a personal stylist, look no further than Janella Christopher!<br />\n<cite>Sholonda</cite></p></blockquote>\n</div>\n		</div><div id=\"panel-29-2-0-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;A Client For Life&#8221;</b></p>\n<p>I contacted Lenee&#8217; to style me for a very important event. Not only did she get me ALL the way together, she was professional, affordable and efficient! This was my 1st time using an image consultant, but after this experience, I’ll never do my own shopping again! She has a keen eye for styling any body type and picking the most trendiest pieces! Thank you so much for making me fly while keeping me comfortable in the skin I’m in!!<br />\n<cite>XO &#8211; Comille</cite></p></blockquote>\n</div>\n		</div></div><div id=\"pgc-29-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-29-2-1-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;A job well done&#8230; Top-rate&#8221;</b></p>\n<p>Lenee&#8217; is awesome at what she does. Whenever I have an event or just need an outfit she knows how to style for the occasion. I love the fact that she pays attention to insecurities and your body shape. She styles you in ways that ignites boldness and confidence within yourself. I also love that she does these things on a budget! Lavish Luxe has even styled my teenage daughter for her 13th birthday bash. Everything was trendy and stylish, but most of all age appropriate! I will continue to use Lavish Luxe in the future and if you haven&#8217;t, you should give her a try!<br />\n<cite>Shayla D.</cite></p></blockquote>\n</div>\n		</div><div id=\"panel-29-2-1-1\" class=\"so-panel widget widget_text\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;Reliable and Trustworthy!&#8221;</b></p>\n<p>Okay, simply put, Lenee&#8217; knows her stuff! She&#8217;s got an eye for style. I&#8217;ve relied on Lavish luxe by Lenee&#8217; for style consulting, dressing me for events and personal shopping services. Lenee&#8217; is on a very short list of people who I can trust to shop for me without me being present. I can count on her to find the right luxe for the occasion and my budget.<br />\n<cite>Latonia</cite></p></blockquote>\n</div>\n		</div><div id=\"panel-29-2-1-2\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p>I absolutely love every experience with Lavish Luxe by Lenee! Janella has a keen eye for fashion and will always keep you looking good and in season! Through styling me she’s also helped me build up my confidence with certain colors and clothing styles that I hadn’t had before. From birthdays, holidays, everyday wear, special events and just help to put together and bringing new life into the wardrobe I already have, Lavish Luxe has always been the way to go!<br />\n<cite>Jasmine &#8220;Jazzy Faces&#8221; Tucker</cite></p></blockquote>\n</div>\n		</div></div></div></div></div>','REVIEWS','','inherit','closed','closed','','29-autosave-v1','','','2020-07-06 00:18:50','2020-07-06 00:18:50','',29,'http://lavishluxebylenee.com/index.php/2017/09/21/29-autosave-v1/',0,'revision','',0),(68,1,'2017-09-03 15:56:25','2017-09-03 15:56:25','<div id=\"pl-29\"  class=\"panel-layout\" ><div id=\"pg-29-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-29-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-29-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-29-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[testimonials_cycle theme=\"light_style\" width=\"100%\" count=\"-1\" order_by=\"date\" order=\"ASC\" show_title=\"0\" use_excerpt=\"0\" show_thumbs=\"1\" show_date=\"1\" show_other=\"1\" hide_view_more=\"0\" show_rating=\"before\" testimonials_per_slide=\"1\" transition=\"fade\" timer=\"5000\" pause_on_hover=\"true\" auto_height=\"container\" show_pager_icons=\"1\" prev_next=\"1\" display_pagers_above=\"0\" paused=\"0\"]</p></div>\n</div></div></div></div></div></div>','Testimonials','','inherit','closed','closed','','29-revision-v1','','','2017-09-03 15:56:25','2017-09-03 15:56:25','',29,'http://lavishluxebylenee.com/index.php/2017/09/03/29-revision-v1/',0,'revision','',0),(69,1,'2017-09-03 16:21:13','2017-09-03 16:21:13','<div id=\"pl-10\" class=\"panel-layout\">\r\n<div id=\"pg-10-0\" class=\"panel-grid panel-has-style\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\">\r\n<div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-10-0\" data-stretch-type=\"full-stretched\">\r\n<div id=\"pgc-10-0-0\" class=\"panel-grid-cell\" data-weight=\"1\">\r\n<div id=\"panel-10-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\">\r\n<div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\r\n<div class=\"siteorigin-widget-tinymce textwidget\">\r\n\r\nPeople will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vein or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!\r\n\r\nI am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.\" your outfit and save money while doing it! The “Hollywood Look” at an affordable price - what more can you ask for?\r\n\r\nLenee\'\r\nAffordable Chic Fashion Consultant\r\nIn Touch with the Client\'s Style\r\n\r\nAs a personal shopper/stylist it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million dollar look within an everyday budget. As your personal stylist I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the every day beauty world allowing me to stay up on the new fab!\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','About','','inherit','closed','closed','','10-revision-v1','','','2017-09-03 16:21:13','2017-09-03 16:21:13','',10,'http://lavishluxebylenee.com/index.php/2017/09/03/10-revision-v1/',0,'revision','',0),(97,1,'2017-09-21 22:54:42','2017-09-21 22:54:42','<div id=\"pl-10\" class=\"panel-layout\">\r\n<div id=\"pg-10-0\" class=\"panel-grid panel-has-style\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\">\r\n<div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-10-0\" data-stretch-type=\"full-stretched\">\r\n<div id=\"pgc-10-0-0\" class=\"panel-grid-cell\" data-weight=\"1\">\r\n<div id=\"panel-10-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\">\r\n<div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\r\n<div class=\"siteorigin-widget-tinymce textwidget\">\r\n\r\nPeople will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!\r\n\r\nI am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.\" your outfit and save money while doing it! The “Hollywood Look” at an affordable price - what more can you ask for?\r\n\r\nLenee\'\r\nAffordable Chic Fashion Consultant\r\nIn Touch with the Client\'s Style\r\n\r\nAs a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','ABOUT','','inherit','closed','closed','','10-revision-v1','','','2017-09-21 22:54:42','2017-09-21 22:54:42','',10,'http://lavishluxebylenee.com/index.php/2017/09/21/10-revision-v1/',0,'revision','',0),(70,1,'2017-09-03 16:23:13','2017-09-03 16:23:13','<div id=\"pl-10\" class=\"panel-layout\">\r\n<div id=\"pg-10-0\" class=\"panel-grid panel-has-style\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\">\r\n<div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-10-0\" data-stretch-type=\"full-stretched\">\r\n<div id=\"pgc-10-0-0\" class=\"panel-grid-cell\" data-weight=\"1\">\r\n<div id=\"panel-10-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\">\r\n<div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\r\n<div class=\"siteorigin-widget-tinymce textwidget\">\r\n\r\nPeople will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!\r\n\r\nI am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.\" your outfit and save money while doing it! The “Hollywood Look” at an affordable price - what more can you ask for?\r\n\r\nLenee\'\r\nAffordable Chic Fashion Consultant\r\nIn Touch with the Client\'s Style\r\n\r\nAs a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','About','','inherit','closed','closed','','10-revision-v1','','','2017-09-03 16:23:13','2017-09-03 16:23:13','',10,'http://lavishluxebylenee.com/index.php/2017/09/03/10-revision-v1/',0,'revision','',0),(115,1,'2017-10-23 00:41:47','2017-10-23 00:41:47','','Screenshot_2017-09-13-07-52-43-1','','inherit','open','closed','','screenshot_2017-09-13-07-52-43-1','','','2017-10-23 00:41:47','2017-10-23 00:41:47','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/10/Screenshot_2017-09-13-07-52-43-1.png',0,'attachment','image/png',0),(116,1,'2017-10-23 00:42:00','2017-10-23 00:42:00','','Lavish Luxe Gallery 1','','inherit','open','closed','','picsart_09-20-08-25-54','','','2017-10-24 21:36:30','2017-10-24 21:36:30','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-20-08.25.54.jpg',0,'attachment','image/jpeg',0),(76,1,'2017-09-03 20:49:41','2017-09-03 20:49:41','<div id=\"pl-76\"  class=\"panel-layout\" ><div id=\"pg-76-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-76-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-76-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-76-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	</div>\n</div></div></div></div></div><div id=\"pg-76-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-76-1\" data-stretch-type=\"full\" ><div id=\"pgc-76-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-76-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[instagram-feed]</p></div>\n</div></div></div></div></div></div>','Home','','inherit','closed','closed','','34-revision-v1','','','2017-09-03 20:49:42','2017-09-03 20:49:42','',34,'http://lavishluxebylenee.com/index.php/2017/09/03/34-revision-v1/',0,'revision','',0),(75,1,'2017-09-03 20:46:00','2017-09-03 20:46:00','<div id=\"pl-34\"  class=\"panel-layout\" ><div id=\"pg-34-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-34-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-34-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-34-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	</div>\n</div></div></div></div></div><div id=\"pg-34-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-34-1\" data-stretch-type=\"full\" ><div id=\"pgc-34-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-34-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[instagram-feed]</p></div>\n</div></div></div></div></div></div>','Home','','inherit','closed','closed','','34-revision-v1','','','2017-09-03 20:46:00','2017-09-03 20:46:00','',34,'http://lavishluxebylenee.com/index.php/2017/09/03/34-revision-v1/',0,'revision','',0),(78,1,'2017-09-03 20:51:30','2017-09-03 20:51:30','<div id=\"pl-78\"  class=\"panel-layout\" ><div id=\"pg-78-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-78-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-78-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-78-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	</div>\n</div></div></div></div></div><div id=\"pg-78-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-78-1\" data-stretch-type=\"full\" ><div id=\"pgc-78-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-78-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[instagram-feed]</p></div>\n</div></div></div></div></div></div>','Home','','inherit','closed','closed','','34-revision-v1','','','2017-09-03 20:51:32','2017-09-03 20:51:32','',34,'http://lavishluxebylenee.com/index.php/2017/09/03/34-revision-v1/',0,'revision','',0),(77,1,'2017-09-03 20:49:42','2017-09-03 20:49:42','<div id=\"pl-34\"  class=\"panel-layout\" ><div id=\"pg-34-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-34-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-34-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-34-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	</div>\n</div></div></div></div></div><div id=\"pg-34-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-34-1\" data-stretch-type=\"full\" ><div id=\"pgc-34-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-34-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[instagram-feed]</p></div>\n</div></div></div></div></div></div>','Home','','inherit','closed','closed','','34-revision-v1','','','2017-09-03 20:49:42','2017-09-03 20:49:42','',34,'http://lavishluxebylenee.com/index.php/2017/09/03/34-revision-v1/',0,'revision','',0),(80,1,'2017-09-03 20:51:49','2017-09-03 20:51:49','<div id=\"pl-80\"  class=\"panel-layout\" ><div id=\"pg-80-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-80-0\" data-stretch-type=\"full\" ><div id=\"pgc-80-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-80-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[instagram-feed]</p></div>\n</div></div></div></div></div></div>','Home','','inherit','closed','closed','','34-revision-v1','','','2017-09-03 20:51:49','2017-09-03 20:51:49','',34,'http://lavishluxebylenee.com/index.php/2017/09/03/34-revision-v1/',0,'revision','',0),(79,1,'2017-09-03 20:51:32','2017-09-03 20:51:32','<div id=\"pl-34\"  class=\"panel-layout\" ><div id=\"pg-34-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-34-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-34-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-34-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	</div>\n</div></div></div></div></div><div id=\"pg-34-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-34-1\" data-stretch-type=\"full\" ><div id=\"pgc-34-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-34-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[instagram-feed]</p></div>\n</div></div></div></div></div></div>','Home','','inherit','closed','closed','','34-revision-v1','','','2017-09-03 20:51:32','2017-09-03 20:51:32','',34,'http://lavishluxebylenee.com/index.php/2017/09/03/34-revision-v1/',0,'revision','',0),(81,1,'2017-09-03 20:51:49','2017-09-03 20:51:49','<div id=\"pl-34\"  class=\"panel-layout\" ><div id=\"pg-34-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-34-0\" data-stretch-type=\"full\" ><div id=\"pgc-34-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-34-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[instagram-feed]</p></div>\n</div></div></div></div></div></div>','Home','','inherit','closed','closed','','34-revision-v1','','','2017-09-03 20:51:49','2017-09-03 20:51:49','',34,'http://lavishluxebylenee.com/index.php/2017/09/03/34-revision-v1/',0,'revision','',0),(82,1,'2017-09-03 21:40:23','2017-09-03 21:40:23','','lavish-luxe','','inherit','open','closed','','lavish-luxe','','','2017-10-23 00:48:08','2017-10-23 00:48:08','',10,'http://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe.jpg',0,'attachment','image/jpeg',0),(83,1,'2017-09-03 21:40:25','2017-09-03 21:40:25','','Lavish Luxe Home Page Slider 3','','inherit','open','closed','','lavish-luxe1','','','2017-10-24 22:10:39','2017-10-24 22:10:39','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe1.jpg',0,'attachment','image/jpeg',0),(84,1,'2017-09-03 21:47:13','2017-09-03 21:47:13','','lavish-luxe2','','inherit','open','closed','','lavish-luxe2','','','2017-09-03 21:47:13','2017-09-03 21:47:13','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe2.jpg',0,'attachment','image/jpeg',0),(85,1,'2017-09-03 21:53:41','2017-09-03 21:53:41','','lavish-luxe3','','inherit','open','closed','','lavish-luxe3','','','2017-09-03 21:53:41','2017-09-03 21:53:41','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe3.jpg',0,'attachment','image/jpeg',0),(86,1,'2017-09-04 20:29:44','2017-09-04 20:29:44','','facebook-icon','','inherit','open','closed','','facebook-icon','','','2017-09-04 20:30:24','2017-09-04 20:30:24','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/09/facebook-icon.png',0,'attachment','image/png',0),(87,1,'2017-09-04 20:29:45','2017-09-04 20:29:45','','instagram-icon','','inherit','open','closed','','instagram-icon','','','2017-09-04 20:31:10','2017-09-04 20:31:10','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/09/instagram-icon.png',0,'attachment','image/png',0),(88,1,'2017-09-04 20:38:49','2017-09-04 20:38:49','','facebook-icon','','inherit','open','closed','','facebook-icon-2','','','2017-09-04 20:39:14','2017-09-04 20:39:14','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/09/facebook-icon-1.png',0,'attachment','image/png',0),(89,1,'2017-09-04 20:38:51','2017-09-04 20:38:51','','instagram-icon','','inherit','open','closed','','instagram-icon-2','','','2017-09-04 20:40:13','2017-09-04 20:40:13','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/09/instagram-icon-1.png',0,'attachment','image/png',0),(92,1,'2017-09-05 22:59:21','2017-09-05 22:59:21','','lavish-luxe-logo','','inherit','open','closed','','lavish-luxe-logo','','','2017-09-05 22:59:21','2017-09-05 22:59:21','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe-logo.png',0,'attachment','image/png',0),(99,1,'2017-09-21 22:55:03','2017-09-21 22:55:03','<div id=\"pl-34\"  class=\"panel-layout\" ><div id=\"pg-34-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-34-0\" data-stretch-type=\"full\" ><div id=\"pgc-34-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-34-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[instagram-feed]</p></div>\n</div></div></div></div></div></div>','HOME','','inherit','closed','closed','','34-revision-v1','','','2017-09-21 22:55:03','2017-09-21 22:55:03','',34,'http://lavishluxebylenee.com/index.php/2017/09/21/34-revision-v1/',0,'revision','',0),(100,1,'2017-09-21 22:55:32','2017-09-21 22:55:32','<div id=\"pl-100\"  class=\"panel-layout\" ><div id=\"pg-100-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-100-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-100-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-100-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[testimonials_cycle theme=\"light_style\" width=\"100%\" count=\"-1\" order_by=\"date\" order=\"ASC\" show_title=\"0\" use_excerpt=\"0\" show_thumbs=\"1\" show_date=\"1\" show_other=\"1\" hide_view_more=\"0\" show_rating=\"before\" testimonials_per_slide=\"1\" transition=\"fade\" timer=\"5000\" pause_on_hover=\"true\" auto_height=\"container\" show_pager_icons=\"1\" prev_next=\"1\" display_pagers_above=\"0\" paused=\"0\"]</p></div>\n</div></div></div></div></div></div>','TESTIMONIALS','','inherit','closed','closed','','29-revision-v1','','','2017-09-21 22:55:33','2017-09-21 22:55:33','',29,'http://lavishluxebylenee.com/index.php/2017/09/21/29-revision-v1/',0,'revision','',0),(101,1,'2017-09-21 22:55:34','2017-09-21 22:55:34','<div id=\"pl-29\"  class=\"panel-layout\" ><div id=\"pg-29-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-29-0\" data-stretch-type=\"full-stretched\" ><div id=\"pgc-29-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-29-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[testimonials_cycle theme=\"light_style\" width=\"100%\" count=\"-1\" order_by=\"date\" order=\"ASC\" show_title=\"0\" use_excerpt=\"0\" show_thumbs=\"1\" show_date=\"1\" show_other=\"1\" hide_view_more=\"0\" show_rating=\"before\" testimonials_per_slide=\"1\" transition=\"fade\" timer=\"5000\" pause_on_hover=\"true\" auto_height=\"container\" show_pager_icons=\"1\" prev_next=\"1\" display_pagers_above=\"0\" paused=\"0\"]</p></div>\n</div></div></div></div></div></div>','TESTIMONIALS','','inherit','closed','closed','','29-revision-v1','','','2017-09-21 22:55:34','2017-09-21 22:55:34','',29,'http://lavishluxebylenee.com/index.php/2017/09/21/29-revision-v1/',0,'revision','',0),(142,1,'2017-10-23 13:18:26','2017-10-23 13:18:26','<div id=\"pl-142\"  class=\"panel-layout\" ><div id=\"pg-142-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5% 0% 0% 0%&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-142-0\" ><div id=\"pgc-142-0-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.5\" ><div id=\"panel-142-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p>Lavish Luxe by Lenee&#8217; helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee&#8217; took my look from basic to unique real quick and she was fun to work with.<br />\n<cite>Dorian</cite></p></blockquote>\n</div>\n		</div></div><div id=\"pgc-142-0-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.5\" ></div></div></div></div>','TESTIMONIALS','','inherit','closed','closed','','29-revision-v1','','','2017-10-23 13:18:26','2017-10-23 13:18:26','',29,'http://lavishluxebylenee.com/index.php/2017/10/23/29-revision-v1/',0,'revision','',0),(104,1,'2017-09-21 23:04:05','2017-09-21 23:04:05','<strong>Lorem Ipsum</strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\r\n<div id=\"Content\">\r\n<div id=\"Panes\">\r\n<div>\r\n<h2>Why do we use it?</h2>\r\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).\r\n\r\n</div>\r\n</div>\r\n</div>','TESTIMONIALS','','inherit','closed','closed','','29-revision-v1','','','2017-09-21 23:04:05','2017-09-21 23:04:05','',29,'http://lavishluxebylenee.com/index.php/2017/09/21/29-revision-v1/',0,'revision','',0),(105,0,'2017-09-25 18:52:19','0000-00-00 00:00:00','<p>\n<strong>Important WPForms Announcement</strong><br />\nWe are retiring the WPForms Ultimate Lifetime Plan on October 2nd.</p>\n<p>This plan allows you to get lifetime access to all current and new WPForms features along with all updates and support.</p>\n<p>All existing users will be grandfathered in. I just wanted to let you know in case you want to upgrade and lock in the best WPForms deal ever before it goes away.\n</p>\n<p><a href=\"https://wpforms.com/pricing/?utm_source=wpdashboard&#038;utm_campaign=amnotification\" target=\"_blank\" class=\"button button-primary\">Click Here to Upgrade &raquo;</a> <a href=\"https://wpforms.com/were-ending-our-ultimate-lifetime-plan-get-in-now-before-its-gone/?utm_source=wpdashboard&#038;utm_campaign=amnotification\" class=\"button button-secondary\" target=\"_blank\">Read the Full Announcement</a></p>\n<p>Thanks as always for your continuous support of WPForms!<br />\nSyed Balkhi<br />\nFounder of WPForms</p>\n','','','draft','closed','closed','','','','','2017-09-25 18:52:19','0000-00-00 00:00:00','',0,'http://lavishluxebylenee.com/?post_type=amn_wpforms-lite&p=105',0,'amn_wpforms-lite','',0),(106,1,'2017-09-25 18:53:16','2017-09-25 18:53:16','','lavish-background','','inherit','open','closed','','lavish-background','','','2017-09-25 18:53:16','2017-09-25 18:53:16','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-background.jpg',0,'attachment','image/jpeg',0),(108,1,'2017-09-29 14:07:37','2017-09-29 14:07:37','','Lavish Luxe Gallery 5','','inherit','open','closed','','lavish-luxe-background','','','2017-10-24 21:45:38','2017-10-24 21:45:38','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe-background.jpeg',0,'attachment','image/jpeg',0),(117,1,'2017-10-23 00:42:04','2017-10-23 00:42:04','','Lavish Luxe Gallery 8','','inherit','open','closed','','picsart_09-29-01-39-27','','','2017-10-24 21:47:29','2017-10-24 21:47:29','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.39.27.jpg',0,'attachment','image/jpeg',0),(118,1,'2017-10-23 00:42:20','2017-10-23 00:42:20','','Lavish Luxe Gallery 9','','inherit','open','closed','','picsart_09-29-01-41-37','','','2017-10-24 21:48:29','2017-10-24 21:48:29','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.41.37.jpg',0,'attachment','image/jpeg',0),(119,1,'2017-10-23 00:42:47','2017-10-23 00:42:47','','Lavish Luxe Gallery 6','','inherit','open','closed','','_mg_9504final','','','2017-10-24 21:45:10','2017-10-24 21:45:10','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9504final.jpg',0,'attachment','image/jpeg',0),(120,1,'2017-10-23 00:43:10','2017-10-23 00:43:10','','Lavish Luxe Gallery 7','','inherit','open','closed','','_mg_9444final','','','2017-10-24 21:46:17','2017-10-24 21:46:17','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9444final.jpg',0,'attachment','image/jpeg',0),(121,1,'2017-10-23 00:43:19','2017-10-23 00:43:19','','Lavish Luxe Gallery 3','','inherit','open','closed','','dla_2342','','','2017-10-24 21:41:55','2017-10-24 21:41:55','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_2342.jpg',0,'attachment','image/jpeg',0),(122,1,'2017-10-23 00:43:24','2017-10-23 00:43:24','','Lavish Luxe Gallery 2','','inherit','open','closed','','received_10212661803131681','','','2017-10-24 21:38:21','2017-10-24 21:38:21','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/10/received_10212661803131681.jpeg',0,'attachment','image/jpeg',0),(124,1,'2017-10-23 00:54:23','2017-10-23 00:54:23','<div id=\"pl-10\" class=\"panel-layout\">\r\n<div id=\"pg-10-0\" class=\"panel-grid panel-has-style\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\">\r\n<div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-10-0\" data-stretch-type=\"full-stretched\">\r\n<div id=\"pgc-10-0-0\" class=\"panel-grid-cell\" data-weight=\"1\">\r\n<div id=\"panel-10-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\">\r\n<div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\r\n<div class=\"siteorigin-widget-tinymce textwidget\">\r\n<h1 style=\"text-align: center;\"><strong>ABOUT</strong></h1>\r\n<img class=\"alignnone wp-image-82 size-medium\" src=\"http://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe-300x300.jpg\" alt=\"Lavish Luxe By Lenee\" width=\"300\" height=\"300\" />\r\n\r\nPeople will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!\r\n\r\nI am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.\" your outfit and save money while doing it! The “Hollywood Look” at an affordable price - what more can you ask for?\r\n\r\nLenee\'\r\nAffordable Chic Fashion Consultant\r\nIn Touch with the Client\'s Style\r\n\r\nAs a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','ABOUT','','inherit','closed','closed','','10-revision-v1','','','2017-10-23 00:54:23','2017-10-23 00:54:23','',10,'http://lavishluxebylenee.com/index.php/2017/10/23/10-revision-v1/',0,'revision','',0),(125,1,'2017-10-23 00:55:28','2017-10-23 00:55:28','<div id=\"pl-125\"  class=\"panel-layout\" ><div id=\"pg-125-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5% 0% 0% 0%&quot;,&quot;mobile_padding&quot;:&quot;5% 0% 0% 0%&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-125-0\" ><div id=\"pgc-125-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-125-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;mobile_padding&quot;:&quot;0% 0% 0% 0%&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-125-0-0-0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">SHOP</p></div>\n</div></div></div></div></div></div><div id=\"pg-125-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-125-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-125-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">[ecwid widgets=\"productbrowser\" default_category_id=\"0\" minicart_layout=\"MiniAttachToProductBrowser\"]</p><p>&nbsp;</p></div>\n</div></div></div></div><div id=\"pg-125-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-125-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-125-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	</div>\n</div></div></div></div><div id=\"pg-125-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-125-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-125-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h2 style=\"text-align: center;\"><strong>More Products Coming Soon...</strong></h2></div>\n</div></div></div></div></div>','SHOP','','publish','closed','closed','','lavish-attire','','','2017-11-01 22:52:01','2017-11-01 22:52:01','',0,'http://lavishluxebylenee.com/?page_id=125',0,'page','',0),(126,1,'2017-10-23 00:55:22','2017-10-23 00:55:22','','LAVISH ATTIRE','','inherit','closed','closed','','125-revision-v1','','','2017-10-23 00:55:22','2017-10-23 00:55:22','',125,'http://lavishluxebylenee.com/index.php/2017/10/23/125-revision-v1/',0,'revision','',0),(130,1,'2017-10-23 01:37:43','2017-10-23 01:37:43','<div id=\"pl-130\"  class=\"panel-layout\" ><div id=\"pg-130-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-130-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-130-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;padding&quot;:&quot;30px 0px 0px 0px&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-130-0-0-0\" >			<div class=\"textwidget\"><p>Schedule your appointment today!</p>\n<p>Can&#8217;t meet for a consult? No Problem! I have an eye for every size!</p>\n<p>Send me a full body picture with form-fitting clothes and I&#8217;ll send the Lavish Form via email for you to print and fill out.</p>\n<p><em><strong>Call Us:</strong></em> 682-556-7387</p>\n<p><strong>Monday through Saturday: </strong></p>\n<p>10 AM &#8211; 8 PM</p>\n<p><strong>Sunday:</strong></p>\n<p>1 PM &#8211; 5 PM</p>\n<p>&nbsp;</p>\n</div>\n		</div></div></div><div id=\"pgc-130-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-130-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;padding&quot;:&quot;5% 30% 5% 30%&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-130-0-1-0\" >			<div class=\"textwidget\"><p><div role=\"form\" class=\"wpcf7\" id=\"wpcf7-f129-o1\" lang=\"en-US\" dir=\"ltr\">\n<div class=\"screen-reader-response\"></div>\n<form action=\"/wp-admin/post.php#wpcf7-f129-o1\" method=\"post\" class=\"wpcf7-form\" novalidate=\"novalidate\">\n<div style=\"display: none;\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"129\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"4.9\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f129-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n</div>\n<p><label> Your Name (required)<br />\n    <span class=\"wpcf7-form-control-wrap your-name\"><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Your Email (required)<br />\n    <span class=\"wpcf7-form-control-wrap your-email\"><input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Subject<br />\n    <span class=\"wpcf7-form-control-wrap your-subject\"><input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Your Message<br />\n    <span class=\"wpcf7-form-control-wrap your-message\"><textarea name=\"your-message\" cols=\"40\" rows=\"10\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\"></textarea></span> </label></p>\n<p><input type=\"submit\" value=\"Send\" class=\"wpcf7-form-control wpcf7-submit\" /></p>\n<div class=\"wpcf7-response-output wpcf7-display-none\"></div></form></div></p>\n</div>\n		</div></div></div></div></div>','CONTACT US','','inherit','closed','closed','','48-revision-v1','','','2017-10-23 01:37:43','2017-10-23 01:37:43','',48,'http://lavishluxebylenee.com/index.php/2017/10/23/48-revision-v1/',0,'revision','',0),(131,1,'2017-10-23 01:37:43','2017-10-23 01:37:43','<div id=\"pl-48\"  class=\"panel-layout\" ><div id=\"pg-48-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-48-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-48-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;padding&quot;:&quot;30px 0px 0px 0px&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-48-0-0-0\" >			<div class=\"textwidget\"><p>Schedule your appointment today!</p>\n<p>Can&#8217;t meet for a consult? No Problem! I have an eye for every size!</p>\n<p>Send me a full body picture with form-fitting clothes and I&#8217;ll send the Lavish Form via email for you to print and fill out.</p>\n<p><em><strong>Call Us:</strong></em> 682-556-7387</p>\n<p><strong>Monday through Saturday: </strong></p>\n<p>10 AM &#8211; 8 PM</p>\n<p><strong>Sunday:</strong></p>\n<p>1 PM &#8211; 5 PM</p>\n<p>&nbsp;</p>\n</div>\n		</div></div></div><div id=\"pgc-48-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-48-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;padding&quot;:&quot;5% 30% 5% 30%&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-48-0-1-0\" >			<div class=\"textwidget\"><p><div role=\"form\" class=\"wpcf7\" id=\"wpcf7-f129-o2\" lang=\"en-US\" dir=\"ltr\">\n<div class=\"screen-reader-response\"></div>\n<form action=\"/wp-admin/post.php#wpcf7-f129-o2\" method=\"post\" class=\"wpcf7-form\" novalidate=\"novalidate\">\n<div style=\"display: none;\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"129\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"4.9\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f129-o2\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n</div>\n<p><label> Your Name (required)<br />\n    <span class=\"wpcf7-form-control-wrap your-name\"><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Your Email (required)<br />\n    <span class=\"wpcf7-form-control-wrap your-email\"><input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Subject<br />\n    <span class=\"wpcf7-form-control-wrap your-subject\"><input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Your Message<br />\n    <span class=\"wpcf7-form-control-wrap your-message\"><textarea name=\"your-message\" cols=\"40\" rows=\"10\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\"></textarea></span> </label></p>\n<p><input type=\"submit\" value=\"Send\" class=\"wpcf7-form-control wpcf7-submit\" /></p>\n<div class=\"wpcf7-response-output wpcf7-display-none\"></div></form></div></p>\n</div>\n		</div></div></div></div></div>','CONTACT US','','inherit','closed','closed','','48-revision-v1','','','2017-10-23 01:37:43','2017-10-23 01:37:43','',48,'http://lavishluxebylenee.com/index.php/2017/10/23/48-revision-v1/',0,'revision','',0),(133,1,'2017-10-23 01:43:47','2017-10-23 01:43:47','<div id=\"pl-48\"  class=\"panel-layout\" ><div id=\"pg-48-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-48-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-48-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\n</div>\n		</div></div></div><div id=\"pg-48-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-48-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-48-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;padding&quot;:&quot;30px 0px 0px 0px&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-48-1-0-0\" >			<div class=\"textwidget\"><p>Schedule your appointment today!</p>\n<p>Can&#8217;t meet for a consult? No Problem! I have an eye for every size!</p>\n<p>Send me a full body picture with form-fitting clothes and I&#8217;ll send the Lavish Form via email for you to print and fill out.</p>\n<p><em><strong>Call Us:</strong></em> 682-556-7387</p>\n<p><strong>Monday through Saturday: </strong></p>\n<p>10 AM &#8211; 8 PM</p>\n<p><strong>Sunday:</strong></p>\n<p>1 PM &#8211; 5 PM</p>\n<p>&nbsp;</p>\n</div>\n		</div></div></div><div id=\"pgc-48-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-48-1-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;padding&quot;:&quot;5% 30% 5% 30%&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-48-1-1-0\" >			<div class=\"textwidget\"><p><div role=\"form\" class=\"wpcf7\" id=\"wpcf7-f129-o2\" lang=\"en-US\" dir=\"ltr\">\n<div class=\"screen-reader-response\"></div>\n<form action=\"/wp-admin/post.php#wpcf7-f129-o2\" method=\"post\" class=\"wpcf7-form\" novalidate=\"novalidate\">\n<div style=\"display: none;\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"129\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"4.9\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f129-o2\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n</div>\n<p><label> Your Name (required)<br />\n    <span class=\"wpcf7-form-control-wrap your-name\"><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Your Email (required)<br />\n    <span class=\"wpcf7-form-control-wrap your-email\"><input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Subject<br />\n    <span class=\"wpcf7-form-control-wrap your-subject\"><input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Your Message<br />\n    <span class=\"wpcf7-form-control-wrap your-message\"><textarea name=\"your-message\" cols=\"40\" rows=\"10\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\"></textarea></span> </label></p>\n<p><input type=\"submit\" value=\"Send\" class=\"wpcf7-form-control wpcf7-submit\" /></p>\n<div class=\"wpcf7-response-output wpcf7-display-none\"></div></form></div></p>\n</div>\n		</div></div></div></div></div>','CONTACT US','','inherit','closed','closed','','48-revision-v1','','','2017-10-23 01:43:47','2017-10-23 01:43:47','',48,'http://lavishluxebylenee.com/index.php/2017/10/23/48-revision-v1/',0,'revision','',0),(132,1,'2017-10-23 01:43:46','2017-10-23 01:43:46','<div id=\"pl-132\"  class=\"panel-layout\" ><div id=\"pg-132-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-132-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-132-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\n</div>\n		</div></div></div><div id=\"pg-132-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-132-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-132-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;padding&quot;:&quot;30px 0px 0px 0px&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-132-1-0-0\" >			<div class=\"textwidget\"><p>Schedule your appointment today!</p>\n<p>Can&#8217;t meet for a consult? No Problem! I have an eye for every size!</p>\n<p>Send me a full body picture with form-fitting clothes and I&#8217;ll send the Lavish Form via email for you to print and fill out.</p>\n<p><em><strong>Call Us:</strong></em> 682-556-7387</p>\n<p><strong>Monday through Saturday: </strong></p>\n<p>10 AM &#8211; 8 PM</p>\n<p><strong>Sunday:</strong></p>\n<p>1 PM &#8211; 5 PM</p>\n<p>&nbsp;</p>\n</div>\n		</div></div></div><div id=\"pgc-132-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-132-1-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;padding&quot;:&quot;5% 30% 5% 30%&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-132-1-1-0\" >			<div class=\"textwidget\"><p><div role=\"form\" class=\"wpcf7\" id=\"wpcf7-f129-o1\" lang=\"en-US\" dir=\"ltr\">\n<div class=\"screen-reader-response\"></div>\n<form action=\"/wp-admin/post.php#wpcf7-f129-o1\" method=\"post\" class=\"wpcf7-form\" novalidate=\"novalidate\">\n<div style=\"display: none;\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"129\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"4.9\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f129-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n</div>\n<p><label> Your Name (required)<br />\n    <span class=\"wpcf7-form-control-wrap your-name\"><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Your Email (required)<br />\n    <span class=\"wpcf7-form-control-wrap your-email\"><input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Subject<br />\n    <span class=\"wpcf7-form-control-wrap your-subject\"><input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Your Message<br />\n    <span class=\"wpcf7-form-control-wrap your-message\"><textarea name=\"your-message\" cols=\"40\" rows=\"10\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\"></textarea></span> </label></p>\n<p><input type=\"submit\" value=\"Send\" class=\"wpcf7-form-control wpcf7-submit\" /></p>\n<div class=\"wpcf7-response-output wpcf7-display-none\"></div></form></div></p>\n</div>\n		</div></div></div></div></div>','CONTACT US','','inherit','closed','closed','','48-revision-v1','','','2017-10-23 01:43:46','2017-10-23 01:43:46','',48,'http://lavishluxebylenee.com/index.php/2017/10/23/48-revision-v1/',0,'revision','',0),(134,1,'2017-10-23 03:44:26','2017-10-23 03:44:26','Lavish Luxe by Lenee’ helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee’ took my look from basic to unique real quick and she was fun to work with.','Smooth and Easy','','publish','closed','closed','','smooth-and-easy','','','2021-02-28 23:45:31','2021-02-28 23:45:31','',0,'http://lavishluxebylenee.com/?post_type=testimonial&#038;p=134',0,'testimonial','',0),(136,1,'2017-10-23 13:09:08','2017-10-23 13:09:08','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n.header_background {opacity:1 !important}\n\nblockquote {\n    font-family: \'Lato\', sans-serif;\n    font-size: 15px;\n    font-style: italic;\n    margin: 0.25em 0;\n    padding: 0.25em 40px;\n    line-height: 1.45;\n    position: relative;\n    color: #383838;\n	border-radius:10px;\n    background:#ececec;\n}\n \nblockquote:before {\n    display: block;\n    content: \"\\201C\";\n    font-size: 80px;\n    position: absolute;\n    left: -10px;\n    top: -10px;\n    color: #7a7a7a;\n}\n \nblockquote cite {\n    color: #999999;\n    font-size: 14px;\n    display: block;\n    margin-top: 5px;\n}\n  \nblockquote cite:before {\n    content: \"\\2014 \\2009\";\n}\n\nhtml#ecwid_html body#ecwid_body .ecwid .ecwid-btn--primary{\n	color:black;\n}\n\n#shipping_method_0_local_pickup1:checked + label[for=shipping_method_0_local_pickup1]::after {\n    display: block;\n    content: \"Pickup at 1730 W Bardin Rd Arlington, TX 76017\";\n}','CreativePortfolioResFree','','publish','closed','closed','','creativeportfolioresfree','','','2020-11-09 04:46:47','2020-11-09 04:46:47','',0,'http://lavishluxebylenee.com/index.php/2017/10/23/creativeportfolioresfree/',0,'custom_css','',0),(139,1,'2017-10-23 13:13:35','2017-10-23 13:13:35','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/','CreativePortfolioResFree','','inherit','closed','closed','','136-revision-v1','','','2017-10-23 13:13:35','2017-10-23 13:13:35','',136,'http://lavishluxebylenee.com/index.php/2017/10/23/136-revision-v1/',0,'revision','',0),(137,1,'2017-10-23 13:09:08','2017-10-23 13:09:08','/*\nYou can add your own CSS here.\nblockquote {\n    font-family: Georgia, serif;\n    font-size: 18px;\n    font-style: italic;\n    width: 450px;\n    margin: 0.25em 0;\n    padding: 0.25em 40px;\n    line-height: 1.45;\n    position: relative;\n    color: #383838;\n    background:#ececec;\n}\n \nblockquote:before {\n    display: block;\n    content: \"\\201C\";\n    font-size: 80px;\n    position: absolute;\n    left: -10px;\n    top: -10px;\n    color: #7a7a7a;\n}\n \nblockquote cite {\n    color: #999999;\n    font-size: 14px;\n    display: block;\n    margin-top: 5px;\n}\n  \nblockquote cite:before {\n    content: \"\\2014 \\2009\";\n}\nClick the help icon above to learn more.\n*/','CreativePortfolioResFree','','inherit','closed','closed','','136-revision-v1','','','2017-10-23 13:09:08','2017-10-23 13:09:08','',136,'http://lavishluxebylenee.com/index.php/2017/10/23/136-revision-v1/',0,'revision','',0),(141,1,'2017-10-23 13:13:46','2017-10-23 13:13:46','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\nblockquote {\n    font-family: Georgia, serif;\n    font-size: 18px;\n    font-style: italic;\n    width: 450px;\n    margin: 0.25em 0;\n    padding: 0.25em 40px;\n    line-height: 1.45;\n    position: relative;\n    color: #383838;\n    background:#ececec;\n}\n \nblockquote:before {\n    display: block;\n    content: \"\\201C\";\n    font-size: 80px;\n    position: absolute;\n    left: -10px;\n    top: -10px;\n    color: #7a7a7a;\n}\n \nblockquote cite {\n    color: #999999;\n    font-size: 14px;\n    display: block;\n    margin-top: 5px;\n}\n  \nblockquote cite:before {\n    content: \"\\2014 \\2009\";\n}','CreativePortfolioResFree','','inherit','closed','closed','','136-revision-v1','','','2017-10-23 13:13:46','2017-10-23 13:13:46','',136,'http://lavishluxebylenee.com/index.php/2017/10/23/136-revision-v1/',0,'revision','',0),(143,1,'2017-10-23 13:18:27','2017-10-23 13:18:27','<div id=\"pl-29\"  class=\"panel-layout\" ><div id=\"pg-29-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5% 0% 0% 0%&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-29-0\" ><div id=\"pgc-29-0-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.5\" ><div id=\"panel-29-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p>Lavish Luxe by Lenee&#8217; helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee&#8217; took my look from basic to unique real quick and she was fun to work with.<br />\n<cite>Dorian</cite></p></blockquote>\n</div>\n		</div></div><div id=\"pgc-29-0-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.5\" ></div></div></div></div>','TESTIMONIALS','','inherit','closed','closed','','29-revision-v1','','','2017-10-23 13:18:27','2017-10-23 13:18:27','',29,'http://lavishluxebylenee.com/index.php/2017/10/23/29-revision-v1/',0,'revision','',0),(144,1,'2017-10-23 13:20:25','2017-10-23 13:20:25','<div id=\"pl-144\"  class=\"panel-layout\" ><div id=\"pg-144-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-144-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-144-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><p style=\"font-weight: bold; text-align: center; font-size: 30px;\">TESTIMONIALS</p>\n</div>\n		</div></div></div><div id=\"pg-144-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;0% 0% 0% 0%&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-144-1\" ><div id=\"pgc-144-1-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.5\" ><div id=\"panel-144-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p>Lavish Luxe by Lenee&#8217; helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee&#8217; took my look from basic to unique real quick and she was fun to work with.<br />\n<cite>Dorian</cite></p></blockquote>\n</div>\n		</div></div><div id=\"pgc-144-1-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.5\" ></div></div></div></div>','TESTIMONIALS','','inherit','closed','closed','','29-revision-v1','','','2017-10-23 13:20:25','2017-10-23 13:20:25','',29,'http://lavishluxebylenee.com/index.php/2017/10/23/29-revision-v1/',0,'revision','',0),(145,1,'2017-10-23 13:20:26','2017-10-23 13:20:26','<div id=\"pl-29\"  class=\"panel-layout\" ><div id=\"pg-29-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-29-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-29-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><p style=\"font-weight: bold; text-align: center; font-size: 30px;\">TESTIMONIALS</p>\n</div>\n		</div></div></div><div id=\"pg-29-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;0% 0% 0% 0%&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-29-1\" ><div id=\"pgc-29-1-0\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.5\" ><div id=\"panel-29-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p>Lavish Luxe by Lenee&#8217; helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee&#8217; took my look from basic to unique real quick and she was fun to work with.<br />\n<cite>Dorian</cite></p></blockquote>\n</div>\n		</div></div><div id=\"pgc-29-1-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.5\" ></div></div></div></div>','TESTIMONIALS','','inherit','closed','closed','','29-revision-v1','','','2017-10-23 13:20:26','2017-10-23 13:20:26','',29,'http://lavishluxebylenee.com/index.php/2017/10/23/29-revision-v1/',0,'revision','',0),(167,1,'2017-10-23 16:12:01','2017-10-23 16:12:01','<div id=\"pl-29\"  class=\"panel-layout\" ><div id=\"pg-29-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-29-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-29-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><p style=\"font-weight: bold; text-align: center; font-size: 30px;\">TESTIMONIALS</p>\n</div>\n		</div></div></div><div id=\"pg-29-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;0% 0% 0% 0%&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-29-1\" ><div id=\"pgc-29-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-29-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;Smooth and Easy&#8221;</b></p>\n<p>Lavish Luxe by Lenee&#8217; helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee&#8217; took my look from basic to unique real quick and she was fun to work with.<br />\n<cite>Dorian</cite></p></blockquote>\n</div>\n		</div></div><div id=\"pgc-29-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-29-1-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;Flexible and Affordable&#8221;</b></p>\n<p>I&#8217;m typically a shopaholic, but I had abdominal surgery a few months ago and during the recovery process I found myself swollen and uncomfortable and while preparing to return to work I realized I was not able to fit anything in my closet! I called Lavish luxe by lenee&#8217; and I was not only able to return to work comfortable but chic. Thank you Janella for being flexible and able to customize looks that we&#8217;re specific to my needs!<br />\n<cite>Lisa Hurd-Patrick</cite></p></blockquote>\n</div>\n		</div></div></div></div><div id=\"pg-29-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;0% 0% 0% 0%&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-29-2\" ><div id=\"pgc-29-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-29-2-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;Best in class!&#8221;</b></p>\n<p>I have know Ms. Christopher for quite some time and her look is always On Point!</p>\n<p>When it came time for me to find an outfit for a friend&#8217;s wedding, I knew just who to call.</p>\n<p>We went to several stores for that &#8220;perfect look&#8221;. With her help, I was able to find an outfit that gave me the confidence to enjoy celebrating the happy couple by dancing the night away!</p>\n<p>Now, whenever I have a special event, she is the first person I contact. I know that she will customize a look just for me because she took the time to get to know my personal style( and her personality makes &#8220;curvy-girl&#8221; shopping sooo much fun)!</p>\n<p>I would say to anyone, if you are looking for a personal stylist, look no further than Janella Christopher!<br />\n<cite>Sholonda</cite></p></blockquote>\n</div>\n		</div></div><div id=\"pgc-29-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-29-2-1-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;A job well done&#8230; Top-rate&#8221;</b></p>\n<p>Lenee&#8217; is awesome at what she does. Whenever I have an event or just need an outfit she knows how to style for the occasion. I love the fact that she pays attention to insecurities and your body shape. She styles you in ways that ignites boldness and confidence within yourself. I also love that she does these things on a budget! Lavish Luxe has even styled my teenage daughter for her 13th birthday bash. Everything was trendy and stylish, but most of all age appropriate! I will continue to use Lavish Luxe in the future and if you haven&#8217;t, you should give her a try!<br />\n<cite>Shayla D.</cite></p></blockquote>\n</div>\n		</div><div id=\"panel-29-2-1-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;Reliable and Trustworthy!&#8221;</b></p>\n<p>Okay, simply put, Lenee&#8217; knows her stuff! She&#8217;s got an eye for style. I&#8217;ve relied on Lavish luxe by Lenee&#8217; for style consulting, dressing me for events and personal shopping services. Lenee&#8217; is on a very short list of people who I can trust to shop for me without me being present. I can count on her to find the right luxe for the occasion and my budget.<br />\n<cite>Sholonda</cite></p></blockquote>\n</div>\n		</div></div></div></div></div>','TESTIMONIALS','','inherit','closed','closed','','29-revision-v1','','','2017-10-23 16:12:01','2017-10-23 16:12:01','',29,'http://lavishluxebylenee.com/index.php/2017/10/23/29-revision-v1/',0,'revision','',0),(146,1,'2017-10-23 14:27:51','2017-10-23 14:27:51','<div id=\"pl-146\"  class=\"panel-layout\" ><div id=\"pg-146-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-146-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-146-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><p style=\"font-weight: bold; text-align: center; font-size: 30px;\">TESTIMONIALS</p>\n</div>\n		</div></div></div><div id=\"pg-146-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;0% 0% 0% 0%&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-146-1\" ><div id=\"pgc-146-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-146-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;Smooth and Easy&#8221;</b></p>\n<p>Lavish Luxe by Lenee&#8217; helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee&#8217; took my look from basic to unique real quick and she was fun to work with.<br />\n<cite>Dorian</cite></p></blockquote>\n</div>\n		</div></div><div id=\"pgc-146-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-146-1-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;Flexible and Affordable&#8221;</b></p>\n<p>I&#8217;m typically a shopaholic, but I had abdominal surgery a few months ago and during the recovery process I found myself swollen and uncomfortable and while preparing to return to work I realized I was not able to fit anything in my closet! I called Lavish luxe by lenee&#8217; and I was not only able to return to work comfortable but chic. Thank you Janella for being flexible and able to customize looks that we&#8217;re specific to my needs!<br />\n<cite>Lisa Hurd-Patrick</cite></p></blockquote>\n</div>\n		</div></div></div></div><div id=\"pg-146-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;0% 0% 0% 0%&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-146-2\" ><div id=\"pgc-146-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-146-2-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;Best in class!&#8221;</b></p>\n<p>I have know Ms. Christopher for quite some time and her look is always On Point!</p>\n<p>When it came time for me to find an outfit for a friend&#8217;s wedding, I knew just who to call.</p>\n<p>We went to several stores for that &#8220;perfect look&#8221;. With her help, I was able to find an outfit that gave me the confidence to enjoy celebrating the happy couple by dancing the night away!</p>\n<p>Now, whenever I have a special event, she is the first person I contact. I know that she will customize a look just for me because she took the time to get to know my personal style( and her personality makes &#8220;curvy-girl&#8221; shopping sooo much fun)!</p>\n<p>I would say to anyone, if you are looking for a personal stylist, look no further than Janella Christopher!<br />\n<cite>Sholonda</cite></p></blockquote>\n</div>\n		</div></div><div id=\"pgc-146-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-146-2-1-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;A job well done&#8230; Top-rate&#8221;</b></p>\n<p>Lenee&#8217; is awesome at what she does. Whenever I have an event or just need an outfit she knows how to style for the occasion. I love the fact that she pays attention to insecurities and your body shape. She styles you in ways that ignites boldness and confidence within yourself. I also love that she does these things on a budget! Lavish Luxe has even styled my teenage daughter for her 13th birthday bash. Everything was trendy and stylish, but most of all age appropriate! I will continue to use Lavish Luxe in the future and if you haven&#8217;t, you should give her a try!<br />\n<cite>Shayla D.</cite></p></blockquote>\n</div>\n		</div><div id=\"panel-146-2-1-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;Reliable and Trustworthy!&#8221;</b></p>\n<p>Okay, simply put, Lenee&#8217; knows her stuff! She&#8217;s got an eye for style. I&#8217;ve relied on Lavish luxe by Lenee&#8217; for style consulting, dressing me for events and personal shopping services. Lenee&#8217; is on a very short list of people who I can trust to shop for me without me being present. I can count on her to find the right luxe for the occasion and my budget.<br />\n<cite>Sholonda</cite></p></blockquote>\n</div>\n		</div></div></div></div></div>','TESTIMONIALS','','inherit','closed','closed','','29-revision-v1','','','2017-10-23 14:27:51','2017-10-23 14:27:51','',29,'http://lavishluxebylenee.com/index.php/2017/10/23/29-revision-v1/',0,'revision','',0),(147,1,'2017-10-23 14:27:52','2017-10-23 14:27:52','<div id=\"pl-29\"  class=\"panel-layout\" ><div id=\"pg-29-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-29-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-29-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><p style=\"font-weight: bold; text-align: center; font-size: 30px;\">TESTIMONIALS</p>\n</div>\n		</div></div></div><div id=\"pg-29-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;0% 0% 0% 0%&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-29-1\" ><div id=\"pgc-29-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-29-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;Smooth and Easy&#8221;</b></p>\n<p>Lavish Luxe by Lenee&#8217; helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee&#8217; took my look from basic to unique real quick and she was fun to work with.<br />\n<cite>Dorian</cite></p></blockquote>\n</div>\n		</div></div><div id=\"pgc-29-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-29-1-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;Flexible and Affordable&#8221;</b></p>\n<p>I&#8217;m typically a shopaholic, but I had abdominal surgery a few months ago and during the recovery process I found myself swollen and uncomfortable and while preparing to return to work I realized I was not able to fit anything in my closet! I called Lavish luxe by lenee&#8217; and I was not only able to return to work comfortable but chic. Thank you Janella for being flexible and able to customize looks that we&#8217;re specific to my needs!<br />\n<cite>Lisa Hurd-Patrick</cite></p></blockquote>\n</div>\n		</div></div></div></div><div id=\"pg-29-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;0% 0% 0% 0%&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-29-2\" ><div id=\"pgc-29-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-29-2-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;Best in class!&#8221;</b></p>\n<p>I have know Ms. Christopher for quite some time and her look is always On Point!</p>\n<p>When it came time for me to find an outfit for a friend&#8217;s wedding, I knew just who to call.</p>\n<p>We went to several stores for that &#8220;perfect look&#8221;. With her help, I was able to find an outfit that gave me the confidence to enjoy celebrating the happy couple by dancing the night away!</p>\n<p>Now, whenever I have a special event, she is the first person I contact. I know that she will customize a look just for me because she took the time to get to know my personal style( and her personality makes &#8220;curvy-girl&#8221; shopping sooo much fun)!</p>\n<p>I would say to anyone, if you are looking for a personal stylist, look no further than Janella Christopher!<br />\n<cite>Sholonda</cite></p></blockquote>\n</div>\n		</div></div><div id=\"pgc-29-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-29-2-1-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;A job well done&#8230; Top-rate&#8221;</b></p>\n<p>Lenee&#8217; is awesome at what she does. Whenever I have an event or just need an outfit she knows how to style for the occasion. I love the fact that she pays attention to insecurities and your body shape. She styles you in ways that ignites boldness and confidence within yourself. I also love that she does these things on a budget! Lavish Luxe has even styled my teenage daughter for her 13th birthday bash. Everything was trendy and stylish, but most of all age appropriate! I will continue to use Lavish Luxe in the future and if you haven&#8217;t, you should give her a try!<br />\n<cite>Shayla D.</cite></p></blockquote>\n</div>\n		</div><div id=\"panel-29-2-1-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;Reliable and Trustworthy!&#8221;</b></p>\n<p>Okay, simply put, Lenee&#8217; knows her stuff! She&#8217;s got an eye for style. I&#8217;ve relied on Lavish luxe by Lenee&#8217; for style consulting, dressing me for events and personal shopping services. Lenee&#8217; is on a very short list of people who I can trust to shop for me without me being present. I can count on her to find the right luxe for the occasion and my budget.<br />\n<cite>Sholonda</cite></p></blockquote>\n</div>\n		</div></div></div></div></div>','TESTIMONIALS','','inherit','closed','closed','','29-revision-v1','','','2017-10-23 14:27:52','2017-10-23 14:27:52','',29,'http://lavishluxebylenee.com/index.php/2017/10/23/29-revision-v1/',0,'revision','',0),(149,1,'2017-10-23 14:29:51','2017-10-23 14:29:51','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\nblockquote {\n    font-family: Georgia, serif;\n    font-size: 15px;\n    font-style: italic;\n    width: 450px;\n    margin: 0.25em 0;\n    padding: 0.25em 40px;\n    line-height: 1.45;\n    position: relative;\n    color: #383838;\n    background:#ececec;\n}\n \nblockquote:before {\n    display: block;\n    content: \"\\201C\";\n    font-size: 80px;\n    position: absolute;\n    left: -10px;\n    top: -10px;\n    color: #7a7a7a;\n}\n \nblockquote cite {\n    color: #999999;\n    font-size: 14px;\n    display: block;\n    margin-top: 5px;\n}\n  \nblockquote cite:before {\n    content: \"\\2014 \\2009\";\n}','CreativePortfolioResFree','','inherit','closed','closed','','136-revision-v1','','','2017-10-23 14:29:51','2017-10-23 14:29:51','',136,'http://lavishluxebylenee.com/index.php/2017/10/23/136-revision-v1/',0,'revision','',0),(150,1,'2017-10-23 14:33:10','2017-10-23 14:33:10','<div id=\"pl-150\"  class=\"panel-layout\" ><div id=\"pg-150-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;0% 0% 0% 0%&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-150-0\" ><div id=\"pgc-150-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><p style=\"font-weight: bold; text-align: center; font-size: 30px;\">SERVICES</p>\n</div>\n		</div></div></div></div><div id=\"pg-150-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;0% 0% 0% 0%&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-150-1\" ><div id=\"pgc-150-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><p style=\"text-align:center\">Lavish Luxe By Lenee&#8217; takes pride in providing our customers with high-quality services personalized for their unique needs. I always say &#8221; If you look good, you feel good&#8221;. We can handle all personal and professional image, without going beyond the budget.</p>\n<p style=\"text-align:center;margin-bottom:25px\">LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF&#8221; ~Lenee&#8217;~</p>\n<table class=\"wp-list-table widefat fixed striped posts\">\n<tbody id=\"the-list\">\n<tr id=\"post-159\" class=\"iedit author-self level-0 post-159 type-rpt_pricing_table status-publish hentry\">\n<td class=\"dk_shortcode column-dk_shortcode\" data-colname=\"Shortcode\"><div id=\"rpt_pricr\" class=\"rpt_plans rpt_4_plans rpt_style_basic\"><div class=\"\"><div class=\"rpt_plan   rpt_plan_0  \"><div class=\"rpt_title rpt_title_0\">Consulting with Lenee</div><div class=\"rpt_head rpt_head_0\"></div><div class=\"rpt_features rpt_features_0\"><div style=\"color:black;\" class=\"rpt_feature rpt_feature_0-0\"><strong>$25</strong> Luxe Location\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_0-1\"><strong>$30</strong> Travel Location</div></div><a target=\"_self\" style=\"background:#8224e3\" class=\"rpt_foot rpt_foot_0\"></a></div><div class=\"rpt_plan   rpt_plan_1  \"><div class=\"rpt_title rpt_title_1\">Lavish Hunting</div><div class=\"rpt_head rpt_head_1\"></div><div class=\"rpt_features rpt_features_1\"><div style=\"color:black;\" class=\"rpt_feature rpt_feature_1-0\">Starting @ <strong>$50</strong> for <strong>35 minutes</strong> for one particular Luxe</div></div><a target=\"_self\" style=\"background:#8224e3\" class=\"rpt_foot rpt_foot_1\"></a></div><div class=\"rpt_plan   rpt_plan_2  \"><div class=\"rpt_title rpt_title_2\">Lavish Closet Evaluation</div><div class=\"rpt_head rpt_head_2\"></div><div class=\"rpt_features rpt_features_2\"><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-0\"><strong>Full day 8 hrs for $250 includes:</strong>\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-1\">Shopping\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-2\">Lavish Luxe Talk\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-3\">Styling Tips\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-4\">Closet run through\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-5\"><strong>Half Day 4.5 hrs for $125 includes:</strong>\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-6\">Lavish Luxe Talk\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-7\">Styling Tips\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-8\">Closet Run Through\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-9\">(Shopping if time permits)</div></div><a target=\"_self\" style=\"background:#8224e3\" class=\"rpt_foot rpt_foot_2\"></a></div><div class=\"rpt_plan   rpt_plan_3  \"><div class=\"rpt_title rpt_title_3\">Lavish Luxe Effect</div><div class=\"rpt_head rpt_head_3\"></div><div class=\"rpt_features rpt_features_3\"><div style=\"color:black;\" class=\"rpt_feature rpt_feature_3-0\"><strong>$425</strong> - photo shoot up to 2 looks &amp; makeup (hair touch ups)\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_3-1\"><strong>$850</strong> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)</div></div><a target=\"_self\" style=\"background:#8224e3\" class=\"rpt_foot rpt_foot_3\"></a></div></div></div><div style=\"clear:both;\"></div></td>\n</tr>\n</tbody>\n<tfoot>\n<tr>\n<td class=\"manage-column column-cb check-column\"></td>\n</tr>\n</tfoot>\n</table>\n</div>\n		</div></div></div></div></div>','SERVICES','','publish','closed','closed','','services','','','2017-10-25 13:18:09','2017-10-25 13:18:09','',0,'http://lavishluxebylenee.com/?page_id=150',0,'page','',0),(151,1,'2017-10-23 14:33:10','2017-10-23 14:33:10','','Services','','inherit','closed','closed','','150-revision-v1','','','2017-10-23 14:33:10','2017-10-23 14:33:10','',150,'http://lavishluxebylenee.com/index.php/2017/10/23/150-revision-v1/',0,'revision','',0),(153,1,'2017-10-23 14:39:08','2017-10-23 14:39:08','','SERVICES','','inherit','closed','closed','','150-revision-v1','','','2017-10-23 14:39:08','2017-10-23 14:39:08','',150,'http://lavishluxebylenee.com/index.php/2017/10/23/150-revision-v1/',0,'revision','',0),(154,1,'2017-10-23 14:40:57','2017-10-23 14:40:57','','MERCHANDISE','','inherit','closed','closed','','125-revision-v1','','','2017-10-23 14:40:57','2017-10-23 14:40:57','',125,'http://lavishluxebylenee.com/index.php/2017/10/23/125-revision-v1/',0,'revision','',0),(198,1,'2017-10-24 13:54:25','2017-10-24 13:54:25','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\nblockquote {\n    font-family: \'Lato\', sans-serif;\n    font-size: 15px;\n    font-style: italic;\n    margin: 0.25em 0;\n    padding: 0.25em 40px;\n    line-height: 1.45;\n    position: relative;\n    color: #383838;\n    background:#ececec;\n}\n \nblockquote:before {\n    display: block;\n    content: \"\\201C\";\n    font-size: 80px;\n    position: absolute;\n    left: -10px;\n    top: -10px;\n    color: #7a7a7a;\n}\n \nblockquote cite {\n    color: #999999;\n    font-size: 14px;\n    display: block;\n    margin-top: 5px;\n}\n  \nblockquote cite:before {\n    content: \"\\2014 \\2009\";\n}','CreativePortfolioResFree','','inherit','closed','closed','','136-revision-v1','','','2017-10-24 13:54:25','2017-10-24 13:54:25','',136,'http://lavishluxebylenee.com/index.php/2017/10/24/136-revision-v1/',0,'revision','',0),(156,1,'2017-10-23 14:44:02','2017-10-23 14:44:02','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\nblockquote {\n    font-family: \'Lato\', sans-serif;\n    font-size: 15px;\n    font-style: italic;\n    width: 450px;\n    margin: 0.25em 0;\n    padding: 0.25em 40px;\n    line-height: 1.45;\n    position: relative;\n    color: #383838;\n    background:#ececec;\n}\n \nblockquote:before {\n    display: block;\n    content: \"\\201C\";\n    font-size: 80px;\n    position: absolute;\n    left: -10px;\n    top: -10px;\n    color: #7a7a7a;\n}\n \nblockquote cite {\n    color: #999999;\n    font-size: 14px;\n    display: block;\n    margin-top: 5px;\n}\n  \nblockquote cite:before {\n    content: \"\\2014 \\2009\";\n}','CreativePortfolioResFree','','inherit','closed','closed','','136-revision-v1','','','2017-10-23 14:44:02','2017-10-23 14:44:02','',136,'http://lavishluxebylenee.com/index.php/2017/10/23/136-revision-v1/',0,'revision','',0),(157,1,'2017-10-23 14:50:45','2017-10-23 14:50:45','','MERCH','','inherit','closed','closed','','125-revision-v1','','','2017-10-23 14:50:45','2017-10-23 14:50:45','',125,'http://lavishluxebylenee.com/index.php/2017/10/23/125-revision-v1/',0,'revision','',0),(159,1,'2017-10-23 15:51:25','2017-10-23 15:51:25','','Lavish Luxe Pricing','','publish','closed','closed','','lavish-luxe-pricing','','','2017-10-23 23:43:22','2017-10-23 23:43:22','',0,'http://lavishluxebylenee.com/?post_type=rpt_pricing_table&#038;p=159',0,'rpt_pricing_table','',0),(165,1,'2017-10-23 15:58:08','2017-10-23 15:58:08','<div id=\"pl-150\"  class=\"panel-layout\" ><div id=\"pg-150-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;0% 0% 0% 0%&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-150-0\" ><div id=\"pgc-150-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><p style=\"font-weight: bold; text-align: center; font-size: 30px;\">SERVICES</p>\n</div>\n		</div></div></div></div><div id=\"pg-150-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;0% 0% 0% 0%&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-150-1\" ><div id=\"pgc-150-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table class=\"wp-list-table widefat fixed striped posts\">\n<tbody id=\"the-list\">\n<tr id=\"post-159\" class=\"iedit author-self level-0 post-159 type-rpt_pricing_table status-publish hentry\">\n<td class=\"dk_shortcode column-dk_shortcode\" data-colname=\"Shortcode\"><div id=\"rpt_pricr\" class=\"rpt_plans rpt_4_plans rpt_style_basic\"><div class=\"\"><div class=\"rpt_plan   rpt_plan_0  \"><div class=\"rpt_title rpt_title_0\">Consulting with Lenee</div><div class=\"rpt_head rpt_head_0\"></div><div class=\"rpt_features rpt_features_0\"><div style=\"color:black;\" class=\"rpt_feature rpt_feature_0-0\">$25 Luxe Location\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_0-1\">$30 Travel Location</div></div><a target=\"_self\" style=\"background:#9fdb80\" class=\"rpt_foot rpt_foot_0\"></a></div><div class=\"rpt_plan   rpt_plan_1  \"><div class=\"rpt_title rpt_title_1\">Lavish Hunting</div><div class=\"rpt_head rpt_head_1\"></div><div class=\"rpt_features rpt_features_1\"><div style=\"color:black;\" class=\"rpt_feature rpt_feature_1-0\">Starting @ $50 for 35 minutes for one particular Luxe</div></div><a target=\"_self\" href=\"#\" style=\"background:#9fdb80\" class=\"rpt_foot rpt_foot_1\">Lavish Hunting</a></div><div class=\"rpt_plan   rpt_plan_2  \"><div class=\"rpt_title rpt_title_2\">Lavish Closet Evaluation</div><div class=\"rpt_head rpt_head_2\"></div><div class=\"rpt_features rpt_features_2\"><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-0\"><strong>Full day 8 hrs for $250 includes:</strong>\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-1\">Shopping\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-2\">Lavish Luxe Talk\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-3\">Styling Tips\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-4\">Closet run through\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-5\"><strong>Half Day 4.5 hrs $125 includes:</strong>\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-6\">Lavish Luxe Talk\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-7\">Styling Tips\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-8\">Closet Run Through\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-9\">(Shopping if time permits)</div></div><a target=\"_self\" href=\"#\" style=\"background:#9fdb80\" class=\"rpt_foot rpt_foot_2\">Lavish Closet Evaluation</a></div><div class=\"rpt_plan   rpt_plan_3  \"><div class=\"rpt_title rpt_title_3\">Lavish Luxe Effect</div><div class=\"rpt_head rpt_head_3\"></div><div class=\"rpt_features rpt_features_3\"><div style=\"color:black;\" class=\"rpt_feature rpt_feature_3-0\">$425 - photo shoot up to 2 looks &amp; makeup (hair touch ups)\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_3-1\">$850 - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)</div></div><a target=\"_self\" style=\"background:#9fdb80\" class=\"rpt_foot rpt_foot_3\"></a></div></div></div><div style=\"clear:both;\"></div></td>\n</tr>\n</tbody>\n<tfoot>\n<tr>\n<td class=\"manage-column column-cb check-column\"></td>\n</tr>\n</tfoot>\n</table>\n</div>\n		</div></div></div></div></div>','SERVICES','','inherit','closed','closed','','150-revision-v1','','','2017-10-23 15:58:08','2017-10-23 15:58:08','',150,'http://lavishluxebylenee.com/index.php/2017/10/23/150-revision-v1/',0,'revision','',0),(163,1,'2017-10-23 15:55:42','2017-10-23 15:55:42','<div id=\"pl-163\"  class=\"panel-layout\" ><div id=\"pg-163-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;0% 0% 0% 0%&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-163-0\" ><div id=\"pgc-163-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-163-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><p style=\"font-weight: bold; text-align: center; font-size: 30px;\">SERVICES</p>\n</div>\n		</div></div></div></div><div id=\"pg-163-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;0% 0% 0% 0%&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-163-1\" ><div id=\"pgc-163-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-163-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table class=\"wp-list-table widefat fixed striped posts\">\n<tbody id=\"the-list\">\n<tr id=\"post-159\" class=\"iedit author-self level-0 post-159 type-rpt_pricing_table status-publish hentry\">\n<td class=\"dk_shortcode column-dk_shortcode\" data-colname=\"Shortcode\"><div id=\"rpt_pricr\" class=\"rpt_plans rpt_4_plans rpt_style_basic\"><div class=\"\"><div class=\"rpt_plan   rpt_plan_0  \"><div class=\"rpt_title rpt_title_0\">Consulting with Lenee</div><div class=\"rpt_head rpt_head_0\"></div><div class=\"rpt_features rpt_features_0\"><div style=\"color:black;\" class=\"rpt_feature rpt_feature_0-0\">$25 Luxe Location\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_0-1\">$30 Travel Location</div></div><a target=\"_self\" href=\"#\" style=\"background:#9fdb80\" class=\"rpt_foot rpt_foot_0\">Consulting with Lenee</a></div><div class=\"rpt_plan   rpt_plan_1  \"><div class=\"rpt_title rpt_title_1\">Lavish Hunting</div><div class=\"rpt_head rpt_head_1\"></div><div class=\"rpt_features rpt_features_1\"><div style=\"color:black;\" class=\"rpt_feature rpt_feature_1-0\">Starting @ $50 for 35 minutes for one particular Luxe</div></div><a target=\"_self\" href=\"#\" style=\"background:\" class=\"rpt_foot rpt_foot_1\">Lavish Hunting</a></div><div class=\"rpt_plan   rpt_plan_2  \"><div class=\"rpt_title rpt_title_2\">Lavish Closet Evaluation</div><div class=\"rpt_head rpt_head_2\"></div><div class=\"rpt_features rpt_features_2\"><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-0\"><strong>Full day 8 hrs for $250 includes:</strong>\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-1\">Shopping\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-2\">Lavish Luxe Talk\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-3\">Styling Tips\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-4\">Closet run through\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-5\"><strong>Half Day 4.5 hrs $125 includes:</strong>\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-6\">Lavish Luxe Talk\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-7\">Styling Tips\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-8\">Closet Run Through\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-9\">(Shopping if time permits)</div></div><a target=\"_self\" href=\"#\" style=\"background:\" class=\"rpt_foot rpt_foot_2\">Lavish Closet Evaluation</a></div><div class=\"rpt_plan   rpt_plan_3  \"><div class=\"rpt_title rpt_title_3\">Lavish Luxe Effect</div><div class=\"rpt_head rpt_head_3\"></div><div class=\"rpt_features rpt_features_3\"><div style=\"color:black;\" class=\"rpt_feature rpt_feature_3-0\">$425 - photo shoot up to 2 looks &amp; makeup (hair touch ups)\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_3-1\">$850 - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)</div></div><a target=\"_self\" style=\"background:\" class=\"rpt_foot rpt_foot_3\"></a></div></div></div><div style=\"clear:both;\"></div></td>\n</tr>\n</tbody>\n<tfoot>\n<tr>\n<td class=\"manage-column column-cb check-column\"></td>\n</tr>\n</tfoot>\n</table>\n</div>\n		</div></div></div></div></div>','SERVICES','','inherit','closed','closed','','150-revision-v1','','','2017-10-23 15:55:42','2017-10-23 15:55:42','',150,'http://lavishluxebylenee.com/index.php/2017/10/23/150-revision-v1/',0,'revision','',0),(162,1,'2017-10-23 15:55:13','2017-10-23 15:55:13','<div id=\"pl-150\"  class=\"panel-layout\" ><div id=\"pg-150-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;10% 0% 0% 0%&quot;,&quot;mobile_padding&quot;:&quot;10px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-150-0\" ><div id=\"pgc-150-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><p style=\"font-weight: bold; text-align: center; font-size: 30px;\">SERVICES</p>\n</div>\n		</div></div></div></div><div id=\"pg-150-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;0% 0% 0% 0%&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-150-1\" ><div id=\"pgc-150-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table class=\"wp-list-table widefat fixed striped posts\">\n<tbody id=\"the-list\">\n<tr id=\"post-159\" class=\"iedit author-self level-0 post-159 type-rpt_pricing_table status-publish hentry\">\n<td class=\"dk_shortcode column-dk_shortcode\" data-colname=\"Shortcode\"><div id=\"rpt_pricr\" class=\"rpt_plans rpt_4_plans rpt_style_basic\"><div class=\"\"><div class=\"rpt_plan   rpt_plan_0  \"><div class=\"rpt_title rpt_title_0\">Consulting with Lenee</div><div class=\"rpt_head rpt_head_0\"></div><div class=\"rpt_features rpt_features_0\"><div style=\"color:black;\" class=\"rpt_feature rpt_feature_0-0\">$25 Luxe Location\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_0-1\">$30 Travel Location</div></div><a target=\"_self\" href=\"#\" style=\"background:#9fdb80\" class=\"rpt_foot rpt_foot_0\">Consulting with Lenee</a></div><div class=\"rpt_plan   rpt_plan_1  \"><div class=\"rpt_title rpt_title_1\">Lavish Hunting</div><div class=\"rpt_head rpt_head_1\"></div><div class=\"rpt_features rpt_features_1\"><div style=\"color:black;\" class=\"rpt_feature rpt_feature_1-0\">Starting @ $50 for 35 minutes for one particular Luxe</div></div><a target=\"_self\" href=\"#\" style=\"background:\" class=\"rpt_foot rpt_foot_1\">Lavish Hunting</a></div><div class=\"rpt_plan   rpt_plan_2  \"><div class=\"rpt_title rpt_title_2\">Lavish Closet Evaluation</div><div class=\"rpt_head rpt_head_2\"></div><div class=\"rpt_features rpt_features_2\"><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-0\"><strong>Full day 8 hrs for $250 includes:</strong>\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-1\">Shopping\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-2\">Lavish Luxe Talk\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-3\">Styling Tips\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-4\">Closet run through\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-5\"><strong>Half Day 4.5 hrs $125 includes:</strong>\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-6\">Lavish Luxe Talk\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-7\">Styling Tips\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-8\">Closet Run Through\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-9\">(Shopping if time permits)</div></div><a target=\"_self\" href=\"#\" style=\"background:\" class=\"rpt_foot rpt_foot_2\">Lavish Closet Evaluation</a></div><div class=\"rpt_plan   rpt_plan_3  \"><div class=\"rpt_title rpt_title_3\">Lavish Luxe Effect</div><div class=\"rpt_head rpt_head_3\"></div><div class=\"rpt_features rpt_features_3\"><div style=\"color:black;\" class=\"rpt_feature rpt_feature_3-0\">$425 - photo shoot up to 2 looks &amp; makeup (hair touch ups)\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_3-1\">$850 - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)</div></div><a target=\"_self\" style=\"background:\" class=\"rpt_foot rpt_foot_3\"></a></div></div></div><div style=\"clear:both;\"></div></td>\n</tr>\n</tbody>\n<tfoot>\n<tr>\n<td class=\"manage-column column-cb check-column\"></td>\n</tr>\n</tfoot>\n</table>\n</div>\n		</div></div></div></div></div>','SERVICES','','inherit','closed','closed','','150-revision-v1','','','2017-10-23 15:55:13','2017-10-23 15:55:13','',150,'http://lavishluxebylenee.com/index.php/2017/10/23/150-revision-v1/',0,'revision','',0),(164,1,'2017-10-23 15:55:42','2017-10-23 15:55:42','<div id=\"pl-150\"  class=\"panel-layout\" ><div id=\"pg-150-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;0% 0% 0% 0%&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-150-0\" ><div id=\"pgc-150-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><p style=\"font-weight: bold; text-align: center; font-size: 30px;\">SERVICES</p>\n</div>\n		</div></div></div></div><div id=\"pg-150-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;0% 0% 0% 0%&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-150-1\" ><div id=\"pgc-150-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><table class=\"wp-list-table widefat fixed striped posts\">\n<tbody id=\"the-list\">\n<tr id=\"post-159\" class=\"iedit author-self level-0 post-159 type-rpt_pricing_table status-publish hentry\">\n<td class=\"dk_shortcode column-dk_shortcode\" data-colname=\"Shortcode\"><div id=\"rpt_pricr\" class=\"rpt_plans rpt_4_plans rpt_style_basic\"><div class=\"\"><div class=\"rpt_plan   rpt_plan_0  \"><div class=\"rpt_title rpt_title_0\">Consulting with Lenee</div><div class=\"rpt_head rpt_head_0\"></div><div class=\"rpt_features rpt_features_0\"><div style=\"color:black;\" class=\"rpt_feature rpt_feature_0-0\">$25 Luxe Location\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_0-1\">$30 Travel Location</div></div><a target=\"_self\" href=\"#\" style=\"background:#9fdb80\" class=\"rpt_foot rpt_foot_0\">Consulting with Lenee</a></div><div class=\"rpt_plan   rpt_plan_1  \"><div class=\"rpt_title rpt_title_1\">Lavish Hunting</div><div class=\"rpt_head rpt_head_1\"></div><div class=\"rpt_features rpt_features_1\"><div style=\"color:black;\" class=\"rpt_feature rpt_feature_1-0\">Starting @ $50 for 35 minutes for one particular Luxe</div></div><a target=\"_self\" href=\"#\" style=\"background:\" class=\"rpt_foot rpt_foot_1\">Lavish Hunting</a></div><div class=\"rpt_plan   rpt_plan_2  \"><div class=\"rpt_title rpt_title_2\">Lavish Closet Evaluation</div><div class=\"rpt_head rpt_head_2\"></div><div class=\"rpt_features rpt_features_2\"><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-0\"><strong>Full day 8 hrs for $250 includes:</strong>\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-1\">Shopping\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-2\">Lavish Luxe Talk\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-3\">Styling Tips\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-4\">Closet run through\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-5\"><strong>Half Day 4.5 hrs $125 includes:</strong>\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-6\">Lavish Luxe Talk\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-7\">Styling Tips\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-8\">Closet Run Through\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-9\">(Shopping if time permits)</div></div><a target=\"_self\" href=\"#\" style=\"background:\" class=\"rpt_foot rpt_foot_2\">Lavish Closet Evaluation</a></div><div class=\"rpt_plan   rpt_plan_3  \"><div class=\"rpt_title rpt_title_3\">Lavish Luxe Effect</div><div class=\"rpt_head rpt_head_3\"></div><div class=\"rpt_features rpt_features_3\"><div style=\"color:black;\" class=\"rpt_feature rpt_feature_3-0\">$425 - photo shoot up to 2 looks &amp; makeup (hair touch ups)\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_3-1\">$850 - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)</div></div><a target=\"_self\" style=\"background:\" class=\"rpt_foot rpt_foot_3\"></a></div></div></div><div style=\"clear:both;\"></div></td>\n</tr>\n</tbody>\n<tfoot>\n<tr>\n<td class=\"manage-column column-cb check-column\"></td>\n</tr>\n</tfoot>\n</table>\n</div>\n		</div></div></div></div></div>','SERVICES','','inherit','closed','closed','','150-revision-v1','','','2017-10-23 15:55:42','2017-10-23 15:55:42','',150,'http://lavishluxebylenee.com/index.php/2017/10/23/150-revision-v1/',0,'revision','',0),(166,1,'2017-10-23 16:11:04','2017-10-23 16:11:04','<div id=\"pl-48\"  class=\"panel-layout\" ><div id=\"pg-48-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-48-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-48-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\n</div>\n		</div></div></div><div id=\"pg-48-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-48-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-48-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;padding&quot;:&quot;30px 0px 0px 0px&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-48-1-0-0\" >			<div class=\"textwidget\"><p>Schedule your appointment today!</p>\n<p>Can&#8217;t meet for a consult? No Problem! I have an eye for every size!</p>\n<p>Send me a full body picture with form-fitting clothes and I&#8217;ll send the Lavish Form via email for you to print and fill out.</p>\n<p><em><strong>Call Us:</strong></em> 682-556-7387</p>\n<p><strong>Monday through Saturday: </strong></p>\n<p>10 AM &#8211; 8 PM</p>\n<p><strong>Sunday:</strong></p>\n<p>1 PM &#8211; 5 PM</p>\n<p>&nbsp;</p>\n</div>\n		</div></div></div><div id=\"pgc-48-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-48-1-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;padding&quot;:&quot;5% 30% 5% 30%&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-48-1-1-0\" >			<div class=\"textwidget\"><p><div role=\"form\" class=\"wpcf7\" id=\"wpcf7-f129-o1\" lang=\"en-US\" dir=\"ltr\">\n<div class=\"screen-reader-response\"></div>\n<form action=\"/wp-admin/post.php#wpcf7-f129-o1\" method=\"post\" class=\"wpcf7-form\" novalidate=\"novalidate\">\n<div style=\"display: none;\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"129\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"4.9\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f129-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n</div>\n<p><label> Your Name (required)<br />\n    <span class=\"wpcf7-form-control-wrap your-name\"><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Your Email (required)<br />\n    <span class=\"wpcf7-form-control-wrap your-email\"><input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Subject<br />\n    <span class=\"wpcf7-form-control-wrap your-subject\"><input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Your Message<br />\n    <span class=\"wpcf7-form-control-wrap your-message\"><textarea name=\"your-message\" cols=\"40\" rows=\"10\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\"></textarea></span> </label></p>\n<p><input type=\"submit\" value=\"Send\" class=\"wpcf7-form-control wpcf7-submit\" /></p>\n<div class=\"wpcf7-response-output wpcf7-display-none\"></div></form></div></p>\n</div>\n		</div></div></div></div></div>','CONTACT US','','inherit','closed','closed','','48-revision-v1','','','2017-10-23 16:11:04','2017-10-23 16:11:04','',48,'http://lavishluxebylenee.com/index.php/2017/10/23/48-revision-v1/',0,'revision','',0),(215,1,'2017-10-24 23:06:24','2017-10-24 23:06:24','<div id=\"pl-215\"  class=\"panel-layout\" ><div id=\"pg-215-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-215-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-215-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><p style=\"font-weight: bold; text-align: center; font-size: 30px;\">REVIEWS</p>\n</div>\n		</div></div></div><div id=\"pg-215-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;0% 0% 0% 0%&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-215-1\" ><div id=\"pgc-215-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-215-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;Smooth and Easy&#8221;</b></p>\n<p>Lavish Luxe by Lenee&#8217; helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee&#8217; took my look from basic to unique real quick and she was fun to work with.<br />\n<cite>Dorian</cite></p></blockquote>\n</div>\n		</div></div><div id=\"pgc-215-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-215-1-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;Flexible and Affordable&#8221;</b></p>\n<p>I&#8217;m typically a shopaholic, but I had abdominal surgery a few months ago and during the recovery process I found myself swollen and uncomfortable and while preparing to return to work I realized I was not able to fit anything in my closet! I called Lavish luxe by lenee&#8217; and I was not only able to return to work comfortable but chic. Thank you Janella for being flexible and able to customize looks that we&#8217;re specific to my needs!<br />\n<cite>Lisa Hurd-Patrick</cite></p></blockquote>\n</div>\n		</div></div></div></div><div id=\"pg-215-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;0% 0% 0% 0%&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-215-2\" ><div id=\"pgc-215-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-215-2-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;Best in class!&#8221;</b></p>\n<p>I have know Ms. Christopher for quite some time and her look is always On Point!</p>\n<p>When it came time for me to find an outfit for a friend&#8217;s wedding, I knew just who to call.</p>\n<p>We went to several stores for that &#8220;perfect look&#8221;. With her help, I was able to find an outfit that gave me the confidence to enjoy celebrating the happy couple by dancing the night away!</p>\n<p>Now, whenever I have a special event, she is the first person I contact. I know that she will customize a look just for me because she took the time to get to know my personal style( and her personality makes &#8220;curvy-girl&#8221; shopping sooo much fun)!</p>\n<p>I would say to anyone, if you are looking for a personal stylist, look no further than Janella Christopher!<br />\n<cite>Sholonda</cite></p></blockquote>\n</div>\n		</div></div><div id=\"pgc-215-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-215-2-1-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;A job well done&#8230; Top-rate&#8221;</b></p>\n<p>Lenee&#8217; is awesome at what she does. Whenever I have an event or just need an outfit she knows how to style for the occasion. I love the fact that she pays attention to insecurities and your body shape. She styles you in ways that ignites boldness and confidence within yourself. I also love that she does these things on a budget! Lavish Luxe has even styled my teenage daughter for her 13th birthday bash. Everything was trendy and stylish, but most of all age appropriate! I will continue to use Lavish Luxe in the future and if you haven&#8217;t, you should give her a try!<br />\n<cite>Shayla D.</cite></p></blockquote>\n</div>\n		</div><div id=\"panel-215-2-1-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;Reliable and Trustworthy!&#8221;</b></p>\n<p>Okay, simply put, Lenee&#8217; knows her stuff! She&#8217;s got an eye for style. I&#8217;ve relied on Lavish luxe by Lenee&#8217; for style consulting, dressing me for events and personal shopping services. Lenee&#8217; is on a very short list of people who I can trust to shop for me without me being present. I can count on her to find the right luxe for the occasion and my budget.<br />\n<cite>Latonia</cite></p></blockquote>\n</div>\n		</div></div></div></div></div>','REVIEWS','','inherit','closed','closed','','29-revision-v1','','','2017-10-24 23:06:24','2017-10-24 23:06:24','',29,'http://lavishluxebylenee.com/29-revision-v1/',0,'revision','',0),(168,1,'2017-10-23 16:15:42','2017-10-23 16:15:42','<div id=\"pl-168\"  class=\"panel-layout\" ><div id=\"pg-168-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-168-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-168-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><p style=\"font-weight: bold; text-align: center; font-size: 30px;\">TESTIMONIALS</p>\n</div>\n		</div></div></div><div id=\"pg-168-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;0% 0% 0% 0%&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-168-1\" ><div id=\"pgc-168-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-168-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;Smooth and Easy&#8221;</b></p>\n<p>Lavish Luxe by Lenee&#8217; helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee&#8217; took my look from basic to unique real quick and she was fun to work with.<br />\n<cite>Dorian</cite></p></blockquote>\n</div>\n		</div></div><div id=\"pgc-168-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-168-1-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;Flexible and Affordable&#8221;</b></p>\n<p>I&#8217;m typically a shopaholic, but I had abdominal surgery a few months ago and during the recovery process I found myself swollen and uncomfortable and while preparing to return to work I realized I was not able to fit anything in my closet! I called Lavish luxe by lenee&#8217; and I was not only able to return to work comfortable but chic. Thank you Janella for being flexible and able to customize looks that we&#8217;re specific to my needs!<br />\n<cite>Lisa Hurd-Patrick</cite></p></blockquote>\n</div>\n		</div></div></div></div><div id=\"pg-168-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;0% 0% 0% 0%&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-168-2\" ><div id=\"pgc-168-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-168-2-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;Best in class!&#8221;</b></p>\n<p>I have know Ms. Christopher for quite some time and her look is always On Point!</p>\n<p>When it came time for me to find an outfit for a friend&#8217;s wedding, I knew just who to call.</p>\n<p>We went to several stores for that &#8220;perfect look&#8221;. With her help, I was able to find an outfit that gave me the confidence to enjoy celebrating the happy couple by dancing the night away!</p>\n<p>Now, whenever I have a special event, she is the first person I contact. I know that she will customize a look just for me because she took the time to get to know my personal style( and her personality makes &#8220;curvy-girl&#8221; shopping sooo much fun)!</p>\n<p>I would say to anyone, if you are looking for a personal stylist, look no further than Janella Christopher!<br />\n<cite>Sholonda</cite></p></blockquote>\n</div>\n		</div></div><div id=\"pgc-168-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-168-2-1-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;A job well done&#8230; Top-rate&#8221;</b></p>\n<p>Lenee&#8217; is awesome at what she does. Whenever I have an event or just need an outfit she knows how to style for the occasion. I love the fact that she pays attention to insecurities and your body shape. She styles you in ways that ignites boldness and confidence within yourself. I also love that she does these things on a budget! Lavish Luxe has even styled my teenage daughter for her 13th birthday bash. Everything was trendy and stylish, but most of all age appropriate! I will continue to use Lavish Luxe in the future and if you haven&#8217;t, you should give her a try!<br />\n<cite>Shayla D.</cite></p></blockquote>\n</div>\n		</div><div id=\"panel-168-2-1-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;Reliable and Trustworthy!&#8221;</b></p>\n<p>Okay, simply put, Lenee&#8217; knows her stuff! She&#8217;s got an eye for style. I&#8217;ve relied on Lavish luxe by Lenee&#8217; for style consulting, dressing me for events and personal shopping services. Lenee&#8217; is on a very short list of people who I can trust to shop for me without me being present. I can count on her to find the right luxe for the occasion and my budget.<br />\n<cite>Latonia</cite></p></blockquote>\n</div>\n		</div></div></div></div></div>','TESTIMONIALS','','inherit','closed','closed','','29-revision-v1','','','2017-10-23 16:15:44','2017-10-23 16:15:44','',29,'http://lavishluxebylenee.com/index.php/2017/10/23/29-revision-v1/',0,'revision','',0),(169,1,'2017-10-23 16:15:44','2017-10-23 16:15:44','<div id=\"pl-29\"  class=\"panel-layout\" ><div id=\"pg-29-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-29-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-29-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><p style=\"font-weight: bold; text-align: center; font-size: 30px;\">TESTIMONIALS</p>\n</div>\n		</div></div></div><div id=\"pg-29-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;0% 0% 0% 0%&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-29-1\" ><div id=\"pgc-29-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-29-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;Smooth and Easy&#8221;</b></p>\n<p>Lavish Luxe by Lenee&#8217; helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee&#8217; took my look from basic to unique real quick and she was fun to work with.<br />\n<cite>Dorian</cite></p></blockquote>\n</div>\n		</div></div><div id=\"pgc-29-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-29-1-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;Flexible and Affordable&#8221;</b></p>\n<p>I&#8217;m typically a shopaholic, but I had abdominal surgery a few months ago and during the recovery process I found myself swollen and uncomfortable and while preparing to return to work I realized I was not able to fit anything in my closet! I called Lavish luxe by lenee&#8217; and I was not only able to return to work comfortable but chic. Thank you Janella for being flexible and able to customize looks that we&#8217;re specific to my needs!<br />\n<cite>Lisa Hurd-Patrick</cite></p></blockquote>\n</div>\n		</div></div></div></div><div id=\"pg-29-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;0% 0% 0% 0%&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-29-2\" ><div id=\"pgc-29-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-29-2-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;Best in class!&#8221;</b></p>\n<p>I have know Ms. Christopher for quite some time and her look is always On Point!</p>\n<p>When it came time for me to find an outfit for a friend&#8217;s wedding, I knew just who to call.</p>\n<p>We went to several stores for that &#8220;perfect look&#8221;. With her help, I was able to find an outfit that gave me the confidence to enjoy celebrating the happy couple by dancing the night away!</p>\n<p>Now, whenever I have a special event, she is the first person I contact. I know that she will customize a look just for me because she took the time to get to know my personal style( and her personality makes &#8220;curvy-girl&#8221; shopping sooo much fun)!</p>\n<p>I would say to anyone, if you are looking for a personal stylist, look no further than Janella Christopher!<br />\n<cite>Sholonda</cite></p></blockquote>\n</div>\n		</div></div><div id=\"pgc-29-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-29-2-1-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;A job well done&#8230; Top-rate&#8221;</b></p>\n<p>Lenee&#8217; is awesome at what she does. Whenever I have an event or just need an outfit she knows how to style for the occasion. I love the fact that she pays attention to insecurities and your body shape. She styles you in ways that ignites boldness and confidence within yourself. I also love that she does these things on a budget! Lavish Luxe has even styled my teenage daughter for her 13th birthday bash. Everything was trendy and stylish, but most of all age appropriate! I will continue to use Lavish Luxe in the future and if you haven&#8217;t, you should give her a try!<br />\n<cite>Shayla D.</cite></p></blockquote>\n</div>\n		</div><div id=\"panel-29-2-1-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;Reliable and Trustworthy!&#8221;</b></p>\n<p>Okay, simply put, Lenee&#8217; knows her stuff! She&#8217;s got an eye for style. I&#8217;ve relied on Lavish luxe by Lenee&#8217; for style consulting, dressing me for events and personal shopping services. Lenee&#8217; is on a very short list of people who I can trust to shop for me without me being present. I can count on her to find the right luxe for the occasion and my budget.<br />\n<cite>Latonia</cite></p></blockquote>\n</div>\n		</div></div></div></div></div>','TESTIMONIALS','','inherit','closed','closed','','29-revision-v1','','','2017-10-23 16:15:44','2017-10-23 16:15:44','',29,'http://lavishluxebylenee.com/index.php/2017/10/23/29-revision-v1/',0,'revision','',0),(171,1,'2017-10-23 18:26:27','2017-10-23 18:26:27','','lavish luxe red slides','','inherit','open','closed','','snapchat-6267315996928287109','','','2017-10-23 19:07:51','2017-10-23 19:07:51','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/10/Snapchat-6267315996928287109.jpg',0,'attachment','image/jpeg',0),(172,1,'2017-11-01 22:51:45','2017-11-01 22:51:45','<div id=\"pl-172\"  class=\"panel-layout\" ><div id=\"pg-172-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5% 0% 0% 0%&quot;,&quot;mobile_padding&quot;:&quot;5% 0% 0% 0%&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-172-0\" ><div id=\"pgc-172-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-172-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;padding&quot;:&quot;3px 0px 0px 0px&quot;,&quot;mobile_padding&quot;:&quot;5% 0% 0% 0%&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-172-0-0-0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">SHOP</p></div>\n</div></div></div></div></div></div><div id=\"pg-172-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-172-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-172-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">[ecwid widgets=\"productbrowser\" default_category_id=\"0\" minicart_layout=\"MiniAttachToProductBrowser\"]</p><p>&nbsp;</p></div>\n</div></div></div></div><div id=\"pg-172-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-172-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-172-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	</div>\n</div></div></div></div><div id=\"pg-172-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-172-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-172-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h2 style=\"text-align: center;\"><strong>More Products Coming Soon...</strong></h2></div>\n</div></div></div></div></div>','SHOP','','inherit','closed','closed','','125-autosave-v1','','','2017-11-01 22:51:45','2017-11-01 22:51:45','',125,'http://lavishluxebylenee.com/index.php/2017/10/23/125-autosave-v1/',0,'revision','',0),(184,1,'2017-10-23 22:44:54','2017-10-23 22:44:54','','20160603_202149','','inherit','open','closed','','20160603_202149','','','2017-10-23 22:44:54','2017-10-23 22:44:54','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/10/20160603_202149.jpg',0,'attachment','image/jpeg',0),(186,1,'2017-10-23 22:50:59','2017-10-23 22:50:59','<div id=\"pl-125\" class=\"panel-layout\">\r\n<div id=\"pg-125-0\" class=\"panel-grid panel-no-style\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\">\r\n<div id=\"pgc-125-0-0\" class=\"panel-grid-cell\" data-weight=\"1\">\r\n<div id=\"panel-125-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\">\r\n<div class=\"textwidget\">\r\n<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">[ecwid widgets=\"productbrowser\" default_category_id=\"0\" minicart_layout=\"MiniAttachToProductBrowser\"]</p>\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"pg-125-1\" class=\"panel-grid panel-no-style\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\">\r\n<div id=\"pgc-125-1-0\" class=\"panel-grid-cell\" data-weight=\"1\">\r\n<div id=\"panel-125-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\">\r\n<div class=\"textwidget\">\r\n<div class=\"prod-cat-container\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','SHOP','','inherit','closed','closed','','125-revision-v1','','','2017-10-23 22:50:59','2017-10-23 22:50:59','',125,'http://lavishluxebylenee.com/index.php/2017/10/23/125-revision-v1/',0,'revision','',0),(193,1,'2017-10-23 23:22:52','2017-10-23 23:22:52','','lavish-luxe-logo','','inherit','open','closed','','lavish-luxe-logo-2','','','2017-10-23 23:22:52','2017-10-23 23:22:52','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/10/lavish-luxe-logo.png',0,'attachment','image/png',0),(826,1,'2021-05-02 22:28:44','2021-05-02 22:28:44','','SHOP THE LUXE','','publish','closed','closed','','826','','','2021-05-02 22:36:08','2021-05-02 22:36:08','',0,'https://lavishluxebylenee.com/826/',6,'nav_menu_item','',0),(202,1,'2017-10-24 21:17:37','2017-10-24 21:17:37','<div id=\"pl-202\"  class=\"panel-layout\" ><div id=\"pg-202-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-202-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-202-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><p style=\"font-weight: bold; text-align: center; font-size: 30px;\">GALLERY</p>\n</div>\n		</div></div></div><div id=\"pg-202-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-202-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-202-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><p>\n<!-- Nextend Smart Slider 3 #5 - BEGIN -->\n<div id=\"n2-ss-5-align\" class=\"n2-ss-align\"><div class=\"n2-padding\"><div id=\"n2-ss-5\" class=\"n2-ss-slider n2-ow n2-has-hover n2notransition n2-ss-load-fade \" data-minFontSizedesktopPortrait=\"4\" data-minFontSizedesktopLandscape=\"4\" data-minFontSizetabletPortrait=\"4\" data-minFontSizetabletLandscape=\"4\" data-minFontSizemobilePortrait=\"4\" data-minFontSizemobileLandscape=\"4\" style=\"font-size: 16px;\" data-fontsize=\"16\">\r\n        <div class=\"n2-ss-slider-1 n2-ss-swipe-element n2-ow\" style=\"\">\r\n                        <div class=\"n2-ss-slider-2 n2-ow\">\r\n                                    <div class=\"n2-ss-background-animation n2-ow\"></div>\r\n                                <div class=\"n2-ss-slider-3 n2-ow\" style=\"\">\r\n\r\n                    <div class=\"n2-ss-slide-backgrounds\"></div><div data-first=\"1\" data-slide-duration=\"0\" data-id=\"10\" class=\"n2-ss-slide n2-ss-canvas n2-ow  n2-ss-slide-10\" style=\"\"><div data-hash=\"13bcd67eeb3ba69de3820af5a23916b3\" data-desktop=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail1.jpg\" class=\"n2-ss-slide-background n2-ow\" data-opacity=\"1\" data-blur=\"0\" data-mode=\"fill\" data-x=\"50\" data-y=\"50\"><div class=\"n2-ss-slide-background-mask\" style=\"\"><img title=\"\" src=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail1.jpg\" alt=\"\" /></div></div><div class=\"n2-ss-layers-container n2-ow\" data-csstextalign=\"center\" style=\"\"></div></div><div data-slide-duration=\"0\" data-id=\"11\" class=\"n2-ss-slide n2-ss-canvas n2-ow  n2-ss-slide-11\" style=\"\"><div data-hash=\"9accbd7ce5d8ab10c2cb9e0c8bbebcad\" data-desktop=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail2.jpg\" class=\"n2-ss-slide-background n2-ow\" data-opacity=\"1\" data-blur=\"0\" data-mode=\"fill\" data-x=\"50\" data-y=\"50\"><div class=\"n2-ss-slide-background-mask\" style=\"\"><img title=\"\" src=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail2.jpg\" alt=\"\" /></div></div><div class=\"n2-ss-layers-container n2-ow\" data-csstextalign=\"center\" style=\"\"></div></div><div data-slide-duration=\"0\" data-id=\"12\" class=\"n2-ss-slide n2-ss-canvas n2-ow  n2-ss-slide-12\" style=\"\"><div data-hash=\"b11e101097c548d0bb007b8f9d442c03\" data-desktop=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail3.jpg\" class=\"n2-ss-slide-background n2-ow\" data-opacity=\"1\" data-blur=\"0\" data-mode=\"fill\" data-x=\"50\" data-y=\"50\"><div class=\"n2-ss-slide-background-mask\" style=\"\"><img title=\"\" src=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail3.jpg\" alt=\"\" /></div></div><div class=\"n2-ss-layers-container n2-ow\" data-csstextalign=\"center\" style=\"\"></div></div><div data-slide-duration=\"0\" data-id=\"13\" class=\"n2-ss-slide n2-ss-canvas n2-ow  n2-ss-slide-13\" style=\"\"><div data-hash=\"73000cfbc95270b25e6e45ee0ba5a563\" data-desktop=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail4.jpg\" class=\"n2-ss-slide-background n2-ow\" data-opacity=\"1\" data-blur=\"0\" data-mode=\"fill\" data-x=\"50\" data-y=\"50\"><div class=\"n2-ss-slide-background-mask\" style=\"\"><img title=\"\" src=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail4.jpg\" alt=\"\" /></div></div><div class=\"n2-ss-layers-container n2-ow\" data-csstextalign=\"center\" style=\"\"></div></div><div data-slide-duration=\"0\" data-id=\"14\" class=\"n2-ss-slide n2-ss-canvas n2-ow  n2-ss-slide-14\" style=\"\"><div data-hash=\"8cd54538dc41731f392e4ca6f0ee01f2\" data-desktop=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail5.jpg\" class=\"n2-ss-slide-background n2-ow\" data-opacity=\"1\" data-blur=\"0\" data-mode=\"fill\" data-x=\"50\" data-y=\"50\"><div class=\"n2-ss-slide-background-mask\" style=\"\"><img title=\"\" src=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail5.jpg\" alt=\"\" /></div></div><div class=\"n2-ss-layers-container n2-ow\" data-csstextalign=\"center\" style=\"\"></div></div><div data-slide-duration=\"0\" data-id=\"15\" class=\"n2-ss-slide n2-ss-canvas n2-ow  n2-ss-slide-15\" style=\"\"><div data-hash=\"e859e519f8d24fc79e725f3e4895959a\" data-desktop=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail6.jpg\" class=\"n2-ss-slide-background n2-ow\" data-opacity=\"1\" data-blur=\"0\" data-mode=\"fill\" data-x=\"50\" data-y=\"50\"><div class=\"n2-ss-slide-background-mask\" style=\"\"><img title=\"\" src=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail6.jpg\" alt=\"\" /></div></div><div class=\"n2-ss-layers-container n2-ow\" data-csstextalign=\"center\" style=\"\"></div></div><div data-slide-duration=\"0\" data-id=\"16\" class=\"n2-ss-slide n2-ss-canvas n2-ow  n2-ss-slide-16\" style=\"\"><div data-hash=\"c4850b7010e9c6d7db1d7be2caedbb96\" data-desktop=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail7.jpg\" class=\"n2-ss-slide-background n2-ow\" data-opacity=\"1\" data-blur=\"0\" data-mode=\"fill\" data-x=\"50\" data-y=\"50\"><div class=\"n2-ss-slide-background-mask\" style=\"\"><img title=\"\" src=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail7.jpg\" alt=\"\" /></div></div><div class=\"n2-ss-layers-container n2-ow\" data-csstextalign=\"center\" style=\"\"></div></div><div data-slide-duration=\"0\" data-id=\"17\" class=\"n2-ss-slide n2-ss-canvas n2-ow  n2-ss-slide-17\" style=\"\"><div data-hash=\"b39515c6ec702c726d534cd6b7741f8f\" data-desktop=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail8.jpg\" class=\"n2-ss-slide-background n2-ow\" data-opacity=\"1\" data-blur=\"0\" data-mode=\"fill\" data-x=\"50\" data-y=\"50\"><div class=\"n2-ss-slide-background-mask\" style=\"\"><img title=\"\" src=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail8.jpg\" alt=\"\" /></div></div><div class=\"n2-ss-layers-container n2-ow\" data-csstextalign=\"center\" style=\"\"></div></div><div data-slide-duration=\"0\" data-id=\"18\" class=\"n2-ss-slide n2-ss-canvas n2-ow  n2-ss-slide-18\" style=\"\"><div data-hash=\"42f8bb199f06e13dfe4babd24d5bcaf7\" data-desktop=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail9.jpg\" class=\"n2-ss-slide-background n2-ow\" data-opacity=\"1\" data-blur=\"0\" data-mode=\"fill\" data-x=\"50\" data-y=\"50\"><div class=\"n2-ss-slide-background-mask\" style=\"\"><img title=\"\" src=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail9.jpg\" alt=\"\" /></div></div><div class=\"n2-ss-layers-container n2-ow\" data-csstextalign=\"center\" style=\"\"></div></div><div data-slide-duration=\"0\" data-id=\"19\" class=\"n2-ss-slide n2-ss-canvas n2-ow  n2-ss-slide-19\" style=\"\"><div data-hash=\"359298e40b819ebdac71ee4d920d27be\" data-desktop=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail10.jpg\" class=\"n2-ss-slide-background n2-ow\" data-opacity=\"1\" data-blur=\"0\" data-mode=\"fill\" data-x=\"50\" data-y=\"50\"><div class=\"n2-ss-slide-background-mask\" style=\"\"><img title=\"\" src=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail10.jpg\" alt=\"\" /></div></div><div class=\"n2-ss-layers-container n2-ow\" data-csstextalign=\"center\" style=\"\"></div></div>                </div>\r\n            </div>\r\n            <div data-ssleft=\"0+15\" data-sstop=\"height/2-previousheight/2\" id=\"n2-ss-5-arrow-previous\" class=\"n2-ss-widget n2-ss-widget-display-desktop n2-ss-widget-display-tablet n2-ss-widget-display-mobile nextend-arrow n2-ow nextend-arrow-previous  nextend-arrow-animated-fade n2-ib\" style=\"position: absolute;\" role=\"button\" aria-label=\"Previous slide\" tabindex=\"0\"><img class=\"n2-ow\" data-no-lazy=\"1\" data-hack=\"data-lazy-src\" src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTEuNDMzIDE1Ljk5MkwyMi42OSA1LjcxMmMuMzkzLS4zOS4zOTMtMS4wMyAwLTEuNDItLjM5My0uMzktMS4wMy0uMzktMS40MjMgMGwtMTEuOTggMTAuOTRjLS4yMS4yMS0uMy40OS0uMjg1Ljc2LS4wMTUuMjguMDc1LjU2LjI4NC43N2wxMS45OCAxMC45NGMuMzkzLjM5IDEuMDMuMzkgMS40MjQgMCAuMzkzLS40LjM5My0xLjAzIDAtMS40MmwtMTEuMjU3LTEwLjI5IiBmaWxsPSIjZmZmZmZmIiBvcGFjaXR5PSIwLjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==\" alt=\"Arrow\" /></div>\n<div data-ssright=\"0+15\" data-sstop=\"height/2-nextheight/2\" id=\"n2-ss-5-arrow-next\" class=\"n2-ss-widget n2-ss-widget-display-desktop n2-ss-widget-display-tablet n2-ss-widget-display-mobile nextend-arrow n2-ow nextend-arrow-next  nextend-arrow-animated-fade n2-ib\" style=\"position: absolute;\" role=\"button\" aria-label=\"Next slide\" tabindex=\"0\"><img class=\"n2-ow\" data-no-lazy=\"1\" data-hack=\"data-lazy-src\" src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTAuNzIyIDQuMjkzYy0uMzk0LS4zOS0xLjAzMi0uMzktMS40MjcgMC0uMzkzLjM5LS4zOTMgMS4wMyAwIDEuNDJsMTEuMjgzIDEwLjI4LTExLjI4MyAxMC4yOWMtLjM5My4zOS0uMzkzIDEuMDIgMCAxLjQyLjM5NS4zOSAxLjAzMy4zOSAxLjQyNyAwbDEyLjAwNy0xMC45NGMuMjEtLjIxLjMtLjQ5LjI4NC0uNzcuMDE0LS4yNy0uMDc2LS41NS0uMjg2LS43NkwxMC43MiA0LjI5M3oiIGZpbGw9IiNmZmZmZmYiIG9wYWNpdHk9IjAuOCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+\" alt=\"Arrow\" /></div>\n        </div>\r\n        <div data-offset=\"0\" class=\"n2-ss-widget n2-ss-widget-display-desktop n2-ss-widget-display-tablet n2-ss-widget-display-mobile nextend-thumbnail nextend-thumbnail-default n2-ow nextend-thumbnail-horizontal\" style=\"margin-top:0px;width:100%;\"><img class=\"nextend-thumbnail-button nextend-thumbnail-previous n2-ow\" src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxjaXJjbGUgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIG9wYWNpdHk9Ii41IiBmaWxsPSIjMDAwIiBjeD0iMTMiIGN5PSIxMyIgcj0iMTIiLz4KICAgICAgICA8cGF0aCBkPSJNMTMuNDM1IDkuMTc4Yy0uMTI2LS4xMjEtLjI3LS4xODItLjQzNi0uMTgyLS4xNjQgMC0uMzA2LjA2MS0uNDI4LjE4MmwtNC4zOCA0LjE3NWMtLjEyNi4xMjEtLjE4OC4yNjItLjE4OC40MjQgMCAuMTYxLjA2Mi4zMDIuMTg4LjQyM2wuNjUuNjIyYy4xMjYuMTIxLjI3My4xODIuNDQxLjE4Mi4xNyAwIC4zMTQtLjA2MS40MzYtLjE4MmwzLjMxNC0zLjE2MSAzLjI0OSAzLjE2MWMuMTI2LjEyMS4yNjkuMTgyLjQzMi4xODIuMTY0IDAgLjMwNy0uMDYxLjQzMy0uMTgybC42NjItLjYyMmMuMTI2LS4xMjEuMTg5LS4yNjIuMTg5LS40MjMgMC0uMTYyLS4wNjMtLjMwMy0uMTg5LS40MjRsLTQuMzczLTQuMTc1eiIgZmlsbD0iI2ZmZiIvPgogICAgPC9nPgo8L3N2Zz4=\" alt=\"Arrow\" /><img class=\"nextend-thumbnail-button nextend-thumbnail-next n2-ow n2-active\" src=\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiI+CiAgICA8ZyBmaWxsPSJub25lIj4KICAgICAgICA8Y2lyY2xlIGN4PSIxMyIgY3k9IjEzIiByPSIxMiIgZmlsbD0iIzAwMCIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIG9wYWNpdHk9Ii41Ii8+CiAgICAgICAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTEyLjU2NSAxNi44MjJjLjEyNi4xMi4yNy4xODIuNDM2LjE4Mi4xNjggMCAuMzEtLjA2LjQzLS4xODJsNC4zOC00LjE3NWMuMTI4LS4xMi4xOS0uMjYyLjE5LS40MjQgMC0uMTYtLjA2Mi0uMzAyLS4xOS0uNDIzbC0uNjUtLjYyMmMtLjEyNS0uMTItLjI3Mi0uMTgyLS40NC0uMTgyLS4xNyAwLS4zMTQuMDYtLjQzNi4xODJsLTMuMzE0IDMuMTYtMy4yNS0zLjE2Yy0uMTI2LS4xMi0uMjctLjE4Mi0uNDMtLjE4Mi0uMTY2IDAtLjMxLjA2LS40MzUuMTgybC0uNjYyLjYyMmMtLjEyNi4xMi0uMTkuMjYyLS4xOS40MjMgMCAuMTYyLjA2NC4zMDMuMTkuNDI0bDQuMzczIDQuMTc1eiIvPgogICAgPC9nPgo8L3N2Zz4=\" alt=\"Arrow\" /><div class=\"nextend-thumbnail-inner n2-ow\"><div class=\"n2-style-8c39bd1b5d1c821102353bb13550e669-simple nextend-thumbnail-scroller n2-ow n2-align-content-start\"><div class=\"n2-style-0d7e6147d938756e488febb9fea88b5d-dot n2-active  n2-ow\" style=\"width: 120px; height: 81px;\" tabindex=\"0\"><div class=\"n2-ss-thumb-image n2-ow\" style=\"background-image: URL(&#039;//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail1.jpg&#039;);width: 120px; height: 81px;background-size: cover;\"></div></div><div class=\"n2-style-0d7e6147d938756e488febb9fea88b5d-dot  n2-ow\" style=\"width: 120px; height: 81px;\" tabindex=\"0\"><div class=\"n2-ss-thumb-image n2-ow\" style=\"background-image: URL(&#039;//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail2.jpg&#039;);width: 120px; height: 81px;background-size: cover;\"></div></div><div class=\"n2-style-0d7e6147d938756e488febb9fea88b5d-dot  n2-ow\" style=\"width: 120px; height: 81px;\" tabindex=\"0\"><div class=\"n2-ss-thumb-image n2-ow\" style=\"background-image: URL(&#039;//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail3.jpg&#039;);width: 120px; height: 81px;background-size: cover;\"></div></div><div class=\"n2-style-0d7e6147d938756e488febb9fea88b5d-dot  n2-ow\" style=\"width: 120px; height: 81px;\" tabindex=\"0\"><div class=\"n2-ss-thumb-image n2-ow\" style=\"background-image: URL(&#039;//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail4.jpg&#039;);width: 120px; height: 81px;background-size: cover;\"></div></div><div class=\"n2-style-0d7e6147d938756e488febb9fea88b5d-dot  n2-ow\" style=\"width: 120px; height: 81px;\" tabindex=\"0\"><div class=\"n2-ss-thumb-image n2-ow\" style=\"background-image: URL(&#039;//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail5.jpg&#039;);width: 120px; height: 81px;background-size: cover;\"></div></div><div class=\"n2-style-0d7e6147d938756e488febb9fea88b5d-dot  n2-ow\" style=\"width: 120px; height: 81px;\" tabindex=\"0\"><div class=\"n2-ss-thumb-image n2-ow\" style=\"background-image: URL(&#039;//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail6.jpg&#039;);width: 120px; height: 81px;background-size: cover;\"></div></div><div class=\"n2-style-0d7e6147d938756e488febb9fea88b5d-dot  n2-ow\" style=\"width: 120px; height: 81px;\" tabindex=\"0\"><div class=\"n2-ss-thumb-image n2-ow\" style=\"background-image: URL(&#039;//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail7.jpg&#039;);width: 120px; height: 81px;background-size: cover;\"></div></div><div class=\"n2-style-0d7e6147d938756e488febb9fea88b5d-dot  n2-ow\" style=\"width: 120px; height: 81px;\" tabindex=\"0\"><div class=\"n2-ss-thumb-image n2-ow\" style=\"background-image: URL(&#039;//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail8.jpg&#039;);width: 120px; height: 81px;background-size: cover;\"></div></div><div class=\"n2-style-0d7e6147d938756e488febb9fea88b5d-dot  n2-ow\" style=\"width: 120px; height: 81px;\" tabindex=\"0\"><div class=\"n2-ss-thumb-image n2-ow\" style=\"background-image: URL(&#039;//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail9.jpg&#039;);width: 120px; height: 81px;background-size: cover;\"></div></div><div class=\"n2-style-0d7e6147d938756e488febb9fea88b5d-dot  n2-ow\" style=\"width: 120px; height: 81px;\" tabindex=\"0\"><div class=\"n2-ss-thumb-image n2-ow\" style=\"background-image: URL(&#039;//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail10.jpg&#039;);width: 120px; height: 81px;background-size: cover;\"></div></div></div></div></div>\n</div><div class=\"n2-clear\"></div><div id=\"n2-ss-5-spinner\" style=\"display: none;\"><div><div class=\"n2-ss-spinner-simple-white-container\"><div class=\"n2-ss-spinner-simple-white\"></div></div></div></div></div></div><div id=\"n2-ss-5-placeholder\" style=\"position: relative;z-index:2;color:RGBA(0,0,0,0);\"><img style=\"width: 100%; max-width:3000px; display: block;\" class=\"n2-ow\" src=\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMCIgd2lkdGg9IjEyMDAiIGhlaWdodD0iNjAwIiA+PC9zdmc+\" alt=\"Slider\" /></div>\n<!-- Nextend Smart Slider 3 #5 - END -->\n</p>\n</div>\n		</div></div></div></div>','GALLERY','','inherit','closed','closed','','199-autosave-v1','','','2017-10-24 21:17:37','2017-10-24 21:17:37','',199,'http://lavishluxebylenee.com/index.php/2017/10/24/199-autosave-v1/',0,'revision','',0),(185,1,'2017-10-23 22:47:17','2017-10-23 22:47:17','<div id=\"pl-125\" class=\"panel-layout\">\r\n<div id=\"pg-125-0\" class=\"panel-grid panel-no-style\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\">\r\n<div id=\"pgc-125-0-0\" class=\"panel-grid-cell\" data-weight=\"1\">\r\n<div id=\"panel-125-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\">\r\n<div class=\"textwidget\">\r\n<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">[ecwid widgets=\"productbrowser\" default_category_id=\"0\" minicart_layout=\"MiniAttachToProductBrowser\"]</p>\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div id=\"pg-125-1\" class=\"panel-grid panel-no-style\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\">\r\n<div id=\"pgc-125-1-0\" class=\"panel-grid-cell\" data-weight=\"1\">\r\n<div id=\"panel-125-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\">\r\n<div class=\"textwidget\">\r\n<div class=\"prod-cat-container\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','MERCH','','inherit','closed','closed','','125-revision-v1','','','2017-10-23 22:47:17','2017-10-23 22:47:17','',125,'http://lavishluxebylenee.com/index.php/2017/10/23/125-revision-v1/',0,'revision','',0),(199,1,'2017-10-24 21:07:46','2017-10-24 21:07:46','<div id=\"pl-199\"  class=\"panel-layout\" ><div id=\"pg-199-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-199-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-199-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><p style=\"font-weight: bold; text-align: center; font-size: 30px;\">GALLERY</p>\n</div>\n		</div></div></div><div id=\"pg-199-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-199-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-199-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><p>\n<!-- Nextend Smart Slider 3 #5 - BEGIN -->\n<div id=\"n2-ss-5-align\" class=\"n2-ss-align\"><div class=\"n2-padding\"><div id=\"n2-ss-5\" class=\"n2-ss-slider n2-ow n2-has-hover n2notransition n2-ss-load-fade \" data-minFontSizedesktopPortrait=\"4\" data-minFontSizedesktopLandscape=\"4\" data-minFontSizetabletPortrait=\"4\" data-minFontSizetabletLandscape=\"4\" data-minFontSizemobilePortrait=\"4\" data-minFontSizemobileLandscape=\"4\" style=\"font-size: 16px;\" data-fontsize=\"16\">\r\n        <div class=\"n2-ss-slider-1 n2-ss-swipe-element n2-ow\" style=\"\">\r\n                        <div class=\"n2-ss-slider-2 n2-ow\">\r\n                                    <div class=\"n2-ss-background-animation n2-ow\"></div>\r\n                                <div class=\"n2-ss-slider-3 n2-ow\" style=\"\">\r\n\r\n                    <div class=\"n2-ss-slide-backgrounds\"></div><div data-first=\"1\" data-slide-duration=\"0\" data-id=\"10\" class=\"n2-ss-slide n2-ss-canvas n2-ow  n2-ss-slide-10\" style=\"\"><div data-hash=\"13bcd67eeb3ba69de3820af5a23916b3\" data-desktop=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail1.jpg\" class=\"n2-ss-slide-background n2-ow\" data-opacity=\"1\" data-blur=\"0\" data-mode=\"fill\" data-x=\"50\" data-y=\"50\"><div class=\"n2-ss-slide-background-mask\" style=\"\"><img title=\"\" src=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail1.jpg\" alt=\"\" /></div></div><div class=\"n2-ss-layers-container n2-ow\" data-csstextalign=\"center\" style=\"\"></div></div><div data-slide-duration=\"0\" data-id=\"11\" class=\"n2-ss-slide n2-ss-canvas n2-ow  n2-ss-slide-11\" style=\"\"><div data-hash=\"9accbd7ce5d8ab10c2cb9e0c8bbebcad\" data-desktop=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail2.jpg\" class=\"n2-ss-slide-background n2-ow\" data-opacity=\"1\" data-blur=\"0\" data-mode=\"fill\" data-x=\"50\" data-y=\"50\"><div class=\"n2-ss-slide-background-mask\" style=\"\"><img title=\"\" src=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail2.jpg\" alt=\"\" /></div></div><div class=\"n2-ss-layers-container n2-ow\" data-csstextalign=\"center\" style=\"\"></div></div><div data-slide-duration=\"0\" data-id=\"12\" class=\"n2-ss-slide n2-ss-canvas n2-ow  n2-ss-slide-12\" style=\"\"><div data-hash=\"b11e101097c548d0bb007b8f9d442c03\" data-desktop=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail3.jpg\" class=\"n2-ss-slide-background n2-ow\" data-opacity=\"1\" data-blur=\"0\" data-mode=\"fill\" data-x=\"50\" data-y=\"50\"><div class=\"n2-ss-slide-background-mask\" style=\"\"><img title=\"\" src=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail3.jpg\" alt=\"\" /></div></div><div class=\"n2-ss-layers-container n2-ow\" data-csstextalign=\"center\" style=\"\"></div></div><div data-slide-duration=\"0\" data-id=\"13\" class=\"n2-ss-slide n2-ss-canvas n2-ow  n2-ss-slide-13\" style=\"\"><div data-hash=\"73000cfbc95270b25e6e45ee0ba5a563\" data-desktop=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail4.jpg\" class=\"n2-ss-slide-background n2-ow\" data-opacity=\"1\" data-blur=\"0\" data-mode=\"fill\" data-x=\"50\" data-y=\"50\"><div class=\"n2-ss-slide-background-mask\" style=\"\"><img title=\"\" src=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail4.jpg\" alt=\"\" /></div></div><div class=\"n2-ss-layers-container n2-ow\" data-csstextalign=\"center\" style=\"\"></div></div><div data-slide-duration=\"0\" data-id=\"14\" class=\"n2-ss-slide n2-ss-canvas n2-ow  n2-ss-slide-14\" style=\"\"><div data-hash=\"8cd54538dc41731f392e4ca6f0ee01f2\" data-desktop=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail5.jpg\" class=\"n2-ss-slide-background n2-ow\" data-opacity=\"1\" data-blur=\"0\" data-mode=\"fill\" data-x=\"50\" data-y=\"50\"><div class=\"n2-ss-slide-background-mask\" style=\"\"><img title=\"\" src=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail5.jpg\" alt=\"\" /></div></div><div class=\"n2-ss-layers-container n2-ow\" data-csstextalign=\"center\" style=\"\"></div></div><div data-slide-duration=\"0\" data-id=\"15\" class=\"n2-ss-slide n2-ss-canvas n2-ow  n2-ss-slide-15\" style=\"\"><div data-hash=\"e859e519f8d24fc79e725f3e4895959a\" data-desktop=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail6.jpg\" class=\"n2-ss-slide-background n2-ow\" data-opacity=\"1\" data-blur=\"0\" data-mode=\"fill\" data-x=\"50\" data-y=\"50\"><div class=\"n2-ss-slide-background-mask\" style=\"\"><img title=\"\" src=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail6.jpg\" alt=\"\" /></div></div><div class=\"n2-ss-layers-container n2-ow\" data-csstextalign=\"center\" style=\"\"></div></div><div data-slide-duration=\"0\" data-id=\"16\" class=\"n2-ss-slide n2-ss-canvas n2-ow  n2-ss-slide-16\" style=\"\"><div data-hash=\"c4850b7010e9c6d7db1d7be2caedbb96\" data-desktop=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail7.jpg\" class=\"n2-ss-slide-background n2-ow\" data-opacity=\"1\" data-blur=\"0\" data-mode=\"fill\" data-x=\"50\" data-y=\"50\"><div class=\"n2-ss-slide-background-mask\" style=\"\"><img title=\"\" src=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail7.jpg\" alt=\"\" /></div></div><div class=\"n2-ss-layers-container n2-ow\" data-csstextalign=\"center\" style=\"\"></div></div><div data-slide-duration=\"0\" data-id=\"17\" class=\"n2-ss-slide n2-ss-canvas n2-ow  n2-ss-slide-17\" style=\"\"><div data-hash=\"b39515c6ec702c726d534cd6b7741f8f\" data-desktop=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail8.jpg\" class=\"n2-ss-slide-background n2-ow\" data-opacity=\"1\" data-blur=\"0\" data-mode=\"fill\" data-x=\"50\" data-y=\"50\"><div class=\"n2-ss-slide-background-mask\" style=\"\"><img title=\"\" src=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail8.jpg\" alt=\"\" /></div></div><div class=\"n2-ss-layers-container n2-ow\" data-csstextalign=\"center\" style=\"\"></div></div><div data-slide-duration=\"0\" data-id=\"18\" class=\"n2-ss-slide n2-ss-canvas n2-ow  n2-ss-slide-18\" style=\"\"><div data-hash=\"42f8bb199f06e13dfe4babd24d5bcaf7\" data-desktop=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail9.jpg\" class=\"n2-ss-slide-background n2-ow\" data-opacity=\"1\" data-blur=\"0\" data-mode=\"fill\" data-x=\"50\" data-y=\"50\"><div class=\"n2-ss-slide-background-mask\" style=\"\"><img title=\"\" src=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail9.jpg\" alt=\"\" /></div></div><div class=\"n2-ss-layers-container n2-ow\" data-csstextalign=\"center\" style=\"\"></div></div><div data-slide-duration=\"0\" data-id=\"19\" class=\"n2-ss-slide n2-ss-canvas n2-ow  n2-ss-slide-19\" style=\"\"><div data-hash=\"359298e40b819ebdac71ee4d920d27be\" data-desktop=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail10.jpg\" class=\"n2-ss-slide-background n2-ow\" data-opacity=\"1\" data-blur=\"0\" data-mode=\"fill\" data-x=\"50\" data-y=\"50\"><div class=\"n2-ss-slide-background-mask\" style=\"\"><img title=\"\" src=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail10.jpg\" alt=\"\" /></div></div><div class=\"n2-ss-layers-container n2-ow\" data-csstextalign=\"center\" style=\"\"></div></div>                </div>\r\n            </div>\r\n            <div data-ssleft=\"0+15\" data-sstop=\"height/2-previousheight/2\" id=\"n2-ss-5-arrow-previous\" class=\"n2-ss-widget n2-ss-widget-display-desktop n2-ss-widget-display-tablet n2-ss-widget-display-mobile nextend-arrow n2-ow nextend-arrow-previous  nextend-arrow-animated-fade n2-ib\" style=\"position: absolute;\" role=\"button\" aria-label=\"Previous slide\" tabindex=\"0\"><img class=\"n2-ow\" data-no-lazy=\"1\" data-hack=\"data-lazy-src\" src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTEuNDMzIDE1Ljk5MkwyMi42OSA1LjcxMmMuMzkzLS4zOS4zOTMtMS4wMyAwLTEuNDItLjM5My0uMzktMS4wMy0uMzktMS40MjMgMGwtMTEuOTggMTAuOTRjLS4yMS4yMS0uMy40OS0uMjg1Ljc2LS4wMTUuMjguMDc1LjU2LjI4NC43N2wxMS45OCAxMC45NGMuMzkzLjM5IDEuMDMuMzkgMS40MjQgMCAuMzkzLS40LjM5My0xLjAzIDAtMS40MmwtMTEuMjU3LTEwLjI5IiBmaWxsPSIjZmZmZmZmIiBvcGFjaXR5PSIwLjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==\" alt=\"Arrow\" /></div>\n<div data-ssright=\"0+15\" data-sstop=\"height/2-nextheight/2\" id=\"n2-ss-5-arrow-next\" class=\"n2-ss-widget n2-ss-widget-display-desktop n2-ss-widget-display-tablet n2-ss-widget-display-mobile nextend-arrow n2-ow nextend-arrow-next  nextend-arrow-animated-fade n2-ib\" style=\"position: absolute;\" role=\"button\" aria-label=\"Next slide\" tabindex=\"0\"><img class=\"n2-ow\" data-no-lazy=\"1\" data-hack=\"data-lazy-src\" src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTAuNzIyIDQuMjkzYy0uMzk0LS4zOS0xLjAzMi0uMzktMS40MjcgMC0uMzkzLjM5LS4zOTMgMS4wMyAwIDEuNDJsMTEuMjgzIDEwLjI4LTExLjI4MyAxMC4yOWMtLjM5My4zOS0uMzkzIDEuMDIgMCAxLjQyLjM5NS4zOSAxLjAzMy4zOSAxLjQyNyAwbDEyLjAwNy0xMC45NGMuMjEtLjIxLjMtLjQ5LjI4NC0uNzcuMDE0LS4yNy0uMDc2LS41NS0uMjg2LS43NkwxMC43MiA0LjI5M3oiIGZpbGw9IiNmZmZmZmYiIG9wYWNpdHk9IjAuOCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+\" alt=\"Arrow\" /></div>\n        </div>\r\n        <div data-offset=\"0\" class=\"n2-ss-widget n2-ss-widget-display-desktop n2-ss-widget-display-tablet n2-ss-widget-display-mobile nextend-thumbnail nextend-thumbnail-default n2-ow nextend-thumbnail-horizontal\" style=\"margin-top:0px;width:100%;\"><img class=\"nextend-thumbnail-button nextend-thumbnail-previous n2-ow\" src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxjaXJjbGUgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIG9wYWNpdHk9Ii41IiBmaWxsPSIjMDAwIiBjeD0iMTMiIGN5PSIxMyIgcj0iMTIiLz4KICAgICAgICA8cGF0aCBkPSJNMTMuNDM1IDkuMTc4Yy0uMTI2LS4xMjEtLjI3LS4xODItLjQzNi0uMTgyLS4xNjQgMC0uMzA2LjA2MS0uNDI4LjE4MmwtNC4zOCA0LjE3NWMtLjEyNi4xMjEtLjE4OC4yNjItLjE4OC40MjQgMCAuMTYxLjA2Mi4zMDIuMTg4LjQyM2wuNjUuNjIyYy4xMjYuMTIxLjI3My4xODIuNDQxLjE4Mi4xNyAwIC4zMTQtLjA2MS40MzYtLjE4MmwzLjMxNC0zLjE2MSAzLjI0OSAzLjE2MWMuMTI2LjEyMS4yNjkuMTgyLjQzMi4xODIuMTY0IDAgLjMwNy0uMDYxLjQzMy0uMTgybC42NjItLjYyMmMuMTI2LS4xMjEuMTg5LS4yNjIuMTg5LS40MjMgMC0uMTYyLS4wNjMtLjMwMy0uMTg5LS40MjRsLTQuMzczLTQuMTc1eiIgZmlsbD0iI2ZmZiIvPgogICAgPC9nPgo8L3N2Zz4=\" alt=\"Arrow\" /><img class=\"nextend-thumbnail-button nextend-thumbnail-next n2-ow n2-active\" src=\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiI+CiAgICA8ZyBmaWxsPSJub25lIj4KICAgICAgICA8Y2lyY2xlIGN4PSIxMyIgY3k9IjEzIiByPSIxMiIgZmlsbD0iIzAwMCIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIG9wYWNpdHk9Ii41Ii8+CiAgICAgICAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTEyLjU2NSAxNi44MjJjLjEyNi4xMi4yNy4xODIuNDM2LjE4Mi4xNjggMCAuMzEtLjA2LjQzLS4xODJsNC4zOC00LjE3NWMuMTI4LS4xMi4xOS0uMjYyLjE5LS40MjQgMC0uMTYtLjA2Mi0uMzAyLS4xOS0uNDIzbC0uNjUtLjYyMmMtLjEyNS0uMTItLjI3Mi0uMTgyLS40NC0uMTgyLS4xNyAwLS4zMTQuMDYtLjQzNi4xODJsLTMuMzE0IDMuMTYtMy4yNS0zLjE2Yy0uMTI2LS4xMi0uMjctLjE4Mi0uNDMtLjE4Mi0uMTY2IDAtLjMxLjA2LS40MzUuMTgybC0uNjYyLjYyMmMtLjEyNi4xMi0uMTkuMjYyLS4xOS40MjMgMCAuMTYyLjA2NC4zMDMuMTkuNDI0bDQuMzczIDQuMTc1eiIvPgogICAgPC9nPgo8L3N2Zz4=\" alt=\"Arrow\" /><div class=\"nextend-thumbnail-inner n2-ow\"><div class=\"n2-style-8c39bd1b5d1c821102353bb13550e669-simple nextend-thumbnail-scroller n2-ow n2-align-content-start\"><div class=\"n2-style-0d7e6147d938756e488febb9fea88b5d-dot n2-active  n2-ow\" style=\"width: 120px; height: 81px;\" tabindex=\"0\"><div class=\"n2-ss-thumb-image n2-ow\" style=\"background-image: URL(&#039;//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail1.jpg&#039;);width: 120px; height: 81px;background-size: cover;\"></div></div><div class=\"n2-style-0d7e6147d938756e488febb9fea88b5d-dot  n2-ow\" style=\"width: 120px; height: 81px;\" tabindex=\"0\"><div class=\"n2-ss-thumb-image n2-ow\" style=\"background-image: URL(&#039;//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail2.jpg&#039;);width: 120px; height: 81px;background-size: cover;\"></div></div><div class=\"n2-style-0d7e6147d938756e488febb9fea88b5d-dot  n2-ow\" style=\"width: 120px; height: 81px;\" tabindex=\"0\"><div class=\"n2-ss-thumb-image n2-ow\" style=\"background-image: URL(&#039;//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail3.jpg&#039;);width: 120px; height: 81px;background-size: cover;\"></div></div><div class=\"n2-style-0d7e6147d938756e488febb9fea88b5d-dot  n2-ow\" style=\"width: 120px; height: 81px;\" tabindex=\"0\"><div class=\"n2-ss-thumb-image n2-ow\" style=\"background-image: URL(&#039;//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail4.jpg&#039;);width: 120px; height: 81px;background-size: cover;\"></div></div><div class=\"n2-style-0d7e6147d938756e488febb9fea88b5d-dot  n2-ow\" style=\"width: 120px; height: 81px;\" tabindex=\"0\"><div class=\"n2-ss-thumb-image n2-ow\" style=\"background-image: URL(&#039;//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail5.jpg&#039;);width: 120px; height: 81px;background-size: cover;\"></div></div><div class=\"n2-style-0d7e6147d938756e488febb9fea88b5d-dot  n2-ow\" style=\"width: 120px; height: 81px;\" tabindex=\"0\"><div class=\"n2-ss-thumb-image n2-ow\" style=\"background-image: URL(&#039;//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail6.jpg&#039;);width: 120px; height: 81px;background-size: cover;\"></div></div><div class=\"n2-style-0d7e6147d938756e488febb9fea88b5d-dot  n2-ow\" style=\"width: 120px; height: 81px;\" tabindex=\"0\"><div class=\"n2-ss-thumb-image n2-ow\" style=\"background-image: URL(&#039;//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail7.jpg&#039;);width: 120px; height: 81px;background-size: cover;\"></div></div><div class=\"n2-style-0d7e6147d938756e488febb9fea88b5d-dot  n2-ow\" style=\"width: 120px; height: 81px;\" tabindex=\"0\"><div class=\"n2-ss-thumb-image n2-ow\" style=\"background-image: URL(&#039;//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail8.jpg&#039;);width: 120px; height: 81px;background-size: cover;\"></div></div><div class=\"n2-style-0d7e6147d938756e488febb9fea88b5d-dot  n2-ow\" style=\"width: 120px; height: 81px;\" tabindex=\"0\"><div class=\"n2-ss-thumb-image n2-ow\" style=\"background-image: URL(&#039;//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail9.jpg&#039;);width: 120px; height: 81px;background-size: cover;\"></div></div><div class=\"n2-style-0d7e6147d938756e488febb9fea88b5d-dot  n2-ow\" style=\"width: 120px; height: 81px;\" tabindex=\"0\"><div class=\"n2-ss-thumb-image n2-ow\" style=\"background-image: URL(&#039;//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail10.jpg&#039;);width: 120px; height: 81px;background-size: cover;\"></div></div></div></div></div>\n</div><div class=\"n2-clear\"></div><div id=\"n2-ss-5-spinner\" style=\"display: none;\"><div><div class=\"n2-ss-spinner-simple-white-container\"><div class=\"n2-ss-spinner-simple-white\"></div></div></div></div></div></div><div id=\"n2-ss-5-placeholder\" style=\"position: relative;z-index:2;color:RGBA(0,0,0,0);\"><img style=\"width: 100%; max-width:3000px; display: block;\" class=\"n2-ow\" src=\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMCIgd2lkdGg9IjEyMDAiIGhlaWdodD0iNjAwIiA+PC9zdmc+\" alt=\"Slider\" /></div>\n<!-- Nextend Smart Slider 3 #5 - END -->\n</p>\n</div>\n		</div></div></div></div>','GALLERY','','publish','closed','closed','','gallery','','','2017-10-24 21:20:51','2017-10-24 21:20:51','',0,'http://lavishluxebylenee.com/?page_id=199',0,'page','',0),(200,1,'2017-10-24 21:07:46','2017-10-24 21:07:46','','GALLERY','','inherit','closed','closed','','199-revision-v1','','','2017-10-24 21:07:46','2017-10-24 21:07:46','',199,'http://lavishluxebylenee.com/index.php/2017/10/24/199-revision-v1/',0,'revision','',0),(173,1,'2017-10-23 18:30:30','2017-10-23 18:30:30','<div id=\"pl-125\"  class=\"panel-layout\" ><div id=\"pg-125-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-125-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-125-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><p style=\"font-weight: bold; text-align: center; font-size: 30px;\">LAVISH ATTIRE</p>\n</div>\n		</div></div></div><div id=\"pg-125-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-125-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-125-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><p><div class=\'upcp-Hide-Item\' id=\'upcp-shortcode-atts\'><div class=\'shortcode-attr\' id=\'upcp-catalogue-id\'>2</div><div class=\'shortcode-attr\' id=\'upcp-catalogue-sidebar\'>Yes</div><div class=\'shortcode-attr\' id=\'upcp-starting-layout\'></div><div class=\'shortcode-attr\' id=\'upcp-current-layout\'></div><div class=\'shortcode-attr\' id=\'upcp-exclude-layouts\'>None</div><div class=\'shortcode-attr\' id=\'upcp-current-page\'>1</div><div class=\'shortcode-attr\' id=\'upcp-products-per-page\'>1000000</div><div class=\'shortcode-attr\' id=\'upcp-default-search-text\'>Name...</div><div class=\'shortcode-attr\' id=\'upcp-base-url\'>/wp-admin/post.php</div></div><div class=\'prod-cat-container\'><style>.upcp-product-comparison-button { }\n.upcp-product-comparison-button span.compareSpan { }\n.upcp-product-comparison-button.comparisonClicked { }\n.upcp-product-comparison-button.comparisonClicked span.compareSpan { }\n.upcp-sale-flag { }\n.upcp-sale-flag span.saleSpan { }\n.upcp-details-icon {opacity: 0;}\ndiv.upcp-thumb-image-div img { }\n.upcp-thumb-image-div { }\n.upcp-thumb-image-div a { }\n.upcp-thumb-item {}\n.upcp-thumb-title a {}\n.upcp-thumb-price {}\n.upcp-thumb-details-link {}\n.upcp-list-image-div img { }\n.upcp-list-image-div { }\n.upcp-list-item { }\n.upcp-list-details {}\n.upcp-list-title {}\n.upcp-list-price {}\n.upcp-list-details-link {}\ndiv.upcp-detail-image-div img { }\ndiv.upcp-detail-image-div { }\n.upcp-detail-item { }\n.upcp-detail-title { }\n.upcp-detail-price {}\n.upcp-detail-details-link { }\n.upcp-mid-detail-div { }\n.prod-cat-sidebar-cat-title h3 { }\n.prod-cat-sort-by, .prod-cat-text-search, .prod-cat-sidebar-cat-title span { }\n.prod-cat-sidebar-content .upcp-label { }\n</style><script language=\'JavaScript\' type=\'text/javascript\'>var maintain_filtering = \'Yes\';</script><form id=\'upcp-hidden-filtering-form\' method=\'post\' target=\'_self\'><input type=\'hidden\' id=\'upcp-selected-categories\' name=\'categories\' value=\'\' /><input type=\'hidden\' id=\'upcp-selected-subcategories\' name=\'sub-categories\' value=\'\' /><input type=\'hidden\' id=\'upcp-selected-tags\' name=\'tags\' value=\'\' /><input type=\'hidden\' id=\'upcp-selected-prod-name\' name=\'prod_name\' value=\'\' /><input type=\'hidden\' id=\'upcp-selected-current-page\' name=\'current_page\' value=\'\' /><input type=\'hidden\' id=\'upcp-selected-current-url\' name=\'current_url\' value=\'http://lavishluxebylenee.com/index.php/lavish-attire/\' /></form><script language=\'JavaScript\' type=\'text/javascript\'>var max_price = \'0\';var min_price = \'0\';var currency_symbol = \'\';var symbol_position = \'Before\';</script><div class=\'prod-cat-header-div Blue-prod-cat-header-div\'><div class=\'prod-cat-header-padding\'></div><div id=\'starting-layout\' class=\'hidden-field\'>Thumbnail</div><a href=\'#\' onclick=\'ToggleView(\"Thumbnail\");return false;\' title=\'Thumbnail\'><div class=\'upcp-thumb-toggle-icon Blue-thumb-icon\'></div></a><a href=\'#\' onclick=\'ToggleView(\"List\"); return false;\' title=\'List\'><div class=\'upcp-list-toggle-icon Blue-list-icon\'></div></a><a href=\'#\' onclick=\'ToggleView(\"Detail\"); return false;\' title=\'Detail\'><div class=\'upcp-details-toggle-icon Blue-details-icon\'></div></a><div class=\'upcp-clear\'></div></div><div id=\'prod-cat-sidebar-\' class=\'prod-cat-sidebar \'>\n<form onsubmit=\'return false;\' name=\'Product_Catalog_Sidebar_Form\'>\n<div id=\'prod-cat-text-search\' class=\'prod-cat-text-search\'>\nProduct Name:<br /><div class=\'styled-input\'><input type=\'text\' id=\'upcp-name-search\' class=\'jquery-prod-name-text\' name=\'Text_Search\' value=\'Name...\' onfocus=\'FieldFocus(this);\' onblur=\'FieldBlur(this);\' onkeyup=\'UPCP_DisplayPage(\"1\");\'>\n</div></div>\n</form>\n</div>\n<div class=\'prod-cat-inner \'><div id=\'prod-cat-2\' class=\'prod-cat thumb-display \'>\n<div class=\'upcp-clear\'></div>\n</div>\n<div class=\'upcp-clear\'></div><div id=\'prod-cat-2\' class=\'prod-cat list-display hidden-field\'>\n<div class=\'upcp-clear\'></div>\n</div>\n<div class=\'upcp-clear\'></div><div id=\'prod-cat-2\' class=\'prod-cat detail-display hidden-field\'>\n<div class=\'upcp-clear\'></div>\n</div>\n<div class=\'upcp-clear\'></div></div><script language=\'JavaScript\' type=\'text/javascript\'></script><div class=\'upcp-clear\'></div></div></p>\n</div>\n		</div></div></div></div>','MERCH','','inherit','closed','closed','','125-revision-v1','','','2017-10-23 18:30:30','2017-10-23 18:30:30','',125,'http://lavishluxebylenee.com/index.php/2017/10/23/125-revision-v1/',0,'revision','',0),(178,1,'2017-10-23 22:20:04','2017-10-23 22:20:04','[ecwid widgets=\"productbrowser minicart categories search\" grid=\"10,3\" list=\"60\" table=\"60\" default_category_id=\"0\" category_view=\"grid\" search_view=\"grid\" minicart_layout=\"MiniAttachToProductBrowser\" ]','Store','','draft','closed','closed','','store','','','2019-11-08 16:46:02','2019-11-08 16:46:02','',0,'http://lavishluxebylenee.com/index.php/store/',0,'page','',0),(584,1,'2021-02-28 22:20:14','2021-02-28 22:20:14','<img width=\"500\" height=\"500\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png\" alt=\"\" loading=\"lazy\" srcset=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png 500w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-300x300.png 300w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-150x150.png 150w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />											\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-28 22:20:14','2021-02-28 22:20:14','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(196,1,'2017-10-23 23:33:24','2017-10-23 23:33:24','<div id=\"pl-10\" class=\"panel-layout\">\r\n<div id=\"pg-10-0\" class=\"panel-grid panel-has-style\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\">\r\n<div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-10-0\" data-stretch-type=\"full-stretched\">\r\n<div id=\"pgc-10-0-0\" class=\"panel-grid-cell\" data-weight=\"1\">\r\n<div id=\"panel-10-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\">\r\n<div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\r\n<div class=\"siteorigin-widget-tinymce textwidget\">\r\n<h1 style=\"text-align: center;\"><strong>ABOUT</strong></h1>\r\n&nbsp;\r\n\r\n<img class=\"alignleft wp-image-82 size-thumbnail\" style=\"border-radius: 15px;\" src=\"http://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe-150x150.jpg\" alt=\"Lavish Luxe By Lenee\" width=\"150\" height=\"150\" />\r\n\r\nPeople will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!\r\n\r\nI am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.\" your outfit and save money while doing it! The “Hollywood Look” at an affordable price - what more can you ask for?\r\n\r\nAs a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!\r\n\r\nLenee\'\r\nAffordable Chic Fashion Consultant\r\nIn Touch with the Client\'s Style\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','ABOUT','','inherit','closed','closed','','10-revision-v1','','','2017-10-23 23:33:24','2017-10-23 23:33:24','',10,'http://lavishluxebylenee.com/index.php/2017/10/23/10-revision-v1/',0,'revision','',0),(203,1,'2017-10-24 21:18:57','2017-10-24 21:18:57','<div id=\"pl-199\"  class=\"panel-layout\" ><div id=\"pg-199-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-199-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-199-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><p style=\"font-weight: bold; text-align: center; font-size: 30px;\">GALLERY</p>\n</div>\n		</div></div></div><div id=\"pg-199-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-199-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-199-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><p>\n<!-- Nextend Smart Slider 3 #5 - BEGIN -->\n<div id=\"n2-ss-5-align\" class=\"n2-ss-align\"><div class=\"n2-padding\"><div id=\"n2-ss-5\" class=\"n2-ss-slider n2-ow n2-has-hover n2notransition n2-ss-load-fade \" data-minFontSizedesktopPortrait=\"4\" data-minFontSizedesktopLandscape=\"4\" data-minFontSizetabletPortrait=\"4\" data-minFontSizetabletLandscape=\"4\" data-minFontSizemobilePortrait=\"4\" data-minFontSizemobileLandscape=\"4\" style=\"font-size: 16px;\" data-fontsize=\"16\">\r\n        <div class=\"n2-ss-slider-1 n2-ss-swipe-element n2-ow\" style=\"\">\r\n                        <div class=\"n2-ss-slider-2 n2-ow\">\r\n                                    <div class=\"n2-ss-background-animation n2-ow\"></div>\r\n                                <div class=\"n2-ss-slider-3 n2-ow\" style=\"\">\r\n\r\n                    <div class=\"n2-ss-slide-backgrounds\"></div><div data-first=\"1\" data-slide-duration=\"0\" data-id=\"10\" class=\"n2-ss-slide n2-ss-canvas n2-ow  n2-ss-slide-10\" style=\"\"><div data-hash=\"13bcd67eeb3ba69de3820af5a23916b3\" data-desktop=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail1.jpg\" class=\"n2-ss-slide-background n2-ow\" data-opacity=\"1\" data-blur=\"0\" data-mode=\"fill\" data-x=\"50\" data-y=\"50\"><div class=\"n2-ss-slide-background-mask\" style=\"\"><img title=\"\" src=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail1.jpg\" alt=\"\" /></div></div><div class=\"n2-ss-layers-container n2-ow\" data-csstextalign=\"center\" style=\"\"></div></div><div data-slide-duration=\"0\" data-id=\"11\" class=\"n2-ss-slide n2-ss-canvas n2-ow  n2-ss-slide-11\" style=\"\"><div data-hash=\"9accbd7ce5d8ab10c2cb9e0c8bbebcad\" data-desktop=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail2.jpg\" class=\"n2-ss-slide-background n2-ow\" data-opacity=\"1\" data-blur=\"0\" data-mode=\"fill\" data-x=\"50\" data-y=\"50\"><div class=\"n2-ss-slide-background-mask\" style=\"\"><img title=\"\" src=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail2.jpg\" alt=\"\" /></div></div><div class=\"n2-ss-layers-container n2-ow\" data-csstextalign=\"center\" style=\"\"></div></div><div data-slide-duration=\"0\" data-id=\"12\" class=\"n2-ss-slide n2-ss-canvas n2-ow  n2-ss-slide-12\" style=\"\"><div data-hash=\"b11e101097c548d0bb007b8f9d442c03\" data-desktop=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail3.jpg\" class=\"n2-ss-slide-background n2-ow\" data-opacity=\"1\" data-blur=\"0\" data-mode=\"fill\" data-x=\"50\" data-y=\"50\"><div class=\"n2-ss-slide-background-mask\" style=\"\"><img title=\"\" src=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail3.jpg\" alt=\"\" /></div></div><div class=\"n2-ss-layers-container n2-ow\" data-csstextalign=\"center\" style=\"\"></div></div><div data-slide-duration=\"0\" data-id=\"13\" class=\"n2-ss-slide n2-ss-canvas n2-ow  n2-ss-slide-13\" style=\"\"><div data-hash=\"73000cfbc95270b25e6e45ee0ba5a563\" data-desktop=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail4.jpg\" class=\"n2-ss-slide-background n2-ow\" data-opacity=\"1\" data-blur=\"0\" data-mode=\"fill\" data-x=\"50\" data-y=\"50\"><div class=\"n2-ss-slide-background-mask\" style=\"\"><img title=\"\" src=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail4.jpg\" alt=\"\" /></div></div><div class=\"n2-ss-layers-container n2-ow\" data-csstextalign=\"center\" style=\"\"></div></div><div data-slide-duration=\"0\" data-id=\"14\" class=\"n2-ss-slide n2-ss-canvas n2-ow  n2-ss-slide-14\" style=\"\"><div data-hash=\"8cd54538dc41731f392e4ca6f0ee01f2\" data-desktop=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail5.jpg\" class=\"n2-ss-slide-background n2-ow\" data-opacity=\"1\" data-blur=\"0\" data-mode=\"fill\" data-x=\"50\" data-y=\"50\"><div class=\"n2-ss-slide-background-mask\" style=\"\"><img title=\"\" src=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail5.jpg\" alt=\"\" /></div></div><div class=\"n2-ss-layers-container n2-ow\" data-csstextalign=\"center\" style=\"\"></div></div><div data-slide-duration=\"0\" data-id=\"15\" class=\"n2-ss-slide n2-ss-canvas n2-ow  n2-ss-slide-15\" style=\"\"><div data-hash=\"e859e519f8d24fc79e725f3e4895959a\" data-desktop=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail6.jpg\" class=\"n2-ss-slide-background n2-ow\" data-opacity=\"1\" data-blur=\"0\" data-mode=\"fill\" data-x=\"50\" data-y=\"50\"><div class=\"n2-ss-slide-background-mask\" style=\"\"><img title=\"\" src=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail6.jpg\" alt=\"\" /></div></div><div class=\"n2-ss-layers-container n2-ow\" data-csstextalign=\"center\" style=\"\"></div></div><div data-slide-duration=\"0\" data-id=\"16\" class=\"n2-ss-slide n2-ss-canvas n2-ow  n2-ss-slide-16\" style=\"\"><div data-hash=\"c4850b7010e9c6d7db1d7be2caedbb96\" data-desktop=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail7.jpg\" class=\"n2-ss-slide-background n2-ow\" data-opacity=\"1\" data-blur=\"0\" data-mode=\"fill\" data-x=\"50\" data-y=\"50\"><div class=\"n2-ss-slide-background-mask\" style=\"\"><img title=\"\" src=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail7.jpg\" alt=\"\" /></div></div><div class=\"n2-ss-layers-container n2-ow\" data-csstextalign=\"center\" style=\"\"></div></div><div data-slide-duration=\"0\" data-id=\"17\" class=\"n2-ss-slide n2-ss-canvas n2-ow  n2-ss-slide-17\" style=\"\"><div data-hash=\"b39515c6ec702c726d534cd6b7741f8f\" data-desktop=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail8.jpg\" class=\"n2-ss-slide-background n2-ow\" data-opacity=\"1\" data-blur=\"0\" data-mode=\"fill\" data-x=\"50\" data-y=\"50\"><div class=\"n2-ss-slide-background-mask\" style=\"\"><img title=\"\" src=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail8.jpg\" alt=\"\" /></div></div><div class=\"n2-ss-layers-container n2-ow\" data-csstextalign=\"center\" style=\"\"></div></div><div data-slide-duration=\"0\" data-id=\"18\" class=\"n2-ss-slide n2-ss-canvas n2-ow  n2-ss-slide-18\" style=\"\"><div data-hash=\"42f8bb199f06e13dfe4babd24d5bcaf7\" data-desktop=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail9.jpg\" class=\"n2-ss-slide-background n2-ow\" data-opacity=\"1\" data-blur=\"0\" data-mode=\"fill\" data-x=\"50\" data-y=\"50\"><div class=\"n2-ss-slide-background-mask\" style=\"\"><img title=\"\" src=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail9.jpg\" alt=\"\" /></div></div><div class=\"n2-ss-layers-container n2-ow\" data-csstextalign=\"center\" style=\"\"></div></div><div data-slide-duration=\"0\" data-id=\"19\" class=\"n2-ss-slide n2-ss-canvas n2-ow  n2-ss-slide-19\" style=\"\"><div data-hash=\"359298e40b819ebdac71ee4d920d27be\" data-desktop=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail10.jpg\" class=\"n2-ss-slide-background n2-ow\" data-opacity=\"1\" data-blur=\"0\" data-mode=\"fill\" data-x=\"50\" data-y=\"50\"><div class=\"n2-ss-slide-background-mask\" style=\"\"><img title=\"\" src=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail10.jpg\" alt=\"\" /></div></div><div class=\"n2-ss-layers-container n2-ow\" data-csstextalign=\"center\" style=\"\"></div></div>                </div>\r\n            </div>\r\n            <div data-ssleft=\"0+15\" data-sstop=\"height/2-previousheight/2\" id=\"n2-ss-5-arrow-previous\" class=\"n2-ss-widget n2-ss-widget-display-desktop n2-ss-widget-display-tablet n2-ss-widget-display-mobile nextend-arrow n2-ow nextend-arrow-previous  nextend-arrow-animated-fade n2-ib\" style=\"position: absolute;\" role=\"button\" aria-label=\"Previous slide\" tabindex=\"0\"><img class=\"n2-ow\" data-no-lazy=\"1\" data-hack=\"data-lazy-src\" src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTEuNDMzIDE1Ljk5MkwyMi42OSA1LjcxMmMuMzkzLS4zOS4zOTMtMS4wMyAwLTEuNDItLjM5My0uMzktMS4wMy0uMzktMS40MjMgMGwtMTEuOTggMTAuOTRjLS4yMS4yMS0uMy40OS0uMjg1Ljc2LS4wMTUuMjguMDc1LjU2LjI4NC43N2wxMS45OCAxMC45NGMuMzkzLjM5IDEuMDMuMzkgMS40MjQgMCAuMzkzLS40LjM5My0xLjAzIDAtMS40MmwtMTEuMjU3LTEwLjI5IiBmaWxsPSIjZmZmZmZmIiBvcGFjaXR5PSIwLjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==\" alt=\"Arrow\" /></div>\n<div data-ssright=\"0+15\" data-sstop=\"height/2-nextheight/2\" id=\"n2-ss-5-arrow-next\" class=\"n2-ss-widget n2-ss-widget-display-desktop n2-ss-widget-display-tablet n2-ss-widget-display-mobile nextend-arrow n2-ow nextend-arrow-next  nextend-arrow-animated-fade n2-ib\" style=\"position: absolute;\" role=\"button\" aria-label=\"Next slide\" tabindex=\"0\"><img class=\"n2-ow\" data-no-lazy=\"1\" data-hack=\"data-lazy-src\" src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTAuNzIyIDQuMjkzYy0uMzk0LS4zOS0xLjAzMi0uMzktMS40MjcgMC0uMzkzLjM5LS4zOTMgMS4wMyAwIDEuNDJsMTEuMjgzIDEwLjI4LTExLjI4MyAxMC4yOWMtLjM5My4zOS0uMzkzIDEuMDIgMCAxLjQyLjM5NS4zOSAxLjAzMy4zOSAxLjQyNyAwbDEyLjAwNy0xMC45NGMuMjEtLjIxLjMtLjQ5LjI4NC0uNzcuMDE0LS4yNy0uMDc2LS41NS0uMjg2LS43NkwxMC43MiA0LjI5M3oiIGZpbGw9IiNmZmZmZmYiIG9wYWNpdHk9IjAuOCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+\" alt=\"Arrow\" /></div>\n        </div>\r\n        <div data-offset=\"0\" class=\"n2-ss-widget n2-ss-widget-display-desktop n2-ss-widget-display-tablet n2-ss-widget-display-mobile nextend-thumbnail nextend-thumbnail-default n2-ow nextend-thumbnail-horizontal\" style=\"margin-top:0px;width:100%;\"><img class=\"nextend-thumbnail-button nextend-thumbnail-previous n2-ow\" src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxjaXJjbGUgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIG9wYWNpdHk9Ii41IiBmaWxsPSIjMDAwIiBjeD0iMTMiIGN5PSIxMyIgcj0iMTIiLz4KICAgICAgICA8cGF0aCBkPSJNMTMuNDM1IDkuMTc4Yy0uMTI2LS4xMjEtLjI3LS4xODItLjQzNi0uMTgyLS4xNjQgMC0uMzA2LjA2MS0uNDI4LjE4MmwtNC4zOCA0LjE3NWMtLjEyNi4xMjEtLjE4OC4yNjItLjE4OC40MjQgMCAuMTYxLjA2Mi4zMDIuMTg4LjQyM2wuNjUuNjIyYy4xMjYuMTIxLjI3My4xODIuNDQxLjE4Mi4xNyAwIC4zMTQtLjA2MS40MzYtLjE4MmwzLjMxNC0zLjE2MSAzLjI0OSAzLjE2MWMuMTI2LjEyMS4yNjkuMTgyLjQzMi4xODIuMTY0IDAgLjMwNy0uMDYxLjQzMy0uMTgybC42NjItLjYyMmMuMTI2LS4xMjEuMTg5LS4yNjIuMTg5LS40MjMgMC0uMTYyLS4wNjMtLjMwMy0uMTg5LS40MjRsLTQuMzczLTQuMTc1eiIgZmlsbD0iI2ZmZiIvPgogICAgPC9nPgo8L3N2Zz4=\" alt=\"Arrow\" /><img class=\"nextend-thumbnail-button nextend-thumbnail-next n2-ow n2-active\" src=\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiI+CiAgICA8ZyBmaWxsPSJub25lIj4KICAgICAgICA8Y2lyY2xlIGN4PSIxMyIgY3k9IjEzIiByPSIxMiIgZmlsbD0iIzAwMCIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIG9wYWNpdHk9Ii41Ii8+CiAgICAgICAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTEyLjU2NSAxNi44MjJjLjEyNi4xMi4yNy4xODIuNDM2LjE4Mi4xNjggMCAuMzEtLjA2LjQzLS4xODJsNC4zOC00LjE3NWMuMTI4LS4xMi4xOS0uMjYyLjE5LS40MjQgMC0uMTYtLjA2Mi0uMzAyLS4xOS0uNDIzbC0uNjUtLjYyMmMtLjEyNS0uMTItLjI3Mi0uMTgyLS40NC0uMTgyLS4xNyAwLS4zMTQuMDYtLjQzNi4xODJsLTMuMzE0IDMuMTYtMy4yNS0zLjE2Yy0uMTI2LS4xMi0uMjctLjE4Mi0uNDMtLjE4Mi0uMTY2IDAtLjMxLjA2LS40MzUuMTgybC0uNjYyLjYyMmMtLjEyNi4xMi0uMTkuMjYyLS4xOS40MjMgMCAuMTYyLjA2NC4zMDMuMTkuNDI0bDQuMzczIDQuMTc1eiIvPgogICAgPC9nPgo8L3N2Zz4=\" alt=\"Arrow\" /><div class=\"nextend-thumbnail-inner n2-ow\"><div class=\"n2-style-8c39bd1b5d1c821102353bb13550e669-simple nextend-thumbnail-scroller n2-ow n2-align-content-start\"><div class=\"n2-style-0d7e6147d938756e488febb9fea88b5d-dot n2-active  n2-ow\" style=\"width: 120px; height: 81px;\" tabindex=\"0\"><div class=\"n2-ss-thumb-image n2-ow\" style=\"background-image: URL(&#039;//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail1.jpg&#039;);width: 120px; height: 81px;background-size: cover;\"></div></div><div class=\"n2-style-0d7e6147d938756e488febb9fea88b5d-dot  n2-ow\" style=\"width: 120px; height: 81px;\" tabindex=\"0\"><div class=\"n2-ss-thumb-image n2-ow\" style=\"background-image: URL(&#039;//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail2.jpg&#039;);width: 120px; height: 81px;background-size: cover;\"></div></div><div class=\"n2-style-0d7e6147d938756e488febb9fea88b5d-dot  n2-ow\" style=\"width: 120px; height: 81px;\" tabindex=\"0\"><div class=\"n2-ss-thumb-image n2-ow\" style=\"background-image: URL(&#039;//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail3.jpg&#039;);width: 120px; height: 81px;background-size: cover;\"></div></div><div class=\"n2-style-0d7e6147d938756e488febb9fea88b5d-dot  n2-ow\" style=\"width: 120px; height: 81px;\" tabindex=\"0\"><div class=\"n2-ss-thumb-image n2-ow\" style=\"background-image: URL(&#039;//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail4.jpg&#039;);width: 120px; height: 81px;background-size: cover;\"></div></div><div class=\"n2-style-0d7e6147d938756e488febb9fea88b5d-dot  n2-ow\" style=\"width: 120px; height: 81px;\" tabindex=\"0\"><div class=\"n2-ss-thumb-image n2-ow\" style=\"background-image: URL(&#039;//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail5.jpg&#039;);width: 120px; height: 81px;background-size: cover;\"></div></div><div class=\"n2-style-0d7e6147d938756e488febb9fea88b5d-dot  n2-ow\" style=\"width: 120px; height: 81px;\" tabindex=\"0\"><div class=\"n2-ss-thumb-image n2-ow\" style=\"background-image: URL(&#039;//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail6.jpg&#039;);width: 120px; height: 81px;background-size: cover;\"></div></div><div class=\"n2-style-0d7e6147d938756e488febb9fea88b5d-dot  n2-ow\" style=\"width: 120px; height: 81px;\" tabindex=\"0\"><div class=\"n2-ss-thumb-image n2-ow\" style=\"background-image: URL(&#039;//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail7.jpg&#039;);width: 120px; height: 81px;background-size: cover;\"></div></div><div class=\"n2-style-0d7e6147d938756e488febb9fea88b5d-dot  n2-ow\" style=\"width: 120px; height: 81px;\" tabindex=\"0\"><div class=\"n2-ss-thumb-image n2-ow\" style=\"background-image: URL(&#039;//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail8.jpg&#039;);width: 120px; height: 81px;background-size: cover;\"></div></div><div class=\"n2-style-0d7e6147d938756e488febb9fea88b5d-dot  n2-ow\" style=\"width: 120px; height: 81px;\" tabindex=\"0\"><div class=\"n2-ss-thumb-image n2-ow\" style=\"background-image: URL(&#039;//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail9.jpg&#039;);width: 120px; height: 81px;background-size: cover;\"></div></div><div class=\"n2-style-0d7e6147d938756e488febb9fea88b5d-dot  n2-ow\" style=\"width: 120px; height: 81px;\" tabindex=\"0\"><div class=\"n2-ss-thumb-image n2-ow\" style=\"background-image: URL(&#039;//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail10.jpg&#039;);width: 120px; height: 81px;background-size: cover;\"></div></div></div></div></div>\n</div><div class=\"n2-clear\"></div><div id=\"n2-ss-5-spinner\" style=\"display: none;\"><div><div class=\"n2-ss-spinner-simple-white-container\"><div class=\"n2-ss-spinner-simple-white\"></div></div></div></div></div></div><div id=\"n2-ss-5-placeholder\" style=\"position: relative;z-index:2;color:RGBA(0,0,0,0);\"><img style=\"width: 100%; max-width:3000px; display: block;\" class=\"n2-ow\" src=\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMCIgd2lkdGg9IjEyMDAiIGhlaWdodD0iNjAwIiA+PC9zdmc+\" alt=\"Slider\" /></div>\n<!-- Nextend Smart Slider 3 #5 - END -->\n</p>\n</div>\n		</div></div></div></div>','GALLERY','','inherit','closed','closed','','199-revision-v1','','','2017-10-24 21:18:57','2017-10-24 21:18:57','',199,'http://lavishluxebylenee.com/index.php/2017/10/24/199-revision-v1/',0,'revision','',0),(204,1,'2017-10-24 21:20:17','2017-10-24 21:20:17','<div id=\"pl-29\"  class=\"panel-layout\" ><div id=\"pg-29-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-29-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-29-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><p style=\"font-weight: bold; text-align: center; font-size: 30px;\">TESTIMONIALS</p>\n</div>\n		</div></div></div><div id=\"pg-29-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;0% 0% 0% 0%&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-29-1\" ><div id=\"pgc-29-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-29-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;Smooth and Easy&#8221;</b></p>\n<p>Lavish Luxe by Lenee&#8217; helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee&#8217; took my look from basic to unique real quick and she was fun to work with.<br />\n<cite>Dorian</cite></p></blockquote>\n</div>\n		</div></div><div id=\"pgc-29-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-29-1-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;Flexible and Affordable&#8221;</b></p>\n<p>I&#8217;m typically a shopaholic, but I had abdominal surgery a few months ago and during the recovery process I found myself swollen and uncomfortable and while preparing to return to work I realized I was not able to fit anything in my closet! I called Lavish luxe by lenee&#8217; and I was not only able to return to work comfortable but chic. Thank you Janella for being flexible and able to customize looks that we&#8217;re specific to my needs!<br />\n<cite>Lisa Hurd-Patrick</cite></p></blockquote>\n</div>\n		</div></div></div></div><div id=\"pg-29-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;0% 0% 0% 0%&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-29-2\" ><div id=\"pgc-29-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-29-2-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;Best in class!&#8221;</b></p>\n<p>I have know Ms. Christopher for quite some time and her look is always On Point!</p>\n<p>When it came time for me to find an outfit for a friend&#8217;s wedding, I knew just who to call.</p>\n<p>We went to several stores for that &#8220;perfect look&#8221;. With her help, I was able to find an outfit that gave me the confidence to enjoy celebrating the happy couple by dancing the night away!</p>\n<p>Now, whenever I have a special event, she is the first person I contact. I know that she will customize a look just for me because she took the time to get to know my personal style( and her personality makes &#8220;curvy-girl&#8221; shopping sooo much fun)!</p>\n<p>I would say to anyone, if you are looking for a personal stylist, look no further than Janella Christopher!<br />\n<cite>Sholonda</cite></p></blockquote>\n</div>\n		</div></div><div id=\"pgc-29-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-29-2-1-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;A job well done&#8230; Top-rate&#8221;</b></p>\n<p>Lenee&#8217; is awesome at what she does. Whenever I have an event or just need an outfit she knows how to style for the occasion. I love the fact that she pays attention to insecurities and your body shape. She styles you in ways that ignites boldness and confidence within yourself. I also love that she does these things on a budget! Lavish Luxe has even styled my teenage daughter for her 13th birthday bash. Everything was trendy and stylish, but most of all age appropriate! I will continue to use Lavish Luxe in the future and if you haven&#8217;t, you should give her a try!<br />\n<cite>Shayla D.</cite></p></blockquote>\n</div>\n		</div><div id=\"panel-29-2-1-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;Reliable and Trustworthy!&#8221;</b></p>\n<p>Okay, simply put, Lenee&#8217; knows her stuff! She&#8217;s got an eye for style. I&#8217;ve relied on Lavish luxe by Lenee&#8217; for style consulting, dressing me for events and personal shopping services. Lenee&#8217; is on a very short list of people who I can trust to shop for me without me being present. I can count on her to find the right luxe for the occasion and my budget.<br />\n<cite>Latonia</cite></p></blockquote>\n</div>\n		</div></div></div></div></div>','REVIEWS','','inherit','closed','closed','','29-revision-v1','','','2017-10-24 21:20:17','2017-10-24 21:20:17','',29,'http://lavishluxebylenee.com/index.php/2017/10/24/29-revision-v1/',0,'revision','',0),(298,0,'2017-11-27 06:44:37','0000-00-00 00:00:00','<p><strong>Exclusive: WPForms Black Friday Sale &#8211; Get 25% OFF on All Plans</strong></p>\n<p>All you have to do is use the coupon: BF2017 to claim the offer.</p>\n<p><a href=\"https://wpforms.com/pricing/?utm_source=wpdashboard&#038;utm_campaign=amnotification&#038;utm_content=blackfriday\" target=\"_blank\" class=\"button button-primary\">Click Here and Upgrade to WPForms Pro &raquo;</a> <a href=\"http://www.wpbeginner.com/news/black-friday-cyber-monday-2017-wordpress-deals-big-savings/?utm_source=wpdashboard&#038;utm_campaign=amnotification&#038;utm_content=blackfriday\" class=\"button button-secondary\" target=\"_blank\">See all other WordPress Black Friday Deals</a></p>\n<p>NOTE: this is a LIMITED TIME offer, and it will expire on November 30th, 2017 (Midnight EST).</p>\n','','','draft','closed','closed','','','','','2017-11-27 06:44:37','0000-00-00 00:00:00','',0,'https://lavishluxebylenee.com/?post_type=amn_wpforms-lite&p=298',0,'amn_wpforms-lite','',0),(205,1,'2017-10-24 21:20:51','2017-10-24 21:20:51','<div id=\"pl-199\"  class=\"panel-layout\" ><div id=\"pg-199-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-199-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-199-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><p style=\"font-weight: bold; text-align: center; font-size: 30px;\">GALLERY</p>\n</div>\n		</div></div></div><div id=\"pg-199-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-199-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-199-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><p>\n<!-- Nextend Smart Slider 3 #5 - BEGIN -->\n<div id=\"n2-ss-5-align\" class=\"n2-ss-align\"><div class=\"n2-padding\"><div id=\"n2-ss-5\" class=\"n2-ss-slider n2-ow n2-has-hover n2notransition n2-ss-load-fade \" data-minFontSizedesktopPortrait=\"4\" data-minFontSizedesktopLandscape=\"4\" data-minFontSizetabletPortrait=\"4\" data-minFontSizetabletLandscape=\"4\" data-minFontSizemobilePortrait=\"4\" data-minFontSizemobileLandscape=\"4\" style=\"font-size: 16px;\" data-fontsize=\"16\">\r\n        <div class=\"n2-ss-slider-1 n2-ss-swipe-element n2-ow\" style=\"\">\r\n                        <div class=\"n2-ss-slider-2 n2-ow\">\r\n                                    <div class=\"n2-ss-background-animation n2-ow\"></div>\r\n                                <div class=\"n2-ss-slider-3 n2-ow\" style=\"\">\r\n\r\n                    <div class=\"n2-ss-slide-backgrounds\"></div><div data-first=\"1\" data-slide-duration=\"0\" data-id=\"10\" class=\"n2-ss-slide n2-ss-canvas n2-ow  n2-ss-slide-10\" style=\"\"><div data-hash=\"13bcd67eeb3ba69de3820af5a23916b3\" data-desktop=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail1.jpg\" class=\"n2-ss-slide-background n2-ow\" data-opacity=\"1\" data-blur=\"0\" data-mode=\"fill\" data-x=\"50\" data-y=\"50\"><div class=\"n2-ss-slide-background-mask\" style=\"\"><img title=\"\" src=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail1.jpg\" alt=\"\" /></div></div><div class=\"n2-ss-layers-container n2-ow\" data-csstextalign=\"center\" style=\"\"></div></div><div data-slide-duration=\"0\" data-id=\"11\" class=\"n2-ss-slide n2-ss-canvas n2-ow  n2-ss-slide-11\" style=\"\"><div data-hash=\"9accbd7ce5d8ab10c2cb9e0c8bbebcad\" data-desktop=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail2.jpg\" class=\"n2-ss-slide-background n2-ow\" data-opacity=\"1\" data-blur=\"0\" data-mode=\"fill\" data-x=\"50\" data-y=\"50\"><div class=\"n2-ss-slide-background-mask\" style=\"\"><img title=\"\" src=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail2.jpg\" alt=\"\" /></div></div><div class=\"n2-ss-layers-container n2-ow\" data-csstextalign=\"center\" style=\"\"></div></div><div data-slide-duration=\"0\" data-id=\"12\" class=\"n2-ss-slide n2-ss-canvas n2-ow  n2-ss-slide-12\" style=\"\"><div data-hash=\"b11e101097c548d0bb007b8f9d442c03\" data-desktop=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail3.jpg\" class=\"n2-ss-slide-background n2-ow\" data-opacity=\"1\" data-blur=\"0\" data-mode=\"fill\" data-x=\"50\" data-y=\"50\"><div class=\"n2-ss-slide-background-mask\" style=\"\"><img title=\"\" src=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail3.jpg\" alt=\"\" /></div></div><div class=\"n2-ss-layers-container n2-ow\" data-csstextalign=\"center\" style=\"\"></div></div><div data-slide-duration=\"0\" data-id=\"13\" class=\"n2-ss-slide n2-ss-canvas n2-ow  n2-ss-slide-13\" style=\"\"><div data-hash=\"73000cfbc95270b25e6e45ee0ba5a563\" data-desktop=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail4.jpg\" class=\"n2-ss-slide-background n2-ow\" data-opacity=\"1\" data-blur=\"0\" data-mode=\"fill\" data-x=\"50\" data-y=\"50\"><div class=\"n2-ss-slide-background-mask\" style=\"\"><img title=\"\" src=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail4.jpg\" alt=\"\" /></div></div><div class=\"n2-ss-layers-container n2-ow\" data-csstextalign=\"center\" style=\"\"></div></div><div data-slide-duration=\"0\" data-id=\"14\" class=\"n2-ss-slide n2-ss-canvas n2-ow  n2-ss-slide-14\" style=\"\"><div data-hash=\"8cd54538dc41731f392e4ca6f0ee01f2\" data-desktop=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail5.jpg\" class=\"n2-ss-slide-background n2-ow\" data-opacity=\"1\" data-blur=\"0\" data-mode=\"fill\" data-x=\"50\" data-y=\"50\"><div class=\"n2-ss-slide-background-mask\" style=\"\"><img title=\"\" src=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail5.jpg\" alt=\"\" /></div></div><div class=\"n2-ss-layers-container n2-ow\" data-csstextalign=\"center\" style=\"\"></div></div><div data-slide-duration=\"0\" data-id=\"15\" class=\"n2-ss-slide n2-ss-canvas n2-ow  n2-ss-slide-15\" style=\"\"><div data-hash=\"e859e519f8d24fc79e725f3e4895959a\" data-desktop=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail6.jpg\" class=\"n2-ss-slide-background n2-ow\" data-opacity=\"1\" data-blur=\"0\" data-mode=\"fill\" data-x=\"50\" data-y=\"50\"><div class=\"n2-ss-slide-background-mask\" style=\"\"><img title=\"\" src=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail6.jpg\" alt=\"\" /></div></div><div class=\"n2-ss-layers-container n2-ow\" data-csstextalign=\"center\" style=\"\"></div></div><div data-slide-duration=\"0\" data-id=\"16\" class=\"n2-ss-slide n2-ss-canvas n2-ow  n2-ss-slide-16\" style=\"\"><div data-hash=\"c4850b7010e9c6d7db1d7be2caedbb96\" data-desktop=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail7.jpg\" class=\"n2-ss-slide-background n2-ow\" data-opacity=\"1\" data-blur=\"0\" data-mode=\"fill\" data-x=\"50\" data-y=\"50\"><div class=\"n2-ss-slide-background-mask\" style=\"\"><img title=\"\" src=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail7.jpg\" alt=\"\" /></div></div><div class=\"n2-ss-layers-container n2-ow\" data-csstextalign=\"center\" style=\"\"></div></div><div data-slide-duration=\"0\" data-id=\"17\" class=\"n2-ss-slide n2-ss-canvas n2-ow  n2-ss-slide-17\" style=\"\"><div data-hash=\"b39515c6ec702c726d534cd6b7741f8f\" data-desktop=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail8.jpg\" class=\"n2-ss-slide-background n2-ow\" data-opacity=\"1\" data-blur=\"0\" data-mode=\"fill\" data-x=\"50\" data-y=\"50\"><div class=\"n2-ss-slide-background-mask\" style=\"\"><img title=\"\" src=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail8.jpg\" alt=\"\" /></div></div><div class=\"n2-ss-layers-container n2-ow\" data-csstextalign=\"center\" style=\"\"></div></div><div data-slide-duration=\"0\" data-id=\"18\" class=\"n2-ss-slide n2-ss-canvas n2-ow  n2-ss-slide-18\" style=\"\"><div data-hash=\"42f8bb199f06e13dfe4babd24d5bcaf7\" data-desktop=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail9.jpg\" class=\"n2-ss-slide-background n2-ow\" data-opacity=\"1\" data-blur=\"0\" data-mode=\"fill\" data-x=\"50\" data-y=\"50\"><div class=\"n2-ss-slide-background-mask\" style=\"\"><img title=\"\" src=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail9.jpg\" alt=\"\" /></div></div><div class=\"n2-ss-layers-container n2-ow\" data-csstextalign=\"center\" style=\"\"></div></div><div data-slide-duration=\"0\" data-id=\"19\" class=\"n2-ss-slide n2-ss-canvas n2-ow  n2-ss-slide-19\" style=\"\"><div data-hash=\"359298e40b819ebdac71ee4d920d27be\" data-desktop=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail10.jpg\" class=\"n2-ss-slide-background n2-ow\" data-opacity=\"1\" data-blur=\"0\" data-mode=\"fill\" data-x=\"50\" data-y=\"50\"><div class=\"n2-ss-slide-background-mask\" style=\"\"><img title=\"\" src=\"//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail10.jpg\" alt=\"\" /></div></div><div class=\"n2-ss-layers-container n2-ow\" data-csstextalign=\"center\" style=\"\"></div></div>                </div>\r\n            </div>\r\n            <div data-ssleft=\"0+15\" data-sstop=\"height/2-previousheight/2\" id=\"n2-ss-5-arrow-previous\" class=\"n2-ss-widget n2-ss-widget-display-desktop n2-ss-widget-display-tablet n2-ss-widget-display-mobile nextend-arrow n2-ow nextend-arrow-previous  nextend-arrow-animated-fade n2-ib\" style=\"position: absolute;\" role=\"button\" aria-label=\"Previous slide\" tabindex=\"0\"><img class=\"n2-ow\" data-no-lazy=\"1\" data-hack=\"data-lazy-src\" src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTEuNDMzIDE1Ljk5MkwyMi42OSA1LjcxMmMuMzkzLS4zOS4zOTMtMS4wMyAwLTEuNDItLjM5My0uMzktMS4wMy0uMzktMS40MjMgMGwtMTEuOTggMTAuOTRjLS4yMS4yMS0uMy40OS0uMjg1Ljc2LS4wMTUuMjguMDc1LjU2LjI4NC43N2wxMS45OCAxMC45NGMuMzkzLjM5IDEuMDMuMzkgMS40MjQgMCAuMzkzLS40LjM5My0xLjAzIDAtMS40MmwtMTEuMjU3LTEwLjI5IiBmaWxsPSIjZmZmZmZmIiBvcGFjaXR5PSIwLjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==\" alt=\"Arrow\" /></div>\n<div data-ssright=\"0+15\" data-sstop=\"height/2-nextheight/2\" id=\"n2-ss-5-arrow-next\" class=\"n2-ss-widget n2-ss-widget-display-desktop n2-ss-widget-display-tablet n2-ss-widget-display-mobile nextend-arrow n2-ow nextend-arrow-next  nextend-arrow-animated-fade n2-ib\" style=\"position: absolute;\" role=\"button\" aria-label=\"Next slide\" tabindex=\"0\"><img class=\"n2-ow\" data-no-lazy=\"1\" data-hack=\"data-lazy-src\" src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTAuNzIyIDQuMjkzYy0uMzk0LS4zOS0xLjAzMi0uMzktMS40MjcgMC0uMzkzLjM5LS4zOTMgMS4wMyAwIDEuNDJsMTEuMjgzIDEwLjI4LTExLjI4MyAxMC4yOWMtLjM5My4zOS0uMzkzIDEuMDIgMCAxLjQyLjM5NS4zOSAxLjAzMy4zOSAxLjQyNyAwbDEyLjAwNy0xMC45NGMuMjEtLjIxLjMtLjQ5LjI4NC0uNzcuMDE0LS4yNy0uMDc2LS41NS0uMjg2LS43NkwxMC43MiA0LjI5M3oiIGZpbGw9IiNmZmZmZmYiIG9wYWNpdHk9IjAuOCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+\" alt=\"Arrow\" /></div>\n        </div>\r\n        <div data-offset=\"0\" class=\"n2-ss-widget n2-ss-widget-display-desktop n2-ss-widget-display-tablet n2-ss-widget-display-mobile nextend-thumbnail nextend-thumbnail-default n2-ow nextend-thumbnail-horizontal\" style=\"margin-top:0px;width:100%;\"><img class=\"nextend-thumbnail-button nextend-thumbnail-previous n2-ow\" src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxjaXJjbGUgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIG9wYWNpdHk9Ii41IiBmaWxsPSIjMDAwIiBjeD0iMTMiIGN5PSIxMyIgcj0iMTIiLz4KICAgICAgICA8cGF0aCBkPSJNMTMuNDM1IDkuMTc4Yy0uMTI2LS4xMjEtLjI3LS4xODItLjQzNi0uMTgyLS4xNjQgMC0uMzA2LjA2MS0uNDI4LjE4MmwtNC4zOCA0LjE3NWMtLjEyNi4xMjEtLjE4OC4yNjItLjE4OC40MjQgMCAuMTYxLjA2Mi4zMDIuMTg4LjQyM2wuNjUuNjIyYy4xMjYuMTIxLjI3My4xODIuNDQxLjE4Mi4xNyAwIC4zMTQtLjA2MS40MzYtLjE4MmwzLjMxNC0zLjE2MSAzLjI0OSAzLjE2MWMuMTI2LjEyMS4yNjkuMTgyLjQzMi4xODIuMTY0IDAgLjMwNy0uMDYxLjQzMy0uMTgybC42NjItLjYyMmMuMTI2LS4xMjEuMTg5LS4yNjIuMTg5LS40MjMgMC0uMTYyLS4wNjMtLjMwMy0uMTg5LS40MjRsLTQuMzczLTQuMTc1eiIgZmlsbD0iI2ZmZiIvPgogICAgPC9nPgo8L3N2Zz4=\" alt=\"Arrow\" /><img class=\"nextend-thumbnail-button nextend-thumbnail-next n2-ow n2-active\" src=\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiI+CiAgICA8ZyBmaWxsPSJub25lIj4KICAgICAgICA8Y2lyY2xlIGN4PSIxMyIgY3k9IjEzIiByPSIxMiIgZmlsbD0iIzAwMCIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIG9wYWNpdHk9Ii41Ii8+CiAgICAgICAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTEyLjU2NSAxNi44MjJjLjEyNi4xMi4yNy4xODIuNDM2LjE4Mi4xNjggMCAuMzEtLjA2LjQzLS4xODJsNC4zOC00LjE3NWMuMTI4LS4xMi4xOS0uMjYyLjE5LS40MjQgMC0uMTYtLjA2Mi0uMzAyLS4xOS0uNDIzbC0uNjUtLjYyMmMtLjEyNS0uMTItLjI3Mi0uMTgyLS40NC0uMTgyLS4xNyAwLS4zMTQuMDYtLjQzNi4xODJsLTMuMzE0IDMuMTYtMy4yNS0zLjE2Yy0uMTI2LS4xMi0uMjctLjE4Mi0uNDMtLjE4Mi0uMTY2IDAtLjMxLjA2LS40MzUuMTgybC0uNjYyLjYyMmMtLjEyNi4xMi0uMTkuMjYyLS4xOS40MjMgMCAuMTYyLjA2NC4zMDMuMTkuNDI0bDQuMzczIDQuMTc1eiIvPgogICAgPC9nPgo8L3N2Zz4=\" alt=\"Arrow\" /><div class=\"nextend-thumbnail-inner n2-ow\"><div class=\"n2-style-8c39bd1b5d1c821102353bb13550e669-simple nextend-thumbnail-scroller n2-ow n2-align-content-start\"><div class=\"n2-style-0d7e6147d938756e488febb9fea88b5d-dot n2-active  n2-ow\" style=\"width: 120px; height: 81px;\" tabindex=\"0\"><div class=\"n2-ss-thumb-image n2-ow\" style=\"background-image: URL(&#039;//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail1.jpg&#039;);width: 120px; height: 81px;background-size: cover;\"></div></div><div class=\"n2-style-0d7e6147d938756e488febb9fea88b5d-dot  n2-ow\" style=\"width: 120px; height: 81px;\" tabindex=\"0\"><div class=\"n2-ss-thumb-image n2-ow\" style=\"background-image: URL(&#039;//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail2.jpg&#039;);width: 120px; height: 81px;background-size: cover;\"></div></div><div class=\"n2-style-0d7e6147d938756e488febb9fea88b5d-dot  n2-ow\" style=\"width: 120px; height: 81px;\" tabindex=\"0\"><div class=\"n2-ss-thumb-image n2-ow\" style=\"background-image: URL(&#039;//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail3.jpg&#039;);width: 120px; height: 81px;background-size: cover;\"></div></div><div class=\"n2-style-0d7e6147d938756e488febb9fea88b5d-dot  n2-ow\" style=\"width: 120px; height: 81px;\" tabindex=\"0\"><div class=\"n2-ss-thumb-image n2-ow\" style=\"background-image: URL(&#039;//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail4.jpg&#039;);width: 120px; height: 81px;background-size: cover;\"></div></div><div class=\"n2-style-0d7e6147d938756e488febb9fea88b5d-dot  n2-ow\" style=\"width: 120px; height: 81px;\" tabindex=\"0\"><div class=\"n2-ss-thumb-image n2-ow\" style=\"background-image: URL(&#039;//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail5.jpg&#039;);width: 120px; height: 81px;background-size: cover;\"></div></div><div class=\"n2-style-0d7e6147d938756e488febb9fea88b5d-dot  n2-ow\" style=\"width: 120px; height: 81px;\" tabindex=\"0\"><div class=\"n2-ss-thumb-image n2-ow\" style=\"background-image: URL(&#039;//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail6.jpg&#039;);width: 120px; height: 81px;background-size: cover;\"></div></div><div class=\"n2-style-0d7e6147d938756e488febb9fea88b5d-dot  n2-ow\" style=\"width: 120px; height: 81px;\" tabindex=\"0\"><div class=\"n2-ss-thumb-image n2-ow\" style=\"background-image: URL(&#039;//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail7.jpg&#039;);width: 120px; height: 81px;background-size: cover;\"></div></div><div class=\"n2-style-0d7e6147d938756e488febb9fea88b5d-dot  n2-ow\" style=\"width: 120px; height: 81px;\" tabindex=\"0\"><div class=\"n2-ss-thumb-image n2-ow\" style=\"background-image: URL(&#039;//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail8.jpg&#039;);width: 120px; height: 81px;background-size: cover;\"></div></div><div class=\"n2-style-0d7e6147d938756e488febb9fea88b5d-dot  n2-ow\" style=\"width: 120px; height: 81px;\" tabindex=\"0\"><div class=\"n2-ss-thumb-image n2-ow\" style=\"background-image: URL(&#039;//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail9.jpg&#039;);width: 120px; height: 81px;background-size: cover;\"></div></div><div class=\"n2-style-0d7e6147d938756e488febb9fea88b5d-dot  n2-ow\" style=\"width: 120px; height: 81px;\" tabindex=\"0\"><div class=\"n2-ss-thumb-image n2-ow\" style=\"background-image: URL(&#039;//lavishluxebylenee.com/wp-content/uploads/slider5/thumbnail10.jpg&#039;);width: 120px; height: 81px;background-size: cover;\"></div></div></div></div></div>\n</div><div class=\"n2-clear\"></div><div id=\"n2-ss-5-spinner\" style=\"display: none;\"><div><div class=\"n2-ss-spinner-simple-white-container\"><div class=\"n2-ss-spinner-simple-white\"></div></div></div></div></div></div><div id=\"n2-ss-5-placeholder\" style=\"position: relative;z-index:2;color:RGBA(0,0,0,0);\"><img style=\"width: 100%; max-width:3000px; display: block;\" class=\"n2-ow\" src=\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMCIgd2lkdGg9IjEyMDAiIGhlaWdodD0iNjAwIiA+PC9zdmc+\" alt=\"Slider\" /></div>\n<!-- Nextend Smart Slider 3 #5 - END -->\n</p>\n</div>\n		</div></div></div></div>','GALLERY','','inherit','closed','closed','','199-revision-v1','','','2017-10-24 21:20:51','2017-10-24 21:20:51','',199,'http://lavishluxebylenee.com/index.php/2017/10/24/199-revision-v1/',0,'revision','',0),(209,1,'2017-10-24 22:50:46','2017-10-24 22:50:46','<div id=\"pl-209\"  class=\"panel-layout\" ><div id=\"pg-209-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-209-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-209-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\n</div>\n		</div></div></div><div id=\"pg-209-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-209-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-209-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;padding&quot;:&quot;30px 0px 0px 0px&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-209-1-0-0\" >			<div class=\"textwidget\"><p>Schedule your appointment today!</p>\n<p>Can&#8217;t meet for a consult? No Problem! I have an eye for every size!</p>\n<p>Send me a full body picture with form-fitting clothes and I&#8217;ll send the Lavish Form via email for you to print and fill out.</p>\n<p><strong>Call Us:</strong> <a href=\"tel:6825567387\">682-556-7387</a></p>\n<p><strong>Monday through Saturday: </strong></p>\n<p>10 AM &#8211; 8 PM</p>\n<p><strong>Sunday:</strong></p>\n<p>1 PM &#8211; 5 PM</p>\n</div>\n		</div></div></div><div id=\"pgc-209-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-209-1-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;padding&quot;:&quot;5% 30% 5% 30%&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-209-1-1-0\" >			<div class=\"textwidget\"><p><div role=\"form\" class=\"wpcf7\" id=\"wpcf7-f129-o1\" lang=\"en-US\" dir=\"ltr\">\n<div class=\"screen-reader-response\"></div>\n<form action=\"/wp-admin/post.php#wpcf7-f129-o1\" method=\"post\" class=\"wpcf7-form\" novalidate=\"novalidate\">\n<div style=\"display: none;\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"129\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"4.9\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f129-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n</div>\n<p><label> Your Name (required)<br />\n    <span class=\"wpcf7-form-control-wrap your-name\"><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Your Email (required)<br />\n    <span class=\"wpcf7-form-control-wrap your-email\"><input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Preferred Date<br />\n    <span class=\"wpcf7-form-control-wrap date-345\"><input type=\"date\" name=\"date-345\" value=\"\" class=\"wpcf7-form-control wpcf7-date wpcf7-validates-as-required wpcf7-validates-as-date\" aria-required=\"true\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Preferred Time<br />\n    <span class=\"wpcf7-form-control-wrap your-time\"><input type=\"text\" name=\"your-time\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Subject<br />\n    <span class=\"wpcf7-form-control-wrap your-subject\"><input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Your Message<br />\n    <span class=\"wpcf7-form-control-wrap your-message\"><textarea name=\"your-message\" cols=\"40\" rows=\"10\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\"></textarea></span> </label></p>\n<p><input type=\"submit\" value=\"Send\" class=\"wpcf7-form-control wpcf7-submit\" /></p>\n<div class=\"wpcf7-response-output wpcf7-display-none\"></div></form></div></p>\n</div>\n		</div></div></div></div></div>','CONTACT US','','inherit','closed','closed','','48-revision-v1','','','2017-10-24 22:50:46','2017-10-24 22:50:46','',48,'http://lavishluxebylenee.com/index.php/2017/10/24/48-revision-v1/',0,'revision','',0),(208,1,'2017-10-24 22:47:41','2017-10-24 22:47:41','<div id=\"pl-48\"  class=\"panel-layout\" ><div id=\"pg-48-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-48-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-48-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\n</div>\n		</div></div></div><div id=\"pg-48-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-48-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-48-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;padding&quot;:&quot;30px 0px 0px 0px&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-48-1-0-0\" >			<div class=\"textwidget\"><p>Schedule your appointment today!</p>\n<p>Can&#8217;t meet for a consult? No Problem! I have an eye for every size!</p>\n<p>Send me a full body picture with form-fitting clothes and I&#8217;ll send the Lavish Form via email for you to print and fill out.</p>\n<p><strong>Call Us:</strong> <a href=\"tel:6825567387\">682-556-7387</a></p>\n<p><strong>Monday through Saturday: </strong></p>\n<p>10 AM &#8211; 8 PM</p>\n<p><strong>Sunday:</strong></p>\n<p>1 PM &#8211; 5 PM</p>\n</div>\n		</div></div></div><div id=\"pgc-48-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-48-1-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;padding&quot;:&quot;5% 30% 5% 30%&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-48-1-1-0\" >			<div class=\"textwidget\"><p><div role=\"form\" class=\"wpcf7\" id=\"wpcf7-f129-o2\" lang=\"en-US\" dir=\"ltr\">\n<div class=\"screen-reader-response\"></div>\n<form action=\"/wp-admin/post.php#wpcf7-f129-o2\" method=\"post\" class=\"wpcf7-form\" novalidate=\"novalidate\">\n<div style=\"display: none;\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"129\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"4.9\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f129-o2\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n</div>\n<p><label> Your Name (required)<br />\n    <span class=\"wpcf7-form-control-wrap your-name\"><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Your Email (required)<br />\n    <span class=\"wpcf7-form-control-wrap your-email\"><input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Preferred Date<br />\n    <span class=\"wpcf7-form-control-wrap date-345\"><input type=\"date\" name=\"date-345\" value=\"\" class=\"wpcf7-form-control wpcf7-date wpcf7-validates-as-required wpcf7-validates-as-date\" aria-required=\"true\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Preferred Time<br />\n    <span class=\"wpcf7-form-control-wrap your-time\"><input type=\"text\" name=\"your-time\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Subject<br />\n    <span class=\"wpcf7-form-control-wrap your-subject\"><input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Your Message<br />\n    <span class=\"wpcf7-form-control-wrap your-message\"><textarea name=\"your-message\" cols=\"40\" rows=\"10\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\"></textarea></span> </label></p>\n<p><input type=\"submit\" value=\"Send\" class=\"wpcf7-form-control wpcf7-submit\" /></p>\n<div class=\"wpcf7-response-output wpcf7-display-none\"></div></form></div></p>\n</div>\n		</div></div></div></div></div>','CONTACT US','','inherit','closed','closed','','48-revision-v1','','','2017-10-24 22:47:41','2017-10-24 22:47:41','',48,'http://lavishluxebylenee.com/index.php/2017/10/24/48-revision-v1/',0,'revision','',0),(207,1,'2017-10-24 22:47:41','2017-10-24 22:47:41','<div id=\"pl-207\"  class=\"panel-layout\" ><div id=\"pg-207-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-207-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-207-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\n</div>\n		</div></div></div><div id=\"pg-207-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-207-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-207-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;padding&quot;:&quot;30px 0px 0px 0px&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-207-1-0-0\" >			<div class=\"textwidget\"><p>Schedule your appointment today!</p>\n<p>Can&#8217;t meet for a consult? No Problem! I have an eye for every size!</p>\n<p>Send me a full body picture with form-fitting clothes and I&#8217;ll send the Lavish Form via email for you to print and fill out.</p>\n<p><strong>Call Us:</strong> <a href=\"tel:6825567387\">682-556-7387</a></p>\n<p><strong>Monday through Saturday: </strong></p>\n<p>10 AM &#8211; 8 PM</p>\n<p><strong>Sunday:</strong></p>\n<p>1 PM &#8211; 5 PM</p>\n</div>\n		</div></div></div><div id=\"pgc-207-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-207-1-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;padding&quot;:&quot;5% 30% 5% 30%&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-207-1-1-0\" >			<div class=\"textwidget\"><p><div role=\"form\" class=\"wpcf7\" id=\"wpcf7-f129-o1\" lang=\"en-US\" dir=\"ltr\">\n<div class=\"screen-reader-response\"></div>\n<form action=\"/wp-admin/post.php#wpcf7-f129-o1\" method=\"post\" class=\"wpcf7-form\" novalidate=\"novalidate\">\n<div style=\"display: none;\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"129\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"4.9\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f129-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n</div>\n<p><label> Your Name (required)<br />\n    <span class=\"wpcf7-form-control-wrap your-name\"><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Your Email (required)<br />\n    <span class=\"wpcf7-form-control-wrap your-email\"><input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Preferred Date<br />\n    <span class=\"wpcf7-form-control-wrap date-345\"><input type=\"date\" name=\"date-345\" value=\"\" class=\"wpcf7-form-control wpcf7-date wpcf7-validates-as-required wpcf7-validates-as-date\" aria-required=\"true\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Preferred Time<br />\n    <span class=\"wpcf7-form-control-wrap your-time\"><input type=\"text\" name=\"your-time\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Subject<br />\n    <span class=\"wpcf7-form-control-wrap your-subject\"><input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Your Message<br />\n    <span class=\"wpcf7-form-control-wrap your-message\"><textarea name=\"your-message\" cols=\"40\" rows=\"10\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\"></textarea></span> </label></p>\n<p><input type=\"submit\" value=\"Send\" class=\"wpcf7-form-control wpcf7-submit\" /></p>\n<div class=\"wpcf7-response-output wpcf7-display-none\"></div></form></div></p>\n</div>\n		</div></div></div></div></div>','CONTACT US','','inherit','closed','closed','','48-revision-v1','','','2017-10-24 22:47:41','2017-10-24 22:47:41','',48,'http://lavishluxebylenee.com/index.php/2017/10/24/48-revision-v1/',0,'revision','',0),(210,1,'2017-10-24 22:50:46','2017-10-24 22:50:46','<div id=\"pl-48\"  class=\"panel-layout\" ><div id=\"pg-48-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-48-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-48-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\n</div>\n		</div></div></div><div id=\"pg-48-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-48-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-48-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;padding&quot;:&quot;30px 0px 0px 0px&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-48-1-0-0\" >			<div class=\"textwidget\"><p>Schedule your appointment today!</p>\n<p>Can&#8217;t meet for a consult? No Problem! I have an eye for every size!</p>\n<p>Send me a full body picture with form-fitting clothes and I&#8217;ll send the Lavish Form via email for you to print and fill out.</p>\n<p><strong>Call Us:</strong> <a href=\"tel:6825567387\">682-556-7387</a></p>\n<p><strong>Monday through Saturday: </strong></p>\n<p>10 AM &#8211; 8 PM</p>\n<p><strong>Sunday:</strong></p>\n<p>1 PM &#8211; 5 PM</p>\n</div>\n		</div></div></div><div id=\"pgc-48-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-48-1-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;padding&quot;:&quot;5% 30% 5% 30%&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-48-1-1-0\" >			<div class=\"textwidget\"><p><div role=\"form\" class=\"wpcf7\" id=\"wpcf7-f129-o2\" lang=\"en-US\" dir=\"ltr\">\n<div class=\"screen-reader-response\"></div>\n<form action=\"/wp-admin/post.php#wpcf7-f129-o2\" method=\"post\" class=\"wpcf7-form\" novalidate=\"novalidate\">\n<div style=\"display: none;\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"129\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"4.9\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f129-o2\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n</div>\n<p><label> Your Name (required)<br />\n    <span class=\"wpcf7-form-control-wrap your-name\"><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Your Email (required)<br />\n    <span class=\"wpcf7-form-control-wrap your-email\"><input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Preferred Date<br />\n    <span class=\"wpcf7-form-control-wrap date-345\"><input type=\"date\" name=\"date-345\" value=\"\" class=\"wpcf7-form-control wpcf7-date wpcf7-validates-as-required wpcf7-validates-as-date\" aria-required=\"true\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Preferred Time<br />\n    <span class=\"wpcf7-form-control-wrap your-time\"><input type=\"text\" name=\"your-time\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Subject<br />\n    <span class=\"wpcf7-form-control-wrap your-subject\"><input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Your Message<br />\n    <span class=\"wpcf7-form-control-wrap your-message\"><textarea name=\"your-message\" cols=\"40\" rows=\"10\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\"></textarea></span> </label></p>\n<p><input type=\"submit\" value=\"Send\" class=\"wpcf7-form-control wpcf7-submit\" /></p>\n<div class=\"wpcf7-response-output wpcf7-display-none\"></div></form></div></p>\n</div>\n		</div></div></div></div></div>','CONTACT US','','inherit','closed','closed','','48-revision-v1','','','2017-10-24 22:50:46','2017-10-24 22:50:46','',48,'http://lavishluxebylenee.com/index.php/2017/10/24/48-revision-v1/',0,'revision','',0),(266,1,'2017-11-01 19:50:05','2017-11-01 19:50:05','','_MG_7562final','','inherit','open','closed','','_mg_7562final-2','','','2017-11-01 19:50:05','2017-11-01 19:50:05','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final.jpg',0,'attachment','image/jpeg',0),(213,1,'2017-10-24 22:57:08','2017-10-24 22:57:08','<div id=\"pl-213\"  class=\"panel-layout\" ><div id=\"pg-213-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-213-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-213-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\n</div>\n		</div></div></div><div id=\"pg-213-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-213-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-213-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;padding&quot;:&quot;30px 0px 0px 0px&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-213-1-0-0\" >			<div class=\"textwidget\"><p>Schedule your appointment today!</p>\n<p>Can&#8217;t meet for a consult? No Problem! I have an eye for every size!</p>\n<p>Send me a full body picture with form-fitting clothes and I&#8217;ll send the Lavish Form via email for you to print and fill out.</p>\n<p><strong>Call Us:</strong> <a href=\"tel:6825567387\">682-556-7387</a></p>\n<pre><code>\n	<table width=\'100%\'>\n		<tr>\n			<th>Day</th>\n			<th class=\'business_hours_table_heading\'>Open</th>\n			<th class=\'business_hours_table_heading\'>Close</th>\n		</tr>\n		<tr class=\'\'>\n	<td class=\'business_hours_table_day\'>Monday</td>\n			<td class=\'business_hours_table_open\'>10am</td>\n		<td class=\'business_hours_table_close\'>8pm</td>\n	</tr><tr class=\'\'>\n	<td class=\'business_hours_table_day\'>Tuesday</td>\n			<td class=\'business_hours_table_open\'>10am</td>\n		<td class=\'business_hours_table_close\'>8pm</td>\n	</tr><tr class=\'\'>\n	<td class=\'business_hours_table_day\'>Wednesday</td>\n			<td class=\'business_hours_table_open\'>10am</td>\n		<td class=\'business_hours_table_close\'>8pm</td>\n	</tr><tr class=\'\'>\n	<td class=\'business_hours_table_day\'>Thursday</td>\n			<td class=\'business_hours_table_open\'>10am</td>\n		<td class=\'business_hours_table_close\'>8pm</td>\n	</tr><tr class=\'\'>\n	<td class=\'business_hours_table_day\'>Friday</td>\n			<td class=\'business_hours_table_open\'>10am</td>\n		<td class=\'business_hours_table_close\'>8pm</td>\n	</tr><tr class=\'\'>\n	<td class=\'business_hours_table_day\'>Saturday</td>\n			<td class=\'business_hours_table_open\'>10am</td>\n		<td class=\'business_hours_table_close\'>8pm</td>\n	</tr><tr class=\'\'>\n	<td class=\'business_hours_table_day\'>Sunday</td>\n			<td class=\'business_hours_table_open\'>1pm</td>\n		<td class=\'business_hours_table_close\'>5pm</td>\n	</tr>\n	</table>\n\n</code></pre>\n</div>\n		</div></div></div><div id=\"pgc-213-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-213-1-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;padding&quot;:&quot;5% 30% 5% 30%&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-213-1-1-0\" >			<div class=\"textwidget\"><p><div role=\"form\" class=\"wpcf7\" id=\"wpcf7-f129-o1\" lang=\"en-US\" dir=\"ltr\">\n<div class=\"screen-reader-response\"></div>\n<form action=\"/wp-admin/post.php#wpcf7-f129-o1\" method=\"post\" class=\"wpcf7-form\" novalidate=\"novalidate\">\n<div style=\"display: none;\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"129\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"4.9\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f129-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n</div>\n<p><label> Your Name (required)<br />\n    <span class=\"wpcf7-form-control-wrap your-name\"><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Your Email (required)<br />\n    <span class=\"wpcf7-form-control-wrap your-email\"><input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Preferred Date<br />\n    <span class=\"wpcf7-form-control-wrap date-345\"><input type=\"date\" name=\"date-345\" value=\"\" class=\"wpcf7-form-control wpcf7-date wpcf7-validates-as-required wpcf7-validates-as-date\" aria-required=\"true\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Preferred Time<br />\n    <span class=\"wpcf7-form-control-wrap your-time\"><input type=\"text\" name=\"your-time\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Subject<br />\n    <span class=\"wpcf7-form-control-wrap your-subject\"><input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Your Message<br />\n    <span class=\"wpcf7-form-control-wrap your-message\"><textarea name=\"your-message\" cols=\"40\" rows=\"10\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\"></textarea></span> </label></p>\n<p><input type=\"submit\" value=\"Send\" class=\"wpcf7-form-control wpcf7-submit\" /></p>\n<div class=\"wpcf7-response-output wpcf7-display-none\"></div></form></div></p>\n</div>\n		</div></div></div></div></div>','CONTACT US','','inherit','closed','closed','','48-revision-v1','','','2017-10-24 22:57:08','2017-10-24 22:57:08','',48,'http://lavishluxebylenee.com/index.php/2017/10/24/48-revision-v1/',0,'revision','',0),(214,1,'2017-10-24 22:57:08','2017-10-24 22:57:08','<div id=\"pl-48\"  class=\"panel-layout\" ><div id=\"pg-48-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-48-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-48-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\n</div>\n		</div></div></div><div id=\"pg-48-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-48-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-48-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;padding&quot;:&quot;30px 0px 0px 0px&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-48-1-0-0\" >			<div class=\"textwidget\"><p>Schedule your appointment today!</p>\n<p>Can&#8217;t meet for a consult? No Problem! I have an eye for every size!</p>\n<p>Send me a full body picture with form-fitting clothes and I&#8217;ll send the Lavish Form via email for you to print and fill out.</p>\n<p><strong>Call Us:</strong> <a href=\"tel:6825567387\">682-556-7387</a></p>\n<pre><code>\n	<table width=\'100%\'>\n		<tr>\n			<th>Day</th>\n			<th class=\'business_hours_table_heading\'>Open</th>\n			<th class=\'business_hours_table_heading\'>Close</th>\n		</tr>\n		<tr class=\'\'>\n	<td class=\'business_hours_table_day\'>Monday</td>\n			<td class=\'business_hours_table_open\'>10am</td>\n		<td class=\'business_hours_table_close\'>8pm</td>\n	</tr><tr class=\'\'>\n	<td class=\'business_hours_table_day\'>Tuesday</td>\n			<td class=\'business_hours_table_open\'>10am</td>\n		<td class=\'business_hours_table_close\'>8pm</td>\n	</tr><tr class=\'\'>\n	<td class=\'business_hours_table_day\'>Wednesday</td>\n			<td class=\'business_hours_table_open\'>10am</td>\n		<td class=\'business_hours_table_close\'>8pm</td>\n	</tr><tr class=\'\'>\n	<td class=\'business_hours_table_day\'>Thursday</td>\n			<td class=\'business_hours_table_open\'>10am</td>\n		<td class=\'business_hours_table_close\'>8pm</td>\n	</tr><tr class=\'\'>\n	<td class=\'business_hours_table_day\'>Friday</td>\n			<td class=\'business_hours_table_open\'>10am</td>\n		<td class=\'business_hours_table_close\'>8pm</td>\n	</tr><tr class=\'\'>\n	<td class=\'business_hours_table_day\'>Saturday</td>\n			<td class=\'business_hours_table_open\'>10am</td>\n		<td class=\'business_hours_table_close\'>8pm</td>\n	</tr><tr class=\'\'>\n	<td class=\'business_hours_table_day\'>Sunday</td>\n			<td class=\'business_hours_table_open\'>1pm</td>\n		<td class=\'business_hours_table_close\'>5pm</td>\n	</tr>\n	</table>\n\n</code></pre>\n</div>\n		</div></div></div><div id=\"pgc-48-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-48-1-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;padding&quot;:&quot;5% 30% 5% 30%&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-48-1-1-0\" >			<div class=\"textwidget\"><p><div role=\"form\" class=\"wpcf7\" id=\"wpcf7-f129-o2\" lang=\"en-US\" dir=\"ltr\">\n<div class=\"screen-reader-response\"></div>\n<form action=\"/wp-admin/post.php#wpcf7-f129-o2\" method=\"post\" class=\"wpcf7-form\" novalidate=\"novalidate\">\n<div style=\"display: none;\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"129\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"4.9\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f129-o2\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n</div>\n<p><label> Your Name (required)<br />\n    <span class=\"wpcf7-form-control-wrap your-name\"><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Your Email (required)<br />\n    <span class=\"wpcf7-form-control-wrap your-email\"><input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Preferred Date<br />\n    <span class=\"wpcf7-form-control-wrap date-345\"><input type=\"date\" name=\"date-345\" value=\"\" class=\"wpcf7-form-control wpcf7-date wpcf7-validates-as-required wpcf7-validates-as-date\" aria-required=\"true\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Preferred Time<br />\n    <span class=\"wpcf7-form-control-wrap your-time\"><input type=\"text\" name=\"your-time\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Subject<br />\n    <span class=\"wpcf7-form-control-wrap your-subject\"><input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Your Message<br />\n    <span class=\"wpcf7-form-control-wrap your-message\"><textarea name=\"your-message\" cols=\"40\" rows=\"10\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\"></textarea></span> </label></p>\n<p><input type=\"submit\" value=\"Send\" class=\"wpcf7-form-control wpcf7-submit\" /></p>\n<div class=\"wpcf7-response-output wpcf7-display-none\"></div></form></div></p>\n</div>\n		</div></div></div></div></div>','CONTACT US','','inherit','closed','closed','','48-revision-v1','','','2017-10-24 22:57:08','2017-10-24 22:57:08','',48,'http://lavishluxebylenee.com/index.php/2017/10/24/48-revision-v1/',0,'revision','',0),(216,1,'2017-10-24 23:06:24','2017-10-24 23:06:24','<div id=\"pl-29\"  class=\"panel-layout\" ><div id=\"pg-29-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-29-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-29-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><p style=\"font-weight: bold; text-align: center; font-size: 30px;\">REVIEWS</p>\n</div>\n		</div></div></div><div id=\"pg-29-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;0% 0% 0% 0%&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-29-1\" ><div id=\"pgc-29-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-29-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;Smooth and Easy&#8221;</b></p>\n<p>Lavish Luxe by Lenee&#8217; helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee&#8217; took my look from basic to unique real quick and she was fun to work with.<br />\n<cite>Dorian</cite></p></blockquote>\n</div>\n		</div></div><div id=\"pgc-29-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-29-1-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;Flexible and Affordable&#8221;</b></p>\n<p>I&#8217;m typically a shopaholic, but I had abdominal surgery a few months ago and during the recovery process I found myself swollen and uncomfortable and while preparing to return to work I realized I was not able to fit anything in my closet! I called Lavish luxe by lenee&#8217; and I was not only able to return to work comfortable but chic. Thank you Janella for being flexible and able to customize looks that we&#8217;re specific to my needs!<br />\n<cite>Lisa Hurd-Patrick</cite></p></blockquote>\n</div>\n		</div></div></div></div><div id=\"pg-29-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;0% 0% 0% 0%&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-29-2\" ><div id=\"pgc-29-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-29-2-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;Best in class!&#8221;</b></p>\n<p>I have know Ms. Christopher for quite some time and her look is always On Point!</p>\n<p>When it came time for me to find an outfit for a friend&#8217;s wedding, I knew just who to call.</p>\n<p>We went to several stores for that &#8220;perfect look&#8221;. With her help, I was able to find an outfit that gave me the confidence to enjoy celebrating the happy couple by dancing the night away!</p>\n<p>Now, whenever I have a special event, she is the first person I contact. I know that she will customize a look just for me because she took the time to get to know my personal style( and her personality makes &#8220;curvy-girl&#8221; shopping sooo much fun)!</p>\n<p>I would say to anyone, if you are looking for a personal stylist, look no further than Janella Christopher!<br />\n<cite>Sholonda</cite></p></blockquote>\n</div>\n		</div></div><div id=\"pgc-29-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-29-2-1-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;A job well done&#8230; Top-rate&#8221;</b></p>\n<p>Lenee&#8217; is awesome at what she does. Whenever I have an event or just need an outfit she knows how to style for the occasion. I love the fact that she pays attention to insecurities and your body shape. She styles you in ways that ignites boldness and confidence within yourself. I also love that she does these things on a budget! Lavish Luxe has even styled my teenage daughter for her 13th birthday bash. Everything was trendy and stylish, but most of all age appropriate! I will continue to use Lavish Luxe in the future and if you haven&#8217;t, you should give her a try!<br />\n<cite>Shayla D.</cite></p></blockquote>\n</div>\n		</div><div id=\"panel-29-2-1-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;Reliable and Trustworthy!&#8221;</b></p>\n<p>Okay, simply put, Lenee&#8217; knows her stuff! She&#8217;s got an eye for style. I&#8217;ve relied on Lavish luxe by Lenee&#8217; for style consulting, dressing me for events and personal shopping services. Lenee&#8217; is on a very short list of people who I can trust to shop for me without me being present. I can count on her to find the right luxe for the occasion and my budget.<br />\n<cite>Latonia</cite></p></blockquote>\n</div>\n		</div></div></div></div></div>','REVIEWS','','inherit','closed','closed','','29-revision-v1','','','2017-10-24 23:06:24','2017-10-24 23:06:24','',29,'http://lavishluxebylenee.com/29-revision-v1/',0,'revision','',0),(218,1,'2017-10-24 23:17:43','2017-10-24 23:17:43','<div id=\"pl-48\"  class=\"panel-layout\" ><div id=\"pg-48-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-48-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-48-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\n</div>\n		</div></div></div><div id=\"pg-48-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-48-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-48-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;padding&quot;:&quot;30px 0px 0px 0px&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-48-1-0-0\" >			<div class=\"textwidget\"><p>Schedule your appointment today!</p>\n<p>Can&#8217;t meet for a consult? No Problem! I have an eye for every size!</p>\n<p>Send me a full body picture with form-fitting clothes and I&#8217;ll send the Lavish Form via email for you to print and fill out.</p>\n<p><strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a></p>\n<pre><code>\n	<table width=\'100%\'>\n		<tr>\n			<th>Day</th>\n			<th class=\'business_hours_table_heading\'>Open</th>\n			<th class=\'business_hours_table_heading\'>Close</th>\n		</tr>\n		<tr class=\'\'>\n	<td class=\'business_hours_table_day\'>Monday</td>\n			<td class=\'business_hours_table_open\'>10am</td>\n		<td class=\'business_hours_table_close\'>8pm</td>\n	</tr><tr class=\'\'>\n	<td class=\'business_hours_table_day\'>Tuesday</td>\n			<td class=\'business_hours_table_open\'>10am</td>\n		<td class=\'business_hours_table_close\'>8pm</td>\n	</tr><tr class=\'\'>\n	<td class=\'business_hours_table_day\'>Wednesday</td>\n			<td class=\'business_hours_table_open\'>10am</td>\n		<td class=\'business_hours_table_close\'>8pm</td>\n	</tr><tr class=\'\'>\n	<td class=\'business_hours_table_day\'>Thursday</td>\n			<td class=\'business_hours_table_open\'>10am</td>\n		<td class=\'business_hours_table_close\'>8pm</td>\n	</tr><tr class=\'\'>\n	<td class=\'business_hours_table_day\'>Friday</td>\n			<td class=\'business_hours_table_open\'>10am</td>\n		<td class=\'business_hours_table_close\'>8pm</td>\n	</tr><tr class=\'\'>\n	<td class=\'business_hours_table_day\'>Saturday</td>\n			<td class=\'business_hours_table_open\'>10am</td>\n		<td class=\'business_hours_table_close\'>8pm</td>\n	</tr><tr class=\'\'>\n	<td class=\'business_hours_table_day\'>Sunday</td>\n			<td class=\'business_hours_table_open\'>1pm</td>\n		<td class=\'business_hours_table_close\'>5pm</td>\n	</tr>\n	</table>\n\n</code></pre>\n</div>\n		</div></div></div><div id=\"pgc-48-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-48-1-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;padding&quot;:&quot;5% 30% 5% 30%&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-48-1-1-0\" >			<div class=\"textwidget\"><p><div role=\"form\" class=\"wpcf7\" id=\"wpcf7-f129-o2\" lang=\"en-US\" dir=\"ltr\">\n<div class=\"screen-reader-response\"></div>\n<form action=\"/wp-admin/post.php#wpcf7-f129-o2\" method=\"post\" class=\"wpcf7-form\" novalidate=\"novalidate\">\n<div style=\"display: none;\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"129\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"4.9\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f129-o2\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n</div>\n<p><label> Your Name *<br />\n    <span class=\"wpcf7-form-control-wrap your-name\"><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Your Email *<br />\n    <span class=\"wpcf7-form-control-wrap your-email\"><input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Preferred Date *<br />\n    <span class=\"wpcf7-form-control-wrap date-345\"><input type=\"date\" name=\"date-345\" value=\"\" class=\"wpcf7-form-control wpcf7-date wpcf7-validates-as-required wpcf7-validates-as-date\" aria-required=\"true\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Preferred Time *<br />\n    <span class=\"wpcf7-form-control-wrap your-time\"><input type=\"text\" name=\"your-time\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Subject<br />\n    <span class=\"wpcf7-form-control-wrap your-subject\"><input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Your Message<br />\n    <span class=\"wpcf7-form-control-wrap your-message\"><textarea name=\"your-message\" cols=\"40\" rows=\"10\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\"></textarea></span> </label></p>\n<p><input type=\"submit\" value=\"Send\" class=\"wpcf7-form-control wpcf7-submit\" /></p>\n<div class=\"wpcf7-response-output wpcf7-display-none\"></div></form></div></p>\n</div>\n		</div></div></div></div></div>','CONTACT US','','inherit','closed','closed','','48-revision-v1','','','2017-10-24 23:17:43','2017-10-24 23:17:43','',48,'http://lavishluxebylenee.com/48-revision-v1/',0,'revision','',0),(217,1,'2017-10-24 23:17:43','2017-10-24 23:17:43','<div id=\"pl-217\"  class=\"panel-layout\" ><div id=\"pg-217-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-217-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-217-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><p style=\"font-weight:bold;text-align:center;font-size:30px\">CONTACT</p>\n</div>\n		</div></div></div><div id=\"pg-217-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-217-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-217-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;padding&quot;:&quot;30px 0px 0px 0px&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-217-1-0-0\" >			<div class=\"textwidget\"><p>Schedule your appointment today!</p>\n<p>Can&#8217;t meet for a consult? No Problem! I have an eye for every size!</p>\n<p>Send me a full body picture with form-fitting clothes and I&#8217;ll send the Lavish Form via email for you to print and fill out.</p>\n<p><strong>Call:</strong> <a href=\"tel:6825567387\">682-556-7387</a></p>\n<pre><code>\n	<table width=\'100%\'>\n		<tr>\n			<th>Day</th>\n			<th class=\'business_hours_table_heading\'>Open</th>\n			<th class=\'business_hours_table_heading\'>Close</th>\n		</tr>\n		<tr class=\'\'>\n	<td class=\'business_hours_table_day\'>Monday</td>\n			<td class=\'business_hours_table_open\'>10am</td>\n		<td class=\'business_hours_table_close\'>8pm</td>\n	</tr><tr class=\'\'>\n	<td class=\'business_hours_table_day\'>Tuesday</td>\n			<td class=\'business_hours_table_open\'>10am</td>\n		<td class=\'business_hours_table_close\'>8pm</td>\n	</tr><tr class=\'\'>\n	<td class=\'business_hours_table_day\'>Wednesday</td>\n			<td class=\'business_hours_table_open\'>10am</td>\n		<td class=\'business_hours_table_close\'>8pm</td>\n	</tr><tr class=\'\'>\n	<td class=\'business_hours_table_day\'>Thursday</td>\n			<td class=\'business_hours_table_open\'>10am</td>\n		<td class=\'business_hours_table_close\'>8pm</td>\n	</tr><tr class=\'\'>\n	<td class=\'business_hours_table_day\'>Friday</td>\n			<td class=\'business_hours_table_open\'>10am</td>\n		<td class=\'business_hours_table_close\'>8pm</td>\n	</tr><tr class=\'\'>\n	<td class=\'business_hours_table_day\'>Saturday</td>\n			<td class=\'business_hours_table_open\'>10am</td>\n		<td class=\'business_hours_table_close\'>8pm</td>\n	</tr><tr class=\'\'>\n	<td class=\'business_hours_table_day\'>Sunday</td>\n			<td class=\'business_hours_table_open\'>1pm</td>\n		<td class=\'business_hours_table_close\'>5pm</td>\n	</tr>\n	</table>\n\n</code></pre>\n</div>\n		</div></div></div><div id=\"pgc-217-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-217-1-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;padding&quot;:&quot;5% 30% 5% 30%&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-217-1-1-0\" >			<div class=\"textwidget\"><p><div role=\"form\" class=\"wpcf7\" id=\"wpcf7-f129-o1\" lang=\"en-US\" dir=\"ltr\">\n<div class=\"screen-reader-response\"></div>\n<form action=\"/wp-admin/post.php#wpcf7-f129-o1\" method=\"post\" class=\"wpcf7-form\" novalidate=\"novalidate\">\n<div style=\"display: none;\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"129\" />\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"4.9\" />\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" />\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f129-o1\" />\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" />\n</div>\n<p><label> Your Name *<br />\n    <span class=\"wpcf7-form-control-wrap your-name\"><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Your Email *<br />\n    <span class=\"wpcf7-form-control-wrap your-email\"><input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Preferred Date *<br />\n    <span class=\"wpcf7-form-control-wrap date-345\"><input type=\"date\" name=\"date-345\" value=\"\" class=\"wpcf7-form-control wpcf7-date wpcf7-validates-as-required wpcf7-validates-as-date\" aria-required=\"true\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Preferred Time *<br />\n    <span class=\"wpcf7-form-control-wrap your-time\"><input type=\"text\" name=\"your-time\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Subject<br />\n    <span class=\"wpcf7-form-control-wrap your-subject\"><input type=\"text\" name=\"your-subject\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text\" aria-invalid=\"false\" /></span> </label></p>\n<p><label> Your Message<br />\n    <span class=\"wpcf7-form-control-wrap your-message\"><textarea name=\"your-message\" cols=\"40\" rows=\"10\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\"></textarea></span> </label></p>\n<p><input type=\"submit\" value=\"Send\" class=\"wpcf7-form-control wpcf7-submit\" /></p>\n<div class=\"wpcf7-response-output wpcf7-display-none\"></div></form></div></p>\n</div>\n		</div></div></div></div></div>','CONTACT US','','inherit','closed','closed','','48-revision-v1','','','2017-10-24 23:17:43','2017-10-24 23:17:43','',48,'http://lavishluxebylenee.com/48-revision-v1/',0,'revision','',0),(219,1,'2017-10-25 13:17:54','2017-10-25 13:17:54','<div id=\"pl-150\"  class=\"panel-layout\" ><div id=\"pg-150-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;0% 0% 0% 0%&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-150-0\" ><div id=\"pgc-150-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><p style=\"font-weight: bold; text-align: center; font-size: 30px;\">SERVICES</p>\n</div>\n		</div></div></div></div><div id=\"pg-150-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;0% 0% 0% 0%&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-150-1\" ><div id=\"pgc-150-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><p style=\"text-align:center\">Lavish Luxe By Lenee&#8217; takes pride in providing our customers with high-quality services personalized for their unique needs. I always say &#8221; If you look good, you feel good&#8221;. We can handle all personal and professional image, without going beyond the budget.</p>\n<p style=\"text-align:center\">LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF&#8221; ~Lenee&#8217;~</p>\n<table class=\"wp-list-table widefat fixed striped posts\">\n<tbody id=\"the-list\">\n<tr id=\"post-159\" class=\"iedit author-self level-0 post-159 type-rpt_pricing_table status-publish hentry\">\n<td class=\"dk_shortcode column-dk_shortcode\" data-colname=\"Shortcode\"><div id=\"rpt_pricr\" class=\"rpt_plans rpt_4_plans rpt_style_basic\"><div class=\"\"><div class=\"rpt_plan   rpt_plan_0  \"><div class=\"rpt_title rpt_title_0\">Consulting with Lenee</div><div class=\"rpt_head rpt_head_0\"></div><div class=\"rpt_features rpt_features_0\"><div style=\"color:black;\" class=\"rpt_feature rpt_feature_0-0\"><strong>$25</strong> Luxe Location\n</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_0-1\"><strong>$30</strong> Travel Location</div></div><a target=\"_self\" style=\"background:#8224e3\" class=\"rpt_foot rpt_foot_0\"></a></div><div class=\"rpt_plan   rpt_plan_1  \"><div class=\"rpt_title rpt_title_1\">Lavish Hunting</div><div class=\"rpt_head rpt_head_1\"></div><div class=\"rpt_features rpt_features_1\"><div style=\"color:black;\" class=\"rpt_feature rpt_feature_1-0\">Starting @ <strong>$50</strong> for <strong>35 minutes</strong> for one particular Luxe</div></div><a target=\"_self\" style=\"background:#8224e3\" class=\"rpt_foot rpt_foot_1\"></a></div><div class=\"rpt_plan   rpt_plan_2  \"><div class=\"rpt_title rpt_title_2\">Lavish Closet Evaluation</div><div class=\"rpt_head rpt_head_2\"></div><div class=\"rpt_features rpt_features_2\"><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-0\"><strong>Full day 8 hrs for $250 includes:</strong>\n</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-1\">Shopping\n</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-2\">Lavish Luxe Talk\n</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-3\">Styling Tips\n</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-4\">Closet run through\n</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-5\"><strong>Half Day 4.5 hrs for $125 includes:</strong>\n</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-6\">Lavish Luxe Talk\n</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-7\">Styling Tips\n</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-8\">Closet Run Through\n</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-9\">(Shopping if time permits)</div></div><a target=\"_self\" style=\"background:#8224e3\" class=\"rpt_foot rpt_foot_2\"></a></div><div class=\"rpt_plan   rpt_plan_3  \"><div class=\"rpt_title rpt_title_3\">Lavish Luxe Effect</div><div class=\"rpt_head rpt_head_3\"></div><div class=\"rpt_features rpt_features_3\"><div style=\"color:black;\" class=\"rpt_feature rpt_feature_3-0\"><strong>$425</strong> - photo shoot up to 2 looks &amp; makeup (hair touch ups)\n</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_3-1\"><strong>$850</strong> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)</div></div><a target=\"_self\" style=\"background:#8224e3\" class=\"rpt_foot rpt_foot_3\"></a></div></div></div><div style=\"clear:both;\"></div></td>\n</tr>\n</tbody>\n<tfoot>\n<tr>\n<td class=\"manage-column column-cb check-column\"></td>\n</tr>\n</tfoot>\n</table>\n</div>\n		</div></div></div></div></div>','SERVICES','','inherit','closed','closed','','150-autosave-v1','','','2017-10-25 13:17:54','2017-10-25 13:17:54','',150,'http://lavishluxebylenee.com/150-autosave-v1/',0,'revision','',0),(220,1,'2017-10-25 13:18:07','2017-10-25 13:18:07','<div id=\"pl-220\"  class=\"panel-layout\" ><div id=\"pg-220-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;0% 0% 0% 0%&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-220-0\" ><div id=\"pgc-220-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-220-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><p style=\"font-weight: bold; text-align: center; font-size: 30px;\">SERVICES</p>\n</div>\n		</div></div></div></div><div id=\"pg-220-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;0% 0% 0% 0%&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-220-1\" ><div id=\"pgc-220-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-220-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><p style=\"text-align:center\">Lavish Luxe By Lenee&#8217; takes pride in providing our customers with high-quality services personalized for their unique needs. I always say &#8221; If you look good, you feel good&#8221;. We can handle all personal and professional image, without going beyond the budget.</p>\n<p style=\"text-align:center;margin-bottom:25px\">LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF&#8221; ~Lenee&#8217;~</p>\n<table class=\"wp-list-table widefat fixed striped posts\">\n<tbody id=\"the-list\">\n<tr id=\"post-159\" class=\"iedit author-self level-0 post-159 type-rpt_pricing_table status-publish hentry\">\n<td class=\"dk_shortcode column-dk_shortcode\" data-colname=\"Shortcode\"><div id=\"rpt_pricr\" class=\"rpt_plans rpt_4_plans rpt_style_basic\"><div class=\"\"><div class=\"rpt_plan   rpt_plan_0  \"><div class=\"rpt_title rpt_title_0\">Consulting with Lenee</div><div class=\"rpt_head rpt_head_0\"></div><div class=\"rpt_features rpt_features_0\"><div style=\"color:black;\" class=\"rpt_feature rpt_feature_0-0\"><strong>$25</strong> Luxe Location\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_0-1\"><strong>$30</strong> Travel Location</div></div><a target=\"_self\" style=\"background:#8224e3\" class=\"rpt_foot rpt_foot_0\"></a></div><div class=\"rpt_plan   rpt_plan_1  \"><div class=\"rpt_title rpt_title_1\">Lavish Hunting</div><div class=\"rpt_head rpt_head_1\"></div><div class=\"rpt_features rpt_features_1\"><div style=\"color:black;\" class=\"rpt_feature rpt_feature_1-0\">Starting @ <strong>$50</strong> for <strong>35 minutes</strong> for one particular Luxe</div></div><a target=\"_self\" style=\"background:#8224e3\" class=\"rpt_foot rpt_foot_1\"></a></div><div class=\"rpt_plan   rpt_plan_2  \"><div class=\"rpt_title rpt_title_2\">Lavish Closet Evaluation</div><div class=\"rpt_head rpt_head_2\"></div><div class=\"rpt_features rpt_features_2\"><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-0\"><strong>Full day 8 hrs for $250 includes:</strong>\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-1\">Shopping\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-2\">Lavish Luxe Talk\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-3\">Styling Tips\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-4\">Closet run through\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-5\"><strong>Half Day 4.5 hrs for $125 includes:</strong>\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-6\">Lavish Luxe Talk\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-7\">Styling Tips\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-8\">Closet Run Through\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-9\">(Shopping if time permits)</div></div><a target=\"_self\" style=\"background:#8224e3\" class=\"rpt_foot rpt_foot_2\"></a></div><div class=\"rpt_plan   rpt_plan_3  \"><div class=\"rpt_title rpt_title_3\">Lavish Luxe Effect</div><div class=\"rpt_head rpt_head_3\"></div><div class=\"rpt_features rpt_features_3\"><div style=\"color:black;\" class=\"rpt_feature rpt_feature_3-0\"><strong>$425</strong> - photo shoot up to 2 looks &amp; makeup (hair touch ups)\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_3-1\"><strong>$850</strong> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)</div></div><a target=\"_self\" style=\"background:#8224e3\" class=\"rpt_foot rpt_foot_3\"></a></div></div></div><div style=\"clear:both;\"></div></td>\n</tr>\n</tbody>\n<tfoot>\n<tr>\n<td class=\"manage-column column-cb check-column\"></td>\n</tr>\n</tfoot>\n</table>\n</div>\n		</div></div></div></div></div>','SERVICES','','inherit','closed','closed','','150-revision-v1','','','2017-10-25 13:18:09','2017-10-25 13:18:09','',150,'http://lavishluxebylenee.com/150-revision-v1/',0,'revision','',0),(221,1,'2017-10-25 13:18:09','2017-10-25 13:18:09','<div id=\"pl-150\"  class=\"panel-layout\" ><div id=\"pg-150-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;0% 0% 0% 0%&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-150-0\" ><div id=\"pgc-150-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><p style=\"font-weight: bold; text-align: center; font-size: 30px;\">SERVICES</p>\n</div>\n		</div></div></div></div><div id=\"pg-150-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;0% 0% 0% 0%&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-150-1\" ><div id=\"pgc-150-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-150-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><p style=\"text-align:center\">Lavish Luxe By Lenee&#8217; takes pride in providing our customers with high-quality services personalized for their unique needs. I always say &#8221; If you look good, you feel good&#8221;. We can handle all personal and professional image, without going beyond the budget.</p>\n<p style=\"text-align:center;margin-bottom:25px\">LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF&#8221; ~Lenee&#8217;~</p>\n<table class=\"wp-list-table widefat fixed striped posts\">\n<tbody id=\"the-list\">\n<tr id=\"post-159\" class=\"iedit author-self level-0 post-159 type-rpt_pricing_table status-publish hentry\">\n<td class=\"dk_shortcode column-dk_shortcode\" data-colname=\"Shortcode\"><div id=\"rpt_pricr\" class=\"rpt_plans rpt_4_plans rpt_style_basic\"><div class=\"\"><div class=\"rpt_plan   rpt_plan_0  \"><div class=\"rpt_title rpt_title_0\">Consulting with Lenee</div><div class=\"rpt_head rpt_head_0\"></div><div class=\"rpt_features rpt_features_0\"><div style=\"color:black;\" class=\"rpt_feature rpt_feature_0-0\"><strong>$25</strong> Luxe Location\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_0-1\"><strong>$30</strong> Travel Location</div></div><a target=\"_self\" style=\"background:#8224e3\" class=\"rpt_foot rpt_foot_0\"></a></div><div class=\"rpt_plan   rpt_plan_1  \"><div class=\"rpt_title rpt_title_1\">Lavish Hunting</div><div class=\"rpt_head rpt_head_1\"></div><div class=\"rpt_features rpt_features_1\"><div style=\"color:black;\" class=\"rpt_feature rpt_feature_1-0\">Starting @ <strong>$50</strong> for <strong>35 minutes</strong> for one particular Luxe</div></div><a target=\"_self\" style=\"background:#8224e3\" class=\"rpt_foot rpt_foot_1\"></a></div><div class=\"rpt_plan   rpt_plan_2  \"><div class=\"rpt_title rpt_title_2\">Lavish Closet Evaluation</div><div class=\"rpt_head rpt_head_2\"></div><div class=\"rpt_features rpt_features_2\"><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-0\"><strong>Full day 8 hrs for $250 includes:</strong>\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-1\">Shopping\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-2\">Lavish Luxe Talk\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-3\">Styling Tips\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-4\">Closet run through\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-5\"><strong>Half Day 4.5 hrs for $125 includes:</strong>\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-6\">Lavish Luxe Talk\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-7\">Styling Tips\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-8\">Closet Run Through\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_2-9\">(Shopping if time permits)</div></div><a target=\"_self\" style=\"background:#8224e3\" class=\"rpt_foot rpt_foot_2\"></a></div><div class=\"rpt_plan   rpt_plan_3  \"><div class=\"rpt_title rpt_title_3\">Lavish Luxe Effect</div><div class=\"rpt_head rpt_head_3\"></div><div class=\"rpt_features rpt_features_3\"><div style=\"color:black;\" class=\"rpt_feature rpt_feature_3-0\"><strong>$425</strong> - photo shoot up to 2 looks &amp; makeup (hair touch ups)\r</div><div style=\"color:black;\" class=\"rpt_feature rpt_feature_3-1\"><strong>$850</strong> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)</div></div><a target=\"_self\" style=\"background:#8224e3\" class=\"rpt_foot rpt_foot_3\"></a></div></div></div><div style=\"clear:both;\"></div></td>\n</tr>\n</tbody>\n<tfoot>\n<tr>\n<td class=\"manage-column column-cb check-column\"></td>\n</tr>\n</tfoot>\n</table>\n</div>\n		</div></div></div></div></div>','SERVICES','','inherit','closed','closed','','150-revision-v1','','','2017-10-25 13:18:09','2017-10-25 13:18:09','',150,'http://lavishluxebylenee.com/150-revision-v1/',0,'revision','',0),(222,1,'2017-10-29 18:15:41','2017-10-29 18:15:41','','Lavish Luxe by Lenee','','inherit','open','closed','','_mg_7562final','','','2017-10-29 19:13:36','2017-10-29 19:13:36','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7562final.jpg',0,'attachment','image/jpeg',0),(223,1,'2017-10-29 18:16:15','2017-10-29 18:16:15','','Lavish Luxe by Lenee','','inherit','open','closed','','_mg_7519final','','','2017-10-29 19:12:01','2017-10-29 19:12:01','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg',0,'attachment','image/jpeg',0),(224,1,'2017-10-29 18:16:23','2017-10-29 18:16:23','','Lavish Luxe by Lenee','','inherit','open','closed','','dla_6375','','','2017-10-29 19:14:45','2017-10-29 19:14:45','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg',0,'attachment','image/jpeg',0),(225,1,'2017-10-29 18:16:26','2017-10-29 18:16:26','','Home Slider Image','','inherit','open','closed','','dla_6320','','','2017-10-29 18:16:41','2017-10-29 18:16:41','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6320.jpg',0,'attachment','image/jpeg',0),(226,1,'2017-10-29 18:16:29','2017-10-29 18:16:29','','FB_IMG_1455049007776','','inherit','open','closed','','fb_img_1455049007776','','','2017-10-29 18:16:29','2017-10-29 18:16:29','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1455049007776.jpg',0,'attachment','image/jpeg',0),(227,1,'2017-10-29 18:16:31','2017-10-29 18:16:31','','DLA_4494','','inherit','open','closed','','dla_4494','','','2017-10-29 18:23:22','2017-10-29 18:23:22','',10,'http://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_4494.jpg',0,'attachment','image/jpeg',0),(228,1,'2017-10-29 18:27:46','2017-10-29 18:27:46','<div id=\"pl-10\" class=\"panel-layout\">\r\n<div id=\"pg-10-0\" class=\"panel-grid panel-has-style\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;row_stretch&quot;:&quot;full-stretched&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\">\r\n<div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-10-0\" data-stretch-type=\"full-stretched\">\r\n<div id=\"pgc-10-0-0\" class=\"panel-grid-cell\" data-weight=\"1\">\r\n<div id=\"panel-10-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\">\r\n<div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\r\n<div class=\"siteorigin-widget-tinymce textwidget\">\r\n<h1 style=\"text-align: center;\"><strong>ABOUT</strong></h1>\r\n&nbsp;\r\n\r\n<img class=\"alignleft wp-image-227 size-medium\" style=\"border-radius: 10px;\" src=\"http://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_4494-200x300.jpg\" alt=\"\" width=\"150\" />\r\n\r\nPeople will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!\r\n\r\nI am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.\" your outfit and save money while doing it! The “Hollywood Look” at an affordable price - what more can you ask for?\r\n\r\nAs a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!\r\n<p style=\"text-align: center;\">Lenee\'\r\nAffordable Chic Fashion Consultant\r\nIn Touch with the Client\'s Style</p>\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','ABOUT','','inherit','closed','closed','','10-revision-v1','','','2017-10-29 18:27:46','2017-10-29 18:27:46','',10,'http://lavishluxebylenee.com/10-revision-v1/',0,'revision','',0),(229,1,'2017-10-29 18:33:37','2017-10-29 18:33:37','','Lavish Luxe by Lenee','','inherit','open','closed','','_mg_0344final','','','2017-10-29 19:13:56','2017-10-29 19:13:56','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_0344final.jpg',0,'attachment','image/jpeg',0),(230,1,'2017-10-29 18:33:47','2017-10-29 18:33:47','','Lavish Luxe Slider Image 1','','inherit','open','closed','','_mg_5201-2','','','2017-10-29 18:55:20','2017-10-29 18:55:20','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5201-2.jpg',0,'attachment','image/jpeg',0),(231,1,'2017-10-29 18:33:54','2017-10-29 18:33:54','','Lavish Luxe by Lenee','','inherit','open','closed','','_mg_5415-2','','','2017-10-29 19:12:09','2017-10-29 19:12:09','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg',0,'attachment','image/jpeg',0),(232,1,'2017-10-29 18:34:01','2017-10-29 18:34:01','','Lavish Luxe by Lenee','','inherit','open','closed','','_mg_5463-2','','','2017-10-29 19:12:54','2017-10-29 19:12:54','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg',0,'attachment','image/jpeg',0),(233,1,'2017-10-29 18:34:06','2017-10-29 18:34:06','','DLA_6320','','inherit','open','closed','','dla_6320-2','','','2017-10-29 18:34:06','2017-10-29 18:34:06','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6320-1.jpg',0,'attachment','image/jpeg',0),(234,1,'2017-10-29 18:34:09','2017-10-29 18:34:09','','FB_IMG_1508911108943','','inherit','open','closed','','fb_img_1508911108943','','','2017-10-29 18:34:09','2017-10-29 18:34:09','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911108943.jpg',0,'attachment','image/jpeg',0),(235,1,'2017-10-29 18:34:11','2017-10-29 18:34:11','','Lavish Luxe by Lenee','','inherit','open','closed','','fb_img_1508911121649','','','2017-10-29 19:11:45','2017-10-29 19:11:45','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg',0,'attachment','image/jpeg',0),(236,1,'2017-10-29 18:34:13','2017-10-29 18:34:13','','Lavish Luxe By Lenee','','inherit','open','closed','','fb_img_1508911240393','','','2017-10-29 19:43:54','2017-10-29 19:43:54','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911240393.jpg',0,'attachment','image/jpeg',0),(237,1,'2017-10-29 18:34:16','2017-10-29 18:34:16','','Lavish Luxe By Lenee','','inherit','open','closed','','fb_img_1508911244062','','','2017-10-29 19:43:02','2017-10-29 19:43:02','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911244062.jpg',0,'attachment','image/jpeg',0),(238,1,'2017-10-29 18:34:18','2017-10-29 18:34:18','','Lavish Luxe By Lenee','','inherit','open','closed','','fb_img_1508911247740','','','2017-10-29 19:42:36','2017-10-29 19:42:36','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911247740.jpg',0,'attachment','image/jpeg',0),(239,1,'2017-10-29 18:34:20','2017-10-29 18:34:20','','FB_IMG_1508911277488','','inherit','open','closed','','fb_img_1508911277488','','','2017-10-29 18:34:20','2017-10-29 18:34:20','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911277488.jpg',0,'attachment','image/jpeg',0),(240,1,'2017-10-29 18:34:23','2017-10-29 18:34:23','','FB_IMG_1508911285193','','inherit','open','closed','','fb_img_1508911285193','','','2017-10-29 18:34:23','2017-10-29 18:34:23','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911285193.jpg',0,'attachment','image/jpeg',0),(241,1,'2017-10-29 18:34:25','2017-10-29 18:34:25','','Lavish Luxe by Lenee','','inherit','open','closed','','fb_img_1508911290282','','','2017-10-29 19:13:15','2017-10-29 19:13:15','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg',0,'attachment','image/jpeg',0),(242,1,'2017-10-29 18:34:29','2017-10-29 18:34:29','','FB_IMG_1508911368091','','inherit','open','closed','','fb_img_1508911368091','','','2017-10-29 18:34:29','2017-10-29 18:34:29','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911368091.jpg',0,'attachment','image/jpeg',0),(243,1,'2017-10-29 18:34:30','2017-10-29 18:34:30','','Lavish Luxe by Lenee','','inherit','open','closed','','fb_img_1508911452285','','','2017-10-29 19:12:26','2017-10-29 19:12:26','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg',0,'attachment','image/jpeg',0),(244,1,'2017-10-29 18:34:50','2017-10-29 18:34:50','','Lavish Luxe by Lenee','','inherit','open','closed','','composite1','','','2017-10-29 19:11:55','2017-10-29 19:11:55','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg',0,'attachment','image/jpeg',0),(246,1,'2017-10-29 19:08:10','2017-10-29 19:08:10','','','','publish','closed','closed','','246','','','2017-10-30 17:48:11','2017-10-30 17:48:11','',0,'http://lavishluxebylenee.com/eic_grid/246/',0,'eic_grid','',0),(250,1,'2017-10-29 19:29:29','2017-10-29 19:29:29','<div id=\"pl-250\"  class=\"panel-layout\" ><div id=\"pg-250-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-250-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-250-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[easy-image-collage id=246]</p></div>\n</div></div></div></div><div id=\"pg-250-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-250-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-250-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><p><a style=\"text-align:center;background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 16px; margin:0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\n</div>\n		</div></div></div></div>','HOME','','inherit','closed','closed','','34-revision-v1','','','2017-10-29 19:29:29','2017-10-29 19:29:29','',34,'http://lavishluxebylenee.com/34-revision-v1/',0,'revision','',0),(249,1,'2017-10-29 19:21:08','2017-10-29 19:21:08','<div id=\"pl-34\"  class=\"panel-layout\" ><div id=\"pg-34-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-34-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-34-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;widget_css&quot;:&quot;.button {\\n    background-color: black;\\n    border: none;\\nborder-radius: 5px;\\n    color: white;\\n    padding: 15px 32px;\\n    text-align: center;\\n    text-decoration: none;\\n    display: inline-block;\\n    font-size: 16px;\\n    margin: 4px 2px;\\n    cursor: pointer;\\n}&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-34-0-0-0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[easy-image-collage id=246]</p>\n\n<p> <br /> <a class=\"button\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p></div>\n</div></div></div></div></div></div>','HOME','','inherit','closed','closed','','34-revision-v1','','','2017-10-29 19:21:08','2017-10-29 19:21:08','',34,'http://lavishluxebylenee.com/34-revision-v1/',0,'revision','',0),(252,1,'2017-10-29 19:30:50','2017-10-29 19:30:50','<div id=\"pl-252\"  class=\"panel-layout\" ><div id=\"pg-252-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-252-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-252-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[easy-image-collage id=246]</p></div>\n</div></div></div></div><div id=\"pg-252-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-252-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-252-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><p style=\"text-align:center\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 16px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\n</div>\n		</div></div></div></div>','HOME','','inherit','closed','closed','','34-revision-v1','','','2017-10-29 19:30:50','2017-10-29 19:30:50','',34,'http://lavishluxebylenee.com/34-revision-v1/',0,'revision','',0),(251,1,'2017-10-29 19:29:29','2017-10-29 19:29:29','<div id=\"pl-34\"  class=\"panel-layout\" ><div id=\"pg-34-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-34-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-34-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[easy-image-collage id=246]</p></div>\n</div></div></div></div><div id=\"pg-34-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-34-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-34-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><p><a style=\"text-align:center;background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 16px; margin:0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\n</div>\n		</div></div></div></div>','HOME','','inherit','closed','closed','','34-revision-v1','','','2017-10-29 19:29:29','2017-10-29 19:29:29','',34,'http://lavishluxebylenee.com/34-revision-v1/',0,'revision','',0),(253,1,'2017-10-29 19:30:50','2017-10-29 19:30:50','<div id=\"pl-34\"  class=\"panel-layout\" ><div id=\"pg-34-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-34-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-34-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[easy-image-collage id=246]</p></div>\n</div></div></div></div><div id=\"pg-34-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-34-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-34-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><p style=\"text-align:center\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 16px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\n</div>\n		</div></div></div></div>','HOME','','inherit','closed','closed','','34-revision-v1','','','2017-10-29 19:30:50','2017-10-29 19:30:50','',34,'http://lavishluxebylenee.com/34-revision-v1/',0,'revision','',0),(255,1,'2017-10-29 20:13:17','2017-10-29 20:13:17','<div id=\"pl-255\"  class=\"panel-layout\" ><div id=\"pg-255-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-255-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-255-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[easy-image-collage id=246]</p></div>\n</div></div></div></div><div id=\"pg-255-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-255-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-255-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><p style=\"text-align: center;\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 14px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\n</div>\n		</div></div></div></div>','HOME','','inherit','closed','closed','','34-revision-v1','','','2017-10-29 20:13:17','2017-10-29 20:13:17','',34,'http://lavishluxebylenee.com/34-revision-v1/',0,'revision','',0),(256,1,'2017-10-29 20:13:18','2017-10-29 20:13:18','<div id=\"pl-34\"  class=\"panel-layout\" ><div id=\"pg-34-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-34-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-34-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[easy-image-collage id=246]</p></div>\n</div></div></div></div><div id=\"pg-34-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-34-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-34-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><p style=\"text-align: center;\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 14px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\n</div>\n		</div></div></div></div>','HOME','','inherit','closed','closed','','34-revision-v1','','','2017-10-29 20:13:18','2017-10-29 20:13:18','',34,'http://lavishluxebylenee.com/34-revision-v1/',0,'revision','',0),(257,1,'2017-10-30 15:36:34','2017-10-30 15:36:34','<div id=\"pl-29\"  class=\"panel-layout\" ><div id=\"pg-29-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-29-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-29-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><p style=\"font-weight: bold; text-align: center; font-size: 30px;\">REVIEWS</p>\n</div>\n		</div></div></div><div id=\"pg-29-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;0% 0% 0% 0%&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-29-1\" ><div id=\"pgc-29-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-29-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;Smooth and Easy&#8221;</b></p>\n<p>Lavish Luxe by Lenee&#8217; helped me put together my look for senior prom. I wanted my look to be different from anybody else. I chose a mint green jacket, but I had no idea where to go from there. LLBL was able to complete my look in only a few minutes and came through in the clutch with a very smooth bow tie and tuxedo pants to finish it up. Lenee&#8217; took my look from basic to unique real quick and she was fun to work with.<br />\n<cite>Dorian</cite></p></blockquote>\n</div>\n		</div></div><div id=\"pgc-29-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-29-1-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;Flexible and Affordable&#8221;</b></p>\n<p>I&#8217;m typically a shopaholic, but I had abdominal surgery a few months ago and during the recovery process I found myself swollen and uncomfortable and while preparing to return to work I realized I was not able to fit anything in my closet! I called Lavish luxe by lenee&#8217; and I was not only able to return to work comfortable but chic. Thank you Janella for being flexible and able to customize looks that we&#8217;re specific to my needs!<br />\n<cite>Lisa Hurd-Patrick</cite></p></blockquote>\n</div>\n		</div></div></div></div><div id=\"pg-29-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;0% 0% 0% 0%&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-29-2\" ><div id=\"pgc-29-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-29-2-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;Best in class!&#8221;</b></p>\n<p>I have know Ms. Christopher for quite some time and her look is always On Point!</p>\n<p>When it came time for me to find an outfit for a friend&#8217;s wedding, I knew just who to call.</p>\n<p>We went to several stores for that &#8220;perfect look&#8221;. With her help, I was able to find an outfit that gave me the confidence to enjoy celebrating the happy couple by dancing the night away!</p>\n<p>Now, whenever I have a special event, she is the first person I contact. I know that she will customize a look just for me because she took the time to get to know my personal style( and her personality makes &#8220;curvy-girl&#8221; shopping sooo much fun)!</p>\n<p>I would say to anyone, if you are looking for a personal stylist, look no further than Janella Christopher!<br />\n<cite>Sholonda</cite></p></blockquote>\n</div>\n		</div></div><div id=\"pgc-29-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-29-2-1-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;A job well done&#8230; Top-rate&#8221;</b></p>\n<p>Lenee&#8217; is awesome at what she does. Whenever I have an event or just need an outfit she knows how to style for the occasion. I love the fact that she pays attention to insecurities and your body shape. She styles you in ways that ignites boldness and confidence within yourself. I also love that she does these things on a budget! Lavish Luxe has even styled my teenage daughter for her 13th birthday bash. Everything was trendy and stylish, but most of all age appropriate! I will continue to use Lavish Luxe in the future and if you haven&#8217;t, you should give her a try!<br />\n<cite>Shayla D.</cite></p></blockquote>\n</div>\n		</div><div id=\"panel-29-2-1-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><blockquote><p><b>&#8220;Reliable and Trustworthy!&#8221;</b></p>\n<p>Okay, simply put, Lenee&#8217; knows her stuff! She&#8217;s got an eye for style. I&#8217;ve relied on Lavish luxe by Lenee&#8217; for style consulting, dressing me for events and personal shopping services. Lenee&#8217; is on a very short list of people who I can trust to shop for me without me being present. I can count on her to find the right luxe for the occasion and my budget.<br />\n<cite>Latonia</cite></p></blockquote>\n</div>\n		</div></div></div></div></div>','REVIEWS','','inherit','closed','closed','','29-revision-v1','','','2017-10-30 15:36:34','2017-10-30 15:36:34','',29,'http://lavishluxebylenee.com/29-revision-v1/',0,'revision','',0),(259,1,'2017-10-30 15:37:01','2017-10-30 15:37:01','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\nblockquote {\n    font-family: \'Lato\', sans-serif;\n    font-size: 15px;\n    font-style: italic;\n    margin: 0.25em 0;\n    padding: 0.25em 40px;\n    line-height: 1.45;\n    position: relative;\n    color: #383838;\n	border-radius:10px;\n    background:#ececec;\n}\n \nblockquote:before {\n    display: block;\n    content: \"\\201C\";\n    font-size: 80px;\n    position: absolute;\n    left: -10px;\n    top: -10px;\n    color: #7a7a7a;\n}\n \nblockquote cite {\n    color: #999999;\n    font-size: 14px;\n    display: block;\n    margin-top: 5px;\n}\n  \nblockquote cite:before {\n    content: \"\\2014 \\2009\";\n}','CreativePortfolioResFree','','inherit','closed','closed','','136-revision-v1','','','2017-10-30 15:37:01','2017-10-30 15:37:01','',136,'http://lavishluxebylenee.com/136-revision-v1/',0,'revision','',0),(260,1,'2017-10-30 17:49:20','2017-10-30 17:49:20','<div id=\"pl-260\"  class=\"panel-layout\" ><div id=\"pg-260-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-260-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-260-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[easy-image-collage id=246]</p></div>\n</div></div></div></div><div id=\"pg-260-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-260-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-260-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><p style=\"text-align: center;\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 14px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\n</div>\n		</div></div></div></div>','HOME','','inherit','closed','closed','','34-revision-v1','','','2017-10-30 17:49:27','2017-10-30 17:49:27','',34,'http://lavishluxebylenee.com/34-revision-v1/',0,'revision','',0),(261,1,'2017-10-30 17:49:27','2017-10-30 17:49:27','<div id=\"pl-34\"  class=\"panel-layout\" ><div id=\"pg-34-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-34-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-34-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[easy-image-collage id=246]</p></div>\n</div></div></div></div><div id=\"pg-34-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-34-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-34-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><p style=\"text-align: center;\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 14px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\n</div>\n		</div></div></div></div>','HOME','','inherit','closed','closed','','34-revision-v1','','','2017-10-30 17:49:27','2017-10-30 17:49:27','',34,'http://lavishluxebylenee.com/34-revision-v1/',0,'revision','',0),(305,0,'2018-05-24 21:06:33','0000-00-00 00:00:00','<p>\n<strong>New Resource: WordPress and GDPR Compliance (in Plain English)</strong><br />\nAre you confused by GDPR, and how it will impact your WordPress site? We have gotten dozens of emails from users asking us to explain GDPR in plain English and share tips on how to make your WordPress site GDPR compliant. So we created an ultimate guide to explain everything you need to know about GDPR and WordPress (without the complex legal jargon).\n</p>\n<p><a href=\"http://www.wpbeginner.com/beginners-guide/the-ultimate-guide-to-wordpress-and-gdpr-compliance-everything-you-need-to-know/?utm_source=wpdashboard&#038;utm_medium=amnotification&#038;utm_campaign=gdprguide\" target=\"_blank\" class=\"button button-primary\">Read our WordPress and GDPR Compliance Guide &raquo;</a></p>\n<p>\nSyed Balkhi<br />\nFounder of WPBeginner and MonsterInsights</p>\n','','','draft','closed','closed','','','','','2018-05-24 21:06:33','0000-00-00 00:00:00','',0,'https://lavishluxebylenee.com/?post_type=amn_mi-lite&p=305',0,'amn_mi-lite','',0),(265,1,'2017-11-01 16:03:51','2017-11-01 16:03:51','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\nblockquote {\n    font-family: \'Lato\', sans-serif;\n    font-size: 15px;\n    font-style: italic;\n    margin: 0.25em 0;\n    padding: 0.25em 40px;\n    line-height: 1.45;\n    position: relative;\n    color: #383838;\n	border-radius:10px;\n    background:#ececec;\n}\n \nblockquote:before {\n    display: block;\n    content: \"\\201C\";\n    font-size: 80px;\n    position: absolute;\n    left: -10px;\n    top: -10px;\n    color: #7a7a7a;\n}\n \nblockquote cite {\n    color: #999999;\n    font-size: 14px;\n    display: block;\n    margin-top: 5px;\n}\n  \nblockquote cite:before {\n    content: \"\\2014 \\2009\";\n}\n\nhtml#ecwid_html body#ecwid_body .ecwid .ecwid-btn--primary{\n	color:black;\n}','CreativePortfolioResFree','','inherit','closed','closed','','136-revision-v1','','','2017-11-01 16:03:51','2017-11-01 16:03:51','',136,'http://lavishluxebylenee.com/136-revision-v1/',0,'revision','',0),(267,1,'2017-11-01 19:50:13','2017-11-01 19:50:13','','FB_IMG_1508911277488','','inherit','open','closed','','fb_img_1508911277488-2','','','2017-11-01 19:50:13','2017-11-01 19:50:13','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/11/FB_IMG_1508911277488.jpg',0,'attachment','image/jpeg',0),(268,1,'2017-11-01 19:50:16','2017-11-01 19:50:16','','FB_IMG_1508911285193','','inherit','open','closed','','fb_img_1508911285193-2','','','2017-11-01 19:50:16','2017-11-01 19:50:16','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/11/FB_IMG_1508911285193.jpg',0,'attachment','image/jpeg',0),(269,1,'2017-11-01 19:50:19','2017-11-01 19:50:19','','FB_IMG_1508911290282','','inherit','open','closed','','fb_img_1508911290282-2','','','2017-11-01 19:50:19','2017-11-01 19:50:19','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/11/FB_IMG_1508911290282.jpg',0,'attachment','image/jpeg',0),(270,1,'2017-11-01 19:50:22','2017-11-01 19:50:22','','FB_IMG_1508911368091','','inherit','open','closed','','fb_img_1508911368091-2','','','2017-11-01 19:50:22','2017-11-01 19:50:22','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/11/FB_IMG_1508911368091.jpg',0,'attachment','image/jpeg',0),(271,1,'2017-11-01 19:50:24','2017-11-01 19:50:24','','FB_IMG_1426438925089','','inherit','open','closed','','fb_img_1426438925089','','','2017-11-01 19:50:24','2017-11-01 19:50:24','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/11/FB_IMG_1426438925089.jpg',0,'attachment','image/jpeg',0),(272,1,'2017-11-01 19:50:27','2017-11-01 19:50:27','','Lavish Luxe','','inherit','open','closed','','untitled-76-of-280_1501085438585_1501085681972','','','2017-11-01 20:00:43','2017-11-01 20:00:43','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-76-of-280_1501085438585_1501085681972.jpg',0,'attachment','image/jpeg',0),(273,1,'2017-11-01 19:50:33','2017-11-01 19:50:33','','Lavish Luxe','','inherit','open','closed','','untitled-80-of-280','','','2017-11-01 19:55:53','2017-11-01 19:55:53','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-80-of-280.jpg',0,'attachment','image/jpeg',0),(274,1,'2017-11-01 19:50:40','2017-11-01 19:50:40','','untitled (107 of 280)','','inherit','open','closed','','untitled-107-of-280','','','2017-11-01 19:50:40','2017-11-01 19:50:40','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-107-of-280.jpg',0,'attachment','image/jpeg',0),(275,1,'2017-11-01 19:50:47','2017-11-01 19:50:47','','Lavish Luxe','','inherit','open','closed','','wedpics_1478584463349','','','2017-11-01 19:54:02','2017-11-01 19:54:02','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/11/WedPics_1478584463349.jpg',0,'attachment','image/jpeg',0),(276,1,'2017-11-01 19:50:52','2017-11-01 19:50:52','','_MG_7562final','','inherit','open','closed','','_mg_7562final-3','','','2017-11-01 19:50:52','2017-11-01 19:50:52','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg',0,'attachment','image/jpeg',0),(277,1,'2017-11-01 19:50:59','2017-11-01 19:50:59','','Lavish Luxe','','inherit','open','closed','','fb_img_1426438925089-2','','','2017-11-01 20:01:38','2017-11-01 20:01:38','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/11/FB_IMG_1426438925089-1.jpg',0,'attachment','image/jpeg',0),(278,1,'2017-11-01 19:51:02','2017-11-01 19:51:02','','FB_IMG_1508911277488','','inherit','open','closed','','fb_img_1508911277488-3','','','2017-11-01 19:51:02','2017-11-01 19:51:02','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/11/FB_IMG_1508911277488-1.jpg',0,'attachment','image/jpeg',0),(279,1,'2017-11-01 19:51:05','2017-11-01 19:51:05','','FB_IMG_1508911285193','','inherit','open','closed','','fb_img_1508911285193-3','','','2017-11-01 19:51:05','2017-11-01 19:51:05','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/11/FB_IMG_1508911285193-1.jpg',0,'attachment','image/jpeg',0),(280,1,'2017-11-01 19:51:08','2017-11-01 19:51:08','','FB_IMG_1508911290282','','inherit','open','closed','','fb_img_1508911290282-3','','','2017-11-01 19:51:08','2017-11-01 19:51:08','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/11/FB_IMG_1508911290282-1.jpg',0,'attachment','image/jpeg',0),(281,1,'2017-11-01 19:51:11','2017-11-01 19:51:11','','FB_IMG_1508911368091','','inherit','open','closed','','fb_img_1508911368091-3','','','2017-11-01 19:51:11','2017-11-01 19:51:11','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/11/FB_IMG_1508911368091-1.jpg',0,'attachment','image/jpeg',0),(282,1,'2017-11-01 19:51:14','2017-11-01 19:51:14','','untitled (107 of 280)','','inherit','open','closed','','untitled-107-of-280-2','','','2017-11-01 19:51:14','2017-11-01 19:51:14','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-107-of-280-1.jpg',0,'attachment','image/jpeg',0),(283,1,'2017-11-01 19:51:21','2017-11-01 19:51:21','','untitled (76 of 280)_1501085438585_1501085681972','','inherit','open','closed','','untitled-76-of-280_1501085438585_1501085681972-2','','','2017-11-01 19:51:21','2017-11-01 19:51:21','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-76-of-280_1501085438585_1501085681972-1.jpg',0,'attachment','image/jpeg',0),(284,1,'2017-11-01 19:51:28','2017-11-01 19:51:28','','untitled (80 of 280)','','inherit','open','closed','','untitled-80-of-280-2','','','2017-11-01 19:51:28','2017-11-01 19:51:28','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-80-of-280-1.jpg',0,'attachment','image/jpeg',0),(285,1,'2017-11-01 19:51:36','2017-11-01 19:51:36','','WedPics_1478584463349','','inherit','open','closed','','wedpics_1478584463349-2','','','2017-11-01 19:51:36','2017-11-01 19:51:36','',0,'http://lavishluxebylenee.com/wp-content/uploads/2017/11/WedPics_1478584463349-1.jpg',0,'attachment','image/jpeg',0),(288,1,'2017-11-01 22:08:07','2017-11-01 22:08:07','<div id=\"pl-288\"  class=\"panel-layout\" ><div id=\"pg-288-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;10% 0% 0% 0%&quot;,&quot;mobile_padding&quot;:&quot;10% 0% 0% 0%&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-288-0\" ><div id=\"pgc-288-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-288-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[easy-image-collage id=246]</p></div>\n</div></div></div></div></div><div id=\"pg-288-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-288-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-288-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><p style=\"text-align: center;\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 14px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\n</div>\n		</div></div></div></div>','HOME','','inherit','closed','closed','','34-revision-v1','','','2017-11-01 22:08:07','2017-11-01 22:08:07','',34,'https://lavishluxebylenee.com/34-revision-v1/',0,'revision','',0),(289,1,'2017-11-01 22:08:07','2017-11-01 22:08:07','<div id=\"pl-34\"  class=\"panel-layout\" ><div id=\"pg-34-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;10% 0% 0% 0%&quot;,&quot;mobile_padding&quot;:&quot;10% 0% 0% 0%&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-34-0\" ><div id=\"pgc-34-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-34-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[easy-image-collage id=246]</p></div>\n</div></div></div></div></div><div id=\"pg-34-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-34-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-34-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><p style=\"text-align: center;\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 14px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\n</div>\n		</div></div></div></div>','HOME','','inherit','closed','closed','','34-revision-v1','','','2017-11-01 22:08:07','2017-11-01 22:08:07','',34,'https://lavishluxebylenee.com/34-revision-v1/',0,'revision','',0),(290,1,'2017-11-01 22:13:26','2017-11-01 22:13:26','<div id=\"pl-290\"  class=\"panel-layout\" ><div id=\"pg-290-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5% 0% 0% 0%&quot;,&quot;mobile_padding&quot;:&quot;10% 0% 0% 0%&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-290-0\" ><div id=\"pgc-290-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-290-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[easy-image-collage id=246]</p></div>\n</div></div></div></div></div><div id=\"pg-290-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-290-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-290-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><p style=\"text-align: center;\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 14px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\n</div>\n		</div></div></div></div>','HOME','','inherit','closed','closed','','34-revision-v1','','','2017-11-01 22:13:27','2017-11-01 22:13:27','',34,'https://lavishluxebylenee.com/34-revision-v1/',0,'revision','',0),(291,1,'2017-11-01 22:13:27','2017-11-01 22:13:27','<div id=\"pl-34\"  class=\"panel-layout\" ><div id=\"pg-34-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5% 0% 0% 0%&quot;,&quot;mobile_padding&quot;:&quot;10% 0% 0% 0%&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-34-0\" ><div id=\"pgc-34-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-34-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>[easy-image-collage id=246]</p></div>\n</div></div></div></div></div><div id=\"pg-34-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-34-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-34-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >			<div class=\"textwidget\"><p style=\"text-align: center;\"><a style=\"text-align: center; background-color: black; border: none; border-radius: 5px; color: white; padding: 15px 32px; text-decoration: none; display: inline-block; font-size: 14px; margin: 0 auto; cursor: pointer;\" href=\"www.lavishluxebylenee.com/gallery\">View More Images In Gallery</a></p>\n</div>\n		</div></div></div></div>','HOME','','inherit','closed','closed','','34-revision-v1','','','2017-11-01 22:13:27','2017-11-01 22:13:27','',34,'https://lavishluxebylenee.com/34-revision-v1/',0,'revision','',0),(293,1,'2017-11-01 22:46:46','2017-11-01 22:46:46','<div id=\"pl-125\"  class=\"panel-layout\" ><div id=\"pg-125-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-125-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-125-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">[ecwid widgets=\"productbrowser\" default_category_id=\"0\" minicart_layout=\"MiniAttachToProductBrowser\"]</p><p>&nbsp;</p></div>\n</div></div></div></div><div id=\"pg-125-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-125-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-125-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	</div>\n</div></div></div></div><div id=\"pg-125-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-125-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-125-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h2 style=\"text-align: center;\"><strong>More Products Coming Soon...</strong></h2></div>\n</div></div></div></div></div>','SHOP','','inherit','closed','closed','','125-revision-v1','','','2017-11-01 22:46:46','2017-11-01 22:46:46','',125,'https://lavishluxebylenee.com/125-revision-v1/',0,'revision','',0),(294,1,'2017-11-01 22:52:01','2017-11-01 22:52:01','<div id=\"pl-294\"  class=\"panel-layout\" ><div id=\"pg-294-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5% 0% 0% 0%&quot;,&quot;mobile_padding&quot;:&quot;5% 0% 0% 0%&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-294-0\" ><div id=\"pgc-294-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-294-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;mobile_padding&quot;:&quot;0% 0% 0% 0%&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-294-0-0-0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">SHOP</p></div>\n</div></div></div></div></div></div><div id=\"pg-294-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-294-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-294-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">[ecwid widgets=\"productbrowser\" default_category_id=\"0\" minicart_layout=\"MiniAttachToProductBrowser\"]</p><p>&nbsp;</p></div>\n</div></div></div></div><div id=\"pg-294-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-294-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-294-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	</div>\n</div></div></div></div><div id=\"pg-294-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-294-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-294-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h2 style=\"text-align: center;\"><strong>More Products Coming Soon...</strong></h2></div>\n</div></div></div></div></div>','SHOP','','inherit','closed','closed','','125-revision-v1','','','2017-11-01 22:52:01','2017-11-01 22:52:01','',125,'https://lavishluxebylenee.com/125-revision-v1/',0,'revision','',0),(295,1,'2017-11-01 22:52:01','2017-11-01 22:52:01','<div id=\"pl-125\"  class=\"panel-layout\" ><div id=\"pg-125-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;5% 0% 0% 0%&quot;,&quot;mobile_padding&quot;:&quot;5% 0% 0% 0%&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-125-0\" ><div id=\"pgc-125-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-125-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;mobile_padding&quot;:&quot;0% 0% 0% 0%&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-125-0-0-0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">SHOP</p></div>\n</div></div></div></div></div></div><div id=\"pg-125-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-125-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-125-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p style=\"font-weight: bold; text-align: center; font-size: 30px;\">[ecwid widgets=\"productbrowser\" default_category_id=\"0\" minicart_layout=\"MiniAttachToProductBrowser\"]</p><p>&nbsp;</p></div>\n</div></div></div></div><div id=\"pg-125-2\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-125-2-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-125-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	</div>\n</div></div></div></div><div id=\"pg-125-3\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-125-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-125-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h2 style=\"text-align: center;\"><strong>More Products Coming Soon...</strong></h2></div>\n</div></div></div></div></div>','SHOP','','inherit','closed','closed','','125-revision-v1','','','2017-11-01 22:52:01','2017-11-01 22:52:01','',125,'https://lavishluxebylenee.com/125-revision-v1/',0,'revision','',0),(296,1,'2017-11-01 23:00:47','2017-11-01 23:00:47','https://lavishluxebylenee.com/wp-content/uploads/2017/10/cropped-FB_IMG_1455049007776.jpg','cropped-FB_IMG_1455049007776.jpg','','inherit','open','closed','','cropped-fb_img_1455049007776-jpg','','','2017-11-01 23:00:47','2017-11-01 23:00:47','',0,'https://lavishluxebylenee.com/wp-content/uploads/2017/10/cropped-FB_IMG_1455049007776.jpg',0,'attachment','image/jpeg',0),(324,1,'2019-07-08 15:24:57','2019-07-08 15:24:57','','woocommerce-placeholder','','inherit','open','closed','','woocommerce-placeholder','','','2019-07-08 15:24:57','2019-07-08 15:24:57','',0,'https://lavishluxebylenee.com/wp-content/uploads/2019/07/woocommerce-placeholder.png',0,'attachment','image/png',0),(325,1,'2019-07-08 15:51:39','2019-07-08 15:51:39','<h1 style=\"text-align: center;\"><strong>SHOP</strong></h1>','SHOP','','publish','closed','closed','','lavishattire','','','2019-07-10 18:12:08','2019-07-10 18:12:08','',0,'https://lavishluxebylenee.com/shop/',0,'page','',0),(326,1,'2019-07-08 15:51:39','2019-07-08 15:51:39','<!-- wp:shortcode -->[woocommerce_cart]<!-- /wp:shortcode -->','Cart','','publish','closed','closed','','cart','','','2019-07-08 15:51:39','2019-07-08 15:51:39','',0,'https://lavishluxebylenee.com/cart/',0,'page','',0),(327,1,'2019-07-08 15:51:39','2019-07-08 15:51:39','<!-- wp:shortcode -->[woocommerce_checkout]<!-- /wp:shortcode -->','Checkout','','publish','closed','closed','','checkout','','','2019-07-08 15:51:39','2019-07-08 15:51:39','',0,'https://lavishluxebylenee.com/checkout/',0,'page','',0),(328,1,'2019-07-08 15:51:39','2019-07-08 15:51:39','<!-- wp:shortcode -->[woocommerce_my_account]<!-- /wp:shortcode -->','My account','','publish','closed','closed','','my-account','','','2019-07-08 15:51:39','2019-07-08 15:51:39','',0,'https://lavishluxebylenee.com/my-account/',0,'page','',0),(329,0,'2019-07-08 15:54:48','0000-00-00 00:00:00','','widget_image','','draft','closed','closed','','','','','2019-07-08 15:54:48','0000-00-00 00:00:00','a:0:{}',0,'https://lavishluxebylenee.com/?post_type=jetpack_migration&p=329',0,'jetpack_migration','',0),(330,0,'2019-07-08 15:54:48','0000-00-00 00:00:00','','sidebars_widgets','','draft','closed','closed','','','','','2019-07-08 15:54:48','0000-00-00 00:00:00','a:8:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:8:\"header-1\";a:0:{}s:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:8:\"footer-4\";a:0:{}s:18:\"smartslider_area_1\";a:0:{}}',0,'https://lavishluxebylenee.com/?post_type=jetpack_migration&p=330',0,'jetpack_migration','',0),(740,1,'2021-04-04 22:06:06','2021-04-04 22:06:06','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n                <h2>Our Services</h2>\n			        <p>\"How can I help you?\"</p>\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simply stylish\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n            <bdi>&#36;27.00</bdi>        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n            <bdi>&#36;25.00</bdi>        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n            <bdi>&#36;60.00</bdi>        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-04-04 22:06:06','2021-04-04 22:06:06','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(334,1,'2019-07-08 19:01:30','2019-07-08 19:01:30','','SHOP','','inherit','closed','closed','','325-autosave-v1','','','2019-07-08 19:01:30','2019-07-08 19:01:30','',325,'https://lavishluxebylenee.com/325-autosave-v1/',0,'revision','',0),(335,1,'2019-07-08 19:01:34','2019-07-08 19:01:34','','SHOP','','inherit','closed','closed','','325-revision-v1','','','2019-07-08 19:01:34','2019-07-08 19:01:34','',325,'https://lavishluxebylenee.com/325-revision-v1/',0,'revision','',0),(336,1,'2019-07-08 19:03:19','2019-07-08 19:03:19','<!-- wp:shortcode -->[woocommerce_cart]<!-- /wp:shortcode -->','Cart','','inherit','closed','closed','','326-autosave-v1','','','2019-07-08 19:03:19','2019-07-08 19:03:19','',326,'https://lavishluxebylenee.com/326-autosave-v1/',0,'revision','',0),(339,1,'2019-07-08 19:09:52','2019-07-08 19:09:52','','beehave','','inherit','open','closed','','beehave','','','2019-07-08 19:09:52','2019-07-08 19:09:52','',0,'https://lavishluxebylenee.com/wp-content/uploads/2019/07/beehave.jpg',0,'attachment','image/jpeg',0),(343,1,'2019-07-08 20:37:43','2019-07-08 20:37:43','','Black Styled By Lenee T-Shirt','','inherit','open','closed','','black-styled-by-lenee-t-shirt','','','2019-07-08 20:37:43','2019-07-08 20:37:43','',0,'https://lavishluxebylenee.com/wp-content/uploads/2019/07/Black-Styled-By-Lenee-T-Shirt.jpg',0,'attachment','image/jpeg',0),(345,1,'2019-07-08 20:39:13','2019-07-08 20:39:13','','blush baby','','inherit','open','closed','','blush-baby','','','2019-07-08 20:39:13','2019-07-08 20:39:13','',0,'https://lavishluxebylenee.com/wp-content/uploads/2019/07/blush-baby.jpg',0,'attachment','image/jpeg',0),(347,1,'2019-07-08 20:43:54','2019-07-08 20:43:54','','blush lady','','inherit','open','closed','','blush-lady','','','2019-07-08 20:43:54','2019-07-08 20:43:54','',0,'https://lavishluxebylenee.com/wp-content/uploads/2019/07/blush-lady.jpg',0,'attachment','image/jpeg',0),(348,1,'2019-07-08 20:49:40','2019-07-08 20:49:40','','Customizable Feathered Skirt','','publish','open','closed','','customizable-feathered-skirt','','','2019-07-08 20:54:49','2019-07-08 20:54:49','',0,'https://lavishluxebylenee.com/?post_type=product&#038;p=348',0,'product','',0),(349,1,'2019-07-08 20:49:30','2019-07-08 20:49:30','','customizable feathered skirt','','inherit','open','closed','','customizable-feathered-skirt','','','2019-07-08 20:49:30','2019-07-08 20:49:30','',348,'https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt.png',0,'attachment','image/png',0),(499,1,'2021-02-26 01:07:25','2021-02-26 01:07:25','<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-26 01:07:25','2021-02-26 01:07:25','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(352,1,'2019-07-08 20:52:21','2019-07-08 20:52:21','','gladdis','','inherit','open','closed','','gladdis','','','2019-07-08 20:52:21','2019-07-08 20:52:21','',0,'https://lavishluxebylenee.com/wp-content/uploads/2019/07/gladdis.jpg',0,'attachment','image/jpeg',0),(355,1,'2019-07-08 21:03:47','2019-07-08 21:03:47','','livin lavish t-shirt','','inherit','open','closed','','livin-lavish-t-shirt','','','2019-07-08 21:03:47','2019-07-08 21:03:47','',0,'https://lavishluxebylenee.com/wp-content/uploads/2019/07/livin-lavish-t-shirt.jpg',0,'attachment','image/jpeg',0),(357,1,'2019-07-08 21:05:02','2019-07-08 21:05:02','','marble chic','','inherit','open','closed','','marble-chic','','','2019-07-08 21:05:02','2019-07-08 21:05:02','',0,'https://lavishluxebylenee.com/wp-content/uploads/2019/07/marble-chic.jpg',0,'attachment','image/jpeg',0),(362,1,'2019-07-09 19:56:16','2019-07-09 19:56:16','','White Logo Tee','','publish','open','closed','','white-lavish-luxe-by-lenee-t-shirt','','','2019-11-06 06:07:13','2019-11-06 06:07:13','',0,'https://lavishluxebylenee.com/?post_type=product&#038;p=362',0,'product','',0),(363,1,'2019-07-09 19:55:47','2019-07-09 19:55:47','','623258011','','inherit','open','closed','','623258011','','','2019-07-09 19:55:47','2019-07-09 19:55:47','',362,'https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011.jpg',0,'attachment','image/jpeg',0),(364,1,'2019-07-10 18:12:08','2019-07-10 18:12:08','<h1 style=\"text-align: center;\"><strong>SHOP</strong></h1>','SHOP','','inherit','closed','closed','','325-revision-v1','','','2019-07-10 18:12:08','2019-07-10 18:12:08','',325,'https://lavishluxebylenee.com/325-revision-v1/',0,'revision','',0),(434,3,'2020-07-21 04:02:13','2020-07-21 04:02:13','','Black Lives Matter Adult (unisex black)','Basic Gildon 100% cotton T-Shirts in black.','publish','closed','closed','','black-lives-matter-adult-unisex-black','','','2020-07-28 15:46:07','2020-07-28 15:46:07','',0,'https://lavishluxebylenee.com/?post_type=product&#038;p=434',0,'product','',0),(501,1,'2021-02-26 01:07:26','2021-02-26 01:07:26','<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-26 01:07:26','2021-02-26 01:07:26','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(502,1,'2021-02-26 01:08:29','2021-02-26 01:08:29','<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-26 01:08:29','2021-02-26 01:08:29','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(503,1,'2021-02-26 01:08:30','2021-02-26 01:08:30','<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-26 01:08:30','2021-02-26 01:08:30','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(504,1,'2021-02-26 01:08:31','2021-02-26 01:08:31','<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-26 01:08:31','2021-02-26 01:08:31','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(505,1,'2021-02-26 01:10:54','2021-02-26 01:10:54','<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-26 01:10:54','2021-02-26 01:10:54','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(506,1,'2021-02-26 01:10:54','2021-02-26 01:10:54','<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-26 01:10:54','2021-02-26 01:10:54','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(507,1,'2021-02-26 01:10:54','2021-02-26 01:10:54','<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-26 01:10:54','2021-02-26 01:10:54','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(511,1,'2021-02-26 01:41:34','2021-02-26 01:41:34','<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>Fashion Gallery</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" alt=\"_MG_7562final\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-26 01:41:34','2021-02-26 01:41:34','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(509,1,'2021-02-26 01:41:33','2021-02-26 01:41:33','<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-26 01:41:33','2021-02-26 01:41:33','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(510,1,'2021-02-26 01:41:34','2021-02-26 01:41:34','<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-26 01:41:34','2021-02-26 01:41:34','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(500,1,'2021-02-26 01:07:26','2021-02-26 01:07:26','<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-26 01:07:26','2021-02-26 01:07:26','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(633,1,'2021-03-01 00:59:49','2021-03-01 00:59:49','<img width=\"500\" height=\"500\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png\" alt=\"\" loading=\"lazy\" srcset=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png 500w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-300x300.png 300w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-150x150.png 150w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />											\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 00:59:49','2021-03-01 00:59:49','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(395,3,'2019-11-07 19:11:48','2019-11-07 19:11:48','','web1','','inherit','closed','closed','','web1','','','2019-11-07 19:11:48','2019-11-07 19:11:48','',0,'https://lavishluxebylenee.com/wp-content/uploads/2019/11/web1.jpg',0,'attachment','image/jpeg',0),(396,3,'2019-11-07 19:14:59','2019-11-07 19:14:59','Patent leather marble handbag, that you can pair with any outfit for any occasion. can be held by the handle or by the long strap for crossbody usage.','web4','','inherit','closed','closed','','web4','','','2019-11-07 19:15:24','2019-11-07 19:15:24','',0,'https://lavishluxebylenee.com/wp-content/uploads/2019/11/web4.jpg',0,'attachment','image/jpeg',0),(383,3,'2019-11-06 05:20:05','2019-11-06 05:20:05','','K.I.S.S TEE','Cotton Semi fit stretch t-shirt sizes range from Sm-1XL. (sizes run big)','publish','closed','closed','','k-i-s-s-tee','','','2019-11-08 16:53:43','2019-11-08 16:53:43','',0,'https://lavishluxebylenee.com/?post_type=product&#038;p=383',0,'product','',0),(385,3,'2019-11-06 04:56:19','2019-11-06 04:56:19','Black all cotton Semi fit shirt','kiss shirt','Keep It Simply Stylish','inherit','closed','closed','','kiss-shirt','','','2019-11-06 05:03:50','2019-11-06 05:03:50','',383,'https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt.jpg',0,'attachment','image/jpeg',0),(386,3,'2019-11-06 05:34:58','2019-11-06 05:34:58','','','','inherit','closed','closed','','383-autosave-v1','','','2019-11-06 05:34:58','2019-11-06 05:34:58','',383,'https://lavishluxebylenee.com/383-autosave-v1/',0,'revision','',0),(387,3,'2019-11-06 05:27:28','2019-11-06 05:27:28','Patent leather box bag with army patches','Salute','','inherit','closed','closed','','army-bag','','','2019-11-06 05:50:29','2019-11-06 05:50:29','',383,'https://lavishluxebylenee.com/wp-content/uploads/2019/11/army-bag.jpg',0,'attachment','image/jpeg',0),(389,3,'2019-11-06 05:41:54','2019-11-06 05:41:54','Matching Pearl Clutch & shade set','purse','','inherit','closed','closed','','purse','','','2019-11-06 05:45:09','2019-11-06 05:45:09','',0,'https://lavishluxebylenee.com/wp-content/uploads/2019/11/purse.jpg',0,'attachment','image/jpeg',0),(392,3,'2019-11-06 06:00:30','2019-11-06 06:00:30','Faux alligator handbag/clutch w/gold accents and chain strap.','brown bag','','inherit','closed','closed','','brown-bag','','','2019-11-06 06:02:22','2019-11-06 06:02:22','',0,'https://lavishluxebylenee.com/wp-content/uploads/2019/11/brown-bag.jpg',0,'attachment','image/jpeg',0),(496,1,'2021-02-26 00:13:05','0000-00-00 00:00:00','','Home Page','','draft','closed','closed','','','','','2021-02-26 00:13:05','2021-02-26 00:13:05','',0,'https://lavishluxebylenee.com/?page_id=496',0,'page','',0),(497,1,'2021-02-26 01:06:33','2021-02-26 01:06:33','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n				<h2>Read our reviews</h2>\n					<p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n															<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7c6dcyd7ingwbqr5w5waqkl0uyjb0clvfgi8o.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />															\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','publish','closed','closed','','home-page','','','2021-07-05 14:48:13','2021-07-05 14:48:13','',0,'https://lavishluxebylenee.com/?page_id=497',0,'page','',0),(498,1,'2021-02-26 00:16:24','2021-02-26 00:16:24','','Default Kit','','publish','closed','closed','','default-kit','','','2021-03-01 15:42:02','2021-03-01 15:42:02','',0,'https://lavishluxebylenee.com/?elementor_library=default-kit',0,'elementor_library','',0),(398,3,'2019-11-07 19:19:26','2019-11-07 19:19:26','A small faux letter handbag with a unique handle & crossbody strap w/ a match pair of shades that exudes power.','web3','','inherit','closed','closed','','web3','','','2019-11-07 19:21:10','2019-11-07 19:21:10','',0,'https://lavishluxebylenee.com/wp-content/uploads/2019/11/web3.jpg',0,'attachment','image/jpeg',0),(430,3,'2020-07-21 02:35:04','2020-07-21 02:35:04','','autum','','inherit','closed','closed','','autum','','','2020-07-21 02:35:04','2020-07-21 02:35:04','',428,'https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum.jpg',0,'attachment','image/jpeg',0),(428,3,'2020-07-21 02:36:35','2020-07-21 02:36:35','','Black Lives Matter Sets (girls)','A soft cotton and polyester set for infants &amp; toddlers. sizes 6-12m to 5T.','publish','closed','closed','','black-lives-matter-sets-girls','','','2020-07-28 15:53:55','2020-07-28 15:53:55','',0,'https://lavishluxebylenee.com/?post_type=product&#038;p=428',0,'product','',0),(429,3,'2020-07-21 01:55:53','2020-07-21 01:55:53','boys and girls set','kids blm set','','inherit','closed','closed','','kids-blm-set','','','2020-07-21 01:56:45','2020-07-21 01:56:45','',428,'https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set.jpg',0,'attachment','image/jpeg',0),(399,1,'2019-11-08 16:46:02','2019-11-08 16:46:02','[ecwid widgets=\"productbrowser minicart categories search\" grid=\"10,3\" list=\"60\" table=\"60\" default_category_id=\"0\" category_view=\"grid\" search_view=\"grid\" minicart_layout=\"MiniAttachToProductBrowser\" ]','Store','','inherit','closed','closed','','178-revision-v1','','','2019-11-08 16:46:02','2019-11-08 16:46:02','',178,'https://lavishluxebylenee.com/178-revision-v1/',0,'revision','',0),(405,1,'2019-11-12 19:43:10','2019-11-12 19:43:10','','Lavish Luxe By Lenee','','inherit','closed','closed','','lavish-luxe-by-lenee','','','2019-11-12 19:43:10','2019-11-12 19:43:10','',0,'https://lavishluxebylenee.com/wp-content/uploads/2019/11/Lavish%20Luxe%20By%20Lenee.m4v',0,'attachment','video/mp4',0),(406,1,'2019-11-12 19:43:11','2019-11-12 19:43:11','','','','inherit','closed','closed','','406','','','2019-11-12 19:43:11','2019-11-12 19:43:11','',0,'https://lavishluxebylenee.com/406/',0,'attachment','image/jpeg',0),(441,1,'2020-07-28 15:42:01','2020-07-28 15:42:01','','Black Lives Matter Adult (unisex black)','Basic Gildon 100% cotton T-Shirts in black.','inherit','closed','closed','','434-autosave-v1','','','2020-07-28 15:42:01','2020-07-28 15:42:01','',434,'https://lavishluxebylenee.com/434-autosave-v1/',0,'revision','',0),(431,3,'2020-07-21 02:57:26','2020-07-21 02:57:26','<img class=\"alignnone size-medium wp-image-429\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x292.jpg\" alt=\"\" width=\"300\" height=\"292\" />','Black Lives Matter Kids Set (boys)','A soft cotton &amp; polyester fabric kids set.6-24m &amp; 2T-14/16','publish','closed','closed','','black-lives-matter-kids-set-boys','','','2020-07-28 15:52:28','2020-07-28 15:52:28','',0,'https://lavishluxebylenee.com/?post_type=product&#038;p=431',0,'product','',0),(432,3,'2020-07-21 02:38:19','2020-07-21 02:38:19','<img class=\"alignnone size-medium wp-image-429\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x292.jpg\" alt=\"\" width=\"300\" height=\"292\" />','Black Lives Matter Sets (girls)','<p>A soft cotton and polyester set for infants &amp; toddlers. sizes 6-12m to 5T.</p>','inherit','closed','closed','','428-autosave-v1','','','2020-07-21 02:38:19','2020-07-21 02:38:19','',428,'https://lavishluxebylenee.com/428-autosave-v1/',0,'revision','',0),(743,1,'2021-04-04 22:06:50','2021-04-04 22:06:50','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n                <h2>Our Services</h2>\n			        <p>\"How can I help you?\"</p>\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simply stylish\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n            <bdi>&#36;27.00</bdi>        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n            <bdi>&#36;25.00</bdi>        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n            <bdi>&#36;60.00</bdi>        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-04-04 22:06:50','2021-04-04 22:06:50','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(435,3,'2020-07-21 03:49:59','2020-07-21 03:49:59','','blkLM shirts','','inherit','closed','closed','','blklm-shirts','','','2020-07-21 03:49:59','2020-07-21 03:49:59','',434,'https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts.jpg',0,'attachment','image/jpeg',0),(436,3,'2020-07-21 04:07:54','2020-07-21 04:07:54','<img class=\"alignnone size-medium wp-image-429\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x292.jpg\" alt=\"\" width=\"300\" height=\"292\" />','Black Lives Matter Kids Set (boys)','A soft cotton &amp; polyester fabric kids set.6-24m &amp; 2T-14/16','inherit','closed','closed','','431-autosave-v1','','','2020-07-21 04:07:54','2020-07-21 04:07:54','',431,'https://lavishluxebylenee.com/431-autosave-v1/',0,'revision','',0),(439,1,'2020-07-28 15:39:00','2020-07-28 15:39:00','','autum','','inherit','closed','closed','','autum-2','','','2020-07-28 15:39:00','2020-07-28 15:39:00','',428,'https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1.jpg',0,'attachment','image/jpeg',0),(440,1,'2020-07-28 15:39:45','2020-07-28 15:39:45','','Black Lives Matter Sets (girls)','A soft cotton and polyester set for infants &amp; toddlers. sizes 6-12m to 5T.','inherit','closed','closed','','428-autosave-v1','','','2020-07-28 15:39:45','2020-07-28 15:39:45','',428,'https://lavishluxebylenee.com/428-autosave-v1/',0,'revision','',0),(447,1,'2020-07-28 21:05:21','2020-07-28 21:05:21','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\nblockquote {\n    font-family: \'Lato\', sans-serif;\n    font-size: 15px;\n    font-style: italic;\n    margin: 0.25em 0;\n    padding: 0.25em 40px;\n    line-height: 1.45;\n    position: relative;\n    color: #383838;\n	border-radius:10px;\n    background:#ececec;\n}\n \nblockquote:before {\n    display: block;\n    content: \"\\201C\";\n    font-size: 80px;\n    position: absolute;\n    left: -10px;\n    top: -10px;\n    color: #7a7a7a;\n}\n \nblockquote cite {\n    color: #999999;\n    font-size: 14px;\n    display: block;\n    margin-top: 5px;\n}\n  \nblockquote cite:before {\n    content: \"\\2014 \\2009\";\n}\n\nhtml#ecwid_html body#ecwid_body .ecwid .ecwid-btn--primary{\n	color:black;\n}\n\n#shipping_method_0_local_pickup:checked + label[for=shipping_method_0_local_pickup]::after {\n    display: block;\n    content: \"Pickup at 1730 W Bardin Rd Arlington, TX 76017\";\n}','CreativePortfolioResFree','','inherit','closed','closed','','136-revision-v1','','','2020-07-28 21:05:21','2020-07-28 21:05:21','',136,'https://lavishluxebylenee.com/136-revision-v1/',0,'revision','',0),(449,1,'2020-07-28 21:05:41','2020-07-28 21:05:41','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\nblockquote {\n    font-family: \'Lato\', sans-serif;\n    font-size: 15px;\n    font-style: italic;\n    margin: 0.25em 0;\n    padding: 0.25em 40px;\n    line-height: 1.45;\n    position: relative;\n    color: #383838;\n	border-radius:10px;\n    background:#ececec;\n}\n \nblockquote:before {\n    display: block;\n    content: \"\\201C\";\n    font-size: 80px;\n    position: absolute;\n    left: -10px;\n    top: -10px;\n    color: #7a7a7a;\n}\n \nblockquote cite {\n    color: #999999;\n    font-size: 14px;\n    display: block;\n    margin-top: 5px;\n}\n  \nblockquote cite:before {\n    content: \"\\2014 \\2009\";\n}\n\nhtml#ecwid_html body#ecwid_body .ecwid .ecwid-btn--primary{\n	color:black;\n}\n\n#shipping_method_0_local_pickup1:checked + label[for=shipping_method_0_local_pickup1]::after {\n    display: block;\n    content: \"Pickup at 1730 W Bardin Rd Arlington, TX 76017\";\n}','CreativePortfolioResFree','','inherit','closed','closed','','136-revision-v1','','','2020-07-28 21:05:41','2020-07-28 21:05:41','',136,'https://lavishluxebylenee.com/136-revision-v1/',0,'revision','',0),(469,1,'2020-11-09 04:46:47','2020-11-09 04:46:47','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n.header_background {opacity:1 !important}\n\nblockquote {\n    font-family: \'Lato\', sans-serif;\n    font-size: 15px;\n    font-style: italic;\n    margin: 0.25em 0;\n    padding: 0.25em 40px;\n    line-height: 1.45;\n    position: relative;\n    color: #383838;\n	border-radius:10px;\n    background:#ececec;\n}\n \nblockquote:before {\n    display: block;\n    content: \"\\201C\";\n    font-size: 80px;\n    position: absolute;\n    left: -10px;\n    top: -10px;\n    color: #7a7a7a;\n}\n \nblockquote cite {\n    color: #999999;\n    font-size: 14px;\n    display: block;\n    margin-top: 5px;\n}\n  \nblockquote cite:before {\n    content: \"\\2014 \\2009\";\n}\n\nhtml#ecwid_html body#ecwid_body .ecwid .ecwid-btn--primary{\n	color:black;\n}\n\n#shipping_method_0_local_pickup1:checked + label[for=shipping_method_0_local_pickup1]::after {\n    display: block;\n    content: \"Pickup at 1730 W Bardin Rd Arlington, TX 76017\";\n}','CreativePortfolioResFree','','inherit','closed','closed','','136-revision-v1','','','2020-11-09 04:46:47','2020-11-09 04:46:47','',136,'https://lavishluxebylenee.com/136-revision-v1/',0,'revision','',0),(903,1,'2021-07-05 14:39:45','2021-07-05 14:39:45','<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n				<h2>Read our reviews</h2>\n					<p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n															<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7c6dcyd7ingwbqr5w5waqkl0uyjb0clvfgi8o.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />															\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-07-05 14:39:45','2021-07-05 14:39:45','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(829,1,'2021-05-02 22:29:38','2021-05-02 22:29:38','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n				<h2>Read our reviews</h2>\n					<p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n															<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />															\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-05-02 22:29:38','2021-05-02 22:29:38','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(831,1,'2021-05-02 22:39:18','2021-05-02 22:39:18','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n				<h2>Read our reviews</h2>\n					<p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n															<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />															\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-05-02 22:39:18','2021-05-02 22:39:18','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(832,1,'2021-05-02 22:39:19','2021-05-02 22:39:19','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n				<h2>Read our reviews</h2>\n					<p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n															<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />															\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-05-02 22:39:19','2021-05-02 22:39:19','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(833,1,'2021-05-02 22:39:19','2021-05-02 22:39:19','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n				<h2>Read our reviews</h2>\n					<p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n															<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />															\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-05-02 22:39:19','2021-05-02 22:39:19','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(742,1,'2021-04-04 22:06:50','2021-04-04 22:06:50','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n                <h2>Our Services</h2>\n			        <p>\"How can I help you?\"</p>\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simply stylish\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n            <bdi>&#36;27.00</bdi>        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n            <bdi>&#36;25.00</bdi>        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n            <bdi>&#36;60.00</bdi>        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-04-04 22:06:50','2021-04-04 22:06:50','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(445,1,'2020-07-28 21:03:01','2020-07-28 21:03:01','/*\nYou can add your own CSS here.\n\nClick the help icon above to learn more.\n*/\n\nblockquote {\n    font-family: \'Lato\', sans-serif;\n    font-size: 15px;\n    font-style: italic;\n    margin: 0.25em 0;\n    padding: 0.25em 40px;\n    line-height: 1.45;\n    position: relative;\n    color: #383838;\n	border-radius:10px;\n    background:#ececec;\n}\n \nblockquote:before {\n    display: block;\n    content: \"\\201C\";\n    font-size: 80px;\n    position: absolute;\n    left: -10px;\n    top: -10px;\n    color: #7a7a7a;\n}\n \nblockquote cite {\n    color: #999999;\n    font-size: 14px;\n    display: block;\n    margin-top: 5px;\n}\n  \nblockquote cite:before {\n    content: \"\\2014 \\2009\";\n}\n\nhtml#ecwid_html body#ecwid_body .ecwid .ecwid-btn--primary{\n	color:black;\n}\n\n#shipping_method_0_local_pickup2:checked + label[for=shipping_method_0_local_pickup2]::after {\n    display: block;\n    content: \"Pickup at 1730 W Bardin Rd Arlington, TX 76017\";\n}','CreativePortfolioResFree','','inherit','closed','closed','','136-revision-v1','','','2020-07-28 21:03:01','2020-07-28 21:03:01','',136,'https://lavishluxebylenee.com/136-revision-v1/',0,'revision','',0),(416,1,'2019-12-04 18:27:13','2019-12-04 18:27:13','','Order &ndash; December 4, 2019 @ 06:27 PM','','wc-completed','closed','closed','wc_order_nK5seRu3aHZPV','order-dec-04-2019-0627-pm','','','2020-08-11 13:56:24','2020-08-11 13:56:24','',0,'https://lavishluxebylenee.com/?post_type=shop_order&#038;p=416',0,'shop_order','',3),(741,1,'2021-04-04 22:06:07','2021-04-04 22:06:07','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n                <h2>Our Services</h2>\n			        <p>\"How can I help you?\"</p>\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simply stylish\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n            <bdi>&#36;27.00</bdi>        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n            <bdi>&#36;25.00</bdi>        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n            <bdi>&#36;60.00</bdi>        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-04-04 22:06:07','2021-04-04 22:06:07','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(515,1,'2021-02-26 02:06:53','2021-02-26 02:06:53','<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>Fashion Gallery</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" alt=\"_MG_7562final\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-26 02:06:53','2021-02-26 02:06:53','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(513,1,'2021-02-26 02:06:50','2021-02-26 02:06:50','<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>Fashion Gallery</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" alt=\"_MG_7562final\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-26 02:06:50','2021-02-26 02:06:50','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(514,1,'2021-02-26 02:06:52','2021-02-26 02:06:52','<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>Fashion Gallery</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" alt=\"_MG_7562final\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-26 02:06:52','2021-02-26 02:06:52','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(519,1,'2021-02-26 16:10:26','2021-02-26 16:10:26','<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>Fashion Gallery</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" alt=\"_MG_7562final\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-26 16:10:26','2021-02-26 16:10:26','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(517,1,'2021-02-26 16:10:24','2021-02-26 16:10:24','<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>Fashion Gallery</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" alt=\"_MG_7562final\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-26 16:10:24','2021-02-26 16:10:24','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(518,1,'2021-02-26 16:10:24','2021-02-26 16:10:24','<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>Fashion Gallery</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" alt=\"_MG_7562final\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-26 16:10:24','2021-02-26 16:10:24','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(739,1,'2021-04-04 22:06:06','2021-04-04 22:06:06','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n                <h2>Our Services</h2>\n			        <p>\"How can I help you?\"</p>\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simply stylish\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n            <bdi>&#36;27.00</bdi>        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n            <bdi>&#36;25.00</bdi>        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n            <bdi>&#36;60.00</bdi>        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-04-04 22:06:06','2021-04-04 22:06:06','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(523,1,'2021-02-26 16:14:09','2021-02-26 16:14:09','<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>Fashion Gallery</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" alt=\"_MG_7562final\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-26 16:14:09','2021-02-26 16:14:09','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(521,1,'2021-02-26 16:14:08','2021-02-26 16:14:08','<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>Fashion Gallery</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" alt=\"_MG_7562final\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-26 16:14:08','2021-02-26 16:14:08','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(522,1,'2021-02-26 16:14:08','2021-02-26 16:14:08','<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>Fashion Gallery</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" alt=\"_MG_7562final\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-26 16:14:08','2021-02-26 16:14:08','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(524,1,'2021-02-26 16:14:36','2021-02-26 16:14:36','<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>Fashion Gallery</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" alt=\"_MG_7562final\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-26 16:14:36','2021-02-26 16:14:36','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(525,1,'2021-02-26 16:14:36','2021-02-26 16:14:36','<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>Fashion Gallery</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" alt=\"_MG_7562final\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-26 16:14:36','2021-02-26 16:14:36','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(526,1,'2021-02-26 16:14:37','2021-02-26 16:14:37','<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>Fashion Gallery</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" alt=\"_MG_7562final\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-26 16:14:37','2021-02-26 16:14:37','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(738,1,'2021-04-04 22:04:36','2021-04-04 22:04:36','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n                <h2>Our Services</h2>\n			        <p>\"How can I help you?\"</p>\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simply stylish\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n            <bdi>&#36;27.00</bdi>        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n            <bdi>&#36;25.00</bdi>        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n            <bdi>&#36;60.00</bdi>        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-04-04 22:04:36','2021-04-04 22:04:36','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(565,1,'2021-02-28 20:47:52','2021-02-28 20:47:52','<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>Fashion Gallery</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-28 20:47:52','2021-02-28 20:47:52','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(530,1,'2021-02-26 16:47:47','2021-02-26 16:47:47','<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>Fashion Gallery</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" alt=\"_MG_7562final\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/cropped-FB_IMG_1455049007776.jpg\" alt=\"cropped-FB_IMG_1455049007776.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/cropped-FB_IMG_1455049007776.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt.png\" alt=\"customizable feathered skirt\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/received_10212661803131681.jpeg\" alt=\"Lavish Luxe Gallery 2\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/received_10212661803131681.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_2342.jpg\" alt=\"Lavish Luxe Gallery 3\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_2342.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-76-of-280_1501085438585_1501085681972.jpg\" alt=\"Lavish Luxe\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-76-of-280_1501085438585_1501085681972.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-80-of-280.jpg\" alt=\"Lavish Luxe\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-80-of-280.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.41.37.jpg\" alt=\"Lavish Luxe Gallery 9\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.41.37.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.39.27.jpg\" alt=\"Lavish Luxe Gallery 8\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.39.27.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-26-10.39.33.jpg\" alt=\"Lavish Luxe Gallery 10\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-26-10.39.33.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/Screenshot_2017-09-13-07-52-43-1.png\" alt=\"Screenshot_2017-09-13-07-52-43-1\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/Screenshot_2017-09-13-07-52-43-1.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_0344final.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_0344final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe-background.jpeg\" alt=\"Lavish Luxe Gallery 5\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe-background.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9504final.jpg\" alt=\"Lavish Luxe Gallery 6\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9504final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9444final.jpg\" alt=\"Lavish Luxe Gallery 7\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9444final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-20-08.25.54.jpg\" alt=\"Lavish Luxe Gallery 1\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-20-08.25.54.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe1.jpg\" alt=\"Lavish Luxe Home Page Slider 3\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/FB_IMG_1508911285193-1.jpg\" alt=\"FB_IMG_1508911285193\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/FB_IMG_1508911285193-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/WedPics_1478584463349.jpg\" alt=\"Lavish Luxe\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/WedPics_1478584463349.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-26 16:47:47','2021-02-26 16:47:47','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(528,1,'2021-02-26 16:47:44','2021-02-26 16:47:44','<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>Fashion Gallery</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" alt=\"_MG_7562final\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-26 16:47:44','2021-02-26 16:47:44','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(529,1,'2021-02-26 16:47:45','2021-02-26 16:47:45','<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>Fashion Gallery</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" alt=\"_MG_7562final\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-26 16:47:45','2021-02-26 16:47:45','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(531,1,'2021-02-26 16:48:48','2021-02-26 16:48:48','<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>Fashion Gallery</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" alt=\"_MG_7562final\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/cropped-FB_IMG_1455049007776.jpg\" alt=\"cropped-FB_IMG_1455049007776.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/cropped-FB_IMG_1455049007776.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt.png\" alt=\"customizable feathered skirt\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/received_10212661803131681.jpeg\" alt=\"Lavish Luxe Gallery 2\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/received_10212661803131681.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_2342.jpg\" alt=\"Lavish Luxe Gallery 3\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_2342.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-76-of-280_1501085438585_1501085681972.jpg\" alt=\"Lavish Luxe\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-76-of-280_1501085438585_1501085681972.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-80-of-280.jpg\" alt=\"Lavish Luxe\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-80-of-280.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.41.37.jpg\" alt=\"Lavish Luxe Gallery 9\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.41.37.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.39.27.jpg\" alt=\"Lavish Luxe Gallery 8\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.39.27.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-26-10.39.33.jpg\" alt=\"Lavish Luxe Gallery 10\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-26-10.39.33.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/Screenshot_2017-09-13-07-52-43-1.png\" alt=\"Screenshot_2017-09-13-07-52-43-1\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/Screenshot_2017-09-13-07-52-43-1.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_0344final.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_0344final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe-background.jpeg\" alt=\"Lavish Luxe Gallery 5\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe-background.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9504final.jpg\" alt=\"Lavish Luxe Gallery 6\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9504final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9444final.jpg\" alt=\"Lavish Luxe Gallery 7\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9444final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-20-08.25.54.jpg\" alt=\"Lavish Luxe Gallery 1\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-20-08.25.54.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe1.jpg\" alt=\"Lavish Luxe Home Page Slider 3\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/FB_IMG_1508911285193-1.jpg\" alt=\"FB_IMG_1508911285193\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/FB_IMG_1508911285193-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/WedPics_1478584463349.jpg\" alt=\"Lavish Luxe\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/WedPics_1478584463349.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-26 16:48:48','2021-02-26 16:48:48','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(532,1,'2021-02-26 16:48:49','2021-02-26 16:48:49','<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>Fashion Gallery</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" alt=\"_MG_7562final\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/cropped-FB_IMG_1455049007776.jpg\" alt=\"cropped-FB_IMG_1455049007776.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/cropped-FB_IMG_1455049007776.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt.png\" alt=\"customizable feathered skirt\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/received_10212661803131681.jpeg\" alt=\"Lavish Luxe Gallery 2\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/received_10212661803131681.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_2342.jpg\" alt=\"Lavish Luxe Gallery 3\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_2342.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-76-of-280_1501085438585_1501085681972.jpg\" alt=\"Lavish Luxe\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-76-of-280_1501085438585_1501085681972.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-80-of-280.jpg\" alt=\"Lavish Luxe\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-80-of-280.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.41.37.jpg\" alt=\"Lavish Luxe Gallery 9\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.41.37.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.39.27.jpg\" alt=\"Lavish Luxe Gallery 8\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.39.27.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-26-10.39.33.jpg\" alt=\"Lavish Luxe Gallery 10\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-26-10.39.33.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/Screenshot_2017-09-13-07-52-43-1.png\" alt=\"Screenshot_2017-09-13-07-52-43-1\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/Screenshot_2017-09-13-07-52-43-1.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_0344final.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_0344final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe-background.jpeg\" alt=\"Lavish Luxe Gallery 5\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe-background.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9504final.jpg\" alt=\"Lavish Luxe Gallery 6\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9504final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9444final.jpg\" alt=\"Lavish Luxe Gallery 7\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9444final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-20-08.25.54.jpg\" alt=\"Lavish Luxe Gallery 1\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-20-08.25.54.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe1.jpg\" alt=\"Lavish Luxe Home Page Slider 3\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/FB_IMG_1508911285193-1.jpg\" alt=\"FB_IMG_1508911285193\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/FB_IMG_1508911285193-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/WedPics_1478584463349.jpg\" alt=\"Lavish Luxe\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/WedPics_1478584463349.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-26 16:48:49','2021-02-26 16:48:49','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(533,1,'2021-02-26 16:48:50','2021-02-26 16:48:50','<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>Fashion Gallery</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" alt=\"_MG_7562final\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/cropped-FB_IMG_1455049007776.jpg\" alt=\"cropped-FB_IMG_1455049007776.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/cropped-FB_IMG_1455049007776.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt.png\" alt=\"customizable feathered skirt\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/received_10212661803131681.jpeg\" alt=\"Lavish Luxe Gallery 2\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/received_10212661803131681.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_2342.jpg\" alt=\"Lavish Luxe Gallery 3\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_2342.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-76-of-280_1501085438585_1501085681972.jpg\" alt=\"Lavish Luxe\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-76-of-280_1501085438585_1501085681972.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-80-of-280.jpg\" alt=\"Lavish Luxe\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-80-of-280.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.41.37.jpg\" alt=\"Lavish Luxe Gallery 9\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.41.37.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.39.27.jpg\" alt=\"Lavish Luxe Gallery 8\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.39.27.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-26-10.39.33.jpg\" alt=\"Lavish Luxe Gallery 10\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-26-10.39.33.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/Screenshot_2017-09-13-07-52-43-1.png\" alt=\"Screenshot_2017-09-13-07-52-43-1\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/Screenshot_2017-09-13-07-52-43-1.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_0344final.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_0344final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe-background.jpeg\" alt=\"Lavish Luxe Gallery 5\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe-background.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9504final.jpg\" alt=\"Lavish Luxe Gallery 6\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9504final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9444final.jpg\" alt=\"Lavish Luxe Gallery 7\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9444final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-20-08.25.54.jpg\" alt=\"Lavish Luxe Gallery 1\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-20-08.25.54.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe1.jpg\" alt=\"Lavish Luxe Home Page Slider 3\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/FB_IMG_1508911285193-1.jpg\" alt=\"FB_IMG_1508911285193\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/FB_IMG_1508911285193-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/WedPics_1478584463349.jpg\" alt=\"Lavish Luxe\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/WedPics_1478584463349.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-26 16:48:50','2021-02-26 16:48:50','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(534,1,'2021-02-26 16:50:38','2021-02-26 16:50:38','<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>Fashion Gallery</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" alt=\"_MG_7562final\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/cropped-FB_IMG_1455049007776.jpg\" alt=\"cropped-FB_IMG_1455049007776.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/cropped-FB_IMG_1455049007776.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt.png\" alt=\"customizable feathered skirt\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/received_10212661803131681.jpeg\" alt=\"Lavish Luxe Gallery 2\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/received_10212661803131681.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_2342.jpg\" alt=\"Lavish Luxe Gallery 3\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_2342.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-76-of-280_1501085438585_1501085681972.jpg\" alt=\"Lavish Luxe\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-76-of-280_1501085438585_1501085681972.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-80-of-280.jpg\" alt=\"Lavish Luxe\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-80-of-280.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.41.37.jpg\" alt=\"Lavish Luxe Gallery 9\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.41.37.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.39.27.jpg\" alt=\"Lavish Luxe Gallery 8\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.39.27.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-26-10.39.33.jpg\" alt=\"Lavish Luxe Gallery 10\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-26-10.39.33.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/Screenshot_2017-09-13-07-52-43-1.png\" alt=\"Screenshot_2017-09-13-07-52-43-1\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/Screenshot_2017-09-13-07-52-43-1.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_0344final.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_0344final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe-background.jpeg\" alt=\"Lavish Luxe Gallery 5\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe-background.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9504final.jpg\" alt=\"Lavish Luxe Gallery 6\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9504final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9444final.jpg\" alt=\"Lavish Luxe Gallery 7\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9444final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-20-08.25.54.jpg\" alt=\"Lavish Luxe Gallery 1\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-20-08.25.54.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe1.jpg\" alt=\"Lavish Luxe Home Page Slider 3\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/FB_IMG_1508911285193-1.jpg\" alt=\"FB_IMG_1508911285193\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/FB_IMG_1508911285193-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/WedPics_1478584463349.jpg\" alt=\"Lavish Luxe\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/WedPics_1478584463349.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-26 16:50:38','2021-02-26 16:50:38','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(535,1,'2021-02-26 16:50:39','2021-02-26 16:50:39','<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>Fashion Gallery</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" alt=\"_MG_7562final\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/cropped-FB_IMG_1455049007776.jpg\" alt=\"cropped-FB_IMG_1455049007776.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/cropped-FB_IMG_1455049007776.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt.png\" alt=\"customizable feathered skirt\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/received_10212661803131681.jpeg\" alt=\"Lavish Luxe Gallery 2\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/received_10212661803131681.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_2342.jpg\" alt=\"Lavish Luxe Gallery 3\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_2342.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-76-of-280_1501085438585_1501085681972.jpg\" alt=\"Lavish Luxe\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-76-of-280_1501085438585_1501085681972.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-80-of-280.jpg\" alt=\"Lavish Luxe\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-80-of-280.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.41.37.jpg\" alt=\"Lavish Luxe Gallery 9\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.41.37.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.39.27.jpg\" alt=\"Lavish Luxe Gallery 8\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.39.27.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-26-10.39.33.jpg\" alt=\"Lavish Luxe Gallery 10\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-26-10.39.33.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/Screenshot_2017-09-13-07-52-43-1.png\" alt=\"Screenshot_2017-09-13-07-52-43-1\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/Screenshot_2017-09-13-07-52-43-1.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_0344final.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_0344final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe-background.jpeg\" alt=\"Lavish Luxe Gallery 5\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe-background.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9504final.jpg\" alt=\"Lavish Luxe Gallery 6\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9504final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9444final.jpg\" alt=\"Lavish Luxe Gallery 7\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9444final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-20-08.25.54.jpg\" alt=\"Lavish Luxe Gallery 1\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-20-08.25.54.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe1.jpg\" alt=\"Lavish Luxe Home Page Slider 3\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/FB_IMG_1508911285193-1.jpg\" alt=\"FB_IMG_1508911285193\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/FB_IMG_1508911285193-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/WedPics_1478584463349.jpg\" alt=\"Lavish Luxe\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/WedPics_1478584463349.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-26 16:50:39','2021-02-26 16:50:39','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(536,1,'2021-02-26 16:50:39','2021-02-26 16:50:39','<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>Fashion Gallery</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" alt=\"_MG_7562final\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/cropped-FB_IMG_1455049007776.jpg\" alt=\"cropped-FB_IMG_1455049007776.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/cropped-FB_IMG_1455049007776.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt.png\" alt=\"customizable feathered skirt\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/received_10212661803131681.jpeg\" alt=\"Lavish Luxe Gallery 2\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/received_10212661803131681.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_2342.jpg\" alt=\"Lavish Luxe Gallery 3\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_2342.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-76-of-280_1501085438585_1501085681972.jpg\" alt=\"Lavish Luxe\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-76-of-280_1501085438585_1501085681972.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-80-of-280.jpg\" alt=\"Lavish Luxe\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-80-of-280.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.41.37.jpg\" alt=\"Lavish Luxe Gallery 9\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.41.37.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.39.27.jpg\" alt=\"Lavish Luxe Gallery 8\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.39.27.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-26-10.39.33.jpg\" alt=\"Lavish Luxe Gallery 10\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-26-10.39.33.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/Screenshot_2017-09-13-07-52-43-1.png\" alt=\"Screenshot_2017-09-13-07-52-43-1\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/Screenshot_2017-09-13-07-52-43-1.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_0344final.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_0344final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe-background.jpeg\" alt=\"Lavish Luxe Gallery 5\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe-background.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9504final.jpg\" alt=\"Lavish Luxe Gallery 6\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9504final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9444final.jpg\" alt=\"Lavish Luxe Gallery 7\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9444final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-20-08.25.54.jpg\" alt=\"Lavish Luxe Gallery 1\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-20-08.25.54.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe1.jpg\" alt=\"Lavish Luxe Home Page Slider 3\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/FB_IMG_1508911285193-1.jpg\" alt=\"FB_IMG_1508911285193\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/FB_IMG_1508911285193-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/WedPics_1478584463349.jpg\" alt=\"Lavish Luxe\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/WedPics_1478584463349.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-26 16:50:39','2021-02-26 16:50:39','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(537,1,'2021-02-26 16:52:17','2021-02-26 16:52:17','<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>Fashion Gallery</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" alt=\"_MG_7562final\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/cropped-FB_IMG_1455049007776.jpg\" alt=\"cropped-FB_IMG_1455049007776.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/cropped-FB_IMG_1455049007776.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt.png\" alt=\"customizable feathered skirt\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/received_10212661803131681.jpeg\" alt=\"Lavish Luxe Gallery 2\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/received_10212661803131681.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_2342.jpg\" alt=\"Lavish Luxe Gallery 3\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_2342.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-76-of-280_1501085438585_1501085681972.jpg\" alt=\"Lavish Luxe\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-76-of-280_1501085438585_1501085681972.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-80-of-280.jpg\" alt=\"Lavish Luxe\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-80-of-280.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.41.37.jpg\" alt=\"Lavish Luxe Gallery 9\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.41.37.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.39.27.jpg\" alt=\"Lavish Luxe Gallery 8\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.39.27.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-26-10.39.33.jpg\" alt=\"Lavish Luxe Gallery 10\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-26-10.39.33.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/Screenshot_2017-09-13-07-52-43-1.png\" alt=\"Screenshot_2017-09-13-07-52-43-1\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/Screenshot_2017-09-13-07-52-43-1.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_0344final.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_0344final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe-background.jpeg\" alt=\"Lavish Luxe Gallery 5\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe-background.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9504final.jpg\" alt=\"Lavish Luxe Gallery 6\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9504final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9444final.jpg\" alt=\"Lavish Luxe Gallery 7\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9444final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-20-08.25.54.jpg\" alt=\"Lavish Luxe Gallery 1\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-20-08.25.54.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe1.jpg\" alt=\"Lavish Luxe Home Page Slider 3\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/FB_IMG_1508911285193-1.jpg\" alt=\"FB_IMG_1508911285193\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/FB_IMG_1508911285193-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/WedPics_1478584463349.jpg\" alt=\"Lavish Luxe\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/WedPics_1478584463349.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-26 16:52:17','2021-02-26 16:52:17','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(538,1,'2021-02-26 16:52:18','2021-02-26 16:52:18','<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>Fashion Gallery</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" alt=\"_MG_7562final\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/cropped-FB_IMG_1455049007776.jpg\" alt=\"cropped-FB_IMG_1455049007776.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/cropped-FB_IMG_1455049007776.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt.png\" alt=\"customizable feathered skirt\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/received_10212661803131681.jpeg\" alt=\"Lavish Luxe Gallery 2\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/received_10212661803131681.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_2342.jpg\" alt=\"Lavish Luxe Gallery 3\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_2342.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-76-of-280_1501085438585_1501085681972.jpg\" alt=\"Lavish Luxe\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-76-of-280_1501085438585_1501085681972.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-80-of-280.jpg\" alt=\"Lavish Luxe\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-80-of-280.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.41.37.jpg\" alt=\"Lavish Luxe Gallery 9\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.41.37.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.39.27.jpg\" alt=\"Lavish Luxe Gallery 8\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.39.27.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-26-10.39.33.jpg\" alt=\"Lavish Luxe Gallery 10\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-26-10.39.33.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/Screenshot_2017-09-13-07-52-43-1.png\" alt=\"Screenshot_2017-09-13-07-52-43-1\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/Screenshot_2017-09-13-07-52-43-1.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_0344final.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_0344final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe-background.jpeg\" alt=\"Lavish Luxe Gallery 5\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe-background.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9504final.jpg\" alt=\"Lavish Luxe Gallery 6\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9504final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9444final.jpg\" alt=\"Lavish Luxe Gallery 7\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9444final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-20-08.25.54.jpg\" alt=\"Lavish Luxe Gallery 1\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-20-08.25.54.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe1.jpg\" alt=\"Lavish Luxe Home Page Slider 3\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/FB_IMG_1508911285193-1.jpg\" alt=\"FB_IMG_1508911285193\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/FB_IMG_1508911285193-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/WedPics_1478584463349.jpg\" alt=\"Lavish Luxe\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/WedPics_1478584463349.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-26 16:52:18','2021-02-26 16:52:18','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(539,1,'2021-02-26 16:52:19','2021-02-26 16:52:19','<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>Fashion Gallery</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" alt=\"_MG_7562final\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/cropped-FB_IMG_1455049007776.jpg\" alt=\"cropped-FB_IMG_1455049007776.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/cropped-FB_IMG_1455049007776.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt.png\" alt=\"customizable feathered skirt\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/received_10212661803131681.jpeg\" alt=\"Lavish Luxe Gallery 2\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/received_10212661803131681.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_2342.jpg\" alt=\"Lavish Luxe Gallery 3\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_2342.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-76-of-280_1501085438585_1501085681972.jpg\" alt=\"Lavish Luxe\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-76-of-280_1501085438585_1501085681972.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-80-of-280.jpg\" alt=\"Lavish Luxe\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-80-of-280.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.41.37.jpg\" alt=\"Lavish Luxe Gallery 9\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.41.37.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.39.27.jpg\" alt=\"Lavish Luxe Gallery 8\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.39.27.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-26-10.39.33.jpg\" alt=\"Lavish Luxe Gallery 10\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-26-10.39.33.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/Screenshot_2017-09-13-07-52-43-1.png\" alt=\"Screenshot_2017-09-13-07-52-43-1\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/Screenshot_2017-09-13-07-52-43-1.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_0344final.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_0344final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe-background.jpeg\" alt=\"Lavish Luxe Gallery 5\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe-background.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9504final.jpg\" alt=\"Lavish Luxe Gallery 6\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9504final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9444final.jpg\" alt=\"Lavish Luxe Gallery 7\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9444final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-20-08.25.54.jpg\" alt=\"Lavish Luxe Gallery 1\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-20-08.25.54.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe1.jpg\" alt=\"Lavish Luxe Home Page Slider 3\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/FB_IMG_1508911285193-1.jpg\" alt=\"FB_IMG_1508911285193\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/FB_IMG_1508911285193-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/WedPics_1478584463349.jpg\" alt=\"Lavish Luxe\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/WedPics_1478584463349.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-26 16:52:19','2021-02-26 16:52:19','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(540,1,'2021-02-26 16:55:22','2021-02-26 16:55:22','<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>Fashion Gallery</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" alt=\"_MG_7562final\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/cropped-FB_IMG_1455049007776.jpg\" alt=\"cropped-FB_IMG_1455049007776.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/cropped-FB_IMG_1455049007776.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt.png\" alt=\"customizable feathered skirt\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/received_10212661803131681.jpeg\" alt=\"Lavish Luxe Gallery 2\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/received_10212661803131681.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_2342.jpg\" alt=\"Lavish Luxe Gallery 3\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_2342.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-76-of-280_1501085438585_1501085681972.jpg\" alt=\"Lavish Luxe\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-76-of-280_1501085438585_1501085681972.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-80-of-280.jpg\" alt=\"Lavish Luxe\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-80-of-280.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.41.37.jpg\" alt=\"Lavish Luxe Gallery 9\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.41.37.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.39.27.jpg\" alt=\"Lavish Luxe Gallery 8\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.39.27.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-26-10.39.33.jpg\" alt=\"Lavish Luxe Gallery 10\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-26-10.39.33.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/Screenshot_2017-09-13-07-52-43-1.png\" alt=\"Screenshot_2017-09-13-07-52-43-1\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/Screenshot_2017-09-13-07-52-43-1.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_0344final.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_0344final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe-background.jpeg\" alt=\"Lavish Luxe Gallery 5\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe-background.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9504final.jpg\" alt=\"Lavish Luxe Gallery 6\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9504final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9444final.jpg\" alt=\"Lavish Luxe Gallery 7\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9444final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-20-08.25.54.jpg\" alt=\"Lavish Luxe Gallery 1\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-20-08.25.54.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe1.jpg\" alt=\"Lavish Luxe Home Page Slider 3\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/FB_IMG_1508911285193-1.jpg\" alt=\"FB_IMG_1508911285193\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/FB_IMG_1508911285193-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/WedPics_1478584463349.jpg\" alt=\"Lavish Luxe\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/WedPics_1478584463349.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-26 16:55:22','2021-02-26 16:55:22','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(541,1,'2021-02-26 16:55:23','2021-02-26 16:55:23','<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>Fashion Gallery</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" alt=\"_MG_7562final\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/cropped-FB_IMG_1455049007776.jpg\" alt=\"cropped-FB_IMG_1455049007776.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/cropped-FB_IMG_1455049007776.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt.png\" alt=\"customizable feathered skirt\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/received_10212661803131681.jpeg\" alt=\"Lavish Luxe Gallery 2\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/received_10212661803131681.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_2342.jpg\" alt=\"Lavish Luxe Gallery 3\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_2342.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-76-of-280_1501085438585_1501085681972.jpg\" alt=\"Lavish Luxe\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-76-of-280_1501085438585_1501085681972.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-80-of-280.jpg\" alt=\"Lavish Luxe\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-80-of-280.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.41.37.jpg\" alt=\"Lavish Luxe Gallery 9\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.41.37.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.39.27.jpg\" alt=\"Lavish Luxe Gallery 8\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.39.27.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-26-10.39.33.jpg\" alt=\"Lavish Luxe Gallery 10\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-26-10.39.33.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/Screenshot_2017-09-13-07-52-43-1.png\" alt=\"Screenshot_2017-09-13-07-52-43-1\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/Screenshot_2017-09-13-07-52-43-1.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_0344final.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_0344final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe-background.jpeg\" alt=\"Lavish Luxe Gallery 5\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe-background.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9504final.jpg\" alt=\"Lavish Luxe Gallery 6\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9504final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9444final.jpg\" alt=\"Lavish Luxe Gallery 7\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9444final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-20-08.25.54.jpg\" alt=\"Lavish Luxe Gallery 1\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-20-08.25.54.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe1.jpg\" alt=\"Lavish Luxe Home Page Slider 3\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/FB_IMG_1508911285193-1.jpg\" alt=\"FB_IMG_1508911285193\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/FB_IMG_1508911285193-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/WedPics_1478584463349.jpg\" alt=\"Lavish Luxe\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/WedPics_1478584463349.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-26 16:55:23','2021-02-26 16:55:23','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(542,1,'2021-02-26 16:55:24','2021-02-26 16:55:24','<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>Fashion Gallery</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" alt=\"_MG_7562final\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/cropped-FB_IMG_1455049007776.jpg\" alt=\"cropped-FB_IMG_1455049007776.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/cropped-FB_IMG_1455049007776.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt.png\" alt=\"customizable feathered skirt\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/received_10212661803131681.jpeg\" alt=\"Lavish Luxe Gallery 2\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/received_10212661803131681.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_2342.jpg\" alt=\"Lavish Luxe Gallery 3\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_2342.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-76-of-280_1501085438585_1501085681972.jpg\" alt=\"Lavish Luxe\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-76-of-280_1501085438585_1501085681972.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-80-of-280.jpg\" alt=\"Lavish Luxe\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-80-of-280.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.41.37.jpg\" alt=\"Lavish Luxe Gallery 9\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.41.37.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.39.27.jpg\" alt=\"Lavish Luxe Gallery 8\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.39.27.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-26-10.39.33.jpg\" alt=\"Lavish Luxe Gallery 10\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-26-10.39.33.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/Screenshot_2017-09-13-07-52-43-1.png\" alt=\"Screenshot_2017-09-13-07-52-43-1\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/Screenshot_2017-09-13-07-52-43-1.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_0344final.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_0344final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe-background.jpeg\" alt=\"Lavish Luxe Gallery 5\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe-background.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9504final.jpg\" alt=\"Lavish Luxe Gallery 6\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9504final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9444final.jpg\" alt=\"Lavish Luxe Gallery 7\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9444final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-20-08.25.54.jpg\" alt=\"Lavish Luxe Gallery 1\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-20-08.25.54.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe1.jpg\" alt=\"Lavish Luxe Home Page Slider 3\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/FB_IMG_1508911285193-1.jpg\" alt=\"FB_IMG_1508911285193\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/FB_IMG_1508911285193-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/WedPics_1478584463349.jpg\" alt=\"Lavish Luxe\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/WedPics_1478584463349.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-26 16:55:24','2021-02-26 16:55:24','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(543,1,'2021-02-26 16:57:09','2021-02-26 16:57:09','<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>Fashion Gallery</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" alt=\"_MG_7562final\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/cropped-FB_IMG_1455049007776.jpg\" alt=\"cropped-FB_IMG_1455049007776.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/cropped-FB_IMG_1455049007776.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt.png\" alt=\"customizable feathered skirt\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/received_10212661803131681.jpeg\" alt=\"Lavish Luxe Gallery 2\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/received_10212661803131681.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_2342.jpg\" alt=\"Lavish Luxe Gallery 3\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_2342.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-76-of-280_1501085438585_1501085681972.jpg\" alt=\"Lavish Luxe\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-76-of-280_1501085438585_1501085681972.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-80-of-280.jpg\" alt=\"Lavish Luxe\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-80-of-280.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.41.37.jpg\" alt=\"Lavish Luxe Gallery 9\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.41.37.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.39.27.jpg\" alt=\"Lavish Luxe Gallery 8\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.39.27.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-26-10.39.33.jpg\" alt=\"Lavish Luxe Gallery 10\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-26-10.39.33.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/Screenshot_2017-09-13-07-52-43-1.png\" alt=\"Screenshot_2017-09-13-07-52-43-1\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/Screenshot_2017-09-13-07-52-43-1.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_0344final.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_0344final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe-background.jpeg\" alt=\"Lavish Luxe Gallery 5\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe-background.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9504final.jpg\" alt=\"Lavish Luxe Gallery 6\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9504final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9444final.jpg\" alt=\"Lavish Luxe Gallery 7\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9444final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-20-08.25.54.jpg\" alt=\"Lavish Luxe Gallery 1\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-20-08.25.54.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe1.jpg\" alt=\"Lavish Luxe Home Page Slider 3\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/FB_IMG_1508911285193-1.jpg\" alt=\"FB_IMG_1508911285193\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/FB_IMG_1508911285193-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/WedPics_1478584463349.jpg\" alt=\"Lavish Luxe\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/WedPics_1478584463349.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-26 16:57:09','2021-02-26 16:57:09','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(544,1,'2021-02-26 16:57:09','2021-02-26 16:57:09','<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>Fashion Gallery</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" alt=\"_MG_7562final\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/cropped-FB_IMG_1455049007776.jpg\" alt=\"cropped-FB_IMG_1455049007776.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/cropped-FB_IMG_1455049007776.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt.png\" alt=\"customizable feathered skirt\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/received_10212661803131681.jpeg\" alt=\"Lavish Luxe Gallery 2\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/received_10212661803131681.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_2342.jpg\" alt=\"Lavish Luxe Gallery 3\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_2342.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-76-of-280_1501085438585_1501085681972.jpg\" alt=\"Lavish Luxe\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-76-of-280_1501085438585_1501085681972.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-80-of-280.jpg\" alt=\"Lavish Luxe\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-80-of-280.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.41.37.jpg\" alt=\"Lavish Luxe Gallery 9\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.41.37.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.39.27.jpg\" alt=\"Lavish Luxe Gallery 8\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.39.27.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-26-10.39.33.jpg\" alt=\"Lavish Luxe Gallery 10\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-26-10.39.33.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/Screenshot_2017-09-13-07-52-43-1.png\" alt=\"Screenshot_2017-09-13-07-52-43-1\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/Screenshot_2017-09-13-07-52-43-1.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_0344final.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_0344final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe-background.jpeg\" alt=\"Lavish Luxe Gallery 5\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe-background.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9504final.jpg\" alt=\"Lavish Luxe Gallery 6\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9504final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9444final.jpg\" alt=\"Lavish Luxe Gallery 7\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9444final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-20-08.25.54.jpg\" alt=\"Lavish Luxe Gallery 1\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-20-08.25.54.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe1.jpg\" alt=\"Lavish Luxe Home Page Slider 3\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/FB_IMG_1508911285193-1.jpg\" alt=\"FB_IMG_1508911285193\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/FB_IMG_1508911285193-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/WedPics_1478584463349.jpg\" alt=\"Lavish Luxe\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/WedPics_1478584463349.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-26 16:57:09','2021-02-26 16:57:09','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(545,1,'2021-02-26 16:57:10','2021-02-26 16:57:10','<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>Fashion Gallery</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" alt=\"_MG_7562final\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/cropped-FB_IMG_1455049007776.jpg\" alt=\"cropped-FB_IMG_1455049007776.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/cropped-FB_IMG_1455049007776.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt.png\" alt=\"customizable feathered skirt\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/received_10212661803131681.jpeg\" alt=\"Lavish Luxe Gallery 2\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/received_10212661803131681.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_2342.jpg\" alt=\"Lavish Luxe Gallery 3\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_2342.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-76-of-280_1501085438585_1501085681972.jpg\" alt=\"Lavish Luxe\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-76-of-280_1501085438585_1501085681972.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-80-of-280.jpg\" alt=\"Lavish Luxe\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-80-of-280.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.41.37.jpg\" alt=\"Lavish Luxe Gallery 9\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.41.37.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.39.27.jpg\" alt=\"Lavish Luxe Gallery 8\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.39.27.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-26-10.39.33.jpg\" alt=\"Lavish Luxe Gallery 10\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-26-10.39.33.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/Screenshot_2017-09-13-07-52-43-1.png\" alt=\"Screenshot_2017-09-13-07-52-43-1\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/Screenshot_2017-09-13-07-52-43-1.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_0344final.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_0344final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe-background.jpeg\" alt=\"Lavish Luxe Gallery 5\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe-background.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9504final.jpg\" alt=\"Lavish Luxe Gallery 6\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9504final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9444final.jpg\" alt=\"Lavish Luxe Gallery 7\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9444final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-20-08.25.54.jpg\" alt=\"Lavish Luxe Gallery 1\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-20-08.25.54.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe1.jpg\" alt=\"Lavish Luxe Home Page Slider 3\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/FB_IMG_1508911285193-1.jpg\" alt=\"FB_IMG_1508911285193\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/FB_IMG_1508911285193-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/WedPics_1478584463349.jpg\" alt=\"Lavish Luxe\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/WedPics_1478584463349.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-26 16:57:10','2021-02-26 16:57:10','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(546,1,'2021-02-28 16:43:42','2021-02-28 16:43:42','','DLAC0186','','inherit','closed','closed','','dlac0186','','','2021-02-28 16:43:42','2021-02-28 16:43:42','',0,'https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0186.jpg',0,'attachment','image/jpeg',0),(547,1,'2021-02-28 16:43:59','2021-02-28 16:43:59','','DLAC0362','','inherit','closed','closed','','dlac0362','','','2021-02-28 16:43:59','2021-02-28 16:43:59','',0,'https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0362.jpg',0,'attachment','image/jpeg',0),(548,1,'2021-02-28 16:44:19','2021-02-28 16:44:19','','DLAC0410','','inherit','closed','closed','','dlac0410','','','2021-02-28 16:44:19','2021-02-28 16:44:19','',0,'https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg',0,'attachment','image/jpeg',0),(549,1,'2021-02-28 16:44:39','2021-02-28 16:44:39','','DLAC0461','','inherit','closed','closed','','dlac0461','','','2021-02-28 16:44:39','2021-02-28 16:44:39','',0,'https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg',0,'attachment','image/jpeg',0),(550,1,'2021-02-28 16:44:56','2021-02-28 16:44:56','','DLAC0519','','inherit','closed','closed','','dlac0519','','','2021-02-28 16:44:56','2021-02-28 16:44:56','',0,'https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg',0,'attachment','image/jpeg',0),(551,1,'2021-02-28 16:45:26','2021-02-28 16:45:26','','DLAC0520','','inherit','closed','closed','','dlac0520','','','2021-02-28 16:45:26','2021-02-28 16:45:26','',0,'https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg',0,'attachment','image/jpeg',0),(552,1,'2021-02-28 16:45:45','2021-02-28 16:45:45','','DLAC0589','','inherit','closed','closed','','dlac0589','','','2021-02-28 16:45:45','2021-02-28 16:45:45','',0,'https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg',0,'attachment','image/jpeg',0),(553,1,'2021-02-28 16:46:06','2021-02-28 16:46:06','','DLAC0595','','inherit','closed','closed','','dlac0595','','','2021-02-28 16:46:06','2021-02-28 16:46:06','',0,'https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg',0,'attachment','image/jpeg',0),(554,1,'2021-02-28 16:46:32','2021-02-28 16:46:32','','DLAC0598','','inherit','closed','closed','','dlac0598','','','2021-02-28 16:46:32','2021-02-28 16:46:32','',0,'https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg',0,'attachment','image/jpeg',0),(555,1,'2021-02-28 16:46:55','2021-02-28 16:46:55','','IMG_20201115_191708_199','','inherit','closed','closed','','img_20201115_191708_199','','','2021-02-28 16:46:55','2021-02-28 16:46:55','',0,'https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg',0,'attachment','image/jpeg',0),(556,1,'2021-02-28 16:47:20','2021-02-28 16:47:20','','IMG_20201115_191819_568','','inherit','closed','closed','','img_20201115_191819_568','','','2021-02-28 16:47:20','2021-02-28 16:47:20','',0,'https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg',0,'attachment','image/jpeg',0),(557,1,'2021-02-28 16:47:48','2021-02-28 16:47:48','','TMP_8505','','inherit','closed','closed','','tmp_8505','','','2021-02-28 16:47:48','2021-02-28 16:47:48','',0,'https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg',0,'attachment','image/jpeg',0),(558,1,'2021-02-28 16:48:16','2021-02-28 16:48:16','','TMP_8512','','inherit','closed','closed','','tmp_8512','','','2021-02-28 16:48:16','2021-02-28 16:48:16','',0,'https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg',0,'attachment','image/jpeg',0),(559,1,'2021-02-28 16:48:35','2021-02-28 16:48:35','','TMP_8596','','inherit','closed','closed','','tmp_8596','','','2021-02-28 16:48:35','2021-02-28 16:48:35','',0,'https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg',0,'attachment','image/jpeg',0),(561,1,'2021-02-28 16:48:55','2021-02-28 16:48:55','','TMP_8928','','inherit','closed','closed','','tmp_8928','','','2021-02-28 16:48:55','2021-02-28 16:48:55','',0,'https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg',0,'attachment','image/jpeg',0),(566,1,'2021-02-28 20:50:35','2021-02-28 20:50:35','','lavish_luxe_logo_white','','inherit','closed','closed','','lavish_luxe_logo_white','','','2021-02-28 20:50:35','2021-02-28 20:50:35','',497,'https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg',0,'attachment','image/jpeg',0),(567,1,'2021-02-28 20:51:15','2021-02-28 20:51:15','','lavish_luxe_logo_purple','','inherit','closed','closed','','lavish_luxe_logo_purple','','','2021-02-28 20:51:15','2021-02-28 20:51:15','',497,'https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_purple.jpg',0,'attachment','image/jpeg',0),(568,1,'2021-02-28 20:51:21','2021-02-28 20:51:21','','lavish_luxe_logo_black','','inherit','closed','closed','','lavish_luxe_logo_black','','','2021-02-28 20:51:21','2021-02-28 20:51:21','',497,'https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg',0,'attachment','image/jpeg',0),(562,1,'2021-02-28 16:49:18','2021-02-28 16:49:18','','VID_40920511_004806_975','','inherit','closed','closed','','vid_40920511_004806_975','','','2021-02-28 16:49:18','2021-02-28 16:49:18','',0,'https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4',0,'attachment','video/mp4',0);
INSERT INTO `wp_posts` VALUES (563,1,'2021-02-28 20:47:49','2021-02-28 20:47:49','<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>Fashion Gallery</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" alt=\"_MG_7562final\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/cropped-FB_IMG_1455049007776.jpg\" alt=\"cropped-FB_IMG_1455049007776.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/cropped-FB_IMG_1455049007776.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt.png\" alt=\"customizable feathered skirt\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/received_10212661803131681.jpeg\" alt=\"Lavish Luxe Gallery 2\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/received_10212661803131681.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_2342.jpg\" alt=\"Lavish Luxe Gallery 3\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_2342.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-76-of-280_1501085438585_1501085681972.jpg\" alt=\"Lavish Luxe\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-76-of-280_1501085438585_1501085681972.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-80-of-280.jpg\" alt=\"Lavish Luxe\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-80-of-280.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.41.37.jpg\" alt=\"Lavish Luxe Gallery 9\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.41.37.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.39.27.jpg\" alt=\"Lavish Luxe Gallery 8\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.39.27.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-26-10.39.33.jpg\" alt=\"Lavish Luxe Gallery 10\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-26-10.39.33.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/Screenshot_2017-09-13-07-52-43-1.png\" alt=\"Screenshot_2017-09-13-07-52-43-1\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/Screenshot_2017-09-13-07-52-43-1.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_0344final.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_0344final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe-background.jpeg\" alt=\"Lavish Luxe Gallery 5\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe-background.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9504final.jpg\" alt=\"Lavish Luxe Gallery 6\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9504final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9444final.jpg\" alt=\"Lavish Luxe Gallery 7\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9444final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-20-08.25.54.jpg\" alt=\"Lavish Luxe Gallery 1\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-20-08.25.54.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe1.jpg\" alt=\"Lavish Luxe Home Page Slider 3\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/FB_IMG_1508911285193-1.jpg\" alt=\"FB_IMG_1508911285193\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/FB_IMG_1508911285193-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/WedPics_1478584463349.jpg\" alt=\"Lavish Luxe\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/WedPics_1478584463349.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-28 20:47:49','2021-02-28 20:47:49','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(564,1,'2021-02-28 20:47:50','2021-02-28 20:47:50','<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>Fashion Gallery</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911121649.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_7519final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/composite1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5415-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911452285.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_5463-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/FB_IMG_1508911290282.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" alt=\"_MG_7562final\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/MG_7562final-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_6375.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/cropped-FB_IMG_1455049007776.jpg\" alt=\"cropped-FB_IMG_1455049007776.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/cropped-FB_IMG_1455049007776.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt.png\" alt=\"customizable feathered skirt\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/received_10212661803131681.jpeg\" alt=\"Lavish Luxe Gallery 2\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/received_10212661803131681.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_2342.jpg\" alt=\"Lavish Luxe Gallery 3\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/DLA_2342.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-76-of-280_1501085438585_1501085681972.jpg\" alt=\"Lavish Luxe\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-76-of-280_1501085438585_1501085681972.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-80-of-280.jpg\" alt=\"Lavish Luxe\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/untitled-80-of-280.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.41.37.jpg\" alt=\"Lavish Luxe Gallery 9\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.41.37.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.39.27.jpg\" alt=\"Lavish Luxe Gallery 8\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-29-01.39.27.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-26-10.39.33.jpg\" alt=\"Lavish Luxe Gallery 10\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-26-10.39.33.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/Screenshot_2017-09-13-07-52-43-1.png\" alt=\"Screenshot_2017-09-13-07-52-43-1\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/Screenshot_2017-09-13-07-52-43-1.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_0344final.jpg\" alt=\"Lavish Luxe by Lenee\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_0344final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe-background.jpeg\" alt=\"Lavish Luxe Gallery 5\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe-background.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9504final.jpg\" alt=\"Lavish Luxe Gallery 6\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9504final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9444final.jpg\" alt=\"Lavish Luxe Gallery 7\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/MG_9444final.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-20-08.25.54.jpg\" alt=\"Lavish Luxe Gallery 1\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/10/PicsArt_09-20-08.25.54.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe1.jpg\" alt=\"Lavish Luxe Home Page Slider 3\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/09/lavish-luxe1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/FB_IMG_1508911285193-1.jpg\" alt=\"FB_IMG_1508911285193\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/FB_IMG_1508911285193-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/WedPics_1478584463349.jpg\" alt=\"Lavish Luxe\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2017/11/WedPics_1478584463349.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1f05859\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-28 20:47:50','2021-02-28 20:47:50','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(573,1,'2021-02-28 20:53:49','2021-02-28 20:53:49','<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-28 20:53:49','2021-02-28 20:53:49','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(570,1,'2021-02-28 20:52:57','2021-02-28 20:52:57','','VID_41110616_070818_774','','inherit','closed','closed','','vid_41110616_070818_774','','','2021-02-28 20:52:57','2021-02-28 20:52:57','',497,'https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4',0,'attachment','video/mp4',0),(571,1,'2021-02-28 20:53:49','2021-02-28 20:53:49','<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>Fashion Gallery</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-28 20:53:49','2021-02-28 20:53:49','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(572,1,'2021-02-28 20:53:49','2021-02-28 20:53:49','<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>Fashion Gallery</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-28 20:53:49','2021-02-28 20:53:49','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(578,1,'2021-02-28 21:19:37','2021-02-28 21:19:37','<img width=\"500\" height=\"500\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed.png\" alt=\"\" loading=\"lazy\" srcset=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed.png 500w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-300x300.png 300w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-150x150.png 150w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />											\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-28 21:19:37','2021-02-28 21:19:37','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(575,1,'2021-02-28 21:02:16','2021-02-28 21:02:16','','lavish_luxe_logo_white-background-removed','','inherit','closed','closed','','lavish_luxe_logo_white-background-removed','','','2021-02-28 21:02:16','2021-02-28 21:02:16','',497,'https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed.png',0,'attachment','image/png',0),(576,1,'2021-02-28 21:19:36','2021-02-28 21:19:36','<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-28 21:19:36','2021-02-28 21:19:36','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(577,1,'2021-02-28 21:19:36','2021-02-28 21:19:36','<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-28 21:19:36','2021-02-28 21:19:36','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(579,1,'2021-02-28 21:25:11','2021-02-28 21:25:11','','lavish_luxe_logo_white-background-removed-nobanner','','inherit','closed','closed','','lavish_luxe_logo_white-background-removed-nobanner','','','2021-02-28 21:25:11','2021-02-28 21:25:11','',497,'https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png',0,'attachment','image/png',0),(583,1,'2021-02-28 21:30:10','2021-02-28 21:30:10','<img width=\"500\" height=\"500\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png\" alt=\"\" loading=\"lazy\" srcset=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png 500w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-300x300.png 300w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-150x150.png 150w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />											\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-28 21:30:10','2021-02-28 21:30:10','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(581,1,'2021-02-28 21:30:08','2021-02-28 21:30:08','<img width=\"500\" height=\"500\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed.png\" alt=\"\" loading=\"lazy\" srcset=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed.png 500w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-300x300.png 300w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-150x150.png 150w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />											\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-28 21:30:08','2021-02-28 21:30:08','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(582,1,'2021-02-28 21:30:09','2021-02-28 21:30:09','<img width=\"500\" height=\"500\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed.png\" alt=\"\" loading=\"lazy\" srcset=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed.png 500w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-300x300.png 300w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-150x150.png 150w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />											\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-28 21:30:09','2021-02-28 21:30:09','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(585,1,'2021-02-28 22:20:16','2021-02-28 22:20:16','<img width=\"500\" height=\"500\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png\" alt=\"\" loading=\"lazy\" srcset=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png 500w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-300x300.png 300w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-150x150.png 150w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />											\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-28 22:20:16','2021-02-28 22:20:16','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(737,1,'2021-04-04 22:04:35','2021-04-04 22:04:35','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n                <h2>Our Services</h2>\n			        <p>\"How can I help you?\"</p>\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simply stylish\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-04-04 22:04:35','2021-04-04 22:04:35','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(586,1,'2021-02-28 22:20:21','2021-02-28 22:20:21','<img width=\"500\" height=\"500\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png\" alt=\"\" loading=\"lazy\" srcset=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png 500w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-300x300.png 300w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-150x150.png 150w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />											\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/lioness-set/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/web3-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Lioness Set </h2>\n                        &#036;55.00\n        </a>\n        <a href=\"?add-to-cart=397\" data-quantity=\"1\" data-product_id=\"397\" data-product_sku=\"\" aria-label=\"Add &ldquo;Lioness Set&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/lavishly-marbled/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/web4-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Lavishly Marbled </h2>\n                        &#036;45.00\n        </a>\n        <a href=\"?add-to-cart=394\" data-quantity=\"1\" data-product_id=\"394\" data-product_sku=\"\" aria-label=\"Add &ldquo;Lavishly Marbled&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/lady-luxe/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/brown-bag-300x300.jpg\" alt=\"clucth, handbag, Faux aligator lrather\" loading=\"eager\" />            <h2> Lady Luxe&#039; </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=391\" data-quantity=\"1\" data-product_id=\"391\" data-product_sku=\"\" aria-label=\"Add &ldquo;Lady Luxe&#039;&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/embellished-bag/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/army-bag-300x300.jpg\" alt=\"handbag, black, box\" loading=\"eager\" />            <h2> Salute </h2>\n                        &#036;45.00\n        </a>\n        <a href=\"?add-to-cart=390\" data-quantity=\"1\" data-product_id=\"390\" data-product_sku=\"\" aria-label=\"Add &ldquo;Salute&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-28 22:20:21','2021-02-28 22:20:21','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(587,1,'2021-02-28 22:31:05','2021-02-28 22:31:05','<img width=\"500\" height=\"500\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png\" alt=\"\" loading=\"lazy\" srcset=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png 500w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-300x300.png 300w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-150x150.png 150w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />											\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/lioness-set/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/web3-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Lioness Set </h2>\n                        &#036;55.00\n        </a>\n        <a href=\"?add-to-cart=397\" data-quantity=\"1\" data-product_id=\"397\" data-product_sku=\"\" aria-label=\"Add &ldquo;Lioness Set&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/lavishly-marbled/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/web4-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Lavishly Marbled </h2>\n                        &#036;45.00\n        </a>\n        <a href=\"?add-to-cart=394\" data-quantity=\"1\" data-product_id=\"394\" data-product_sku=\"\" aria-label=\"Add &ldquo;Lavishly Marbled&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/lady-luxe/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/brown-bag-300x300.jpg\" alt=\"clucth, handbag, Faux aligator lrather\" loading=\"eager\" />            <h2> Lady Luxe&#039; </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=391\" data-quantity=\"1\" data-product_id=\"391\" data-product_sku=\"\" aria-label=\"Add &ldquo;Lady Luxe&#039;&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/embellished-bag/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/army-bag-300x300.jpg\" alt=\"handbag, black, box\" loading=\"eager\" />            <h2> Salute </h2>\n                        &#036;45.00\n        </a>\n        <a href=\"?add-to-cart=390\" data-quantity=\"1\" data-product_id=\"390\" data-product_sku=\"\" aria-label=\"Add &ldquo;Salute&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-28 22:31:05','2021-02-28 22:31:05','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(588,1,'2021-02-28 22:31:07','2021-02-28 22:31:07','<img width=\"500\" height=\"500\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png\" alt=\"\" loading=\"lazy\" srcset=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png 500w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-300x300.png 300w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-150x150.png 150w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />											\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-rel=\"prettyPhoto[premium-grid-e46d5d6]\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/lioness-set/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/web3-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Lioness Set </h2>\n                        &#036;55.00\n        </a>\n        <a href=\"?add-to-cart=397\" data-quantity=\"1\" data-product_id=\"397\" data-product_sku=\"\" aria-label=\"Add &ldquo;Lioness Set&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/lavishly-marbled/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/web4-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Lavishly Marbled </h2>\n                        &#036;45.00\n        </a>\n        <a href=\"?add-to-cart=394\" data-quantity=\"1\" data-product_id=\"394\" data-product_sku=\"\" aria-label=\"Add &ldquo;Lavishly Marbled&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/lady-luxe/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/brown-bag-300x300.jpg\" alt=\"clucth, handbag, Faux aligator lrather\" loading=\"eager\" />            <h2> Lady Luxe&#039; </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=391\" data-quantity=\"1\" data-product_id=\"391\" data-product_sku=\"\" aria-label=\"Add &ldquo;Lady Luxe&#039;&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/embellished-bag/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/army-bag-300x300.jpg\" alt=\"handbag, black, box\" loading=\"eager\" />            <h2> Salute </h2>\n                        &#036;45.00\n        </a>\n        <a href=\"?add-to-cart=390\" data-quantity=\"1\" data-product_id=\"390\" data-product_sku=\"\" aria-label=\"Add &ldquo;Salute&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-28 22:31:07','2021-02-28 22:31:07','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(595,1,'2021-02-28 22:40:04','2021-02-28 22:40:04','<img width=\"500\" height=\"500\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png\" alt=\"\" loading=\"lazy\" srcset=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png 500w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-300x300.png 300w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-150x150.png 150w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />											\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-28 22:40:04','2021-02-28 22:40:04','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(589,1,'2021-02-28 22:31:12','2021-02-28 22:31:12','<img width=\"500\" height=\"500\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png\" alt=\"\" loading=\"lazy\" srcset=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png 500w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-300x300.png 300w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-150x150.png 150w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />											\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/lioness-set/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/web3-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Lioness Set </h2>\n                        &#036;55.00\n        </a>\n        <a href=\"?add-to-cart=397\" data-quantity=\"1\" data-product_id=\"397\" data-product_sku=\"\" aria-label=\"Add &ldquo;Lioness Set&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/lavishly-marbled/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/web4-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Lavishly Marbled </h2>\n                        &#036;45.00\n        </a>\n        <a href=\"?add-to-cart=394\" data-quantity=\"1\" data-product_id=\"394\" data-product_sku=\"\" aria-label=\"Add &ldquo;Lavishly Marbled&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/lady-luxe/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/brown-bag-300x300.jpg\" alt=\"clucth, handbag, Faux aligator lrather\" loading=\"eager\" />            <h2> Lady Luxe&#039; </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=391\" data-quantity=\"1\" data-product_id=\"391\" data-product_sku=\"\" aria-label=\"Add &ldquo;Lady Luxe&#039;&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/embellished-bag/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/army-bag-300x300.jpg\" alt=\"handbag, black, box\" loading=\"eager\" />            <h2> Salute </h2>\n                        &#036;45.00\n        </a>\n        <a href=\"?add-to-cart=390\" data-quantity=\"1\" data-product_id=\"390\" data-product_sku=\"\" aria-label=\"Add &ldquo;Salute&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-28 22:31:12','2021-02-28 22:31:12','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(590,1,'2021-02-28 22:32:40','2021-02-28 22:32:40','<img width=\"500\" height=\"500\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png\" alt=\"\" loading=\"lazy\" srcset=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png 500w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-300x300.png 300w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-150x150.png 150w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />											\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/lioness-set/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/web3-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Lioness Set </h2>\n                        &#036;55.00\n        </a>\n        <a href=\"?add-to-cart=397\" data-quantity=\"1\" data-product_id=\"397\" data-product_sku=\"\" aria-label=\"Add &ldquo;Lioness Set&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/lavishly-marbled/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/web4-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Lavishly Marbled </h2>\n                        &#036;45.00\n        </a>\n        <a href=\"?add-to-cart=394\" data-quantity=\"1\" data-product_id=\"394\" data-product_sku=\"\" aria-label=\"Add &ldquo;Lavishly Marbled&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/lady-luxe/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/brown-bag-300x300.jpg\" alt=\"clucth, handbag, Faux aligator lrather\" loading=\"eager\" />            <h2> Lady Luxe&#039; </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=391\" data-quantity=\"1\" data-product_id=\"391\" data-product_sku=\"\" aria-label=\"Add &ldquo;Lady Luxe&#039;&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/embellished-bag/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/army-bag-300x300.jpg\" alt=\"handbag, black, box\" loading=\"eager\" />            <h2> Salute </h2>\n                        &#036;45.00\n        </a>\n        <a href=\"?add-to-cart=390\" data-quantity=\"1\" data-product_id=\"390\" data-product_sku=\"\" aria-label=\"Add &ldquo;Salute&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-28 22:32:40','2021-02-28 22:32:40','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(591,1,'2021-02-28 22:32:43','2021-02-28 22:32:43','<img width=\"500\" height=\"500\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png\" alt=\"\" loading=\"lazy\" srcset=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png 500w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-300x300.png 300w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-150x150.png 150w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />											\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/lioness-set/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/web3-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Lioness Set </h2>\n                        &#036;55.00\n        </a>\n        <a href=\"?add-to-cart=397\" data-quantity=\"1\" data-product_id=\"397\" data-product_sku=\"\" aria-label=\"Add &ldquo;Lioness Set&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/lavishly-marbled/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/web4-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Lavishly Marbled </h2>\n                        &#036;45.00\n        </a>\n        <a href=\"?add-to-cart=394\" data-quantity=\"1\" data-product_id=\"394\" data-product_sku=\"\" aria-label=\"Add &ldquo;Lavishly Marbled&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/lady-luxe/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/brown-bag-300x300.jpg\" alt=\"clucth, handbag, Faux aligator lrather\" loading=\"eager\" />            <h2> Lady Luxe&#039; </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=391\" data-quantity=\"1\" data-product_id=\"391\" data-product_sku=\"\" aria-label=\"Add &ldquo;Lady Luxe&#039;&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/embellished-bag/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/army-bag-300x300.jpg\" alt=\"handbag, black, box\" loading=\"eager\" />            <h2> Salute </h2>\n                        &#036;45.00\n        </a>\n        <a href=\"?add-to-cart=390\" data-quantity=\"1\" data-product_id=\"390\" data-product_sku=\"\" aria-label=\"Add &ldquo;Salute&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-28 22:32:43','2021-02-28 22:32:43','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(592,1,'2021-02-28 22:32:46','2021-02-28 22:32:46','<img width=\"500\" height=\"500\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png\" alt=\"\" loading=\"lazy\" srcset=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png 500w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-300x300.png 300w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-150x150.png 150w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />											\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/lioness-set/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/web3-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Lioness Set </h2>\n                        &#036;55.00\n        </a>\n        <a href=\"?add-to-cart=397\" data-quantity=\"1\" data-product_id=\"397\" data-product_sku=\"\" aria-label=\"Add &ldquo;Lioness Set&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/lavishly-marbled/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/web4-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Lavishly Marbled </h2>\n                        &#036;45.00\n        </a>\n        <a href=\"?add-to-cart=394\" data-quantity=\"1\" data-product_id=\"394\" data-product_sku=\"\" aria-label=\"Add &ldquo;Lavishly Marbled&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/lady-luxe/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/brown-bag-300x300.jpg\" alt=\"clucth, handbag, Faux aligator lrather\" loading=\"eager\" />            <h2> Lady Luxe&#039; </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=391\" data-quantity=\"1\" data-product_id=\"391\" data-product_sku=\"\" aria-label=\"Add &ldquo;Lady Luxe&#039;&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/embellished-bag/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/army-bag-300x300.jpg\" alt=\"handbag, black, box\" loading=\"eager\" />            <h2> Salute </h2>\n                        &#036;45.00\n        </a>\n        <a href=\"?add-to-cart=390\" data-quantity=\"1\" data-product_id=\"390\" data-product_sku=\"\" aria-label=\"Add &ldquo;Salute&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-28 22:32:46','2021-02-28 22:32:46','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(593,1,'2021-02-28 22:39:57','2021-02-28 22:39:57','<img width=\"500\" height=\"500\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png\" alt=\"\" loading=\"lazy\" srcset=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png 500w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-300x300.png 300w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-150x150.png 150w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />											\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/lioness-set/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/web3-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Lioness Set </h2>\n                        &#036;55.00\n        </a>\n        <a href=\"?add-to-cart=397\" data-quantity=\"1\" data-product_id=\"397\" data-product_sku=\"\" aria-label=\"Add &ldquo;Lioness Set&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/lavishly-marbled/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/web4-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Lavishly Marbled </h2>\n                        &#036;45.00\n        </a>\n        <a href=\"?add-to-cart=394\" data-quantity=\"1\" data-product_id=\"394\" data-product_sku=\"\" aria-label=\"Add &ldquo;Lavishly Marbled&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/lady-luxe/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/brown-bag-300x300.jpg\" alt=\"clucth, handbag, Faux aligator lrather\" loading=\"eager\" />            <h2> Lady Luxe&#039; </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=391\" data-quantity=\"1\" data-product_id=\"391\" data-product_sku=\"\" aria-label=\"Add &ldquo;Lady Luxe&#039;&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/embellished-bag/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/army-bag-300x300.jpg\" alt=\"handbag, black, box\" loading=\"eager\" />            <h2> Salute </h2>\n                        &#036;45.00\n        </a>\n        <a href=\"?add-to-cart=390\" data-quantity=\"1\" data-product_id=\"390\" data-product_sku=\"\" aria-label=\"Add &ldquo;Salute&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-28 22:39:57','2021-02-28 22:39:57','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(594,1,'2021-02-28 22:39:59','2021-02-28 22:39:59','<img width=\"500\" height=\"500\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png\" alt=\"\" loading=\"lazy\" srcset=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png 500w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-300x300.png 300w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-150x150.png 150w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />											\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/lioness-set/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/web3-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Lioness Set </h2>\n                        &#036;55.00\n        </a>\n        <a href=\"?add-to-cart=397\" data-quantity=\"1\" data-product_id=\"397\" data-product_sku=\"\" aria-label=\"Add &ldquo;Lioness Set&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/lavishly-marbled/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/web4-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Lavishly Marbled </h2>\n                        &#036;45.00\n        </a>\n        <a href=\"?add-to-cart=394\" data-quantity=\"1\" data-product_id=\"394\" data-product_sku=\"\" aria-label=\"Add &ldquo;Lavishly Marbled&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/lady-luxe/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/brown-bag-300x300.jpg\" alt=\"clucth, handbag, Faux aligator lrather\" loading=\"eager\" />            <h2> Lady Luxe&#039; </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=391\" data-quantity=\"1\" data-product_id=\"391\" data-product_sku=\"\" aria-label=\"Add &ldquo;Lady Luxe&#039;&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/embellished-bag/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/army-bag-300x300.jpg\" alt=\"handbag, black, box\" loading=\"eager\" />            <h2> Salute </h2>\n                        &#036;45.00\n        </a>\n        <a href=\"?add-to-cart=390\" data-quantity=\"1\" data-product_id=\"390\" data-product_sku=\"\" aria-label=\"Add &ldquo;Salute&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-28 22:39:59','2021-02-28 22:39:59','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(623,1,'2021-02-28 23:38:45','2021-02-28 23:38:45','<img width=\"500\" height=\"500\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png\" alt=\"\" loading=\"lazy\" srcset=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png 500w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-300x300.png 300w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-150x150.png 150w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />											\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-28 23:38:45','2021-02-28 23:38:45','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(599,1,'2021-02-28 22:44:08','2021-02-28 22:44:08','<img width=\"500\" height=\"500\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png\" alt=\"\" loading=\"lazy\" srcset=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png 500w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-300x300.png 300w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-150x150.png 150w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />											\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-28 22:44:08','2021-02-28 22:44:08','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(597,1,'2021-02-28 22:44:07','2021-02-28 22:44:07','<img width=\"500\" height=\"500\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png\" alt=\"\" loading=\"lazy\" srcset=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png 500w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-300x300.png 300w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-150x150.png 150w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />											\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-28 22:44:07','2021-02-28 22:44:07','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(598,1,'2021-02-28 22:44:08','2021-02-28 22:44:08','<img width=\"500\" height=\"500\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png\" alt=\"\" loading=\"lazy\" srcset=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png 500w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-300x300.png 300w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-150x150.png 150w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />											\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-28 22:44:08','2021-02-28 22:44:08','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(600,1,'2021-02-28 22:49:34','2021-02-28 22:49:34','<a href=\"https://www.instagram.com/model_luxe_stylist/\" target=\"_blank\" rel=\"noopener\">\n						</a>\n		<p>Copyright © 2021 Lavish Luxe By Lenee | Website built by <a href=\"https://esselwebdesign.com\" target=\"_blank\" rel=\"noopener\">Essel Web Design</a></p>','Lavish Luxe Footer','','publish','closed','closed','','lavish-luxe-footer','','','2021-05-03 00:28:23','2021-05-03 00:28:23','',0,'https://lavishluxebylenee.com/?post_type=elementor-hf&#038;p=600',0,'elementor-hf','',0),(601,1,'2021-02-28 22:49:34','2021-02-28 22:49:34','','Lavish Luxe Footer','','inherit','closed','closed','','600-revision-v1','','','2021-02-28 22:49:34','2021-02-28 22:49:34','',600,'https://lavishluxebylenee.com/600-revision-v1/',0,'revision','',0),(605,1,'2021-02-28 23:06:32','2021-02-28 23:06:32','<p>Copyright © 2021 Lavish Luxe By Lenee | Website built by <a href=\"https://esselwebdesign.com\" target=\"_blank\" rel=\"noopener\">Essel Web Design</a></p>','Lavish Luxe Footer','','inherit','closed','closed','','600-revision-v1','','','2021-02-28 23:06:32','2021-02-28 23:06:32','',600,'https://lavishluxebylenee.com/600-revision-v1/',0,'revision','',0),(603,1,'2021-02-28 23:06:30','2021-02-28 23:06:30','','Lavish Luxe Footer','','inherit','closed','closed','','600-revision-v1','','','2021-02-28 23:06:30','2021-02-28 23:06:30','',600,'https://lavishluxebylenee.com/600-revision-v1/',0,'revision','',0),(604,1,'2021-02-28 23:06:32','2021-02-28 23:06:32','','Lavish Luxe Footer','','inherit','closed','closed','','600-revision-v1','','','2021-02-28 23:06:32','2021-02-28 23:06:32','',600,'https://lavishluxebylenee.com/600-revision-v1/',0,'revision','',0),(609,1,'2021-02-28 23:08:43','2021-02-28 23:08:43','<p>Copyright © 2021 Lavish Luxe By Lenee | Website built by <a href=\"https://esselwebdesign.com\" target=\"_blank\" rel=\"noopener\">Essel Web Design</a></p>','Lavish Luxe Footer','','inherit','closed','closed','','600-revision-v1','','','2021-02-28 23:08:43','2021-02-28 23:08:43','',600,'https://lavishluxebylenee.com/600-revision-v1/',0,'revision','',0),(607,1,'2021-02-28 23:08:42','2021-02-28 23:08:42','<p>Copyright © 2021 Lavish Luxe By Lenee | Website built by <a href=\"https://esselwebdesign.com\" target=\"_blank\" rel=\"noopener\">Essel Web Design</a></p>','Lavish Luxe Footer','','inherit','closed','closed','','600-revision-v1','','','2021-02-28 23:08:42','2021-02-28 23:08:42','',600,'https://lavishluxebylenee.com/600-revision-v1/',0,'revision','',0),(608,1,'2021-02-28 23:08:43','2021-02-28 23:08:43','<p>Copyright © 2021 Lavish Luxe By Lenee | Website built by <a href=\"https://esselwebdesign.com\" target=\"_blank\" rel=\"noopener\">Essel Web Design</a></p>','Lavish Luxe Footer','','inherit','closed','closed','','600-revision-v1','','','2021-02-28 23:08:43','2021-02-28 23:08:43','',600,'https://lavishluxebylenee.com/600-revision-v1/',0,'revision','',0),(610,1,'2021-02-28 23:13:32','2021-02-28 23:13:32','<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-842c9f6\"><li id=\"menu-item-8\"><a href=\"http://lavishluxebylenee.com/\" class = \"hfe-menu-item\">HOME</a></li>\n<li id=\"menu-item-618\"><a href=\"#about\" class = \"hfe-menu-item\">ABOUT</a></li>\n<li id=\"menu-item-619\"><a href=\"#services\" class = \"hfe-menu-item\">SERVICES</a></li>\n<li id=\"menu-item-622\"><a href=\"#behind-the-luxe\" class = \"hfe-menu-item\">BEHIND THE LUXE</a></li>\n<li id=\"menu-item-47\"><a href=\"https://lavishluxebylenee.com/reviews/\" class = \"hfe-menu-item\">REVIEWS</a></li>\n<li id=\"menu-item-620\"><a href=\"#shop\" class = \"hfe-menu-item\">SHOP</a></li>\n<li id=\"menu-item-194\"><a target=\"_blank\"rel=\"noopener\" href=\"https://lavishluxebylenee.wordpress.com/\" class = \"hfe-menu-item\">BLOG</a></li>\n<li id=\"menu-item-621\"><a href=\"#contact\" class = \"hfe-menu-item\">CONTACT</a></li>\n</ul></nav>              \n						<a id=\"hfe-menu-cart__toggle_button\" href=\"https://lavishluxebylenee.com/cart/\">\n									<bdi>&#36;0.00</bdi>								\n									Cart								\n						</a>','Lavish Luxe Header','','publish','closed','closed','','lavish-luxe-header','','','2021-03-01 01:01:22','2021-03-01 01:01:22','',0,'https://lavishluxebylenee.com/?post_type=elementor-hf&#038;p=610',0,'elementor-hf','',0),(611,1,'2021-02-28 23:13:32','2021-02-28 23:13:32','','Lavish Luxe Header','','inherit','closed','closed','','610-revision-v1','','','2021-02-28 23:13:32','2021-02-28 23:13:32','',610,'https://lavishluxebylenee.com/610-revision-v1/',0,'revision','',0),(612,1,'2021-02-28 23:22:28','2021-02-28 23:22:28','','Lavish Luxe Header','','inherit','closed','closed','','610-revision-v1','','','2021-02-28 23:22:28','2021-02-28 23:22:28','',610,'https://lavishluxebylenee.com/610-revision-v1/',0,'revision','',0),(613,1,'2021-02-28 23:22:31','2021-02-28 23:22:31','','Lavish Luxe Header','','inherit','closed','closed','','610-revision-v1','','','2021-02-28 23:22:31','2021-02-28 23:22:31','',610,'https://lavishluxebylenee.com/610-revision-v1/',0,'revision','',0),(638,1,'2021-03-01 01:01:22','2021-03-01 01:01:22','<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-842c9f6\"><li id=\"menu-item-8\"><a href=\"http://lavishluxebylenee.com/\" class = \"hfe-menu-item\">HOME</a></li>\n<li id=\"menu-item-618\"><a href=\"#about\" class = \"hfe-menu-item\">ABOUT</a></li>\n<li id=\"menu-item-619\"><a href=\"#services\" class = \"hfe-menu-item\">SERVICES</a></li>\n<li id=\"menu-item-622\"><a href=\"#behind-the-luxe\" class = \"hfe-menu-item\">BEHIND THE LUXE</a></li>\n<li id=\"menu-item-47\"><a href=\"https://lavishluxebylenee.com/reviews/\" class = \"hfe-menu-item\">REVIEWS</a></li>\n<li id=\"menu-item-620\"><a href=\"#shop\" class = \"hfe-menu-item\">SHOP</a></li>\n<li id=\"menu-item-194\"><a target=\"_blank\"rel=\"noopener\" href=\"https://lavishluxebylenee.wordpress.com/\" class = \"hfe-menu-item\">BLOG</a></li>\n<li id=\"menu-item-621\"><a href=\"#contact\" class = \"hfe-menu-item\">CONTACT</a></li>\n</ul></nav>              \n						<a id=\"hfe-menu-cart__toggle_button\" href=\"https://lavishluxebylenee.com/cart/\">\n									<bdi>&#36;0.00</bdi>								\n									Cart								\n						</a>','Lavish Luxe Header','','inherit','closed','closed','','610-revision-v1','','','2021-03-01 01:01:22','2021-03-01 01:01:22','',610,'https://lavishluxebylenee.com/610-revision-v1/',0,'revision','',0),(614,1,'2021-02-28 23:22:34','2021-02-28 23:22:34','<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-842c9f6\"><li id=\"menu-item-8\"><a href=\"http://lavishluxebylenee.com/\" class = \"hfe-menu-item\">HOME</a></li>\n<li id=\"menu-item-12\"><a href=\"https://lavishluxebylenee.com/about/\" class = \"hfe-menu-item\">ABOUT</a></li>\n<li id=\"menu-item-152\"><a href=\"https://lavishluxebylenee.com/services/\" class = \"hfe-menu-item\">SERVICES</a></li>\n<li id=\"menu-item-206\"><a href=\"https://lavishluxebylenee.com/gallery/\" class = \"hfe-menu-item\">GALLERY</a></li>\n<li id=\"menu-item-47\"><a href=\"https://lavishluxebylenee.com/reviews/\" class = \"hfe-menu-item\">REVIEWS</a></li>\n<li id=\"menu-item-372\"><a href=\"https://lavishluxebylenee.com/lavishattire/\" class = \"hfe-menu-item\">SHOP</a></li>\n<li id=\"menu-item-194\"><a target=\"_blank\"rel=\"noopener\" href=\"https://lavishluxebylenee.wordpress.com/\" class = \"hfe-menu-item\">BLOG</a></li>\n<li id=\"menu-item-113\"><a href=\"https://lavishluxebylenee.com/contact-us/\" class = \"hfe-menu-item\">CONTACT</a></li>\n</ul></nav>              \n						<a id=\"hfe-menu-cart__toggle_button\" href=\"https://lavishluxebylenee.com/cart/\">\n									<bdi>&#36;55.00</bdi>								\n									Cart								\n						</a>','Lavish Luxe Header','','inherit','closed','closed','','610-revision-v1','','','2021-02-28 23:22:34','2021-02-28 23:22:34','',610,'https://lavishluxebylenee.com/610-revision-v1/',0,'revision','',0),(615,1,'2021-02-28 23:27:01','2021-02-28 23:27:01','<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-842c9f6\"><li id=\"menu-item-8\"><a href=\"http://lavishluxebylenee.com/\" class = \"hfe-menu-item\">HOME</a></li>\n<li id=\"menu-item-12\"><a href=\"https://lavishluxebylenee.com/about/\" class = \"hfe-menu-item\">ABOUT</a></li>\n<li id=\"menu-item-152\"><a href=\"https://lavishluxebylenee.com/services/\" class = \"hfe-menu-item\">SERVICES</a></li>\n<li id=\"menu-item-206\"><a href=\"https://lavishluxebylenee.com/gallery/\" class = \"hfe-menu-item\">GALLERY</a></li>\n<li id=\"menu-item-47\"><a href=\"https://lavishluxebylenee.com/reviews/\" class = \"hfe-menu-item\">REVIEWS</a></li>\n<li id=\"menu-item-372\"><a href=\"https://lavishluxebylenee.com/lavishattire/\" class = \"hfe-menu-item\">SHOP</a></li>\n<li id=\"menu-item-194\"><a target=\"_blank\"rel=\"noopener\" href=\"https://lavishluxebylenee.wordpress.com/\" class = \"hfe-menu-item\">BLOG</a></li>\n<li id=\"menu-item-113\"><a href=\"https://lavishluxebylenee.com/contact-us/\" class = \"hfe-menu-item\">CONTACT</a></li>\n</ul></nav>              \n						<a id=\"hfe-menu-cart__toggle_button\" href=\"https://lavishluxebylenee.com/cart/\">\n									<bdi>&#36;55.00</bdi>								\n									Cart								\n						</a>','Lavish Luxe Header','','inherit','closed','closed','','610-revision-v1','','','2021-02-28 23:27:01','2021-02-28 23:27:01','',610,'https://lavishluxebylenee.com/610-revision-v1/',0,'revision','',0),(616,1,'2021-02-28 23:27:01','2021-02-28 23:27:01','<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-842c9f6\"><li id=\"menu-item-8\"><a href=\"http://lavishluxebylenee.com/\" class = \"hfe-menu-item\">HOME</a></li>\n<li id=\"menu-item-12\"><a href=\"https://lavishluxebylenee.com/about/\" class = \"hfe-menu-item\">ABOUT</a></li>\n<li id=\"menu-item-152\"><a href=\"https://lavishluxebylenee.com/services/\" class = \"hfe-menu-item\">SERVICES</a></li>\n<li id=\"menu-item-206\"><a href=\"https://lavishluxebylenee.com/gallery/\" class = \"hfe-menu-item\">GALLERY</a></li>\n<li id=\"menu-item-47\"><a href=\"https://lavishluxebylenee.com/reviews/\" class = \"hfe-menu-item\">REVIEWS</a></li>\n<li id=\"menu-item-372\"><a href=\"https://lavishluxebylenee.com/lavishattire/\" class = \"hfe-menu-item\">SHOP</a></li>\n<li id=\"menu-item-194\"><a target=\"_blank\"rel=\"noopener\" href=\"https://lavishluxebylenee.wordpress.com/\" class = \"hfe-menu-item\">BLOG</a></li>\n<li id=\"menu-item-113\"><a href=\"https://lavishluxebylenee.com/contact-us/\" class = \"hfe-menu-item\">CONTACT</a></li>\n</ul></nav>              \n						<a id=\"hfe-menu-cart__toggle_button\" href=\"https://lavishluxebylenee.com/cart/\">\n									<bdi>&#36;55.00</bdi>								\n									Cart								\n						</a>','Lavish Luxe Header','','inherit','closed','closed','','610-revision-v1','','','2021-02-28 23:27:01','2021-02-28 23:27:01','',610,'https://lavishluxebylenee.com/610-revision-v1/',0,'revision','',0),(617,1,'2021-02-28 23:27:02','2021-02-28 23:27:02','<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-842c9f6\"><li id=\"menu-item-8\"><a href=\"http://lavishluxebylenee.com/\" class = \"hfe-menu-item\">HOME</a></li>\n<li id=\"menu-item-12\"><a href=\"https://lavishluxebylenee.com/about/\" class = \"hfe-menu-item\">ABOUT</a></li>\n<li id=\"menu-item-152\"><a href=\"https://lavishluxebylenee.com/services/\" class = \"hfe-menu-item\">SERVICES</a></li>\n<li id=\"menu-item-206\"><a href=\"https://lavishluxebylenee.com/gallery/\" class = \"hfe-menu-item\">GALLERY</a></li>\n<li id=\"menu-item-47\"><a href=\"https://lavishluxebylenee.com/reviews/\" class = \"hfe-menu-item\">REVIEWS</a></li>\n<li id=\"menu-item-372\"><a href=\"https://lavishluxebylenee.com/lavishattire/\" class = \"hfe-menu-item\">SHOP</a></li>\n<li id=\"menu-item-194\"><a target=\"_blank\"rel=\"noopener\" href=\"https://lavishluxebylenee.wordpress.com/\" class = \"hfe-menu-item\">BLOG</a></li>\n<li id=\"menu-item-113\"><a href=\"https://lavishluxebylenee.com/contact-us/\" class = \"hfe-menu-item\">CONTACT</a></li>\n</ul></nav>              \n						<a id=\"hfe-menu-cart__toggle_button\" href=\"https://lavishluxebylenee.com/cart/\">\n									<bdi>&#36;0.00</bdi>								\n									Cart								\n						</a>','Lavish Luxe Header','','inherit','closed','closed','','610-revision-v1','','','2021-02-28 23:27:02','2021-02-28 23:27:02','',610,'https://lavishluxebylenee.com/610-revision-v1/',0,'revision','',0),(618,1,'2021-02-28 23:37:56','2021-02-28 23:37:56','','ABOUT','','publish','closed','closed','','about','','','2021-05-02 23:16:12','2021-05-02 23:16:12','',0,'https://lavishluxebylenee.com/?p=618',2,'nav_menu_item','',0),(827,1,'2021-05-02 22:29:37','2021-05-02 22:29:37','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n                <h2>Our Services</h2>\n			        <p>\"How can I help you?\"</p>\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simply stylish\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n            <bdi>&#36;27.00</bdi>        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n            <bdi>&#36;25.00</bdi>        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n            <bdi>&#36;60.00</bdi>        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-05-02 22:29:37','2021-05-02 22:29:37','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(621,1,'2021-02-28 23:37:56','2021-02-28 23:37:56','','CONTACT','','publish','closed','closed','','contact-2','','','2021-05-02 23:16:12','2021-05-02 23:16:12','',0,'https://lavishluxebylenee.com/?p=621',7,'nav_menu_item','',0),(825,1,'2021-05-02 22:28:44','2021-05-02 22:28:44','','BEHIND THE LUXE','','publish','closed','closed','','behind-the-luxe','','','2021-05-02 23:16:12','2021-05-02 23:16:12','',0,'https://lavishluxebylenee.com/behind-the-luxe/',4,'nav_menu_item','',0),(824,1,'2021-05-02 22:28:43','2021-05-02 22:28:43','','SERVICES','','publish','closed','closed','','services','','','2021-05-02 23:16:12','2021-05-02 23:16:12','',0,'https://lavishluxebylenee.com/services/',3,'nav_menu_item','',0),(624,1,'2021-02-28 23:38:46','2021-02-28 23:38:46','<img width=\"500\" height=\"500\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png\" alt=\"\" loading=\"lazy\" srcset=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png 500w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-300x300.png 300w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-150x150.png 150w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />											\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-28 23:38:46','2021-02-28 23:38:46','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(625,1,'2021-02-28 23:38:48','2021-02-28 23:38:48','<img width=\"500\" height=\"500\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png\" alt=\"\" loading=\"lazy\" srcset=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png 500w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-300x300.png 300w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-150x150.png 150w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />											\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-02-28 23:38:48','2021-02-28 23:38:48','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(626,1,'2021-02-28 23:54:16','2021-02-28 23:54:16','I’m typically a shopaholic, but I had abdominal surgery a few months ago and during the recovery process I found myself swollen and uncomfortable and while preparing to return to work I realized I was not able to fit anything in my closet! I called Lavish luxe by lenee’ and I was not only able to return to work comfortable but chic. Thank you Janella for being flexible and able to customize looks that we’re specific to my needs!','Flexible And Affordable','','publish','closed','closed','','flexible-and-affordable','','','2021-02-28 23:54:16','2021-02-28 23:54:16','',0,'https://lavishluxebylenee.com/?post_type=testimonial&#038;p=626',0,'testimonial','',0),(627,1,'2021-02-28 23:55:29','2021-02-28 23:55:29','I have know Ms. Christopher for quite some time and her look is always On Point!\r\n\r\nWhen it came time for me to find an outfit for a friend’s wedding, I knew just who to call.\r\n\r\nWe went to several stores for that “perfect look”. With her help, I was able to find an outfit that gave me the confidence to enjoy celebrating the happy couple by dancing the night away!\r\n\r\nNow, whenever I have a special event, she is the first person I contact. I know that she will customize a look just for me because she took the time to get to know my personal style( and her personality makes “curvy-girl” shopping sooo much fun)!\r\n\r\nI would say to anyone, if you are looking for a personal stylist, look no further than Janella Christopher!','Best In Class','','publish','closed','closed','','best-in-class','','','2021-02-28 23:55:29','2021-02-28 23:55:29','',0,'https://lavishluxebylenee.com/?post_type=testimonial&#038;p=627',0,'testimonial','',0),(628,1,'2021-02-28 23:56:37','2021-02-28 23:56:37','Lenee’ is awesome at what she does. Whenever I have an event or just need an outfit she knows how to style for the occasion. I love the fact that she pays attention to insecurities and your body shape. She styles you in ways that ignites boldness and confidence within yourself. I also love that she does these things on a budget! Lavish Luxe has even styled my teenage daughter for her 13th birthday bash. Everything was trendy and stylish, but most of all age appropriate! I will continue to use Lavish Luxe in the future and if you haven’t, you should give her a try!','A Job Well Done...Top Rate','','publish','closed','closed','','a-job-well-done-top-rate','','','2021-02-28 23:56:37','2021-02-28 23:56:37','',0,'https://lavishluxebylenee.com/?post_type=testimonial&#038;p=628',0,'testimonial','',0),(629,1,'2021-02-28 23:57:42','2021-02-28 23:57:42','I contacted Lenee’ to style me for a very important event. Not only did she get me ALL the way together, she was professional, affordable and efficient! This was my 1st time using an image consultant, but after this experience, I’ll never do my own shopping again! She has a keen eye for styling any body type and picking the most trendiest pieces! Thank you so much for making me fly while keeping me comfortable in the skin I’m in!!\r\n\r\nXO','A Client For Life','','publish','closed','closed','','a-client-for-life','','','2021-02-28 23:57:42','2021-02-28 23:57:42','',0,'https://lavishluxebylenee.com/?post_type=testimonial&#038;p=629',0,'testimonial','',0),(630,1,'2021-02-28 23:58:38','2021-02-28 23:58:38','Okay, simply put, Lenee’ knows her stuff! She’s got an eye for style. I’ve relied on Lavish luxe by Lenee’ for style consulting, dressing me for events and personal shopping services. Lenee’ is on a very short list of people who I can trust to shop for me without me being present. I can count on her to find the right luxe for the occasion and my budget.','Reliable and Trustworthy!','','publish','closed','closed','','reliable-and-trustworthy','','','2021-02-28 23:58:38','2021-02-28 23:58:38','',0,'https://lavishluxebylenee.com/?post_type=testimonial&#038;p=630',0,'testimonial','',0),(631,1,'2021-02-28 23:59:54','2021-02-28 23:59:54','I absolutely love every experience with Lavish Luxe by Lenee! Janella has a keen eye for fashion and will always keep you looking good and in season! Through styling me she’s also helped me build up my confidence with certain colors and clothing styles that I hadn’t had before. From birthdays, holidays, everyday wear, special events and just help to put together and bringing new life into the wardrobe I already have, Lavish Luxe has always been the way to go!','Love Every Experience','','publish','closed','closed','','love-every-experience','','','2021-03-01 00:00:36','2021-03-01 00:00:36','',0,'https://lavishluxebylenee.com/?post_type=testimonial&#038;p=631',0,'testimonial','',0),(634,1,'2021-03-01 00:59:51','2021-03-01 00:59:51','<img width=\"500\" height=\"500\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png\" alt=\"\" loading=\"lazy\" srcset=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png 500w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-300x300.png 300w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-150x150.png 150w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />											\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 00:59:51','2021-03-01 00:59:51','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(635,1,'2021-03-01 00:59:52','2021-03-01 00:59:52','<img width=\"500\" height=\"500\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png\" alt=\"\" loading=\"lazy\" srcset=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png 500w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-300x300.png 300w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-150x150.png 150w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />											\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 00:59:52','2021-03-01 00:59:52','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(636,1,'2021-03-01 01:01:21','2021-03-01 01:01:21','<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-842c9f6\"><li id=\"menu-item-8\"><a href=\"http://lavishluxebylenee.com/\" class = \"hfe-menu-item\">HOME</a></li>\n<li id=\"menu-item-12\"><a href=\"https://lavishluxebylenee.com/about/\" class = \"hfe-menu-item\">ABOUT</a></li>\n<li id=\"menu-item-152\"><a href=\"https://lavishluxebylenee.com/services/\" class = \"hfe-menu-item\">SERVICES</a></li>\n<li id=\"menu-item-206\"><a href=\"https://lavishluxebylenee.com/gallery/\" class = \"hfe-menu-item\">GALLERY</a></li>\n<li id=\"menu-item-47\"><a href=\"https://lavishluxebylenee.com/reviews/\" class = \"hfe-menu-item\">REVIEWS</a></li>\n<li id=\"menu-item-372\"><a href=\"https://lavishluxebylenee.com/lavishattire/\" class = \"hfe-menu-item\">SHOP</a></li>\n<li id=\"menu-item-194\"><a target=\"_blank\"rel=\"noopener\" href=\"https://lavishluxebylenee.wordpress.com/\" class = \"hfe-menu-item\">BLOG</a></li>\n<li id=\"menu-item-113\"><a href=\"https://lavishluxebylenee.com/contact-us/\" class = \"hfe-menu-item\">CONTACT</a></li>\n</ul></nav>              \n						<a id=\"hfe-menu-cart__toggle_button\" href=\"https://lavishluxebylenee.com/cart/\">\n									<bdi>&#36;0.00</bdi>								\n									Cart								\n						</a>','Lavish Luxe Header','','inherit','closed','closed','','610-revision-v1','','','2021-03-01 01:01:21','2021-03-01 01:01:21','',610,'https://lavishluxebylenee.com/610-revision-v1/',0,'revision','',0),(637,1,'2021-03-01 01:01:21','2021-03-01 01:01:21','<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-842c9f6\"><li id=\"menu-item-8\"><a href=\"http://lavishluxebylenee.com/\" class = \"hfe-menu-item\">HOME</a></li>\n<li id=\"menu-item-12\"><a href=\"https://lavishluxebylenee.com/about/\" class = \"hfe-menu-item\">ABOUT</a></li>\n<li id=\"menu-item-152\"><a href=\"https://lavishluxebylenee.com/services/\" class = \"hfe-menu-item\">SERVICES</a></li>\n<li id=\"menu-item-206\"><a href=\"https://lavishluxebylenee.com/gallery/\" class = \"hfe-menu-item\">GALLERY</a></li>\n<li id=\"menu-item-47\"><a href=\"https://lavishluxebylenee.com/reviews/\" class = \"hfe-menu-item\">REVIEWS</a></li>\n<li id=\"menu-item-372\"><a href=\"https://lavishluxebylenee.com/lavishattire/\" class = \"hfe-menu-item\">SHOP</a></li>\n<li id=\"menu-item-194\"><a target=\"_blank\"rel=\"noopener\" href=\"https://lavishluxebylenee.wordpress.com/\" class = \"hfe-menu-item\">BLOG</a></li>\n<li id=\"menu-item-113\"><a href=\"https://lavishluxebylenee.com/contact-us/\" class = \"hfe-menu-item\">CONTACT</a></li>\n</ul></nav>              \n						<a id=\"hfe-menu-cart__toggle_button\" href=\"https://lavishluxebylenee.com/cart/\">\n									<bdi>&#36;0.00</bdi>								\n									Cart								\n						</a>','Lavish Luxe Header','','inherit','closed','closed','','610-revision-v1','','','2021-03-01 01:01:21','2021-03-01 01:01:21','',610,'https://lavishluxebylenee.com/610-revision-v1/',0,'revision','',0),(665,1,'2021-03-01 02:08:32','2021-03-01 02:08:32','<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simple and straightforward\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 02:08:32','2021-03-01 02:08:32','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(642,1,'2021-03-01 01:12:32','2021-03-01 01:12:32','<img width=\"500\" height=\"500\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png\" alt=\"\" loading=\"lazy\" srcset=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png 500w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-300x300.png 300w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-150x150.png 150w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />											\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simple and straightforward\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 01:12:32','2021-03-01 01:12:32','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(640,1,'2021-03-01 01:12:31','2021-03-01 01:12:31','<img width=\"500\" height=\"500\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png\" alt=\"\" loading=\"lazy\" srcset=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png 500w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-300x300.png 300w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-150x150.png 150w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />											\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 01:12:31','2021-03-01 01:12:31','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(641,1,'2021-03-01 01:12:31','2021-03-01 01:12:31','<img width=\"500\" height=\"500\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png\" alt=\"\" loading=\"lazy\" srcset=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png 500w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-300x300.png 300w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-150x150.png 150w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />											\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Confidence has no budget\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 01:12:31','2021-03-01 01:12:31','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(643,1,'2021-03-01 01:13:05','2021-03-01 01:13:05','<img width=\"500\" height=\"500\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png\" alt=\"\" loading=\"lazy\" srcset=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png 500w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-300x300.png 300w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-150x150.png 150w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />											\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simple and straightforward\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 01:13:05','2021-03-01 01:13:05','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(644,1,'2021-03-01 01:13:05','2021-03-01 01:13:05','<img width=\"500\" height=\"500\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png\" alt=\"\" loading=\"lazy\" srcset=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png 500w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-300x300.png 300w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-150x150.png 150w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />											\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simple and straightforward\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 01:13:05','2021-03-01 01:13:05','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(645,1,'2021-03-01 01:13:05','2021-03-01 01:13:05','<img width=\"500\" height=\"500\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png\" alt=\"\" loading=\"lazy\" srcset=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png 500w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-300x300.png 300w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-150x150.png 150w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />											\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simple and straightforward\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 01:13:05','2021-03-01 01:13:05','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(646,1,'2021-03-01 01:15:54','2021-03-01 01:15:54','','REVIEWS','','publish','closed','closed','','reviews','','','2021-05-02 22:36:08','2021-05-02 22:36:08','',0,'https://lavishluxebylenee.com/?p=646',5,'nav_menu_item','',0),(650,1,'2021-03-01 01:38:06','2021-03-01 01:38:06','<img width=\"500\" height=\"500\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png\" alt=\"\" loading=\"lazy\" srcset=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png 500w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-300x300.png 300w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-150x150.png 150w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />											\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simple and straightforward\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 01:38:06','2021-03-01 01:38:06','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(648,1,'2021-03-01 01:38:04','2021-03-01 01:38:04','<img width=\"500\" height=\"500\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png\" alt=\"\" loading=\"lazy\" srcset=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png 500w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-300x300.png 300w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-150x150.png 150w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />											\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simple and straightforward\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 01:38:04','2021-03-01 01:38:04','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(649,1,'2021-03-01 01:38:05','2021-03-01 01:38:05','<img width=\"500\" height=\"500\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png\" alt=\"\" loading=\"lazy\" srcset=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png 500w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-300x300.png 300w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-150x150.png 150w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />											\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simple and straightforward\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 01:38:05','2021-03-01 01:38:05','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(654,1,'2021-03-01 01:40:15','2021-03-01 01:40:15','<img width=\"500\" height=\"500\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png\" alt=\"\" loading=\"lazy\" srcset=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png 500w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-300x300.png 300w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-150x150.png 150w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />											\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simple and straightforward\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 01:40:15','2021-03-01 01:40:15','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(652,1,'2021-03-01 01:40:13','2021-03-01 01:40:13','<img width=\"500\" height=\"500\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png\" alt=\"\" loading=\"lazy\" srcset=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png 500w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-300x300.png 300w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-150x150.png 150w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />											\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simple and straightforward\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 01:40:13','2021-03-01 01:40:13','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(653,1,'2021-03-01 01:40:14','2021-03-01 01:40:14','<img width=\"500\" height=\"500\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png\" alt=\"\" loading=\"lazy\" srcset=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png 500w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-300x300.png 300w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-150x150.png 150w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />											\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simple and straightforward\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 01:40:14','2021-03-01 01:40:14','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(656,1,'2021-03-01 01:47:44','2021-03-01 01:47:44','<img width=\"500\" height=\"500\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png\" alt=\"\" loading=\"lazy\" srcset=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png 500w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-300x300.png 300w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-150x150.png 150w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />											\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simple and straightforward\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 01:47:44','2021-03-01 01:47:44','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(657,1,'2021-03-01 01:47:44','2021-03-01 01:47:44','<img width=\"500\" height=\"500\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png\" alt=\"\" loading=\"lazy\" srcset=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png 500w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-300x300.png 300w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-150x150.png 150w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />											\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simple and straightforward\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 01:47:44','2021-03-01 01:47:44','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(658,1,'2021-03-01 01:47:45','2021-03-01 01:47:45','<img width=\"500\" height=\"500\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png\" alt=\"\" loading=\"lazy\" srcset=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png 500w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-300x300.png 300w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-150x150.png 150w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />											\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simple and straightforward\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 01:47:45','2021-03-01 01:47:45','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(659,1,'2021-03-01 01:51:10','2021-03-01 01:51:10','<img width=\"500\" height=\"500\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png\" alt=\"\" loading=\"lazy\" srcset=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png 500w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-300x300.png 300w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-150x150.png 150w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />											\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simple and straightforward\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 01:51:10','2021-03-01 01:51:10','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(660,1,'2021-03-01 01:51:10','2021-03-01 01:51:10','<img width=\"500\" height=\"500\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png\" alt=\"\" loading=\"lazy\" srcset=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png 500w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-300x300.png 300w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-150x150.png 150w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />											\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simple and straightforward\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 01:51:10','2021-03-01 01:51:10','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(661,1,'2021-03-01 01:51:11','2021-03-01 01:51:11','<img width=\"500\" height=\"500\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png\" alt=\"\" loading=\"lazy\" srcset=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png 500w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-300x300.png 300w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-150x150.png 150w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />											\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simple and straightforward\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 01:51:11','2021-03-01 01:51:11','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(663,1,'2021-03-01 02:08:29','2021-03-01 02:08:29','<img width=\"500\" height=\"500\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png\" alt=\"\" loading=\"lazy\" srcset=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png 500w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-300x300.png 300w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-150x150.png 150w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />											\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simple and straightforward\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 02:08:29','2021-03-01 02:08:29','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(664,1,'2021-03-01 02:08:30','2021-03-01 02:08:30','<img width=\"500\" height=\"500\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png\" alt=\"\" loading=\"lazy\" srcset=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner.png 500w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-300x300.png 300w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-150x150.png 150w, https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white-background-removed-nobanner-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" />											\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simple and straightforward\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 02:08:30','2021-03-01 02:08:30','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(669,1,'2021-03-01 02:17:32','2021-03-01 02:17:32','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simple and straightforward\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 02:17:32','2021-03-01 02:17:32','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(667,1,'2021-03-01 02:17:29','2021-03-01 02:17:29','<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simple and straightforward\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 02:17:29','2021-03-01 02:17:29','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(668,1,'2021-03-01 02:17:30','2021-03-01 02:17:30','<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simple and straightforward\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 02:17:30','2021-03-01 02:17:30','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(673,1,'2021-03-01 02:24:23','2021-03-01 02:24:23','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simple and straightforward\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 02:24:23','2021-03-01 02:24:23','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(671,1,'2021-03-01 02:24:22','2021-03-01 02:24:22','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simple and straightforward\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 02:24:22','2021-03-01 02:24:22','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(672,1,'2021-03-01 02:24:22','2021-03-01 02:24:22','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simple and straightforward\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 02:24:22','2021-03-01 02:24:22','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(674,1,'2021-03-01 02:24:57','2021-03-01 02:24:57','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simple and straightforward\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 02:24:57','2021-03-01 02:24:57','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(675,1,'2021-03-01 02:24:57','2021-03-01 02:24:57','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simple and straightforward\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 02:24:57','2021-03-01 02:24:57','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(676,1,'2021-03-01 02:24:58','2021-03-01 02:24:58','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simple and straightforward\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 02:24:58','2021-03-01 02:24:58','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(677,1,'2021-03-01 02:26:35','2021-03-01 02:26:35','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simple and straightforward\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 02:26:35','2021-03-01 02:26:35','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(678,1,'2021-03-01 02:26:35','2021-03-01 02:26:35','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simple and straightforward\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 02:26:35','2021-03-01 02:26:35','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(679,1,'2021-03-01 02:26:36','2021-03-01 02:26:36','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simple and straightforward\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 02:26:36','2021-03-01 02:26:36','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(680,1,'2021-03-01 02:28:30','2021-03-01 02:28:30','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simple and straightforward\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 02:28:30','2021-03-01 02:28:30','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(681,1,'2021-03-01 02:28:31','2021-03-01 02:28:31','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simple and straightforward\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 02:28:31','2021-03-01 02:28:31','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (682,1,'2021-03-01 02:28:32','2021-03-01 02:28:32','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simple and straightforward\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 02:28:32','2021-03-01 02:28:32','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(683,1,'2021-03-01 02:31:58','2021-03-01 02:31:58','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simple and straightforward\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 02:31:58','2021-03-01 02:31:58','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(684,1,'2021-03-01 02:31:59','2021-03-01 02:31:59','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simple and straightforward\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 02:31:59','2021-03-01 02:31:59','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(691,1,'2021-03-01 04:03:39','2021-03-01 04:03:39','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simple and straightforward\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 04:03:39','2021-03-01 04:03:39','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(685,1,'2021-03-01 02:31:59','2021-03-01 02:31:59','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simple and straightforward\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 02:31:59','2021-03-01 02:31:59','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(686,1,'2021-03-01 02:34:02','2021-03-01 02:34:02','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simple and straightforward\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 02:34:02','2021-03-01 02:34:02','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(687,1,'2021-03-01 02:34:03','2021-03-01 02:34:03','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simple and straightforward\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 02:34:03','2021-03-01 02:34:03','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(688,1,'2021-03-01 02:34:05','2021-03-01 02:34:05','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simple and straightforward\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 02:34:05','2021-03-01 02:34:05','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(689,1,'2021-03-01 04:03:36','2021-03-01 04:03:36','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simple and straightforward\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 04:03:36','2021-03-01 04:03:36','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(690,1,'2021-03-01 04:03:38','2021-03-01 04:03:38','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simple and straightforward\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_41110616_070818_774.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_white.jpg\" alt=\"lavish_luxe_logo_white\">\n				<a>\n				</a>\n									<video src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/VID_40920511_004806_975.mp4\" muted=\"muted\"></video>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/lavish_luxe_logo_black.jpg\" alt=\"lavish_luxe_logo_black\">\n				<a>\n				</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 04:03:38','2021-03-01 04:03:38','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(692,1,'2021-03-01 04:05:18','2021-03-01 04:05:18','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simple and straightforward\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 04:05:18','2021-03-01 04:05:18','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(693,1,'2021-03-01 04:05:19','2021-03-01 04:05:19','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simple and straightforward\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 04:05:19','2021-03-01 04:05:19','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(694,1,'2021-03-01 04:05:20','2021-03-01 04:05:20','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simple and straightforward\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 04:05:20','2021-03-01 04:05:20','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(695,1,'2021-03-01 04:08:06','2021-03-01 04:08:06','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simple and straightforward\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 04:08:06','2021-03-01 04:08:06','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(696,1,'2021-03-01 04:08:06','2021-03-01 04:08:06','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simple and straightforward\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 04:08:06','2021-03-01 04:08:06','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(697,1,'2021-03-01 04:08:07','2021-03-01 04:08:07','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simple and straightforward\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 04:08:07','2021-03-01 04:08:07','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(698,1,'2021-03-01 04:20:00','2021-03-01 04:20:00','<p>Copyright © 2021 Lavish Luxe By Lenee | Website built by <a href=\"https://esselwebdesign.com\" target=\"_blank\" rel=\"noopener\">Essel Web Design</a></p>','Lavish Luxe Footer','','inherit','closed','closed','','600-revision-v1','','','2021-03-01 04:20:00','2021-03-01 04:20:00','',600,'https://lavishluxebylenee.com/600-revision-v1/',0,'revision','',0),(699,1,'2021-03-01 04:20:01','2021-03-01 04:20:01','<p>Copyright © 2021 Lavish Luxe By Lenee | Website built by <a href=\"https://esselwebdesign.com\" target=\"_blank\" rel=\"noopener\">Essel Web Design</a></p>','Lavish Luxe Footer','','inherit','closed','closed','','600-revision-v1','','','2021-03-01 04:20:01','2021-03-01 04:20:01','',600,'https://lavishluxebylenee.com/600-revision-v1/',0,'revision','',0),(700,1,'2021-03-01 04:20:01','2021-03-01 04:20:01','<a href=\"https://www.instagram.com/model_luxe_stylist/\">\n						</a>\n			<a href=\"https://www.instagram.com/model_luxe_stylist/\">\n						</a>\n		<p>Copyright © 2021 Lavish Luxe By Lenee | Website built by <a href=\"https://esselwebdesign.com\" target=\"_blank\" rel=\"noopener\">Essel Web Design</a></p>','Lavish Luxe Footer','','inherit','closed','closed','','600-revision-v1','','','2021-03-01 04:20:01','2021-03-01 04:20:01','',600,'https://lavishluxebylenee.com/600-revision-v1/',0,'revision','',0),(701,1,'2021-03-01 04:20:17','2021-03-01 04:20:17','<a href=\"https://www.instagram.com/model_luxe_stylist/\">\n						</a>\n			<a href=\"https://www.instagram.com/model_luxe_stylist/\">\n						</a>\n		<p>Copyright © 2021 Lavish Luxe By Lenee | Website built by <a href=\"https://esselwebdesign.com\" target=\"_blank\" rel=\"noopener\">Essel Web Design</a></p>','Lavish Luxe Footer','','inherit','closed','closed','','600-revision-v1','','','2021-03-01 04:20:17','2021-03-01 04:20:17','',600,'https://lavishluxebylenee.com/600-revision-v1/',0,'revision','',0),(702,1,'2021-03-01 04:20:17','2021-03-01 04:20:17','<a href=\"https://www.instagram.com/model_luxe_stylist/\">\n						</a>\n			<a href=\"https://www.instagram.com/model_luxe_stylist/\">\n						</a>\n		<p>Copyright © 2021 Lavish Luxe By Lenee | Website built by <a href=\"https://esselwebdesign.com\" target=\"_blank\" rel=\"noopener\">Essel Web Design</a></p>','Lavish Luxe Footer','','inherit','closed','closed','','600-revision-v1','','','2021-03-01 04:20:17','2021-03-01 04:20:17','',600,'https://lavishluxebylenee.com/600-revision-v1/',0,'revision','',0),(703,1,'2021-03-01 04:20:18','2021-03-01 04:20:18','<a href=\"https://www.instagram.com/model_luxe_stylist/\">\n						</a>\n			<a href=\"#\">\n						</a>\n			<a href=\"https://www.instagram.com/model_luxe_stylist/\">\n						</a>\n			<a href=\"#\">\n						</a>\n		<p>Copyright © 2021 Lavish Luxe By Lenee | Website built by <a href=\"https://esselwebdesign.com\" target=\"_blank\" rel=\"noopener\">Essel Web Design</a></p>','Lavish Luxe Footer','','inherit','closed','closed','','600-revision-v1','','','2021-03-01 04:20:18','2021-03-01 04:20:18','',600,'https://lavishluxebylenee.com/600-revision-v1/',0,'revision','',0),(704,1,'2021-03-01 04:21:48','2021-03-01 04:21:48','<a href=\"https://www.instagram.com/model_luxe_stylist/\">\n						</a>\n			<a href=\"#\">\n						</a>\n			<a href=\"https://www.instagram.com/model_luxe_stylist/\">\n						</a>\n			<a href=\"#\">\n						</a>\n		<p>Copyright © 2021 Lavish Luxe By Lenee | Website built by <a href=\"https://esselwebdesign.com\" target=\"_blank\" rel=\"noopener\">Essel Web Design</a></p>','Lavish Luxe Footer','','inherit','closed','closed','','600-revision-v1','','','2021-03-01 04:21:48','2021-03-01 04:21:48','',600,'https://lavishluxebylenee.com/600-revision-v1/',0,'revision','',0),(705,1,'2021-03-01 04:21:48','2021-03-01 04:21:48','<a href=\"https://www.instagram.com/model_luxe_stylist/\">\n						</a>\n			<a href=\"#\">\n						</a>\n			<a href=\"https://www.instagram.com/model_luxe_stylist/\">\n						</a>\n			<a href=\"#\">\n						</a>\n		<p>Copyright © 2021 Lavish Luxe By Lenee | Website built by <a href=\"https://esselwebdesign.com\" target=\"_blank\" rel=\"noopener\">Essel Web Design</a></p>','Lavish Luxe Footer','','inherit','closed','closed','','600-revision-v1','','','2021-03-01 04:21:48','2021-03-01 04:21:48','',600,'https://lavishluxebylenee.com/600-revision-v1/',0,'revision','',0),(875,1,'2021-05-02 23:36:12','2021-05-02 23:36:12','<a href=\"https://www.instagram.com/model_luxe_stylist/\" target=\"_blank\" rel=\"noopener\">\n						</a>\n		<p>Copyright © 2021 Lavish Luxe By Lenee | Website built by <a href=\"https://esselwebdesign.com\" target=\"_blank\" rel=\"noopener\">Essel Web Design</a></p>','Lavish Luxe Footer','','inherit','closed','closed','','600-revision-v1','','','2021-05-02 23:36:12','2021-05-02 23:36:12','',600,'https://lavishluxebylenee.com/600-revision-v1/',0,'revision','',0),(706,1,'2021-03-01 04:21:49','2021-03-01 04:21:49','<a href=\"https://www.instagram.com/model_luxe_stylist/\" target=\"_blank\" rel=\"noopener\">\n						</a>\n			<a href=\"#\">\n						</a>\n			<a href=\"https://www.instagram.com/model_luxe_stylist/\" target=\"_blank\" rel=\"noopener\">\n						</a>\n			<a href=\"#\">\n						</a>\n		<p>Copyright © 2021 Lavish Luxe By Lenee | Website built by <a href=\"https://esselwebdesign.com\" target=\"_blank\" rel=\"noopener\">Essel Web Design</a></p>','Lavish Luxe Footer','','inherit','closed','closed','','600-revision-v1','','','2021-03-01 04:21:49','2021-03-01 04:21:49','',600,'https://lavishluxebylenee.com/600-revision-v1/',0,'revision','',0),(707,1,'2021-03-01 04:23:37','2021-03-01 04:23:37','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simple and straightforward\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 04:23:37','2021-03-01 04:23:37','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(708,1,'2021-03-01 04:23:39','2021-03-01 04:23:39','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simple and straightforward\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 04:23:39','2021-03-01 04:23:39','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(709,1,'2021-03-01 04:23:40','2021-03-01 04:23:40','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simple and straightforward\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 04:23:40','2021-03-01 04:23:40','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(710,1,'2021-03-01 04:27:47','2021-03-01 04:27:47','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simple and straightforward\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 04:27:47','2021-03-01 04:27:47','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(711,1,'2021-03-01 04:27:47','2021-03-01 04:27:47','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simple and straightforward\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 04:27:47','2021-03-01 04:27:47','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(712,1,'2021-03-01 04:27:48','2021-03-01 04:27:48','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simply stylish\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 04:27:48','2021-03-01 04:27:48','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(713,1,'2021-03-01 04:30:37','2021-03-01 04:30:37','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simply stylish\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 04:30:37','2021-03-01 04:30:37','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(714,1,'2021-03-01 04:30:37','2021-03-01 04:30:37','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simply stylish\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 04:30:37','2021-03-01 04:30:37','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(715,1,'2021-03-01 04:30:38','2021-03-01 04:30:38','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simply stylish\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 04:30:38','2021-03-01 04:30:38','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(717,1,'2021-03-01 15:42:02','2021-03-01 15:42:02','','Default Kit','','inherit','closed','closed','','498-revision-v1','','','2021-03-01 15:42:02','2021-03-01 15:42:02','',498,'https://lavishluxebylenee.com/498-revision-v1/',0,'revision','',0),(718,1,'2021-03-01 15:58:10','2021-03-01 15:58:10','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simply stylish\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 15:58:10','2021-03-01 15:58:10','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(719,1,'2021-03-01 15:58:11','2021-03-01 15:58:11','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n			<h2>services</h2>		\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simply stylish\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 15:58:11','2021-03-01 15:58:11','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(736,1,'2021-04-04 22:04:34','2021-04-04 22:04:34','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n                <h2>Our Services</h2>\n			        <p>\"How can I help you?\"</p>\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simply stylish\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-04-04 22:04:34','2021-04-04 22:04:34','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(720,1,'2021-03-01 15:58:12','2021-03-01 15:58:12','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n                <h2>Our Services</h2>\n			        <p>\"How can I help you?\"</p>\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simply stylish\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 15:58:12','2021-03-01 15:58:12','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(721,1,'2021-03-01 19:07:50','2021-03-01 19:07:50','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n                <h2>Our Services</h2>\n			        <p>\"How can I help you?\"</p>\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simply stylish\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 19:07:50','2021-03-01 19:07:50','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(722,1,'2021-03-01 19:07:50','2021-03-01 19:07:50','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n                <h2>Our Services</h2>\n			        <p>\"How can I help you?\"</p>\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simply stylish\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 19:07:50','2021-03-01 19:07:50','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(723,1,'2021-03-01 19:07:51','2021-03-01 19:07:51','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n                <h2>Our Services</h2>\n			        <p>\"How can I help you?\"</p>\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simply stylish\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 19:07:51','2021-03-01 19:07:51','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(724,1,'2021-03-01 19:39:45','2021-03-01 19:39:45','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n                <h2>Our Services</h2>\n			        <p>\"How can I help you?\"</p>\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simply stylish\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 19:39:45','2021-03-01 19:39:45','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(725,1,'2021-03-01 19:39:45','2021-03-01 19:39:45','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n                <h2>Our Services</h2>\n			        <p>\"How can I help you?\"</p>\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simply stylish\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 19:39:45','2021-03-01 19:39:45','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(726,1,'2021-03-01 19:39:46','2021-03-01 19:39:46','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n                <h2>Our Services</h2>\n			        <p>\"How can I help you?\"</p>\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simply stylish\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 19:39:46','2021-03-01 19:39:46','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(727,1,'2021-03-01 19:43:16','2021-03-01 19:43:16','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n                <h2>Our Services</h2>\n			        <p>\"How can I help you?\"</p>\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simply stylish\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 19:43:16','2021-03-01 19:43:16','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(728,1,'2021-03-01 19:43:18','2021-03-01 19:43:18','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n                <h2>Our Services</h2>\n			        <p>\"How can I help you?\"</p>\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simply stylish\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 19:43:18','2021-03-01 19:43:18','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(729,1,'2021-03-01 19:43:19','2021-03-01 19:43:19','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n                <h2>Our Services</h2>\n			        <p>\"How can I help you?\"</p>\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simply stylish\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n                        &#036;10.00\n        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n                        &#036;27.00\n        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n                        &#036;25.00\n        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n                        &#036;60.00\n        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-03-01 19:43:19','2021-03-01 19:43:19','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(892,0,'2021-07-05 14:48:13','0000-00-00 00:00:00','PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCEtLWdlbmVyYXRvcj0namV0cGFjay05LjguMSctLT4KPD94bWwtc3R5bGVzaGVldCB0eXBlPSJ0ZXh0L3hzbCIgaHJlZj0iLy9sYXZpc2hsdXhlYnlsZW5lZS5jb20vc2l0ZW1hcC54c2wiPz4KPHVybHNldCB4bWxucz0iaHR0cDovL3d3dy5zaXRlbWFwcy5vcmcvc2NoZW1hcy9zaXRlbWFwLzAuOSIgeG1sbnM6eHNpPSJodHRwOi8vd3d3LnczLm9yZy8yMDAxL1hNTFNjaGVtYS1pbnN0YW5jZSIgeHNpOnNjaGVtYUxvY2F0aW9uPSJodHRwOi8vd3d3LnNpdGVtYXBzLm9yZy9zY2hlbWFzL3NpdGVtYXAvMC45IGh0dHA6Ly93d3cuc2l0ZW1hcHMub3JnL3NjaGVtYXMvc2l0ZW1hcC8wLjkvc2l0ZW1hcC54c2QiPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9hYm91dC88L2xvYz48bGFzdG1vZD4yMDE3LTEwLTI5VDE4OjI3OjQ2WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vcmV2aWV3cy88L2xvYz48bGFzdG1vZD4yMDE3LTExLTI4VDAwOjU0OjA4WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vaG9tZS88L2xvYz48bGFzdG1vZD4yMDE3LTExLTAxVDIyOjEzOjI3WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vY29udGFjdC11cy88L2xvYz48bGFzdG1vZD4yMDE3LTEwLTI0VDIzOjE3OjQzWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vbGF2aXNoLWF0dGlyZS88L2xvYz48bGFzdG1vZD4yMDE3LTExLTAxVDIyOjUyOjAxWjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vc2VydmljZXMvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0xMC0yNVQxMzoxODowOVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL2dhbGxlcnkvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0xMC0yNFQyMToyMDo1MVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL2xhdmlzaGF0dGlyZS88L2xvYz48bGFzdG1vZD4yMDE5LTA3LTEwVDE4OjEyOjA4WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vY2FydC88L2xvYz48bGFzdG1vZD4yMDE5LTA3LTA4VDE1OjUxOjM5WjwvbGFzdG1vZD48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vY2hlY2tvdXQvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wNy0wOFQxNTo1MTozOVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL215LWFjY291bnQvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wNy0wOFQxNTo1MTozOVo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tLzwvbG9jPjxsYXN0bW9kPjIwMjEtMDctMDVUMTQ6NDg6MTNaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9iZWhpbmQtdGhlLWx1eGUvPC9sb2M+PGxhc3Rtb2Q+MjAyMS0wNS0wM1QxMzowMDowNlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3NlcnZpY2VzLTIvPC9sb2M+PGxhc3Rtb2Q+MjAyMS0wNS0wMlQyMjowMDo0Mlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3Nob3AtdGhlLWx1eGUvPC9sb2M+PGxhc3Rtb2Q+MjAyMS0wNS0wMlQyMjoyMDo0NFo8L2xhc3Rtb2Q+PC91cmw+PC91cmxzZXQ+Cg==','sitemap-1.xml','','draft','closed','closed','','','','','2021-07-14 16:08:16','2021-07-14 16:08:16','',0,'https://lavishluxebylenee.com/?p=892',0,'jp_sitemap','',0),(893,0,'2021-07-05 15:11:39','0000-00-00 00:00:00','PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCEtLWdlbmVyYXRvcj0namV0cGFjay05LjguMSctLT4KPD94bWwtc3R5bGVzaGVldCB0eXBlPSJ0ZXh0L3hzbCIgaHJlZj0iLy9sYXZpc2hsdXhlYnlsZW5lZS5jb20vaW1hZ2Utc2l0ZW1hcC54c2wiPz4KPHVybHNldCB4bWxucz0iaHR0cDovL3d3dy5zaXRlbWFwcy5vcmcvc2NoZW1hcy9zaXRlbWFwLzAuOSIgeG1sbnM6eHNpPSJodHRwOi8vd3d3LnczLm9yZy8yMDAxL1hNTFNjaGVtYS1pbnN0YW5jZSIgeHNpOnNjaGVtYUxvY2F0aW9uPSJodHRwOi8vd3d3LnNpdGVtYXBzLm9yZy9zY2hlbWFzL3NpdGVtYXAvMC45IGh0dHA6Ly93d3cuc2l0ZW1hcHMub3JnL3NjaGVtYXMvc2l0ZW1hcC8wLjkvc2l0ZW1hcC54c2QiIHhtbG5zOmltYWdlPSJodHRwOi8vd3d3Lmdvb2dsZS5jb20vc2NoZW1hcy9zaXRlbWFwLWltYWdlLzEuMSI+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL2luc3RhZ3JhbV9sYXZpc2hsdXhlLzwvbG9jPjxsYXN0bW9kPjIwMTctMDktMDJUMjE6NDU6MThaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA5L2luc3RhZ3JhbV9sYXZpc2hsdXhlLWUxNTA0Mzg4OTg1MzQ0LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5pbnN0YWdyYW1fbGF2aXNobHV4ZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL2ZhY2Vib29rX2xhdmlzaGx1eGUvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wOS0wMlQyMTo0NToyN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDkvZmFjZWJvb2tfbGF2aXNobHV4ZS1lMTUwNDM4ODg2OTQzNi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+ZmFjZWJvb2tfbGF2aXNobHV4ZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL2Fib3V0LzwvbG9jPjxsYXN0bW9kPjIwMTctMTAtMjNUMDA6NDg6MDhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA5L2xhdmlzaC1sdXhlLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5sYXZpc2gtbHV4ZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL2xhdmlzaC1sdXhlMS88L2xvYz48bGFzdG1vZD4yMDE3LTEwLTI0VDIyOjEwOjM5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wOS9sYXZpc2gtbHV4ZTEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkxhdmlzaCBMdXhlIEhvbWUgUGFnZSBTbGlkZXIgMzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL2xhdmlzaC1sdXhlMi88L2xvYz48bGFzdG1vZD4yMDE3LTA5LTAzVDIxOjQ3OjEzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wOS9sYXZpc2gtbHV4ZTIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmxhdmlzaC1sdXhlMjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL2xhdmlzaC1sdXhlMy88L2xvYz48bGFzdG1vZD4yMDE3LTA5LTAzVDIxOjUzOjQxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wOS9sYXZpc2gtbHV4ZTMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmxhdmlzaC1sdXhlMzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL2ZhY2Vib29rLWljb24vPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wOS0wNFQyMDozMDoyNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDkvZmFjZWJvb2staWNvbi1lMTUwNDU1NzAyMjI2OS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+ZmFjZWJvb2staWNvbjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL2luc3RhZ3JhbS1pY29uLzwvbG9jPjxsYXN0bW9kPjIwMTctMDktMDRUMjA6MzE6MTBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA5L2luc3RhZ3JhbS1pY29uLWUxNTA0NTU3MDY4NzY0LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5pbnN0YWdyYW0taWNvbjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL2ZhY2Vib29rLWljb24tMi88L2xvYz48bGFzdG1vZD4yMDE3LTA5LTA0VDIwOjM5OjE0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wOS9mYWNlYm9vay1pY29uLTEtZTE1MDQ1NTc1NTEyNTgucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmZhY2Vib29rLWljb248L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9pbnN0YWdyYW0taWNvbi0yLzwvbG9jPjxsYXN0bW9kPjIwMTctMDktMDRUMjA6NDA6MTNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA5L2luc3RhZ3JhbS1pY29uLTEtZTE1MDQ1NTc1OTc0OTgucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmluc3RhZ3JhbS1pY29uPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vbGF2aXNoLWx1eGUtbG9nby88L2xvYz48bGFzdG1vZD4yMDE3LTA5LTA1VDIyOjU5OjIxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wOS9sYXZpc2gtbHV4ZS1sb2dvLWUxNTA0NjUyNDA0ODk2LnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5sYXZpc2gtbHV4ZS1sb2dvPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vbGF2aXNobHV4ZS1zbGlkZXIxLzwvbG9jPjxsYXN0bW9kPjIwMTctMDktMTJUMTU6MjE6MTZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA5L2xhdmlzaGx1eGUtc2xpZGVyMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bGF2aXNobHV4ZS1zbGlkZXIxPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vbGF2aXNoLWJhY2tncm91bmQvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0wOS0yNVQxODo1MzoxNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDkvbGF2aXNoLWJhY2tncm91bmQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmxhdmlzaC1iYWNrZ3JvdW5kPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vbGF2aXNoLWx1eGUtYmFja2dyb3VuZC88L2xvYz48bGFzdG1vZD4yMDE3LTEwLTI0VDIxOjQ1OjM4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wOS9sYXZpc2gtbHV4ZS1iYWNrZ3JvdW5kLmpwZWc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+TGF2aXNoIEx1eGUgR2FsbGVyeSA1PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vcGljc2FydF8wOS0yNi0xMC0zOS0zMy88L2xvYz48bGFzdG1vZD4yMDE3LTEwLTI0VDIxOjUxOjIyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8xMC9QaWNzQXJ0XzA5LTI2LTEwLjM5LjMzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5MYXZpc2ggTHV4ZSBHYWxsZXJ5IDEwPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vcGljc2FydF8wOS0yMC0wOC0zMS0yMy88L2xvYz48bGFzdG1vZD4yMDE3LTEwLTI0VDIyOjA4OjQ1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8xMC9QaWNzQXJ0XzA5LTIwLTA4LjMxLjIzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5MYXZpc2ggTHV4ZSBIb21lIFBhZ2UgU2xpZGVyIDE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9zbmFwY2hhdC0xNDcyMzI4NzE2LzwvbG9jPjxsYXN0bW9kPjIwMTctMTAtMjRUMjE6NTI6NDJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzEwL1NuYXBjaGF0LTE0NzIzMjg3MTYuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkxhdmlzaCBMdXhlIEdhbGxlcnkgMTE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9zY3JlZW5zaG90XzIwMTctMDktMTMtMDctNTItNDMtMS88L2xvYz48bGFzdG1vZD4yMDE3LTEwLTIzVDAwOjQxOjQ3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8xMC9TY3JlZW5zaG90XzIwMTctMDktMTMtMDctNTItNDMtMS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuc2hvdF8yMDE3LTA5LTEzLTA3LTUyLTQzLTE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9waWNzYXJ0XzA5LTIwLTA4LTI1LTU0LzwvbG9jPjxsYXN0bW9kPjIwMTctMTAtMjRUMjE6MzY6MzBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzEwL1BpY3NBcnRfMDktMjAtMDguMjUuNTQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkxhdmlzaCBMdXhlIEdhbGxlcnkgMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3BpY3NhcnRfMDktMjktMDEtMzktMjcvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0xMC0yNFQyMTo0NzoyOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMTAvUGljc0FydF8wOS0yOS0wMS4zOS4yNy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+TGF2aXNoIEx1eGUgR2FsbGVyeSA4PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vcGljc2FydF8wOS0yOS0wMS00MS0zNy88L2xvYz48bGFzdG1vZD4yMDE3LTEwLTI0VDIxOjQ4OjI5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8xMC9QaWNzQXJ0XzA5LTI5LTAxLjQxLjM3LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5MYXZpc2ggTHV4ZSBHYWxsZXJ5IDk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9fbWdfOTUwNGZpbmFsLzwvbG9jPjxsYXN0bW9kPjIwMTctMTAtMjRUMjE6NDU6MTBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzEwL01HXzk1MDRmaW5hbC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+TGF2aXNoIEx1eGUgR2FsbGVyeSA2PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vX21nXzk0NDRmaW5hbC88L2xvYz48bGFzdG1vZD4yMDE3LTEwLTI0VDIxOjQ2OjE3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8xMC9NR185NDQ0ZmluYWwuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkxhdmlzaCBMdXhlIEdhbGxlcnkgNzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL2RsYV8yMzQyLzwvbG9jPjxsYXN0bW9kPjIwMTctMTAtMjRUMjE6NDE6NTVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzEwL0RMQV8yMzQyLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5MYXZpc2ggTHV4ZSBHYWxsZXJ5IDM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9yZWNlaXZlZF8xMDIxMjY2MTgwMzEzMTY4MS88L2xvYz48bGFzdG1vZD4yMDE3LTEwLTI0VDIxOjM4OjIxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8xMC9yZWNlaXZlZF8xMDIxMjY2MTgwMzEzMTY4MS5qcGVnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkxhdmlzaCBMdXhlIEdhbGxlcnkgMjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3NuYXBjaGF0LTYyNjczMTU5OTY5MjgyODcxMDkvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0xMC0yM1QxOTowNzo1MVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMTAvU25hcGNoYXQtNjI2NzMxNTk5NjkyODI4NzEwOS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bGF2aXNoIGx1eGUgcmVkIHNsaWRlczwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tLzIwMTYwNjAzXzIwMjE0OS88L2xvYz48bGFzdG1vZD4yMDE3LTEwLTIzVDIyOjQ0OjU0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8xMC8yMDE2MDYwM18yMDIxNDkuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPjIwMTYwNjAzXzIwMjE0OTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL2xhdmlzaC1sdXhlLWxvZ28tMi88L2xvYz48bGFzdG1vZD4yMDE3LTEwLTIzVDIzOjIyOjUyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8xMC9sYXZpc2gtbHV4ZS1sb2dvLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5sYXZpc2gtbHV4ZS1sb2dvPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vX21nXzc1NjJmaW5hbC88L2xvYz48bGFzdG1vZD4yMDE3LTEwLTI5VDE5OjEzOjM2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8xMC9NR183NTYyZmluYWwuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkxhdmlzaCBMdXhlIGJ5IExlbmVlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vX21nXzc1MTlmaW5hbC88L2xvYz48bGFzdG1vZD4yMDE3LTEwLTI5VDE5OjEyOjAxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8xMC9NR183NTE5ZmluYWwuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkxhdmlzaCBMdXhlIGJ5IExlbmVlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vZGxhXzYzNzUvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0xMC0yOVQxOToxNDo0NVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMTAvRExBXzYzNzUuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkxhdmlzaCBMdXhlIGJ5IExlbmVlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vZGxhXzYzMjAvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0xMC0yOVQxODoxNjo0MVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMTAvRExBXzYzMjAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkhvbWUgU2xpZGVyIEltYWdlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vZmJfaW1nXzE0NTUwNDkwMDc3NzYvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0xMC0yOVQxODoxNjoyOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMTAvRkJfSU1HXzE0NTUwNDkwMDc3NzYuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkZCX0lNR18xNDU1MDQ5MDA3Nzc2PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vYWJvdXQvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0xMC0yOVQxODoyMzoyMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMTAvRExBXzQ0OTQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkRMQV80NDk0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vX21nXzAzNDRmaW5hbC88L2xvYz48bGFzdG1vZD4yMDE3LTEwLTI5VDE5OjEzOjU2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8xMC9NR18wMzQ0ZmluYWwuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkxhdmlzaCBMdXhlIGJ5IExlbmVlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vX21nXzUyMDEtMi88L2xvYz48bGFzdG1vZD4yMDE3LTEwLTI5VDE4OjU1OjIwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8xMC9NR181MjAxLTIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkxhdmlzaCBMdXhlIFNsaWRlciBJbWFnZSAxPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vX21nXzU0MTUtMi88L2xvYz48bGFzdG1vZD4yMDE3LTEwLTI5VDE5OjEyOjA5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8xMC9NR181NDE1LTIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkxhdmlzaCBMdXhlIGJ5IExlbmVlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vX21nXzU0NjMtMi88L2xvYz48bGFzdG1vZD4yMDE3LTEwLTI5VDE5OjEyOjU0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8xMC9NR181NDYzLTIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkxhdmlzaCBMdXhlIGJ5IExlbmVlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vZGxhXzYzMjAtMi88L2xvYz48bGFzdG1vZD4yMDE3LTEwLTI5VDE4OjM0OjA2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8xMC9ETEFfNjMyMC0xLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ETEFfNjMyMDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL2ZiX2ltZ18xNTA4OTExMTA4OTQzLzwvbG9jPjxsYXN0bW9kPjIwMTctMTAtMjlUMTg6MzQ6MDlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzEwL0ZCX0lNR18xNTA4OTExMTA4OTQzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5GQl9JTUdfMTUwODkxMTEwODk0MzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL2ZiX2ltZ18xNTA4OTExMTIxNjQ5LzwvbG9jPjxsYXN0bW9kPjIwMTctMTAtMjlUMTk6MTE6NDVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzEwL0ZCX0lNR18xNTA4OTExMTIxNjQ5LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5MYXZpc2ggTHV4ZSBieSBMZW5lZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL2ZiX2ltZ18xNTA4OTExMjQwMzkzLzwvbG9jPjxsYXN0bW9kPjIwMTctMTAtMjlUMTk6NDM6NTRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzEwL0ZCX0lNR18xNTA4OTExMjQwMzkzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5MYXZpc2ggTHV4ZSBCeSBMZW5lZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL2ZiX2ltZ18xNTA4OTExMjQ0MDYyLzwvbG9jPjxsYXN0bW9kPjIwMTctMTAtMjlUMTk6NDM6MDJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzEwL0ZCX0lNR18xNTA4OTExMjQ0MDYyLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5MYXZpc2ggTHV4ZSBCeSBMZW5lZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL2ZiX2ltZ18xNTA4OTExMjQ3NzQwLzwvbG9jPjxsYXN0bW9kPjIwMTctMTAtMjlUMTk6NDI6MzZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzEwL0ZCX0lNR18xNTA4OTExMjQ3NzQwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5MYXZpc2ggTHV4ZSBCeSBMZW5lZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL2ZiX2ltZ18xNTA4OTExMjc3NDg4LzwvbG9jPjxsYXN0bW9kPjIwMTctMTAtMjlUMTg6MzQ6MjBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzEwL0ZCX0lNR18xNTA4OTExMjc3NDg4LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5GQl9JTUdfMTUwODkxMTI3NzQ4ODwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL2ZiX2ltZ18xNTA4OTExMjg1MTkzLzwvbG9jPjxsYXN0bW9kPjIwMTctMTAtMjlUMTg6MzQ6MjNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzEwL0ZCX0lNR18xNTA4OTExMjg1MTkzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5GQl9JTUdfMTUwODkxMTI4NTE5MzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL2ZiX2ltZ18xNTA4OTExMjkwMjgyLzwvbG9jPjxsYXN0bW9kPjIwMTctMTAtMjlUMTk6MTM6MTVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzEwL0ZCX0lNR18xNTA4OTExMjkwMjgyLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5MYXZpc2ggTHV4ZSBieSBMZW5lZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL2ZiX2ltZ18xNTA4OTExMzY4MDkxLzwvbG9jPjxsYXN0bW9kPjIwMTctMTAtMjlUMTg6MzQ6MjlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzEwL0ZCX0lNR18xNTA4OTExMzY4MDkxLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5GQl9JTUdfMTUwODkxMTM2ODA5MTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL2ZiX2ltZ18xNTA4OTExNDUyMjg1LzwvbG9jPjxsYXN0bW9kPjIwMTctMTAtMjlUMTk6MTI6MjZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzEwL0ZCX0lNR18xNTA4OTExNDUyMjg1LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5MYXZpc2ggTHV4ZSBieSBMZW5lZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL2NvbXBvc2l0ZTEvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0xMC0yOVQxOToxMTo1NVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMTAvY29tcG9zaXRlMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+TGF2aXNoIEx1eGUgYnkgTGVuZWU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9fbWdfNzU2MmZpbmFsLTIvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0xMS0wMVQxOTo1MDowNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMTEvTUdfNzU2MmZpbmFsLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5fTUdfNzU2MmZpbmFsPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vZmJfaW1nXzE1MDg5MTEyNzc0ODgtMi88L2xvYz48bGFzdG1vZD4yMDE3LTExLTAxVDE5OjUwOjEzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8xMS9GQl9JTUdfMTUwODkxMTI3NzQ4OC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+RkJfSU1HXzE1MDg5MTEyNzc0ODg8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9mYl9pbWdfMTUwODkxMTI4NTE5My0yLzwvbG9jPjxsYXN0bW9kPjIwMTctMTEtMDFUMTk6NTA6MTZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzExL0ZCX0lNR18xNTA4OTExMjg1MTkzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5GQl9JTUdfMTUwODkxMTI4NTE5MzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL2ZiX2ltZ18xNTA4OTExMjkwMjgyLTIvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0xMS0wMVQxOTo1MDoxOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMTEvRkJfSU1HXzE1MDg5MTEyOTAyODIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkZCX0lNR18xNTA4OTExMjkwMjgyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vZmJfaW1nXzE1MDg5MTEzNjgwOTEtMi88L2xvYz48bGFzdG1vZD4yMDE3LTExLTAxVDE5OjUwOjIyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8xMS9GQl9JTUdfMTUwODkxMTM2ODA5MS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+RkJfSU1HXzE1MDg5MTEzNjgwOTE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9mYl9pbWdfMTQyNjQzODkyNTA4OS88L2xvYz48bGFzdG1vZD4yMDE3LTExLTAxVDE5OjUwOjI0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8xMS9GQl9JTUdfMTQyNjQzODkyNTA4OS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+RkJfSU1HXzE0MjY0Mzg5MjUwODk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS91bnRpdGxlZC03Ni1vZi0yODBfMTUwMTA4NTQzODU4NV8xNTAxMDg1NjgxOTcyLzwvbG9jPjxsYXN0bW9kPjIwMTctMTEtMDFUMjA6MDA6NDNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzExL3VudGl0bGVkLTc2LW9mLTI4MF8xNTAxMDg1NDM4NTg1XzE1MDEwODU2ODE5NzIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkxhdmlzaCBMdXhlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vdW50aXRsZWQtODAtb2YtMjgwLzwvbG9jPjxsYXN0bW9kPjIwMTctMTEtMDFUMTk6NTU6NTNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzExL3VudGl0bGVkLTgwLW9mLTI4MC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+TGF2aXNoIEx1eGU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS91bnRpdGxlZC0xMDctb2YtMjgwLzwvbG9jPjxsYXN0bW9kPjIwMTctMTEtMDFUMTk6NTA6NDBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzExL3VudGl0bGVkLTEwNy1vZi0yODAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnVudGl0bGVkICgxMDcgb2YgMjgwKTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dlZHBpY3NfMTQ3ODU4NDQ2MzM0OS88L2xvYz48bGFzdG1vZD4yMDE3LTExLTAxVDE5OjU0OjAyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8xMS9XZWRQaWNzXzE0Nzg1ODQ0NjMzNDkuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkxhdmlzaCBMdXhlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vX21nXzc1NjJmaW5hbC0zLzwvbG9jPjxsYXN0bW9kPjIwMTctMTEtMDFUMTk6NTA6NTJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzExL01HXzc1NjJmaW5hbC0xLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5fTUdfNzU2MmZpbmFsPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vZmJfaW1nXzE0MjY0Mzg5MjUwODktMi88L2xvYz48bGFzdG1vZD4yMDE3LTExLTAxVDIwOjAxOjM4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8xMS9GQl9JTUdfMTQyNjQzODkyNTA4OS0xLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5MYXZpc2ggTHV4ZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL2ZiX2ltZ18xNTA4OTExMjc3NDg4LTMvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0xMS0wMVQxOTo1MTowMlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMTEvRkJfSU1HXzE1MDg5MTEyNzc0ODgtMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+RkJfSU1HXzE1MDg5MTEyNzc0ODg8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9mYl9pbWdfMTUwODkxMTI4NTE5My0zLzwvbG9jPjxsYXN0bW9kPjIwMTctMTEtMDFUMTk6NTE6MDVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzExL0ZCX0lNR18xNTA4OTExMjg1MTkzLTEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkZCX0lNR18xNTA4OTExMjg1MTkzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vZmJfaW1nXzE1MDg5MTEyOTAyODItMy88L2xvYz48bGFzdG1vZD4yMDE3LTExLTAxVDE5OjUxOjA4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8xMS9GQl9JTUdfMTUwODkxMTI5MDI4Mi0xLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5GQl9JTUdfMTUwODkxMTI5MDI4MjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL2ZiX2ltZ18xNTA4OTExMzY4MDkxLTMvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0xMS0wMVQxOTo1MToxMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMTEvRkJfSU1HXzE1MDg5MTEzNjgwOTEtMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+RkJfSU1HXzE1MDg5MTEzNjgwOTE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS91bnRpdGxlZC0xMDctb2YtMjgwLTIvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0xMS0wMVQxOTo1MToxNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMTEvdW50aXRsZWQtMTA3LW9mLTI4MC0xLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT51bnRpdGxlZCAoMTA3IG9mIDI4MCk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS91bnRpdGxlZC03Ni1vZi0yODBfMTUwMTA4NTQzODU4NV8xNTAxMDg1NjgxOTcyLTIvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0xMS0wMVQxOTo1MToyMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMTEvdW50aXRsZWQtNzYtb2YtMjgwXzE1MDEwODU0Mzg1ODVfMTUwMTA4NTY4MTk3Mi0xLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT51bnRpdGxlZCAoNzYgb2YgMjgwKV8xNTAxMDg1NDM4NTg1XzE1MDEwODU2ODE5NzI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS91bnRpdGxlZC04MC1vZi0yODAtMi88L2xvYz48bGFzdG1vZD4yMDE3LTExLTAxVDE5OjUxOjI4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8xMS91bnRpdGxlZC04MC1vZi0yODAtMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+dW50aXRsZWQgKDgwIG9mIDI4MCk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93ZWRwaWNzXzE0Nzg1ODQ0NjMzNDktMi88L2xvYz48bGFzdG1vZD4yMDE3LTExLTAxVDE5OjUxOjM2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8xMS9XZWRQaWNzXzE0Nzg1ODQ0NjMzNDktMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+V2VkUGljc18xNDc4NTg0NDYzMzQ5PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vY3JvcHBlZC1mYl9pbWdfMTQ1NTA0OTAwNzc3Ni1qcGcvPC9sb2M+PGxhc3Rtb2Q+MjAxNy0xMS0wMVQyMzowMDo0N1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMTAvY3JvcHBlZC1GQl9JTUdfMTQ1NTA0OTAwNzc3Ni5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Y3JvcHBlZC1GQl9JTUdfMTQ1NTA0OTAwNzc3Ni5qcGc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93b29jb21tZXJjZS1wbGFjZWhvbGRlci88L2xvYz48bGFzdG1vZD4yMDE5LTA3LTA4VDE1OjI0OjU3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvd29vY29tbWVyY2UtcGxhY2Vob2xkZXIucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPndvb2NvbW1lcmNlLXBsYWNlaG9sZGVyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vYmVlaGF2ZS88L2xvYz48bGFzdG1vZD4yMDE5LTA3LTA4VDE5OjA5OjUyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wNy9iZWVoYXZlLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5iZWVoYXZlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vYmxhY2stc3R5bGVkLWJ5LWxlbmVlLXQtc2hpcnQvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wNy0wOFQyMDozNzo0M1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDcvQmxhY2stU3R5bGVkLUJ5LUxlbmVlLVQtU2hpcnQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkJsYWNrIFN0eWxlZCBCeSBMZW5lZSBULVNoaXJ0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vYmx1c2gtYmFieS88L2xvYz48bGFzdG1vZD4yMDE5LTA3LTA4VDIwOjM5OjEzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wNy9ibHVzaC1iYWJ5LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ibHVzaCBiYWJ5PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vYmx1c2gtbGFkeS88L2xvYz48bGFzdG1vZD4yMDE5LTA3LTA4VDIwOjQzOjU0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wNy9ibHVzaC1sYWR5LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ibHVzaCBsYWR5PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vcHJvZHVjdC9jdXN0b21pemFibGUtZmVhdGhlcmVkLXNraXJ0LzwvbG9jPjxsYXN0bW9kPjIwMTktMDctMDhUMjA6NDk6MzBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzA3L2N1c3RvbWl6YWJsZS1mZWF0aGVyZWQtc2tpcnQucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmN1c3RvbWl6YWJsZSBmZWF0aGVyZWQgc2tpcnQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9nbGFkZGlzLzwvbG9jPjxsYXN0bW9kPjIwMTktMDctMDhUMjA6NTI6MjFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzA3L2dsYWRkaXMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmdsYWRkaXM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9saXZpbi1sYXZpc2gtdC1zaGlydC88L2xvYz48bGFzdG1vZD4yMDE5LTA3LTA4VDIxOjAzOjQ3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wNy9saXZpbi1sYXZpc2gtdC1zaGlydC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bGl2aW4gbGF2aXNoIHQtc2hpcnQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9tYXJibGUtY2hpYy88L2xvYz48bGFzdG1vZD4yMDE5LTA3LTA4VDIxOjA1OjAyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wNy9tYXJibGUtY2hpYy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bWFyYmxlIGNoaWM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9wcm9kdWN0L3doaXRlLWxhdmlzaC1sdXhlLWJ5LWxlbmVlLXQtc2hpcnQvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wNy0wOVQxOTo1NTo0N1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDcvNjIzMjU4MDExLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT42MjMyNTgwMTE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9wcm9kdWN0L2staS1zLXMtdGVlLzwvbG9jPjxsYXN0bW9kPjIwMTktMTEtMDZUMDU6MDM6NTBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzExL2tpc3Mtc2hpcnQtZTE1NzMwMTYyNDY4MDYuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmtpc3Mgc2hpcnQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPktlZXAgSXQgU2ltcGx5IFN0eWxpc2g8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vcHJvZHVjdC9rLWktcy1zLXRlZS88L2xvYz48bGFzdG1vZD4yMDE5LTExLTA2VDA1OjUwOjI5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8xMS9hcm15LWJhZy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2FsdXRlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vcHVyc2UvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0xMS0wNlQwNTo0NTowOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMTEvcHVyc2UuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPnB1cnNlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vYnJvd24tYmFnLzwvbG9jPjxsYXN0bW9kPjIwMTktMTEtMDZUMDY6MDI6MjJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzExL2Jyb3duLWJhZy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YnJvd24gYmFnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd2ViMS88L2xvYz48bGFzdG1vZD4yMDE5LTExLTA3VDE5OjExOjQ4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8xMS93ZWIxLWUxNTczMTUzOTcwMjg2LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT53ZWIxPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd2ViNC88L2xvYz48bGFzdG1vZD4yMDE5LTExLTA3VDE5OjE1OjI0WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8xMS93ZWI0LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT53ZWI0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd2ViMy88L2xvYz48bGFzdG1vZD4yMDE5LTExLTA3VDE5OjIxOjEwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8xMS93ZWIzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT53ZWIzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vNDA2LzwvbG9jPjxsYXN0bW9kPjIwMTktMTEtMTJUMTk6NDM6MTFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzExL0xhdmlzaC1MdXhlLUJ5LUxlbmVlLW00di1pbWFnZS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vcHJvZHVjdC9ibGFjay1saXZlcy1tYXR0ZXItc2V0cy1naXJscy88L2xvYz48bGFzdG1vZD4yMDIwLTA3LTIxVDAxOjU2OjQ1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNy9raWRzLWJsbS1zZXQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmtpZHMgYmxtIHNldDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3Byb2R1Y3QvYmxhY2stbGl2ZXMtbWF0dGVyLXNldHMtZ2lybHMvPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wNy0yMVQwMjozNTowNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDcvYXV0dW0uanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmF1dHVtPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vcHJvZHVjdC9ibGFjay1saXZlcy1tYXR0ZXItYWR1bHQtdW5pc2V4LWJsYWNrLzwvbG9jPjxsYXN0bW9kPjIwMjAtMDctMjFUMDM6NDk6NTlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA3L2Jsa0xNLXNoaXJ0cy1lMTU5NTMwMzQ5MzE5My5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YmxrTE0gc2hpcnRzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vcHJvZHVjdC9ibGFjay1saXZlcy1tYXR0ZXItc2V0cy1naXJscy88L2xvYz48bGFzdG1vZD4yMDIwLTA3LTI4VDE1OjM5OjAwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNy9hdXR1bS0xLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5hdXR1bTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL2RsYWMwMTg2LzwvbG9jPjxsYXN0bW9kPjIwMjEtMDItMjhUMTY6NDM6NDJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIxLzAyL0RMQUMwMTg2LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ETEFDMDE4NjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL2RsYWMwMzYyLzwvbG9jPjxsYXN0bW9kPjIwMjEtMDItMjhUMTY6NDM6NTlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIxLzAyL0RMQUMwMzYyLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ETEFDMDM2MjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL2RsYWMwNDEwLzwvbG9jPjxsYXN0bW9kPjIwMjEtMDItMjhUMTY6NDQ6MTlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIxLzAyL0RMQUMwNDEwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ETEFDMDQxMDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL2RsYWMwNDYxLzwvbG9jPjxsYXN0bW9kPjIwMjEtMDItMjhUMTY6NDQ6MzlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIxLzAyL0RMQUMwNDYxLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ETEFDMDQ2MTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL2RsYWMwNTE5LzwvbG9jPjxsYXN0bW9kPjIwMjEtMDItMjhUMTY6NDQ6NTZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIxLzAyL0RMQUMwNTE5LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ETEFDMDUxOTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL2RsYWMwNTIwLzwvbG9jPjxsYXN0bW9kPjIwMjEtMDItMjhUMTY6NDU6MjZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIxLzAyL0RMQUMwNTIwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ETEFDMDUyMDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL2RsYWMwNTg5LzwvbG9jPjxsYXN0bW9kPjIwMjEtMDItMjhUMTY6NDU6NDVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIxLzAyL0RMQUMwNTg5LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ETEFDMDU4OTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL2RsYWMwNTk1LzwvbG9jPjxsYXN0bW9kPjIwMjEtMDItMjhUMTY6NDY6MDZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIxLzAyL0RMQUMwNTk1LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ETEFDMDU5NTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL2RsYWMwNTk4LzwvbG9jPjxsYXN0bW9kPjIwMjEtMDItMjhUMTY6NDY6MzJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIxLzAyL0RMQUMwNTk4LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ETEFDMDU5ODwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL2ltZ18yMDIwMTExNV8xOTE3MDhfMTk5LzwvbG9jPjxsYXN0bW9kPjIwMjEtMDItMjhUMTY6NDY6NTVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIxLzAyL0lNR18yMDIwMTExNV8xOTE3MDhfMTk5LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5JTUdfMjAyMDExMTVfMTkxNzA4XzE5OTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL2ltZ18yMDIwMTExNV8xOTE4MTlfNTY4LzwvbG9jPjxsYXN0bW9kPjIwMjEtMDItMjhUMTY6NDc6MjBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIxLzAyL0lNR18yMDIwMTExNV8xOTE4MTlfNTY4LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5JTUdfMjAyMDExMTVfMTkxODE5XzU2ODwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3RtcF84NTA1LzwvbG9jPjxsYXN0bW9kPjIwMjEtMDItMjhUMTY6NDc6NDhaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIxLzAyL1RNUF84NTA1LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5UTVBfODUwNTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3RtcF84NTEyLzwvbG9jPjxsYXN0bW9kPjIwMjEtMDItMjhUMTY6NDg6MTZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIxLzAyL1RNUF84NTEyLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5UTVBfODUxMjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3RtcF84NTk2LzwvbG9jPjxsYXN0bW9kPjIwMjEtMDItMjhUMTY6NDg6MzVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIxLzAyL1RNUF84NTk2LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5UTVBfODU5NjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3RtcF84OTI4LzwvbG9jPjxsYXN0bW9kPjIwMjEtMDItMjhUMTY6NDg6NTVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIxLzAyL1RNUF84OTI4LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5UTVBfODkyODwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tLzwvbG9jPjxsYXN0bW9kPjIwMjEtMDItMjhUMjA6NTA6MzVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIxLzAyL2xhdmlzaF9sdXhlX2xvZ29fd2hpdGUuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmxhdmlzaF9sdXhlX2xvZ29fd2hpdGU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS88L2xvYz48bGFzdG1vZD4yMDIxLTAyLTI4VDIwOjUxOjE1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8wMi9sYXZpc2hfbHV4ZV9sb2dvX3B1cnBsZS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bGF2aXNoX2x1eGVfbG9nb19wdXJwbGU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS88L2xvYz48bGFzdG1vZD4yMDIxLTAyLTI4VDIwOjUxOjIxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8wMi9sYXZpc2hfbHV4ZV9sb2dvX2JsYWNrLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5sYXZpc2hfbHV4ZV9sb2dvX2JsYWNrPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vPC9sb2M+PGxhc3Rtb2Q+MjAyMS0wMi0yOFQyMTowMjoxNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjEvMDIvbGF2aXNoX2x1eGVfbG9nb193aGl0ZS1iYWNrZ3JvdW5kLXJlbW92ZWQucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmxhdmlzaF9sdXhlX2xvZ29fd2hpdGUtYmFja2dyb3VuZC1yZW1vdmVkPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vPC9sb2M+PGxhc3Rtb2Q+MjAyMS0wMi0yOFQyMToyNToxMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjEvMDIvbGF2aXNoX2x1eGVfbG9nb193aGl0ZS1iYWNrZ3JvdW5kLXJlbW92ZWQtbm9iYW5uZXIucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmxhdmlzaF9sdXhlX2xvZ29fd2hpdGUtYmFja2dyb3VuZC1yZW1vdmVkLW5vYmFubmVyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vZGxhYzA0MTAtanBnLzwvbG9jPjxsYXN0bW9kPjIwMjEtMDUtMDJUMTU6MzU6MTdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIxLzA1L0RMQUMwNDEwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ETEFDMDQxMC5qcGc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9kbGFjMDQ2MS1qcGcvPC9sb2M+PGxhc3Rtb2Q+MjAyMS0wNS0wMlQxNTozNToyM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjEvMDUvRExBQzA0NjEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkRMQUMwNDYxLmpwZzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL2RsYWMwNTg5LWpwZy88L2xvYz48bGFzdG1vZD4yMDIxLTA1LTAyVDE1OjM1OjI3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8wNS9ETEFDMDU4OS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+RExBQzA1ODkuanBnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vZGxhYzA1MTktanBnLzwvbG9jPjxsYXN0bW9kPjIwMjEtMDUtMDJUMTU6MzU6MzJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIxLzA1L0RMQUMwNTE5LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ETEFDMDUxOS5qcGc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9kbGFjMDUyMC1qcGcvPC9sb2M+PGxhc3Rtb2Q+MjAyMS0wNS0wMlQxNTozNTozNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjEvMDUvRExBQzA1MjAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkRMQUMwNTIwLmpwZzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL2RsYWMwNTk1LWpwZy88L2xvYz48bGFzdG1vZD4yMDIxLTA1LTAyVDE1OjM1OjM5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8wNS9ETEFDMDU5NS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+RExBQzA1OTUuanBnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vZGxhYzA1OTgtanBnLzwvbG9jPjxsYXN0bW9kPjIwMjEtMDUtMDJUMTU6MzU6NDNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIxLzA1L0RMQUMwNTk4LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ETEFDMDU5OC5qcGc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9pbWdfMjAyMDExMTVfMTkxNzA4XzE5OS1qcGcvPC9sb2M+PGxhc3Rtb2Q+MjAyMS0wNS0wMlQxNTozNTo0Nlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjEvMDUvSU1HXzIwMjAxMTE1XzE5MTcwOF8xOTkuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPklNR18yMDIwMTExNV8xOTE3MDhfMTk5LmpwZzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL2ltZ18yMDIwMTExNV8xOTE4MTlfNTY4LWpwZy88L2xvYz48bGFzdG1vZD4yMDIxLTA1LTAyVDE1OjM1OjUwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8wNS9JTUdfMjAyMDExMTVfMTkxODE5XzU2OC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+SU1HXzIwMjAxMTE1XzE5MTgxOV81NjguanBnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vdG1wXzg1MDUtanBnLzwvbG9jPjxsYXN0bW9kPjIwMjEtMDUtMDJUMTU6MzU6NTNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIxLzA1L1RNUF84NTA1LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5UTVBfODUwNS5qcGc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS90bXBfODUxMi1qcGcvPC9sb2M+PGxhc3Rtb2Q+MjAyMS0wNS0wMlQxNTozNTo1NVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjEvMDUvVE1QXzg1MTIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlRNUF84NTEyLmpwZzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3RtcF84NTk2LWpwZy88L2xvYz48bGFzdG1vZD4yMDIxLTA1LTAyVDE1OjM1OjU5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8wNS9UTVBfODU5Ni5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+VE1QXzg1OTYuanBnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vYmVoaW5kLXRoZS1sdXhlLzwvbG9jPjxsYXN0bW9kPjIwMjEtMDUtMDJUMTU6NDM6MDNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIxLzA1L0JlaGluZC1UaGUtTHV4ZS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QmVoaW5kIFRoZSBMdXhlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vYmVoaW5kLXRoZS1sdXhlLzwvbG9jPjxsYXN0bW9kPjIwMjEtMDUtMDJUMTU6NDQ6MTBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIxLzA1L0JlaGluZC1UaGUtTHV4ZS01LXNjYWxlZC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QmVoaW5kIFRoZSBMdXhlIDU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9iZWhpbmQtdGhlLWx1eGUvPC9sb2M+PGxhc3Rtb2Q+MjAyMS0wNS0wMlQxNTo0NjowN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjEvMDUvQmVoaW5kLVRoZS1MdXhlLTQtc2NhbGVkLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5CZWhpbmQgVGhlIEx1eGUgNDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL2JlaGluZC10aGUtbHV4ZS88L2xvYz48bGFzdG1vZD4yMDIxLTA1LTAyVDE1OjQ5OjQ5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8wNS9CZWhpbmQtVGhlLUx1eGUtMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QmVoaW5kIFRoZSBMdXhlIDE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9iZWhpbmQtdGhlLWx1eGUvPC9sb2M+PGxhc3Rtb2Q+MjAyMS0wNS0wMlQyMTowNjozNlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjEvMDUvQmVoaW5kLVRoZS1MdXhlLTEtMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QmVoaW5kIFRoZSBMdXhlIDE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9iZWhpbmQtdGhlLWx1eGUvPC9sb2M+PGxhc3Rtb2Q+MjAyMS0wNS0wMlQyMTowNjo0OVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjEvMDUvQmVoaW5kLVRoZS1MdXhlLTkuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkJlaGluZCBUaGUgTHV4ZSA5PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vYmVoaW5kLXRoZS1sdXhlLzwvbG9jPjxsYXN0bW9kPjIwMjEtMDUtMDJUMjE6MDY6NTlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIxLzA1L0JlaGluZC1UaGUtTHV4ZS04LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5CZWhpbmQgVGhlIEx1eGUgODwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL2JlaGluZC10aGUtbHV4ZS88L2xvYz48bGFzdG1vZD4yMDIxLTA1LTAyVDIxOjA3OjI1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8wNS9CZWhpbmQtVGhlLUx1eGUtNy1zY2FsZWQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkJlaGluZCBUaGUgTHV4ZSA3PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vYmVoaW5kLXRoZS1sdXhlLzwvbG9jPjxsYXN0bW9kPjIwMjEtMDUtMDJUMjE6MDk6MDJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIxLzA1L0JlaGluZC1UaGUtTHV4ZS02LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5CZWhpbmQgVGhlIEx1eGUgNjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL2JlaGluZC10aGUtbHV4ZS88L2xvYz48bGFzdG1vZD4yMDIxLTA1LTAyVDIxOjA5OjA3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8wNS9CZWhpbmQtVGhlLUx1eGUtMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QmVoaW5kIFRoZSBMdXhlIDI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9iZWhpbmQtdGhlLWx1eGUvPC9sb2M+PGxhc3Rtb2Q+MjAyMS0wNS0wMlQyMTowOToyMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjEvMDUvQmVoaW5kLVRoZS1MdXhlLTMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkJlaGluZCBUaGUgTHV4ZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL2JlaGluZC10aGUtbHV4ZS88L2xvYz48bGFzdG1vZD4yMDIxLTA1LTAyVDIxOjA5OjMzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8wNS9CZWhpbmQtVGhlLUx1eGUtNS0xLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5CZWhpbmQgVGhlIEx1eGUgNTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL2JlaGluZC10aGUtbHV4ZS88L2xvYz48bGFzdG1vZD4yMDIxLTA1LTAyVDIxOjEyOjA3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8wNS9CZWhpbmQtVGhlLUx1eGUtNC0xLXNjYWxlZC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QmVoaW5kIFRoZSBMdXhlIDQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9iZWhpbmQtdGhlLWx1eGUvPC9sb2M+PGxhc3Rtb2Q+MjAyMS0wNS0wMlQyMToxNDo1Mlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjEvMDUvQmVoaW5kLVRoZS1MdXhlLTUtMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QmVoaW5kIFRoZSBMdXhlIDU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9iZWhpbmQtdGhlLWx1eGUvPC9sb2M+PGxhc3Rtb2Q+MjAyMS0wNS0wMlQyMToxNTowOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjEvMDUvQmVoaW5kLVRoZS1MdXhlLTQtMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QmVoaW5kIFRoZSBMdXhlIDQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS88L2xvYz48bGFzdG1vZD4yMDIxLTA1LTAyVDIyOjA1OjIwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8wNS9MYXZpc2hMdXhlQWJvdXQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkxhdmlzaEx1eGVBYm91dDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3Byb2R1Y3QvbGF2aXNobHktbGFjZWRfX3RyYXNoZWQvPC9sb2M+PGxhc3Rtb2Q+MjAyMS0wNy0wNVQxNToxMTozOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjEvMDcvTGF2aXNobHktTGFjZWQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkxhdmlzaGx5IExhY2VkPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48L3VybHNldD4K','image-sitemap-1.xml','','draft','closed','closed','','','','','2021-07-14 16:08:16','2021-07-14 16:08:16','',0,'https://lavishluxebylenee.com/?p=893',0,'jp_img_sitemap','',0),(744,1,'2021-04-04 22:06:50','2021-04-04 22:06:50','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n                <h2>Our Services</h2>\n			        <p>\"How can I help you?\"</p>\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simply stylish\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n            <bdi>&#36;27.00</bdi>        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n            <bdi>&#36;25.00</bdi>        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n            <bdi>&#36;60.00</bdi>        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-04-04 22:06:50','2021-04-04 22:06:50','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(745,1,'2021-04-04 22:07:37','2021-04-04 22:07:37','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n                <h2>Our Services</h2>\n			        <p>\"How can I help you?\"</p>\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simply stylish\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n            <bdi>&#36;27.00</bdi>        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n            <bdi>&#36;25.00</bdi>        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n            <bdi>&#36;60.00</bdi>        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-04-04 22:07:37','2021-04-04 22:07:37','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(746,1,'2021-04-04 22:07:38','2021-04-04 22:07:38','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n                <h2>Our Services</h2>\n			        <p>\"How can I help you?\"</p>\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simply stylish\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n            <bdi>&#36;27.00</bdi>        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n            <bdi>&#36;25.00</bdi>        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n            <bdi>&#36;60.00</bdi>        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-04-04 22:07:38','2021-04-04 22:07:38','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(747,1,'2021-04-04 22:07:39','2021-04-04 22:07:39','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n                <h2>Our Services</h2>\n			        <p>\"How can I help you?\"</p>\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simply stylish\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n            <bdi>&#36;27.00</bdi>        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n            <bdi>&#36;25.00</bdi>        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n            <bdi>&#36;60.00</bdi>        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-04-04 22:07:39','2021-04-04 22:07:39','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(748,1,'2021-04-04 22:08:05','2021-04-04 22:08:05','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n                <h2>Our Services</h2>\n			        <p>\"How can I help you?\"</p>\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simply stylish\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n            <bdi>&#36;27.00</bdi>        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n            <bdi>&#36;25.00</bdi>        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n            <bdi>&#36;60.00</bdi>        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-04-04 22:08:05','2021-04-04 22:08:05','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(749,1,'2021-04-04 22:08:05','2021-04-04 22:08:05','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n                <h2>Our Services</h2>\n			        <p>\"How can I help you?\"</p>\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simply stylish\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n            <bdi>&#36;27.00</bdi>        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n            <bdi>&#36;25.00</bdi>        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n            <bdi>&#36;60.00</bdi>        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-04-04 22:08:05','2021-04-04 22:08:05','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(750,1,'2021-04-04 22:08:05','2021-04-04 22:08:05','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n                <h2>Our Services</h2>\n			        <p>\"How can I help you?\"</p>\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simply stylish\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n            <bdi>&#36;27.00</bdi>        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n            <bdi>&#36;25.00</bdi>        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n            <bdi>&#36;60.00</bdi>        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-04-04 22:08:05','2021-04-04 22:08:05','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(751,1,'2021-04-04 22:08:33','2021-04-04 22:08:33','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n                <h2>Our Services</h2>\n			        <p>\"How can I help you?\"</p>\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simply stylish\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n            <bdi>&#36;27.00</bdi>        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n            <bdi>&#36;25.00</bdi>        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n            <bdi>&#36;60.00</bdi>        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-04-04 22:08:33','2021-04-04 22:08:33','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(752,1,'2021-04-04 22:08:34','2021-04-04 22:08:34','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n                <h2>Our Services</h2>\n			        <p>\"How can I help you?\"</p>\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simply stylish\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n            <bdi>&#36;27.00</bdi>        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n            <bdi>&#36;25.00</bdi>        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n            <bdi>&#36;60.00</bdi>        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-04-04 22:08:34','2021-04-04 22:08:34','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(753,1,'2021-04-04 22:08:35','2021-04-04 22:08:35','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n                <h2>Our Services</h2>\n			        <p>\"How can I help you?\"</p>\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simply stylish\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n            <bdi>&#36;27.00</bdi>        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n            <bdi>&#36;25.00</bdi>        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n            <bdi>&#36;60.00</bdi>        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-04-04 22:08:35','2021-04-04 22:08:35','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(754,1,'2021-04-04 22:08:44','2021-04-04 22:08:44','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n                <h2>Our Services</h2>\n			        <p>\"How can I help you?\"</p>\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simply stylish\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n            <bdi>&#36;27.00</bdi>        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n            <bdi>&#36;25.00</bdi>        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n            <bdi>&#36;60.00</bdi>        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-04-04 22:08:44','2021-04-04 22:08:44','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(755,1,'2021-04-04 22:08:44','2021-04-04 22:08:44','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n                <h2>Our Services</h2>\n			        <p>\"How can I help you?\"</p>\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simply stylish\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n            <bdi>&#36;27.00</bdi>        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n            <bdi>&#36;25.00</bdi>        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n            <bdi>&#36;60.00</bdi>        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-04-04 22:08:44','2021-04-04 22:08:44','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(756,1,'2021-04-04 22:08:46','2021-04-04 22:08:46','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n                <h2>Our Services</h2>\n			        <p>\"How can I help you?\"</p>\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simply stylish\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n            <bdi>&#36;27.00</bdi>        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n            <bdi>&#36;25.00</bdi>        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n            <bdi>&#36;60.00</bdi>        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-04-04 22:08:46','2021-04-04 22:08:46','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(757,1,'2021-04-04 22:09:14','2021-04-04 22:09:14','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n                <h2>Our Services</h2>\n			        <p>\"How can I help you?\"</p>\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simply stylish\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n            <bdi>&#36;27.00</bdi>        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n            <bdi>&#36;25.00</bdi>        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n            <bdi>&#36;60.00</bdi>        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-04-04 22:09:14','2021-04-04 22:09:14','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(758,1,'2021-04-04 22:09:14','2021-04-04 22:09:14','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n                <h2>Our Services</h2>\n			        <p>\"How can I help you?\"</p>\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simply stylish\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n            <bdi>&#36;27.00</bdi>        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n            <bdi>&#36;25.00</bdi>        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n            <bdi>&#36;60.00</bdi>        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-04-04 22:09:14','2021-04-04 22:09:14','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(759,1,'2021-04-04 22:09:15','2021-04-04 22:09:15','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n                <h2>Our Services</h2>\n			        <p>\"How can I help you?\"</p>\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simply stylish\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n            <bdi>&#36;27.00</bdi>        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n            <bdi>&#36;25.00</bdi>        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n            <bdi>&#36;60.00</bdi>        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-04-04 22:09:15','2021-04-04 22:09:15','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(760,1,'2021-04-04 22:10:38','2021-04-04 22:10:38','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n                <h2>Our Services</h2>\n			        <p>\"How can I help you?\"</p>\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simply stylish\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n            <bdi>&#36;27.00</bdi>        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n            <bdi>&#36;25.00</bdi>        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n            <bdi>&#36;60.00</bdi>        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-04-04 22:10:38','2021-04-04 22:10:38','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(761,1,'2021-04-04 22:10:38','2021-04-04 22:10:38','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n                <h2>Our Services</h2>\n			        <p>\"How can I help you?\"</p>\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simply stylish\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n            <bdi>&#36;27.00</bdi>        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n            <bdi>&#36;25.00</bdi>        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n            <bdi>&#36;60.00</bdi>        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-04-04 22:10:38','2021-04-04 22:10:38','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(762,1,'2021-04-04 22:10:39','2021-04-04 22:10:39','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n                <h2>Our Services</h2>\n			        <p>\"How can I help you?\"</p>\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simply stylish\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n            <bdi>&#36;27.00</bdi>        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n            <bdi>&#36;25.00</bdi>        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n            <bdi>&#36;60.00</bdi>        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-04-04 22:10:39','2021-04-04 22:10:39','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(763,1,'2021-04-04 22:11:53','2021-04-04 22:11:53','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n                <h2>Our Services</h2>\n			        <p>\"How can I help you?\"</p>\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simply stylish\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n            <bdi>&#36;27.00</bdi>        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n            <bdi>&#36;25.00</bdi>        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n            <bdi>&#36;60.00</bdi>        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-04-04 22:11:53','2021-04-04 22:11:53','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(764,1,'2021-04-04 22:11:53','2021-04-04 22:11:53','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n                <h2>Our Services</h2>\n			        <p>\"How can I help you?\"</p>\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simply stylish\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n            <bdi>&#36;27.00</bdi>        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n            <bdi>&#36;25.00</bdi>        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n            <bdi>&#36;60.00</bdi>        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-04-04 22:11:53','2021-04-04 22:11:53','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(765,1,'2021-04-04 22:11:54','2021-04-04 22:11:54','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n                <h2>Our Services</h2>\n			        <p>\"How can I help you?\"</p>\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simply stylish\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n            <bdi>&#36;27.00</bdi>        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n            <bdi>&#36;25.00</bdi>        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n            <bdi>&#36;60.00</bdi>        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-04-04 22:11:54','2021-04-04 22:11:54','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(766,1,'2021-04-04 22:17:40','2021-04-04 22:17:40','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n                <h2>Our Services</h2>\n			        <p>\"How can I help you?\"</p>\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simply stylish\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n            <bdi>&#36;27.00</bdi>        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n            <bdi>&#36;25.00</bdi>        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n            <bdi>&#36;60.00</bdi>        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-04-04 22:17:40','2021-04-04 22:17:40','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(767,1,'2021-04-04 22:17:41','2021-04-04 22:17:41','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n                <h2>Our Services</h2>\n			        <p>\"How can I help you?\"</p>\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simply stylish\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n            <bdi>&#36;27.00</bdi>        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n            <bdi>&#36;25.00</bdi>        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n            <bdi>&#36;60.00</bdi>        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-04-04 22:17:41','2021-04-04 22:17:41','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(768,1,'2021-04-04 22:17:41','2021-04-04 22:17:41','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n                <h2>Our Services</h2>\n			        <p>\"How can I help you?\"</p>\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simply stylish\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n            <bdi>&#36;27.00</bdi>        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n            <bdi>&#36;25.00</bdi>        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n            <bdi>&#36;60.00</bdi>        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-04-04 22:17:41','2021-04-04 22:17:41','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(896,0,'2021-07-05 05:07:32','2021-07-05 05:07:32','','','','publish','closed','closed','','896','','','2021-07-05 05:07:32','2021-07-05 05:07:32','',0,'https://lavishluxebylenee.com/nf_sub/896/',0,'nf_sub','',0),(887,0,'2021-05-24 21:05:22','2021-05-24 21:05:22','','','','publish','closed','closed','','887','','','2021-05-24 21:05:22','2021-05-24 21:05:22','',0,'https://lavishluxebylenee.com/nf_sub/887/',0,'nf_sub','',0),(894,0,'2021-02-28 20:52:57','0000-00-00 00:00:00','PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCEtLWdlbmVyYXRvcj0namV0cGFjay05LjguMSctLT4KPD94bWwtc3R5bGVzaGVldCB0eXBlPSJ0ZXh0L3hzbCIgaHJlZj0iLy9sYXZpc2hsdXhlYnlsZW5lZS5jb20vdmlkZW8tc2l0ZW1hcC54c2wiPz4KPHVybHNldCB4bWxucz0iaHR0cDovL3d3dy5zaXRlbWFwcy5vcmcvc2NoZW1hcy9zaXRlbWFwLzAuOSIgeG1sbnM6eHNpPSJodHRwOi8vd3d3LnczLm9yZy8yMDAxL1hNTFNjaGVtYS1pbnN0YW5jZSIgeHNpOnNjaGVtYUxvY2F0aW9uPSJodHRwOi8vd3d3LnNpdGVtYXBzLm9yZy9zY2hlbWFzL3NpdGVtYXAvMC45IGh0dHA6Ly93d3cuc2l0ZW1hcHMub3JnL3NjaGVtYXMvc2l0ZW1hcC8wLjkvc2l0ZW1hcC54c2QiIHhtbG5zOnZpZGVvPSJodHRwOi8vd3d3Lmdvb2dsZS5jb20vc2NoZW1hcy9zaXRlbWFwLXZpZGVvLzEuMSI+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL2xhdmlzaC1sdXhlLWJ5LWxlbmVlLzwvbG9jPjxsYXN0bW9kPjIwMTktMTEtMTJUMTk6NDM6MTBaPC9sYXN0bW9kPjx2aWRlbzp2aWRlbz48dmlkZW86dGl0bGU+TGF2aXNoIEx1eGUgQnkgTGVuZWU8L3ZpZGVvOnRpdGxlPjx2aWRlbzp0aHVtYm5haWxfbG9jPmh0dHBzOi8vczAud3AuY29tL2kvYmxhbmsuanBnPC92aWRlbzp0aHVtYm5haWxfbG9jPjx2aWRlbzpkZXNjcmlwdGlvbj48L3ZpZGVvOmRlc2NyaXB0aW9uPjx2aWRlbzpjb250ZW50X2xvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8xMS9MYXZpc2glMjBMdXhlJTIwQnklMjBMZW5lZS5tNHY8L3ZpZGVvOmNvbnRlbnRfbG9jPjwvdmlkZW86dmlkZW8+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3ZpZF80MDkyMDUxMV8wMDQ4MDZfOTc1LzwvbG9jPjxsYXN0bW9kPjIwMjEtMDItMjhUMTY6NDk6MThaPC9sYXN0bW9kPjx2aWRlbzp2aWRlbz48dmlkZW86dGl0bGU+VklEXzQwOTIwNTExXzAwNDgwNl85NzU8L3ZpZGVvOnRpdGxlPjx2aWRlbzp0aHVtYm5haWxfbG9jPmh0dHBzOi8vczAud3AuY29tL2kvYmxhbmsuanBnPC92aWRlbzp0aHVtYm5haWxfbG9jPjx2aWRlbzpkZXNjcmlwdGlvbj48L3ZpZGVvOmRlc2NyaXB0aW9uPjx2aWRlbzpjb250ZW50X2xvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8wMi9WSURfNDA5MjA1MTFfMDA0ODA2Xzk3NS5tcDQ8L3ZpZGVvOmNvbnRlbnRfbG9jPjwvdmlkZW86dmlkZW8+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tLzwvbG9jPjxsYXN0bW9kPjIwMjEtMDItMjhUMjA6NTI6NTdaPC9sYXN0bW9kPjx2aWRlbzp2aWRlbz48dmlkZW86dGl0bGU+VklEXzQxMTEwNjE2XzA3MDgxOF83NzQ8L3ZpZGVvOnRpdGxlPjx2aWRlbzp0aHVtYm5haWxfbG9jPmh0dHBzOi8vczAud3AuY29tL2kvYmxhbmsuanBnPC92aWRlbzp0aHVtYm5haWxfbG9jPjx2aWRlbzpkZXNjcmlwdGlvbj48L3ZpZGVvOmRlc2NyaXB0aW9uPjx2aWRlbzpjb250ZW50X2xvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8wMi9WSURfNDExMTA2MTZfMDcwODE4Xzc3NC5tcDQ8L3ZpZGVvOmNvbnRlbnRfbG9jPjwvdmlkZW86dmlkZW8+PC91cmw+PC91cmxzZXQ+Cg==','video-sitemap-1.xml','','draft','closed','closed','','','','','2021-07-14 16:08:16','2021-07-14 16:08:16','',0,'https://lavishluxebylenee.com/?p=894',0,'jp_vid_sitemap','',0),(895,0,'1970-01-01 00:00:00','0000-00-00 00:00:00','PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCEtLWdlbmVyYXRvcj0namV0cGFjay05LjguMSctLT4KPD94bWwtc3R5bGVzaGVldCB0eXBlPSJ0ZXh0L3hzbCIgaHJlZj0iLy9sYXZpc2hsdXhlYnlsZW5lZS5jb20vc2l0ZW1hcC1pbmRleC54c2wiPz4KPHNpdGVtYXBpbmRleCB4bWxucz0iaHR0cDovL3d3dy5zaXRlbWFwcy5vcmcvc2NoZW1hcy9zaXRlbWFwLzAuOSI+PHNpdGVtYXA+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9zaXRlbWFwLTEueG1sPC9sb2M+PGxhc3Rtb2Q+MjAyMS0wNy0wNVQxNDo0ODoxM1o8L2xhc3Rtb2Q+PC9zaXRlbWFwPjxzaXRlbWFwPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vaW1hZ2Utc2l0ZW1hcC0xLnhtbDwvbG9jPjxsYXN0bW9kPjIwMjEtMDctMDVUMTU6MTE6MzlaPC9sYXN0bW9kPjwvc2l0ZW1hcD48c2l0ZW1hcD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3ZpZGVvLXNpdGVtYXAtMS54bWw8L2xvYz48bGFzdG1vZD4yMDIxLTAyLTI4VDIwOjUyOjU3WjwvbGFzdG1vZD48L3NpdGVtYXA+PC9zaXRlbWFwaW5kZXg+Cg==','sitemap.xml','','draft','closed','closed','','','','','2021-07-14 16:08:16','2021-07-14 16:08:16','',0,'https://lavishluxebylenee.com/?p=895',0,'jp_sitemap_master','',0),(778,1,'2021-05-02 21:36:33','2021-05-02 21:36:33','<h2>behind the luxe</h2>\n					<p>\"Keep it simply stylish\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-4-2.jpg\" alt=\"Behind The Luxe 4\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-4-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-5-2.jpg\" alt=\"Behind The Luxe 5\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-5-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-2.jpg\" alt=\"Behind The Luxe 2\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-6.jpg\" alt=\"Behind The Luxe 6\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-6.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-9.jpg\" alt=\"Behind The Luxe 9\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-9.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-7-scaled.jpg\" alt=\"Behind The Luxe 7\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-7-scaled.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-3.jpg\" alt=\"Behind The Luxe\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-1-1.jpg\" alt=\"Behind The Luxe 1\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-8.jpg\" alt=\"Behind The Luxe 8\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-8.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0410.jpg\" alt=\"DLAC0410.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0461.jpg\" alt=\"DLAC0461.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0589.jpg\" alt=\"DLAC0589.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0519.jpg\" alt=\"DLAC0519.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0520.jpg\" alt=\"DLAC0520.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0595.jpg\" alt=\"DLAC0595.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0598.jpg\" alt=\"DLAC0598.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/TMP_8512.jpg\" alt=\"TMP_8512.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/TMP_8596.jpg\" alt=\"TMP_8596.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>','Behind The Luxe','','publish','closed','closed','','behind-the-luxe','','','2021-05-03 13:00:06','2021-05-03 13:00:06','',0,'https://lavishluxebylenee.com/?page_id=778',0,'page','',0),(779,1,'2021-05-02 15:35:17','2021-05-02 15:35:17','','DLAC0410.jpg','','inherit','closed','closed','','dlac0410-jpg','','','2021-05-02 15:35:17','2021-05-02 15:35:17','',0,'https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0410.jpg',0,'attachment','image/jpeg',0),(780,1,'2021-05-02 15:35:23','2021-05-02 15:35:23','','DLAC0461.jpg','','inherit','closed','closed','','dlac0461-jpg','','','2021-05-02 15:35:23','2021-05-02 15:35:23','',0,'https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0461.jpg',0,'attachment','image/jpeg',0),(781,1,'2021-05-02 15:35:27','2021-05-02 15:35:27','','DLAC0589.jpg','','inherit','closed','closed','','dlac0589-jpg','','','2021-05-02 15:35:27','2021-05-02 15:35:27','',0,'https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0589.jpg',0,'attachment','image/jpeg',0),(782,1,'2021-05-02 15:35:32','2021-05-02 15:35:32','','DLAC0519.jpg','','inherit','closed','closed','','dlac0519-jpg','','','2021-05-02 15:35:32','2021-05-02 15:35:32','',0,'https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0519.jpg',0,'attachment','image/jpeg',0),(783,1,'2021-05-02 15:35:34','2021-05-02 15:35:34','','DLAC0520.jpg','','inherit','closed','closed','','dlac0520-jpg','','','2021-05-02 15:35:34','2021-05-02 15:35:34','',0,'https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0520.jpg',0,'attachment','image/jpeg',0),(784,1,'2021-05-02 15:35:39','2021-05-02 15:35:39','','DLAC0595.jpg','','inherit','closed','closed','','dlac0595-jpg','','','2021-05-02 15:35:39','2021-05-02 15:35:39','',0,'https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0595.jpg',0,'attachment','image/jpeg',0),(785,1,'2021-05-02 15:35:43','2021-05-02 15:35:43','','DLAC0598.jpg','','inherit','closed','closed','','dlac0598-jpg','','','2021-05-02 15:35:43','2021-05-02 15:35:43','',0,'https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0598.jpg',0,'attachment','image/jpeg',0),(786,1,'2021-05-02 15:35:46','2021-05-02 15:35:46','','IMG_20201115_191708_199.jpg','','inherit','closed','closed','','img_20201115_191708_199-jpg','','','2021-05-02 15:35:46','2021-05-02 15:35:46','',0,'https://lavishluxebylenee.com/wp-content/uploads/2021/05/IMG_20201115_191708_199.jpg',0,'attachment','image/jpeg',0),(787,1,'2021-05-02 15:35:50','2021-05-02 15:35:50','','IMG_20201115_191819_568.jpg','','inherit','closed','closed','','img_20201115_191819_568-jpg','','','2021-05-02 15:35:50','2021-05-02 15:35:50','',0,'https://lavishluxebylenee.com/wp-content/uploads/2021/05/IMG_20201115_191819_568.jpg',0,'attachment','image/jpeg',0),(788,1,'2021-05-02 15:35:53','2021-05-02 15:35:53','','TMP_8505.jpg','','inherit','closed','closed','','tmp_8505-jpg','','','2021-05-02 15:35:53','2021-05-02 15:35:53','',0,'https://lavishluxebylenee.com/wp-content/uploads/2021/05/TMP_8505.jpg',0,'attachment','image/jpeg',0),(789,1,'2021-05-02 15:35:55','2021-05-02 15:35:55','','TMP_8512.jpg','','inherit','closed','closed','','tmp_8512-jpg','','','2021-05-02 15:35:55','2021-05-02 15:35:55','',0,'https://lavishluxebylenee.com/wp-content/uploads/2021/05/TMP_8512.jpg',0,'attachment','image/jpeg',0),(790,1,'2021-05-02 15:35:59','2021-05-02 15:35:59','','TMP_8596.jpg','','inherit','closed','closed','','tmp_8596-jpg','','','2021-05-02 15:35:59','2021-05-02 15:35:59','',0,'https://lavishluxebylenee.com/wp-content/uploads/2021/05/TMP_8596.jpg',0,'attachment','image/jpeg',0),(798,1,'2021-05-02 21:06:36','2021-05-02 21:06:36','','Behind The Luxe 1','','inherit','closed','closed','','behind-the-luxe-1-2','','','2021-05-02 21:06:36','2021-05-02 21:06:36','',778,'https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-1-1.jpg',0,'attachment','image/jpeg',0),(792,1,'2021-05-02 15:43:03','2021-05-02 15:43:03','','Behind The Luxe','','inherit','closed','closed','','behind-the-luxe-2','','','2021-05-02 15:43:03','2021-05-02 15:43:03','',778,'https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe.jpg',0,'attachment','image/jpeg',0),(793,1,'2021-05-02 15:44:10','2021-05-02 15:44:10','','Behind The Luxe 5','','inherit','closed','closed','','behind-the-luxe-5','','','2021-05-02 15:44:10','2021-05-02 15:44:10','',778,'https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-5.jpg',0,'attachment','image/jpeg',0),(794,1,'2021-05-02 15:46:07','2021-05-02 15:46:07','','Behind The Luxe 4','','inherit','closed','closed','','behind-the-luxe-4','','','2021-05-02 15:46:07','2021-05-02 15:46:07','',778,'https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-4.jpg',0,'attachment','image/jpeg',0),(799,1,'2021-05-02 21:06:49','2021-05-02 21:06:49','','Behind The Luxe 9','','inherit','closed','closed','','behind-the-luxe-9','','','2021-05-02 21:06:49','2021-05-02 21:06:49','',778,'https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-9.jpg',0,'attachment','image/jpeg',0),(800,1,'2021-05-02 21:06:59','2021-05-02 21:06:59','','Behind The Luxe 8','','inherit','closed','closed','','behind-the-luxe-8','','','2021-05-02 21:06:59','2021-05-02 21:06:59','',778,'https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-8.jpg',0,'attachment','image/jpeg',0),(797,1,'2021-05-02 15:49:49','2021-05-02 15:49:49','','Behind The Luxe 1','','inherit','closed','closed','','behind-the-luxe-1','','','2021-05-02 15:49:49','2021-05-02 15:49:49','',778,'https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-1.jpg',0,'attachment','image/jpeg',0),(801,1,'2021-05-02 21:07:25','2021-05-02 21:07:25','','Behind The Luxe 7','','inherit','closed','closed','','behind-the-luxe-7','','','2021-05-02 21:07:25','2021-05-02 21:07:25','',778,'https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-7.jpg',0,'attachment','image/jpeg',0),(802,1,'2021-05-02 21:09:02','2021-05-02 21:09:02','','Behind The Luxe 6','','inherit','closed','closed','','behind-the-luxe-6','','','2021-05-02 21:09:02','2021-05-02 21:09:02','',778,'https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-6.jpg',0,'attachment','image/jpeg',0),(803,1,'2021-05-02 21:09:07','2021-05-02 21:09:07','','Behind The Luxe 2','','inherit','closed','closed','','behind-the-luxe-2-2','','','2021-05-02 21:09:07','2021-05-02 21:09:07','',778,'https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-2.jpg',0,'attachment','image/jpeg',0),(804,1,'2021-05-02 21:09:21','2021-05-02 21:09:21','','Behind The Luxe','','inherit','closed','closed','','behind-the-luxe-3','','','2021-05-02 21:09:21','2021-05-02 21:09:21','',778,'https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-3.jpg',0,'attachment','image/jpeg',0),(805,1,'2021-05-02 21:09:33','2021-05-02 21:09:33','','Behind The Luxe 5','','inherit','closed','closed','','behind-the-luxe-5-2','','','2021-05-02 21:09:33','2021-05-02 21:09:33','',778,'https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-5-1.jpg',0,'attachment','image/jpeg',0),(806,1,'2021-05-02 21:12:07','2021-05-02 21:12:07','','Behind The Luxe 4','','inherit','closed','closed','','behind-the-luxe-4-2','','','2021-05-02 21:12:07','2021-05-02 21:12:07','',778,'https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-4-1.jpg',0,'attachment','image/jpeg',0),(808,1,'2021-05-02 21:14:52','2021-05-02 21:14:52','','Behind The Luxe 5','','inherit','closed','closed','','behind-the-luxe-5-3','','','2021-05-02 21:14:52','2021-05-02 21:14:52','',778,'https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-5-2.jpg',0,'attachment','image/jpeg',0),(809,1,'2021-05-02 21:15:09','2021-05-02 21:15:09','','Behind The Luxe 4','','inherit','closed','closed','','behind-the-luxe-4-3','','','2021-05-02 21:15:09','2021-05-02 21:15:09','',778,'https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-4-2.jpg',0,'attachment','image/jpeg',0),(810,1,'2021-05-02 21:37:50','2021-05-02 21:37:50','<h2>behind the luxe</h2>		\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-4-2.jpg\" alt=\"Behind The Luxe 4\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-4-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-5-2.jpg\" alt=\"Behind The Luxe 5\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-5-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-2.jpg\" alt=\"Behind The Luxe 2\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-6.jpg\" alt=\"Behind The Luxe 6\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-6.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-9.jpg\" alt=\"Behind The Luxe 9\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-9.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-7-scaled.jpg\" alt=\"Behind The Luxe 7\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-7-scaled.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-3.jpg\" alt=\"Behind The Luxe\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-1-1.jpg\" alt=\"Behind The Luxe 1\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-8.jpg\" alt=\"Behind The Luxe 8\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-8.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0410.jpg\" alt=\"DLAC0410.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0461.jpg\" alt=\"DLAC0461.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0589.jpg\" alt=\"DLAC0589.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0519.jpg\" alt=\"DLAC0519.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0520.jpg\" alt=\"DLAC0520.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0595.jpg\" alt=\"DLAC0595.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0598.jpg\" alt=\"DLAC0598.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/TMP_8505.jpg\" alt=\"TMP_8505.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/TMP_8512.jpg\" alt=\"TMP_8512.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/TMP_8596.jpg\" alt=\"TMP_8596.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/TMP_8928.jpg\" alt=\"\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>','Behind The Luxe','','inherit','closed','closed','','778-revision-v1','','','2021-05-02 21:37:50','2021-05-02 21:37:50','',778,'https://lavishluxebylenee.com/778-revision-v1/',0,'revision','',0),(811,1,'2021-05-02 21:37:50','2021-05-02 21:37:50','<h2>behind the luxe</h2>		\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-4-2.jpg\" alt=\"Behind The Luxe 4\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-4-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-5-2.jpg\" alt=\"Behind The Luxe 5\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-5-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-2.jpg\" alt=\"Behind The Luxe 2\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-6.jpg\" alt=\"Behind The Luxe 6\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-6.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-9.jpg\" alt=\"Behind The Luxe 9\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-9.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-7-scaled.jpg\" alt=\"Behind The Luxe 7\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-7-scaled.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-3.jpg\" alt=\"Behind The Luxe\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-1-1.jpg\" alt=\"Behind The Luxe 1\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-8.jpg\" alt=\"Behind The Luxe 8\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-8.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0410.jpg\" alt=\"DLAC0410.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0461.jpg\" alt=\"DLAC0461.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0589.jpg\" alt=\"DLAC0589.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0519.jpg\" alt=\"DLAC0519.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0520.jpg\" alt=\"DLAC0520.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0595.jpg\" alt=\"DLAC0595.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0598.jpg\" alt=\"DLAC0598.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/TMP_8505.jpg\" alt=\"TMP_8505.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/TMP_8512.jpg\" alt=\"TMP_8512.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/TMP_8596.jpg\" alt=\"TMP_8596.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/TMP_8928.jpg\" alt=\"\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>','Behind The Luxe','','inherit','closed','closed','','778-revision-v1','','','2021-05-02 21:37:50','2021-05-02 21:37:50','',778,'https://lavishluxebylenee.com/778-revision-v1/',0,'revision','',0),(881,1,'2021-05-03 13:00:06','2021-05-03 13:00:06','<h2>behind the luxe</h2>\n					<p>\"Keep it simply stylish\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-4-2.jpg\" alt=\"Behind The Luxe 4\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-4-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-5-2.jpg\" alt=\"Behind The Luxe 5\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-5-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-2.jpg\" alt=\"Behind The Luxe 2\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-6.jpg\" alt=\"Behind The Luxe 6\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-6.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-9.jpg\" alt=\"Behind The Luxe 9\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-9.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-7-scaled.jpg\" alt=\"Behind The Luxe 7\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-7-scaled.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-3.jpg\" alt=\"Behind The Luxe\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-1-1.jpg\" alt=\"Behind The Luxe 1\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-8.jpg\" alt=\"Behind The Luxe 8\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-8.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0410.jpg\" alt=\"DLAC0410.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0461.jpg\" alt=\"DLAC0461.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0589.jpg\" alt=\"DLAC0589.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0519.jpg\" alt=\"DLAC0519.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0520.jpg\" alt=\"DLAC0520.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0595.jpg\" alt=\"DLAC0595.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0598.jpg\" alt=\"DLAC0598.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/TMP_8512.jpg\" alt=\"TMP_8512.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/TMP_8596.jpg\" alt=\"TMP_8596.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>','Behind The Luxe','','inherit','closed','closed','','778-revision-v1','','','2021-05-03 13:00:06','2021-05-03 13:00:06','',778,'https://lavishluxebylenee.com/778-revision-v1/',0,'revision','',0),(812,1,'2021-05-02 21:37:50','2021-05-02 21:37:50','<h2>behind the luxe</h2>\n					<p>\"Keep it simply stylish\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-4-2.jpg\" alt=\"Behind The Luxe 4\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-4-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-5-2.jpg\" alt=\"Behind The Luxe 5\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-5-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-2.jpg\" alt=\"Behind The Luxe 2\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-6.jpg\" alt=\"Behind The Luxe 6\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-6.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-9.jpg\" alt=\"Behind The Luxe 9\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-9.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-7-scaled.jpg\" alt=\"Behind The Luxe 7\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-7-scaled.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-3.jpg\" alt=\"Behind The Luxe\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-1-1.jpg\" alt=\"Behind The Luxe 1\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-8.jpg\" alt=\"Behind The Luxe 8\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-8.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0410.jpg\" alt=\"DLAC0410.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0461.jpg\" alt=\"DLAC0461.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0589.jpg\" alt=\"DLAC0589.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0519.jpg\" alt=\"DLAC0519.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0520.jpg\" alt=\"DLAC0520.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0595.jpg\" alt=\"DLAC0595.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0598.jpg\" alt=\"DLAC0598.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/TMP_8505.jpg\" alt=\"TMP_8505.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/TMP_8512.jpg\" alt=\"TMP_8512.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/TMP_8596.jpg\" alt=\"TMP_8596.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/TMP_8928.jpg\" alt=\"\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>','Behind The Luxe','','inherit','closed','closed','','778-revision-v1','','','2021-05-02 21:37:50','2021-05-02 21:37:50','',778,'https://lavishluxebylenee.com/778-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (813,1,'2021-05-02 21:59:36','2021-05-02 21:59:36','<h2>Our Services</h2>\n					<p>\"How can I help you?\"</p>\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks &amp; makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>','Services','','publish','closed','closed','','services-2','','','2021-05-02 22:00:42','2021-05-02 22:00:42','',0,'https://lavishluxebylenee.com/?page_id=813',0,'page','',0),(814,1,'2021-05-02 22:00:42','2021-05-02 22:00:42','<h2>Our Services</h2>\n					<p>\"How can I help you?\"</p>\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks &amp; makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>','Services','','inherit','closed','closed','','813-revision-v1','','','2021-05-02 22:00:42','2021-05-02 22:00:42','',813,'https://lavishluxebylenee.com/813-revision-v1/',0,'revision','',0),(815,1,'2021-05-02 22:00:42','2021-05-02 22:00:42','<h2>Our Services</h2>\n					<p>\"How can I help you?\"</p>\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks &amp; makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>','Services','','inherit','closed','closed','','813-revision-v1','','','2021-05-02 22:00:42','2021-05-02 22:00:42','',813,'https://lavishluxebylenee.com/813-revision-v1/',0,'revision','',0),(816,1,'2021-05-02 22:00:42','2021-05-02 22:00:42','<h2>Our Services</h2>\n					<p>\"How can I help you?\"</p>\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks &amp; makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>','Services','','inherit','closed','closed','','813-revision-v1','','','2021-05-02 22:00:42','2021-05-02 22:00:42','',813,'https://lavishluxebylenee.com/813-revision-v1/',0,'revision','',0),(837,1,'2021-05-02 23:08:21','2021-05-02 23:08:21','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n				<h2>Read our reviews</h2>\n					<p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n															<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7c4868je1v8itdpuoaqx30b5pdbk6zltvtiww.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />															\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-05-02 23:08:21','2021-05-02 23:08:21','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(835,1,'2021-05-02 23:08:21','2021-05-02 23:08:21','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n				<h2>Read our reviews</h2>\n					<p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n															<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />															\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-05-02 23:08:21','2021-05-02 23:08:21','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(836,1,'2021-05-02 23:08:21','2021-05-02 23:08:21','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n				<h2>Read our reviews</h2>\n					<p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n															<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />															\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-05-02 23:08:21','2021-05-02 23:08:21','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(819,1,'2021-05-02 22:18:03','2021-05-02 22:18:03','<h2>shop the store</h2>\n					<p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n            <bdi>&#36;27.00</bdi>        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n            <bdi>&#36;25.00</bdi>        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n            <bdi>&#36;60.00</bdi>        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>','Shop The Luxe','','publish','closed','closed','','shop-the-luxe','','','2021-05-02 22:20:44','2021-05-02 22:20:44','',0,'https://lavishluxebylenee.com/?page_id=819',0,'page','',0),(820,1,'2021-05-02 22:20:43','2021-05-02 22:20:43','','Shop The Luxe','','inherit','closed','closed','','819-revision-v1','','','2021-05-02 22:20:43','2021-05-02 22:20:43','',819,'https://lavishluxebylenee.com/819-revision-v1/',0,'revision','',0),(821,1,'2021-05-02 22:20:43','2021-05-02 22:20:43','','Shop The Luxe','','inherit','closed','closed','','819-revision-v1','','','2021-05-02 22:20:43','2021-05-02 22:20:43','',819,'https://lavishluxebylenee.com/819-revision-v1/',0,'revision','',0),(818,1,'2021-05-02 22:05:20','2021-05-02 22:05:20','','LavishLuxeAbout','','inherit','closed','closed','','lavishluxeabout','','','2021-05-02 22:05:20','2021-05-02 22:05:20','',497,'https://lavishluxebylenee.com/wp-content/uploads/2021/05/LavishLuxeAbout.jpg',0,'attachment','image/jpeg',0),(822,1,'2021-05-02 22:20:44','2021-05-02 22:20:44','<h2>shop the store</h2>\n					<p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n            <bdi>&#36;27.00</bdi>        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n            <bdi>&#36;25.00</bdi>        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n            <bdi>&#36;60.00</bdi>        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>','Shop The Luxe','','inherit','closed','closed','','819-revision-v1','','','2021-05-02 22:20:44','2021-05-02 22:20:44','',819,'https://lavishluxebylenee.com/819-revision-v1/',0,'revision','',0),(828,1,'2021-05-02 22:29:37','2021-05-02 22:29:37','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n                <h2>Our Services</h2>\n			        <p>\"How can I help you?\"</p>\n		<p>Lavish Luxe By Lenee’ takes pride in providing our customers with high-quality services personalized for their unique needs. I always say ” If you look good, you feel good”. We can handle all personal and professional image, without going beyond the budget.</p><p>LUXURY IS THE ABILITY TO MAKE A LIVING BY BEING ONESELF” ~Lenee’~</p>		\n                        <h2>Consulting With Lenee</h2>\n                                <ul>\n                            <li >\n                                        <b>$25</b> Luxe Location                </li>\n                            <li >\n                                        <b>$30</b> Travel Location                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Hunting</h2>\n                                <ul>\n                            <li >\n                                        Starting @ <b>$50</b> for 35 minutes for one particular Luxe                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Closet Evaluation</h2>\n                                <ul>\n                            <li >\n                                        Full day <b>8 hrs</b> for <b>$250</b> includes:                </li>\n                            <li >\n                                        Shopping                </li>\n                            <li >\n                                        Lavish Luxe Talks                </li>\n                            <li >\n                                        Styling tips                </li>\n                            <li >\n                                        Closet run through                </li>\n                            <li >\n                                        Half Day <b>4.5 hrs</b> for <b>$125</b> includes all above with shopping if time permits                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                        <h2>Lavish Luxe Effect</h2>\n                                <ul>\n                            <li >\n                                        <b>$425</b> - photo shoot up to 2 looks & makeup (hair touch ups)                </li>\n                            <li >\n                                        <b>$850</b> - Hair styling (by Strand by Strand Hair Studio), make-up, photo shoot with up to 3 looks, nails (additional charge)                </li>\n                    </ul>\n                        <a href=\"#\"  >\n                                                                                                                                                        </a>\n                <h2>behind the luxe</h2>\n			        <p>\"Keep it simply stylish\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" alt=\"DLAC0410\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" alt=\"DLAC0461\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" alt=\"DLAC0589\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" alt=\"DLAC0519\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" alt=\"DLAC0520\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" alt=\"DLAC0595\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" alt=\"DLAC0598\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" alt=\"TMP_8505\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" alt=\"TMP_8512\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" alt=\"TMP_8596\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" alt=\"TMP_8928\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/02/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e46d5d6\">\n					</a>\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n                <h2>Read our reviews</h2>\n			        <p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n                <h2>shop the store</h2>\n			        <p>\"Confidence has no budget\"</p>\n                <ul data-layout-mode=\"grid\">    <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-adult-unisex-black/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/blkLM-shirts-e1595303493193-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Adult (unisex black) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=434\" data-quantity=\"1\" data-product_id=\"434\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Adult (unisex black)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-kids-set-boys/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/kids-blm-set-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Kids Set (boys) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=431\" data-quantity=\"1\" data-product_id=\"431\" data-product_sku=\"\" aria-label=\"Add &ldquo;Black Lives Matter Kids Set (boys)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/black-lives-matter-sets-girls/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2020/07/autum-1-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> Black Lives Matter Sets (girls) </h2>\n            <bdi>&#36;10.00</bdi>        </a>\n        <a href=\"?add-to-cart=428\" data-quantity=\"1\" data-product_id=\"428\" data-product_sku=\"010\" aria-label=\"Add &ldquo;Black Lives Matter Sets (girls)&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/k-i-s-s-tee/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt-e1573016246806-300x300.jpg\" alt=\"Motto shirt\" loading=\"eager\" />            <h2> K.I.S.S TEE </h2>\n            <bdi>&#36;27.00</bdi>        </a>\n        <a href=\"?add-to-cart=383\" data-quantity=\"1\" data-product_id=\"383\" data-product_sku=\"\" aria-label=\"Add &ldquo;K.I.S.S TEE&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/white-lavish-luxe-by-lenee-t-shirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011-300x300.jpg\" alt=\"\" loading=\"eager\" />            <h2> White Logo Tee </h2>\n            <bdi>&#36;25.00</bdi>        </a>\n        <a href=\"?add-to-cart=362\" data-quantity=\"1\" data-product_id=\"362\" data-product_sku=\"\" aria-label=\"Add &ldquo;White Logo Tee&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n        <li>\n        <a href=\"https://lavishluxebylenee.com/product/customizable-feathered-skirt/\">\n            <img width=\"300\" height=\"300\" src=\"https://lavishluxebylenee.com/wp-content/uploads/2019/07/customizable-feathered-skirt-300x300.png\" alt=\"\" loading=\"eager\" />            <h2> Customizable Feathered Skirt </h2>\n            <bdi>&#36;60.00</bdi>        </a>\n        <a href=\"?add-to-cart=348\" data-quantity=\"1\" data-product_id=\"348\" data-product_sku=\"\" aria-label=\"Add &ldquo;Customizable Feathered Skirt&rdquo; to your cart\" rel=\"nofollow\">Add to cart</a>    </li>\n    </ul>            \n										<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7bxudf1p6v6twcc3sccufv2rmgwtphhvc13yk.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />											\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-05-02 22:29:37','2021-05-02 22:29:37','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(841,1,'2021-05-02 23:10:16','2021-05-02 23:10:16','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n				<h2>Read our reviews</h2>\n					<p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n															<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7c4869jegdzcpgg2drke92wlo1sxj26zw3vmo.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />															\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-05-02 23:10:16','2021-05-02 23:10:16','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(839,1,'2021-05-02 23:10:16','2021-05-02 23:10:16','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n				<h2>Read our reviews</h2>\n					<p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n															<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7c4868je1v8itdpuoaqx30b5pdbk6zltvtiww.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />															\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-05-02 23:10:16','2021-05-02 23:10:16','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(840,1,'2021-05-02 23:10:16','2021-05-02 23:10:16','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n				<h2>Read our reviews</h2>\n					<p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n															<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7c4868je1v8itdpuoaqx30b5pdbk6zltvtiww.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />															\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-05-02 23:10:16','2021-05-02 23:10:16','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(842,1,'2021-05-02 23:11:26','2021-05-02 23:11:26','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n				<h2>Read our reviews</h2>\n					<p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n															<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7c4869jegdzcpgg2drke92wlo1sxj26zw3vmo.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />															\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-05-02 23:11:26','2021-05-02 23:11:26','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(843,1,'2021-05-02 23:11:27','2021-05-02 23:11:27','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n				<h2>Read our reviews</h2>\n					<p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n															<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7c4869jegdzcpgg2drke92wlo1sxj26zw3vmo.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />															\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-05-02 23:11:27','2021-05-02 23:11:27','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(844,1,'2021-05-02 23:11:27','2021-05-02 23:11:27','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n				<h2>Read our reviews</h2>\n					<p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n															<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7c6dcyd7ingwbqr5w5waqkl0uyjb0clvfgi8o.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />															\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-05-02 23:11:27','2021-05-02 23:11:27','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(845,1,'2021-05-02 23:12:23','2021-05-02 23:12:23','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n				<h2>Read our reviews</h2>\n					<p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n															<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7c6dcyd7ingwbqr5w5waqkl0uyjb0clvfgi8o.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />															\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-05-02 23:12:23','2021-05-02 23:12:23','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(846,1,'2021-05-02 23:12:23','2021-05-02 23:12:23','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n				<h2>Read our reviews</h2>\n					<p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n															<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7c6dcyd7ingwbqr5w5waqkl0uyjb0clvfgi8o.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />															\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-05-02 23:12:23','2021-05-02 23:12:23','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(847,1,'2021-05-02 23:12:23','2021-05-02 23:12:23','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n				<h2>Read our reviews</h2>\n					<p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n															<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7c6dcyd7ingwbqr5w5waqkl0uyjb0clvfgi8o.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />															\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-05-02 23:12:23','2021-05-02 23:12:23','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(848,1,'2021-05-02 23:13:00','2021-05-02 23:13:00','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n				<h2>Read our reviews</h2>\n					<p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n															<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7c6dcyd7ingwbqr5w5waqkl0uyjb0clvfgi8o.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />															\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-05-02 23:13:00','2021-05-02 23:13:00','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(849,1,'2021-05-02 23:13:01','2021-05-02 23:13:01','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n				<h2>Read our reviews</h2>\n					<p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n															<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7c6dcyd7ingwbqr5w5waqkl0uyjb0clvfgi8o.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />															\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-05-02 23:13:01','2021-05-02 23:13:01','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(850,1,'2021-05-02 23:13:01','2021-05-02 23:13:01','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n				<h2>Read our reviews</h2>\n					<p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n															<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7c6dcyd7ingwbqr5w5waqkl0uyjb0clvfgi8o.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />															\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-05-02 23:13:01','2021-05-02 23:13:01','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(851,1,'2021-05-02 23:14:09','2021-05-02 23:14:09','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n				<h2>Read our reviews</h2>\n					<p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n															<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7c6dcyd7ingwbqr5w5waqkl0uyjb0clvfgi8o.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />															\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-05-02 23:14:09','2021-05-02 23:14:09','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(852,1,'2021-05-02 23:14:10','2021-05-02 23:14:10','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n				<h2>Read our reviews</h2>\n					<p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n															<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7c6dcyd7ingwbqr5w5waqkl0uyjb0clvfgi8o.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />															\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-05-02 23:14:10','2021-05-02 23:14:10','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(853,1,'2021-05-02 23:14:10','2021-05-02 23:14:10','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n				<h2>Read our reviews</h2>\n					<p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n															<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7c6dcyd7ingwbqr5w5waqkl0uyjb0clvfgi8o.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />															\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-05-02 23:14:10','2021-05-02 23:14:10','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(855,1,'2021-05-02 23:18:43','2021-05-02 23:18:43','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n				<h2>Read our reviews</h2>\n					<p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n															<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7c6dcyd7ingwbqr5w5waqkl0uyjb0clvfgi8o.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />															\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-05-02 23:18:43','2021-05-02 23:18:43','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(856,1,'2021-05-02 23:18:43','2021-05-02 23:18:43','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n				<h2>Read our reviews</h2>\n					<p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n															<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7c6dcyd7ingwbqr5w5waqkl0uyjb0clvfgi8o.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />															\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-05-02 23:18:43','2021-05-02 23:18:43','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(857,1,'2021-05-02 23:18:44','2021-05-02 23:18:44','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n				<h2>Read our reviews</h2>\n					<p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n															<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7c6dcyd7ingwbqr5w5waqkl0uyjb0clvfgi8o.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />															\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-05-02 23:18:44','2021-05-02 23:18:44','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(858,1,'2021-05-02 23:21:07','2021-05-02 23:21:07','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n				<h2>Read our reviews</h2>\n					<p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n															<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7c6dcyd7ingwbqr5w5waqkl0uyjb0clvfgi8o.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />															\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-05-02 23:21:07','2021-05-02 23:21:07','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(859,1,'2021-05-02 23:21:07','2021-05-02 23:21:07','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n				<h2>Read our reviews</h2>\n					<p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n															<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7c6dcyd7ingwbqr5w5waqkl0uyjb0clvfgi8o.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />															\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-05-02 23:21:07','2021-05-02 23:21:07','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(860,1,'2021-05-02 23:21:08','2021-05-02 23:21:08','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n				<h2>Read our reviews</h2>\n					<p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n															<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7c6dcyd7ingwbqr5w5waqkl0uyjb0clvfgi8o.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />															\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-05-02 23:21:08','2021-05-02 23:21:08','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(862,1,'2021-05-02 23:25:50','2021-05-02 23:25:50','','astra','','publish','closed','closed','','astra','','','2021-05-02 23:31:03','2021-05-02 23:31:03','',0,'https://lavishluxebylenee.com/astra/',0,'custom_css','',0),(863,1,'2021-05-02 23:25:50','2021-05-02 23:25:50','@media only screen and (max-width: 600px) {\n  .wptww-testimonials-list .wptww-testimonials-text p, .wptww-testimonials-slidelist .wptww-testimonials-text p, .wptww-testimonials-slide-widget .wptww-testimonials-text p{\n		color:white;\n	}\n}','astra','','inherit','closed','closed','','862-revision-v1','','','2021-05-02 23:25:50','2021-05-02 23:25:50','',862,'https://lavishluxebylenee.com/862-revision-v1/',0,'revision','',0),(865,1,'2021-05-02 23:27:19','2021-05-02 23:27:19','@media only screen and (max-width: 600px) {\n  .wptww-testimonials-list .wptww-testimonials-text p, .wptww-testimonials-slidelist .wptww-testimonials-text p, .wptww-testimonials-slide-widget .wptww-testimonials-text p{\n		color:white;\n	}\n	.wptww-testimonials-list h4, .wptww-testimonials-slidelist h4, .wptww-testimonials-slide-widget h4{\n		color:white;\n	}\n}','astra','','inherit','closed','closed','','862-revision-v1','','','2021-05-02 23:27:19','2021-05-02 23:27:19','',862,'https://lavishluxebylenee.com/862-revision-v1/',0,'revision','',0),(872,1,'2021-05-02 23:31:03','2021-05-02 23:31:03','','astra','','inherit','closed','closed','','862-revision-v1','','','2021-05-02 23:31:03','2021-05-02 23:31:03','',862,'https://lavishluxebylenee.com/862-revision-v1/',0,'revision','',0),(873,1,'2021-05-02 23:36:09','2021-05-02 23:36:09','<a href=\"https://www.instagram.com/model_luxe_stylist/\" target=\"_blank\" rel=\"noopener\">\n						</a>\n			<a href=\"#\">\n						</a>\n			<a href=\"https://www.instagram.com/model_luxe_stylist/\" target=\"_blank\" rel=\"noopener\">\n						</a>\n			<a href=\"#\">\n						</a>\n		<p>Copyright © 2021 Lavish Luxe By Lenee | Website built by <a href=\"https://esselwebdesign.com\" target=\"_blank\" rel=\"noopener\">Essel Web Design</a></p>','Lavish Luxe Footer','','inherit','closed','closed','','600-revision-v1','','','2021-05-02 23:36:09','2021-05-02 23:36:09','',600,'https://lavishluxebylenee.com/600-revision-v1/',0,'revision','',0),(867,1,'2021-05-02 23:28:12','2021-05-02 23:28:12','@media only screen and (max-width: 600px) {\n  .wptww-testimonials-list .wptww-testimonials-text p, .wptww-testimonials-slidelist .wptww-testimonials-text p, .wptww-testimonials-slide-widget .wptww-testimonials-text p{\n		color:white;\n	}\n	.wptww-testimonials-list h4, .wptww-testimonials-slidelist h4, .wptww-testimonials-slide-widget h4{\n		color:white;\n	}\n	.wptww-testimonials-slidelist.design-1 .wptww-testimonial-client, .wptww-testimonials-list.design-1 .wptww-testimonial-client, .wptww-testimonials-list.design-1 .wptww-testimonial-job, .wptww-testimonials-slidelist.design-1 .wptww-testimonial-job, .wptww-testimonials-slide-widget.design-1 .wptww-testimonial-client, .wptww-testimonials-slide-widget.design-1 .wptww-testimonial-job{\n		color:white;\n	}\n}','astra','','inherit','closed','closed','','862-revision-v1','','','2021-05-02 23:28:12','2021-05-02 23:28:12','',862,'https://lavishluxebylenee.com/862-revision-v1/',0,'revision','',0),(868,1,'2021-05-02 23:29:58','2021-05-02 23:29:58','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n				<h2>Read our reviews</h2>\n					<p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n															<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7c6dcyd7ingwbqr5w5waqkl0uyjb0clvfgi8o.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />															\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-05-02 23:29:58','2021-05-02 23:29:58','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(869,1,'2021-05-02 23:29:59','2021-05-02 23:29:59','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n				<h2>Read our reviews</h2>\n					<p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n															<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7c6dcyd7ingwbqr5w5waqkl0uyjb0clvfgi8o.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />															\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-05-02 23:29:59','2021-05-02 23:29:59','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(870,1,'2021-05-02 23:29:59','2021-05-02 23:29:59','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n				<h2>Read our reviews</h2>\n					<p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n															<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7c6dcyd7ingwbqr5w5waqkl0uyjb0clvfgi8o.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />															\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-05-02 23:29:59','2021-05-02 23:29:59','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(874,1,'2021-05-02 23:36:11','2021-05-02 23:36:11','<a href=\"https://www.instagram.com/model_luxe_stylist/\" target=\"_blank\" rel=\"noopener\">\n						</a>\n			<a href=\"#\">\n						</a>\n			<a href=\"https://www.instagram.com/model_luxe_stylist/\" target=\"_blank\" rel=\"noopener\">\n						</a>\n			<a href=\"#\">\n						</a>\n		<p>Copyright © 2021 Lavish Luxe By Lenee | Website built by <a href=\"https://esselwebdesign.com\" target=\"_blank\" rel=\"noopener\">Essel Web Design</a></p>','Lavish Luxe Footer','','inherit','closed','closed','','600-revision-v1','','','2021-05-02 23:36:11','2021-05-02 23:36:11','',600,'https://lavishluxebylenee.com/600-revision-v1/',0,'revision','',0),(876,1,'2021-05-03 00:28:16','2021-05-03 00:28:16','<a href=\"https://www.instagram.com/model_luxe_stylist/\" target=\"_blank\" rel=\"noopener\">\n						</a>\n		<p>Copyright © 2021 Lavish Luxe By Lenee | Website built by <a href=\"https://esselwebdesign.com\" target=\"_blank\" rel=\"noopener\">Essel Web Design</a></p>','Lavish Luxe Footer','','inherit','closed','closed','','600-revision-v1','','','2021-05-03 00:28:16','2021-05-03 00:28:16','',600,'https://lavishluxebylenee.com/600-revision-v1/',0,'revision','',0),(877,1,'2021-05-03 00:28:23','2021-05-03 00:28:23','<a href=\"https://www.instagram.com/model_luxe_stylist/\" target=\"_blank\" rel=\"noopener\">\n						</a>\n		<p>Copyright © 2021 Lavish Luxe By Lenee | Website built by <a href=\"https://esselwebdesign.com\" target=\"_blank\" rel=\"noopener\">Essel Web Design</a></p>','Lavish Luxe Footer','','inherit','closed','closed','','600-revision-v1','','','2021-05-03 00:28:23','2021-05-03 00:28:23','',600,'https://lavishluxebylenee.com/600-revision-v1/',0,'revision','',0),(878,1,'2021-05-03 00:28:23','2021-05-03 00:28:23','<a href=\"https://www.instagram.com/model_luxe_stylist/\" target=\"_blank\" rel=\"noopener\">\n						</a>\n		<p>Copyright © 2021 Lavish Luxe By Lenee | Website built by <a href=\"https://esselwebdesign.com\" target=\"_blank\" rel=\"noopener\">Essel Web Design</a></p>','Lavish Luxe Footer','','inherit','closed','closed','','600-revision-v1','','','2021-05-03 00:28:23','2021-05-03 00:28:23','',600,'https://lavishluxebylenee.com/600-revision-v1/',0,'revision','',0),(879,1,'2021-05-03 13:00:03','2021-05-03 13:00:03','<h2>behind the luxe</h2>\n					<p>\"Keep it simply stylish\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-4-2.jpg\" alt=\"Behind The Luxe 4\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-4-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-5-2.jpg\" alt=\"Behind The Luxe 5\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-5-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-2.jpg\" alt=\"Behind The Luxe 2\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-6.jpg\" alt=\"Behind The Luxe 6\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-6.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-9.jpg\" alt=\"Behind The Luxe 9\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-9.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-7-scaled.jpg\" alt=\"Behind The Luxe 7\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-7-scaled.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-3.jpg\" alt=\"Behind The Luxe\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-1-1.jpg\" alt=\"Behind The Luxe 1\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-8.jpg\" alt=\"Behind The Luxe 8\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-8.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0410.jpg\" alt=\"DLAC0410.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0461.jpg\" alt=\"DLAC0461.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0589.jpg\" alt=\"DLAC0589.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0519.jpg\" alt=\"DLAC0519.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0520.jpg\" alt=\"DLAC0520.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0595.jpg\" alt=\"DLAC0595.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0598.jpg\" alt=\"DLAC0598.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/TMP_8505.jpg\" alt=\"TMP_8505.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/TMP_8512.jpg\" alt=\"TMP_8512.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/TMP_8596.jpg\" alt=\"TMP_8596.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/TMP_8928.jpg\" alt=\"\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>','Behind The Luxe','','inherit','closed','closed','','778-revision-v1','','','2021-05-03 13:00:03','2021-05-03 13:00:03','',778,'https://lavishluxebylenee.com/778-revision-v1/',0,'revision','',0),(880,1,'2021-05-03 13:00:04','2021-05-03 13:00:04','<h2>behind the luxe</h2>\n					<p>\"Keep it simply stylish\"</p>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-4-2.jpg\" alt=\"Behind The Luxe 4\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-4-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-5-2.jpg\" alt=\"Behind The Luxe 5\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-5-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-2.jpg\" alt=\"Behind The Luxe 2\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-6.jpg\" alt=\"Behind The Luxe 6\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-6.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-9.jpg\" alt=\"Behind The Luxe 9\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-9.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-7-scaled.jpg\" alt=\"Behind The Luxe 7\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-7-scaled.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-3.jpg\" alt=\"Behind The Luxe\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-1-1.jpg\" alt=\"Behind The Luxe 1\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-1-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-8.jpg\" alt=\"Behind The Luxe 8\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/Behind-The-Luxe-8.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0410.jpg\" alt=\"DLAC0410.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0410.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0461.jpg\" alt=\"DLAC0461.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0461.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0589.jpg\" alt=\"DLAC0589.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0589.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0519.jpg\" alt=\"DLAC0519.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0519.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0520.jpg\" alt=\"DLAC0520.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0520.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0595.jpg\" alt=\"DLAC0595.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0595.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0598.jpg\" alt=\"DLAC0598.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/DLAC0598.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/IMG_20201115_191708_199.jpg\" alt=\"IMG_20201115_191708_199.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/IMG_20201115_191708_199.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/IMG_20201115_191819_568.jpg\" alt=\"IMG_20201115_191819_568.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/IMG_20201115_191819_568.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/TMP_8505.jpg\" alt=\"TMP_8505.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/TMP_8505.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/TMP_8512.jpg\" alt=\"TMP_8512.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/TMP_8512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/TMP_8596.jpg\" alt=\"TMP_8596.jpg\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/TMP_8596.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>\n		<img src=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/TMP_8928.jpg\" alt=\"\">\n					<a href=\"https://lavishluxebylenee.com/wp-content/uploads/2021/05/TMP_8928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"37c56dc7\">\n					</a>','Behind The Luxe','','inherit','closed','closed','','778-revision-v1','','','2021-05-03 13:00:04','2021-05-03 13:00:04','',778,'https://lavishluxebylenee.com/778-revision-v1/',0,'revision','',0),(882,0,'2021-05-04 00:16:15','2021-05-04 00:16:15','','','','publish','closed','closed','','882','','','2021-05-04 00:16:15','2021-05-04 00:16:15','',0,'https://lavishluxebylenee.com/nf_sub/882/',0,'nf_sub','',0),(902,1,'2021-07-05 14:39:44','2021-07-05 14:39:44','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n				<h2>Read our reviews</h2>\n					<p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n															<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7c6dcyd7ingwbqr5w5waqkl0uyjb0clvfgi8o.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />															\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-07-05 14:39:44','2021-07-05 14:39:44','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(905,1,'2021-07-05 14:48:13','2021-07-05 14:48:13','<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n				<h2>Read our reviews</h2>\n					<p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n															<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7c6dcyd7ingwbqr5w5waqkl0uyjb0clvfgi8o.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />															\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-07-05 14:48:13','2021-07-05 14:48:13','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(906,1,'2021-07-05 14:48:13','2021-07-05 14:48:13','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n				<h2>Read our reviews</h2>\n					<p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n															<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7c6dcyd7ingwbqr5w5waqkl0uyjb0clvfgi8o.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />															\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-07-05 14:48:13','2021-07-05 14:48:13','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(910,1,'2021-07-06 00:49:27','2021-07-06 00:49:27','','','<p><br data-mce-bogus=\"1\"></p>','trash','closed','closed','','__trashed-4','','','2021-07-06 00:49:27','2021-07-06 00:49:27','',0,'https://lavishluxebylenee.com/?post_type=product&#038;p=910',0,'product','',0),(912,1,'2021-07-05 15:33:28','2021-07-05 15:33:28','','Lavishly Laced','<p>White Lace dress called LAVISHLY LACED: $60 ( 2 of each size)</p>','trash','closed','closed','','__trashed-3','','','2021-07-05 15:33:28','2021-07-05 15:33:28','',0,'https://lavishluxebylenee.com/?post_type=product&#038;p=912',0,'product','',0),(913,1,'2021-07-05 15:33:28','2021-07-05 15:33:28','','','<p><br data-mce-bogus=\"1\"></p>','trash','closed','closed','','__trashed-2','','','2021-07-05 15:33:28','2021-07-05 15:33:28','',0,'https://lavishluxebylenee.com/?post_type=product&#038;p=913',0,'product','',0),(915,1,'2021-07-05 15:11:58','2021-07-05 15:11:58','','Lavishly Laced','White Lace dress called LAVISHLY LACED: $60 ( 2 of each size)','trash','closed','closed','','lavishly-laced__trashed','','','2021-07-05 15:31:24','2021-07-05 15:31:24','',0,'https://lavishluxebylenee.com/?post_type=product&#038;p=915',0,'product','',0),(916,1,'2021-07-05 15:10:55','2021-07-05 15:10:55','','Lavishly Laced - S','Sizes: S','trash','closed','closed','','lavishly-laced-s__trashed','','','2021-07-05 15:31:23','2021-07-05 15:31:23','',915,'https://lavishluxebylenee.com/?post_type=product_variation&#038;p=916',1,'product_variation','',0),(917,1,'2021-07-05 15:10:55','2021-07-05 15:10:55','','Lavishly Laced - M','Sizes: M','trash','closed','closed','','lavishly-laced-m__trashed','','','2021-07-05 15:31:24','2021-07-05 15:31:24','',915,'https://lavishluxebylenee.com/?post_type=product_variation&#038;p=917',2,'product_variation','',0),(918,1,'2021-07-05 15:10:55','2021-07-05 15:10:55','','Lavishly Laced - L','Sizes: L','trash','closed','closed','','lavishly-laced-l__trashed','','','2021-07-05 15:31:24','2021-07-05 15:31:24','',915,'https://lavishluxebylenee.com/?post_type=product_variation&#038;p=918',3,'product_variation','',0),(919,1,'2021-07-05 15:10:56','2021-07-05 15:10:56','','Lavishly Laced - XL','Sizes: XL','trash','closed','closed','','lavishly-laced-xl__trashed','','','2021-07-05 15:31:23','2021-07-05 15:31:23','',915,'https://lavishluxebylenee.com/?post_type=product_variation&#038;p=919',4,'product_variation','',0),(920,1,'2021-07-05 15:11:39','2021-07-05 15:11:39','','Lavishly Laced','','inherit','closed','closed','','lavishly-laced','','','2021-07-05 15:11:39','2021-07-05 15:11:39','',915,'https://lavishluxebylenee.com/wp-content/uploads/2021/07/Lavishly-Laced.jpg',0,'attachment','image/jpeg',0),(921,1,'2021-07-05 15:31:04','2021-07-05 15:31:04','','Lavishly Laced','<p>White Lace dress called LAVISHLY LACED: $60 ( 2 of each size)</p>','inherit','closed','closed','','915-autosave-v1','','','2021-07-05 15:31:04','2021-07-05 15:31:04','',915,'https://lavishluxebylenee.com/915-autosave-v1/',0,'revision','',0),(923,1,'2021-07-06 00:56:44','2021-07-06 00:56:44','','Lavishly Laced','','trash','closed','closed','','lavishly-laced__trashed-2','','','2021-07-06 01:40:21','2021-07-06 01:40:21','',0,'https://lavishluxebylenee.com/?post_type=product&#038;p=923',0,'product','',0),(924,1,'2021-07-06 00:55:31','2021-07-06 00:55:31','','Lavishly Laced - S','Sizes: S','trash','closed','closed','','lavish-laces-s__trashed','','','2021-07-06 01:40:21','2021-07-06 01:40:21','',923,'https://lavishluxebylenee.com/?post_type=product_variation&#038;p=924',1,'product_variation','',0),(925,1,'2021-07-06 00:55:31','2021-07-06 00:55:31','','Lavishly Laced - M','Sizes: M','trash','closed','closed','','lavish-laces-m__trashed','','','2021-07-06 01:40:21','2021-07-06 01:40:21','',923,'https://lavishluxebylenee.com/?post_type=product_variation&#038;p=925',2,'product_variation','',0),(926,1,'2021-07-06 00:55:31','2021-07-06 00:55:31','','Lavishly Laced - L','Sizes: L','trash','closed','closed','','lavish-laces-l__trashed','','','2021-07-06 01:40:21','2021-07-06 01:40:21','',923,'https://lavishluxebylenee.com/?post_type=product_variation&#038;p=926',3,'product_variation','',0),(927,1,'2021-07-06 00:55:32','2021-07-06 00:55:32','','Lavishly Laced - XL','Sizes: XL','trash','closed','closed','','lavish-laces-xl__trashed','','','2021-07-06 01:40:21','2021-07-06 01:40:21','',923,'https://lavishluxebylenee.com/?post_type=product_variation&#038;p=927',4,'product_variation','',0),(928,1,'2021-07-06 01:39:45','2021-07-06 01:39:45','','Lavishly Laced','<p><br data-mce-bogus=\"1\"></p>','inherit','closed','closed','','923-autosave-v1','','','2021-07-06 01:39:45','2021-07-06 01:39:45','',923,'https://lavishluxebylenee.com/923-autosave-v1/',0,'revision','',0),(929,1,'2021-07-06 01:44:07','2021-07-06 01:44:07','','Lavishly Laced','','publish','closed','closed','','lavishly-laced','','','2021-07-06 02:55:34','2021-07-06 02:55:34','',0,'https://lavishluxebylenee.com/?post_type=product&#038;p=929',0,'product','',0),(930,1,'2021-07-06 01:42:49','2021-07-06 01:42:49','','Lavishly Laced - S','Sizes: S','publish','closed','closed','','lavishly-laced-s','','','2021-07-06 02:55:05','2021-07-06 02:55:05','',929,'https://lavishluxebylenee.com/?post_type=product_variation&p=930',1,'product_variation','',0),(931,1,'2021-07-06 01:42:49','2021-07-06 01:42:49','','Lavishly Laced - M','Sizes: M','publish','closed','closed','','lavishly-laced-m','','','2021-07-06 02:55:05','2021-07-06 02:55:05','',929,'https://lavishluxebylenee.com/?post_type=product_variation&p=931',2,'product_variation','',0),(932,1,'2021-07-06 01:42:49','2021-07-06 01:42:49','','Lavishly Laced - L','Sizes: L','publish','closed','closed','','lavishly-laced-l','','','2021-07-06 02:55:05','2021-07-06 02:55:05','',929,'https://lavishluxebylenee.com/?post_type=product_variation&p=932',3,'product_variation','',0),(933,1,'2021-07-06 01:42:49','2021-07-06 01:42:49','','Lavishly Laced - XL','Sizes: XL','publish','closed','closed','','lavishly-laced-xl','','','2021-07-06 02:55:05','2021-07-06 02:55:05','',929,'https://lavishluxebylenee.com/?post_type=product_variation&p=933',4,'product_variation','',0),(934,1,'2021-07-06 02:53:48','2021-07-06 02:53:48','','Lavishly Laced','<p><br data-mce-bogus=\"1\"></p>','inherit','closed','closed','','929-autosave-v1','','','2021-07-06 02:53:48','2021-07-06 02:53:48','',929,'https://lavishluxebylenee.com/929-autosave-v1/',0,'revision','',0),(935,0,'2021-07-07 22:18:37','2021-07-07 22:18:37','','','','publish','closed','closed','','935','','','2021-07-07 22:18:37','2021-07-07 22:18:37','',0,'https://lavishluxebylenee.com/nf_sub/935/',0,'nf_sub','',0),(936,0,'2021-07-07 22:37:08','2021-07-07 22:37:08','','','','publish','closed','closed','','936','','','2021-07-07 22:37:08','2021-07-07 22:37:08','',0,'https://lavishluxebylenee.com/nf_sub/936/',0,'nf_sub','',0),(899,1,'2021-07-05 14:52:59','2021-07-05 14:52:59','','','<p><br data-mce-bogus=\"1\"></p>','trash','closed','closed','','__trashed','','','2021-07-05 14:52:59','2021-07-05 14:52:59','',0,'https://lavishluxebylenee.com/?post_type=product&#038;p=899',0,'product','',0),(904,1,'2021-07-05 14:48:12','2021-07-05 14:48:12','<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n				<h2>Read our reviews</h2>\n					<p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n															<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7c6dcyd7ingwbqr5w5waqkl0uyjb0clvfgi8o.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />															\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-07-05 14:48:12','2021-07-05 14:48:12','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(901,1,'2021-07-05 14:39:43','2021-07-05 14:39:43','<h2>Lavish</h2>		\n			<h2>LUXE</h2>		\n			<h2>Lavish Luxe by Lenee</h2>		\n			<h2>Lenee\'</h2>		\n			<h2>Janella Christopher</h2>		\n		<p>People will always judge who you are and what you’re doing, so why care? Having style does not mean that you are vain or materialistic. It simply means that you care about yourself as a person. You are more than just your job, hair or the car that you drive. Having your own style makes you a unique individual waiting to express yourself. Lavish Luxe by Lenee’ can help you do just that!</p><p>I am a fashion consultant here to answer and solve your problems and questions about how to “K.I.S.S.” your outfit and save money while doing it! The “Hollywood Look” at an affordable price – what more can you ask for?</p><p>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p><p>Lenee’<br />Affordable Chic Fashion Consultant<br />In Touch with the Client’s Style</p>		\n				<h2>Read our reviews</h2>\n					<p>\"Don\'t just take my word for it\"</p>\n		[sp_testimonials_slider]		\n															<img src=\"https://lavishluxebylenee.com/wp-content/uploads/elementor/thumbs/DLAC0362-p3jct7c6dcyd7ingwbqr5w5waqkl0uyjb0clvfgi8o.jpg\" title=\"DLAC0362\" alt=\"DLAC0362\" />															\n                                                    <h3>\n                                DIRECT CONTACT                            </h3>\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-07-05 14:39:43','2021-07-05 14:39:43','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_queue`
--

DROP TABLE IF EXISTS `wp_queue`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_queue` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `job` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `attempts` tinyint(1) NOT NULL DEFAULT '0',
  `locked` tinyint(1) NOT NULL DEFAULT '0',
  `locked_at` datetime DEFAULT NULL,
  `available_at` datetime NOT NULL,
  `created_at` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_queue`
--

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

--
-- Table structure for table `wp_rich_web_video_slider_effects_data`
--

DROP TABLE IF EXISTS `wp_rich_web_video_slider_effects_data`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rich_web_video_slider_effects_data` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `slider_vid_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `slider_Vid_type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=21 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rich_web_video_slider_effects_data`
--

LOCK TABLES `wp_rich_web_video_slider_effects_data` WRITE;
/*!40000 ALTER TABLE `wp_rich_web_video_slider_effects_data` DISABLE KEYS */;
INSERT INTO `wp_rich_web_video_slider_effects_data` VALUES (1,'Content Slider','Content Slider'),(2,'Content Slider 2','Content Slider'),(3,'Slick Slider','Slick Slider'),(4,'Slick Slider 2','Slick Slider'),(5,'Thumbnails Slider','Thumbnails Slider'),(6,'Thumbnails Slider 2','Thumbnails Slider'),(7,'Video Carousel/Content Popup 1','Video Carousel/Content Popup'),(8,'Video Carousel/Content Popup 2','Video Carousel/Content Popup'),(9,'Simple Video Slider 1','Simple Video Slider'),(10,'Simple Video Slider 2','Simple Video Slider'),(11,'Video Slider/Vertical Thumbnails 1','Video Slider/Vertical Thumbnails'),(12,'Video Slider/Vertical Thumbnails 2','Video Slider/Vertical Thumbnails'),(13,'Horizontal Posts Slider 1','Horizontal Posts Slider'),(14,'Horizontal Posts Slider 2','Horizontal Posts Slider'),(15,'Rich Slider 1','Rich Slider'),(16,'Rich Slider 2','Rich Slider'),(17,'Timeline 1','TimeLine Slider'),(18,'Timeline 2','TimeLine Slider'),(19,'Amazing Simple Slider 1','Amazing Simple Slider'),(20,'Amazing Simple Slider 2','Amazing Simple Slider');
/*!40000 ALTER TABLE `wp_rich_web_video_slider_effects_data` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rich_web_video_slider_font_family`
--

DROP TABLE IF EXISTS `wp_rich_web_video_slider_font_family`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rich_web_video_slider_font_family` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `Font_family` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=126 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rich_web_video_slider_font_family`
--

LOCK TABLES `wp_rich_web_video_slider_font_family` WRITE;
/*!40000 ALTER TABLE `wp_rich_web_video_slider_font_family` DISABLE KEYS */;
INSERT INTO `wp_rich_web_video_slider_font_family` VALUES (1,'Abadi MT Condensed Light'),(2,'Aharoni'),(3,'Aldhabi'),(4,'Andalus'),(5,'Angsana New'),(6,'AngsanaUPC'),(7,'Aparajita'),(8,'Arabic Typesetting'),(9,'Arial'),(10,'Arial Black'),(11,'Batang'),(12,'BatangChe'),(13,'Browallia New'),(14,'BrowalliaUPC'),(15,'Calibri'),(16,'Calibri Light'),(17,'Calisto MT'),(18,'Cambria'),(19,'Candara'),(20,'Century Gothic'),(21,'Comic Sans MS'),(22,'Consolas'),(23,'Constantia'),(24,'Copperplate Gothic'),(25,'Copperplate Gothic Light'),(26,'Corbel'),(27,'Cordia New'),(28,'CordiaUPC'),(29,'Courier New'),(30,'DaunPenh'),(31,'David'),(32,'DFKai-SB'),(33,'DilleniaUPC'),(34,'DokChampa'),(35,'Dotum'),(36,'DotumChe'),(37,'Ebrima'),(38,'Estrangelo Edessa'),(39,'EucrosiaUPC'),(40,'Euphemia'),(41,'FangSong'),(42,'Franklin Gothic Medium'),(43,'FrankRuehl'),(44,'FreesiaUPC'),(45,'Gabriola'),(46,'Gadugi'),(47,'Gautami'),(48,'Georgia'),(49,'Gisha'),(50,'Gulim'),(51,'GulimChe'),(52,'Gungsuh'),(53,'GungsuhChe'),(54,'Impact'),(55,'IrisUPC'),(56,'Iskoola Pota'),(57,'JasmineUPC'),(58,'KaiTi'),(59,'Kalinga'),(60,'Kartika'),(61,'Khmer UI'),(62,'KodchiangUPC'),(63,'Kokila'),(64,'Lao UI'),(65,'Latha'),(66,'Leelawadee'),(67,'Levenim MT'),(68,'LilyUPC'),(69,'Lucida Console'),(70,'Lucida Handwriting Italic'),(71,'Lucida Sans Unicode'),(72,'Malgun Gothic'),(73,'Mangal'),(74,'Manny ITC'),(75,'Marlett'),(76,'Meiryo'),(77,'Meiryo UI'),(78,'Microsoft Himalaya'),(79,'Microsoft JhengHei'),(80,'Microsoft JhengHei UI'),(81,'Microsoft New Tai Lue'),(82,'Microsoft PhagsPa'),(83,'Microsoft Sans Serif'),(84,'Microsoft Tai Le'),(85,'Microsoft Uighur'),(86,'Microsoft YaHei'),(87,'Microsoft YaHei UI'),(88,'Microsoft Yi Baiti'),(89,'MingLiU_HKSCS'),(90,'MingLiU_HKSCS-ExtB'),(91,'Miriam'),(92,'Mongolian Baiti'),(93,'MoolBoran'),(94,'MS UI Gothic'),(95,'MV Boli'),(96,'Myanmar Text'),(97,'Narkisim'),(98,'Nirmala UI'),(99,'News Gothic MT'),(100,'NSimSun'),(101,'Nyala'),(102,'Palatino Linotype'),(103,'Plantagenet Cherokee'),(104,'Raavi'),(105,'Rod'),(106,'Sakkal Majalla'),(107,'Segoe Print'),(108,'Segoe Script'),(109,'Segoe UI Symbol'),(110,'Shonar Bangla'),(111,'Shruti'),(112,'SimHei'),(113,'SimKai'),(114,'Simplified Arabic'),(115,'SimSun'),(116,'SimSun-ExtB'),(117,'Sylfaen'),(118,'Tahoma'),(119,'Times New Roman'),(120,'Traditional Arabic'),(121,'Trebuchet MS'),(122,'Tunga'),(123,'Utsaah'),(124,'Vani'),(125,'Vijaya');
/*!40000 ALTER TABLE `wp_rich_web_video_slider_font_family` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rich_web_video_slider_id`
--

DROP TABLE IF EXISTS `wp_rich_web_video_slider_id`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rich_web_video_slider_id` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `Slider_ID` int(10) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rich_web_video_slider_id`
--

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

--
-- Table structure for table `wp_rich_web_video_slider_manager`
--

DROP TABLE IF EXISTS `wp_rich_web_video_slider_manager`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rich_web_video_slider_manager` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `Slider_Title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Slider_Type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Slider_Video_Quantity` int(10) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rich_web_video_slider_manager`
--

LOCK TABLES `wp_rich_web_video_slider_manager` WRITE;
/*!40000 ALTER TABLE `wp_rich_web_video_slider_manager` DISABLE KEYS */;
INSERT INTO `wp_rich_web_video_slider_manager` VALUES (1,'Lavish Luxe Home Page','Content Slider',1);
/*!40000 ALTER TABLE `wp_rich_web_video_slider_manager` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rich_web_video_slider_videos`
--

DROP TABLE IF EXISTS `wp_rich_web_video_slider_videos`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rich_web_video_slider_videos` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `Rich_Web_VSlider_Vid_Title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VSlider_Add_Desc` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VSldier_Add_Img` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VSldier_Add_Vid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VSldier_Add_Src` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VSldier_Add_Link` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VSldier_Add_ONT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Slider_ID` int(10) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rich_web_video_slider_videos`
--

LOCK TABLES `wp_rich_web_video_slider_videos` WRITE;
/*!40000 ALTER TABLE `wp_rich_web_video_slider_videos` DISABLE KEYS */;
INSERT INTO `wp_rich_web_video_slider_videos` VALUES (1,'Lavish Luxe By Lenee','','','','','https://youtu.be/Iw1xDWpZj6c','undefined',1);
/*!40000 ALTER TABLE `wp_rich_web_video_slider_videos` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rich_web_vs_effect_1`
--

DROP TABLE IF EXISTS `wp_rich_web_vs_effect_1`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rich_web_vs_effect_1` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `RW_VS_ID` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VSlider_Option_Name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VSlider_Option_Type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_CP_CE` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_CP_EE` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_CP_S` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_CP_BlC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_CP_BlR` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_CP_AS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_CP_PT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_CP_SS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_CS_AP` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_CS_HP` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_CS_RS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_CS_BSC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_CP_BW` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_CP_BS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_CS_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_CP_BR` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_CS_CN` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_CS_NPB` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_CP_NO` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_CS_NT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_CP_NT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_CP_AT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_CP_CapS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_CP_CapEs` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_CP_CapO` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_CP_CapE` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_CP_TFS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_CP_TFF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_CS_TBgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_CS_TC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_CP_DFS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_CP_DFF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_CS_DBgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_CS_DC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_CP_TiT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_CS_TiBgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_CS_TiC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_CP_TiO` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_CP_TiD` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_CP_TiP` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_CP_TiS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_CP_TiBS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_CP_TiBC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_CP_TiBSt` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_CP_TiPos` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_SL_Width` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_SL_Height` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_TitDesc_Type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rich_web_vs_effect_1`
--

LOCK TABLES `wp_rich_web_vs_effect_1` WRITE;
/*!40000 ALTER TABLE `wp_rich_web_vs_effect_1` DISABLE KEYS */;
INSERT INTO `wp_rich_web_vs_effect_1` VALUES (1,'1','Content Slider','Content Slider','random','swing','10','20','16','800','8','10','on','on','on','#666666','0','solid','#ffffff','1','on','on','50','on','1','1','500','swing','50','expanddown','18','Aldhabi','#000000','#ffffff','18','Aldhabi','rgba(221,51,51,0.9)','#ffffff','360bar','#ffffff','#000000','50','16','5','6','6','#dd3333','solid','top-left','700','400','type1'),(2,'2','Content Slider 2','Content Slider','random','easeInCirc','10','20','16','800','8','11','on','on','on','#bcbcbc','0','solid','#ffffff','1','on','on','50','','1','1','500','swing','50','expanddown','18','Aldhabi','#000000','#ffffff','18','Aldhabi','rgba(255,255,255,0.85)','#000000','pie','#ffffff','#000000','50','14','4','6','6','#1e73be','solid','top-left','700','400','type6');
/*!40000 ALTER TABLE `wp_rich_web_vs_effect_1` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rich_web_vs_effect_10`
--

DROP TABLE IF EXISTS `wp_rich_web_vs_effect_10`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rich_web_vs_effect_10` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `RW_VS_ID` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VSlider_Option_Name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VSlider_Option_Type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_GO_NS1_Width` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_GO_NS1_Height` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_GO_NS1_Autoplay` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_GO_NS1_PTime` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_GO_NS1_BW` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_GO_NS1_BType` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_GO_NS1_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_GO_NS1_BSh` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_GO_NS1_BSh_Type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_GO_NS1_BSh_Col` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_TO_NS1_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_TO_NS1_FSize` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_TO_NS1_FFamily` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_TO_NS1_Col` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_TO_NS1_Num_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_TO_NS1_Num_FSize` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_TO_NS1_Num_FFamily` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_TO_NS1_Num_Col` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_PO_NS1_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_PO_NS1_Width` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_PO_NS1_Height` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_PO_NS1_PB` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_PO_NS1_Col` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_PO_NS1_Cur_Col` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_IO_NS1_FSize` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_IO_NS1_Col` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_PO_NS1_Hov_Col` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_IO_NS1_Cur_Col` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_IO_NS1_BgCol` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_IO_NS1_Icon_Type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_DO_NS1_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_DO_NS1_FSize` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_DO_NS1_FFamily` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_DO_NS1_Col` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_PIO_NS1_BgCol` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_PIO_NS1_Col` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_PIO_NS1_HovBgCol` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_PIO_NS1_HovCol` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_IO_NS1_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_IO_NS1_HovBgCol` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_IO_NS1_Arrow_Type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_IO_NS1_Width` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_IO_NS1_Height` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_IO_NS1_Image_Type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_GO_NS1_Align` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rich_web_vs_effect_10`
--

LOCK TABLES `wp_rich_web_vs_effect_10` WRITE;
/*!40000 ALTER TABLE `wp_rich_web_vs_effect_10` DISABLE KEYS */;
INSERT INTO `wp_rich_web_vs_effect_10` VALUES (1,'19','Amazing Simple Slider 1','Amazing Simple Slider','649','365','','5','1','none','rgba(221,51,51,0)','25','Type 6','#000000','on','18','Abadi MT Condensed Light','#ffffff','on','19','Abadi MT Condensed Light','#ffffff','','18','18','6','#686868','#0a0a0a','30','#000000','rgba(0,0,0,0.75)','','rgba(249,249,249,0.4)','caret','','18','Abadi MT Condensed Light','#dd3333','rgba(255,255,255,0.6)','#dd0000','rgba(255,255,255,0.4)','#dd0000','','rgba(255,255,255,0.3)','icon','29','29','1','center'),(2,'20','Amazing Simple Slider 2','Amazing Simple Slider','649','365','on','6','1','none','rgba(221,51,51,0)','8','Type 2','#8e8e8e','on','18','Abadi MT Condensed Light','#ffffff','','19','Abadi MT Condensed Light','#ffffff','on','13','6','4','rgba(255,255,255,0.47)','rgba(255,255,255,0.3)','30','#000000','rgba(0,0,0,0.75)','','rgba(249,249,249,0.4)','caret','on','15','Abadi MT Condensed Light','#dddddd','rgba(255,255,255,0.6)','#dd0000','rgba(255,255,255,0.4)','#dd0000','','rgba(255,255,255,0.3)','image','40','40','13','center');
/*!40000 ALTER TABLE `wp_rich_web_vs_effect_10` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rich_web_vs_effect_10_loader`
--

DROP TABLE IF EXISTS `wp_rich_web_vs_effect_10_loader`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rich_web_vs_effect_10_loader` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `RW_VS_ID` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ASSl_L_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ASSl_LT_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ASSl_LT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ASSl_L_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ASSl_L_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ASSl_LT_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ASSl_LT_FS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ASSl_LT_FF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ASSl_LT_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ASSl_L_T1_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ASSl_L_T2_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ASSl_L_T3_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ASSl_LT_T2_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ASSl_L_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ASSl_LT_T2_AnC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ASSl_LT_T3_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ASSl_L_S` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ASSl_Loading_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rich_web_vs_effect_10_loader`
--

LOCK TABLES `wp_rich_web_vs_effect_10_loader` WRITE;
/*!40000 ALTER TABLE `wp_rich_web_vs_effect_10_loader` DISABLE KEYS */;
INSERT INTO `wp_rich_web_vs_effect_10_loader` VALUES (1,'19','on','on','Loading','#ffffff','Type 4','Type 4','13','Abadi MT Condensed Light','#dd3333','#dd9933','#dd9933','#dd3333','rgba(30,115,190,0.54)','#0084aa','#ffffff','#dd3333','small','on'),(2,'20','on','on','Loading','#ffffff','Type 2','Type 2','13','Abadi MT Condensed Light','#0066bf','#dd9933','#dd9933','#dd3333','rgba(30,115,190,0.54)','#0066bf','#ffffff','#dd3333','middle','on');
/*!40000 ALTER TABLE `wp_rich_web_vs_effect_10_loader` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rich_web_vs_effect_1_loader`
--

DROP TABLE IF EXISTS `wp_rich_web_vs_effect_1_loader`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rich_web_vs_effect_1_loader` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `RW_VS_ID` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_ContSl_L_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_ContSl_LT_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_ContSl_LT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_ContSl_L_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_ContSl_L_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_ContSl_LT_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_ContSl_LT_FS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_ContSl_LT_FF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_ContSl_LT_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_ContSl_L_T1_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_ContSl_L_T2_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_ContSl_L_T3_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_ContSl_LT_T2_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_ContSl_L_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_ContSl_LT_T2_AnC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_ContSl_LT_T3_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_ContSl_L_S` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_ContSl_Loading_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rich_web_vs_effect_1_loader`
--

LOCK TABLES `wp_rich_web_vs_effect_1_loader` WRITE;
/*!40000 ALTER TABLE `wp_rich_web_vs_effect_1_loader` DISABLE KEYS */;
INSERT INTO `wp_rich_web_vs_effect_1_loader` VALUES (1,'1','on','on','Loading','rgba(255,255,255,0)','Type 3','Type 2','13','Abadi MT Condensed Light','#dd0000','#dd9933','#dd9933','#dd3333','rgba(30,115,190,0.54)','#dd3333','#dd3333','#dd3333','middle','on'),(2,'2','on','on','Loading','rgba(221,51,51,0)','Type 1','Type 2','13','Abadi MT Condensed Light','#000000','#000000','#dd0000','#000000','rgba(30,115,190,0.54)','#8224e3','#dd0000','#dd3333','small','on');
/*!40000 ALTER TABLE `wp_rich_web_vs_effect_1_loader` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rich_web_vs_effect_2`
--

DROP TABLE IF EXISTS `wp_rich_web_vs_effect_2`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rich_web_vs_effect_2` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `RW_VS_ID` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VSlider_Option_Name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VSlider_Option_Type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_SS_ED` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_SS_PT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_SS_AP` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_SS_Eff` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_SS_W` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_SS_H` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_SS_BW` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_SS_BS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_SS_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_SS_TShow` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_SS_TFS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_SS_TFF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_SS_TC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_SS_TBgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_SS_TPos` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_SS_NShow` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_SS_NC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_SS_NBgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_SS_NS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_SS_NPos` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_SS_PagShow` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_SS_PagW` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_SS_PagH` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_SS_PagPB` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_SS_PagBgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_SS_PagBW` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_SS_PagBS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_SS_PagBC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_SS_PagBR` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_SS_PagHC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_SS_PagCC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_SS_PagPos` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_SS_PIBgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_SS_PIC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_SS_PIHBgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_SS_PIHC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_SS_CIBgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_SS_CIC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_SS_CIHBgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_SS_CIHC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rich_web_vs_effect_2`
--

LOCK TABLES `wp_rich_web_vs_effect_2` WRITE;
/*!40000 ALTER TABLE `wp_rich_web_vs_effect_2` DISABLE KEYS */;
INSERT INTO `wp_rich_web_vs_effect_2` VALUES (1,'3','Slick Slider','Slick Slider','4','400','on','zoomOut,zoomIn,panUp,panDown,panLeft,panRight,diagTopLeftToBottomRight,diagTopRightToBottomLeft,diagBottomRightToTopLeft,diagBottomLeftToTopRight','700','420','10','solid','#ffffff','on','19','Arial','#ffffff','rgba(0,0,0,0.8)','bottom','on','#000000','#ffffff','18','bottom','on','14','8','4','#ffffff','1','solid','#cccccc','0','#ffffff','rgba(221,51,51,0.76)','center','rgba(255,255,255,0.6)','#dd3333','rgba(221,51,51,0.8)','#ffffff','rgba(0,0,0,0.4)','#ffffff','rgba(255,255,255,0.7)','#ffffff'),(2,'4','Slick Slider 2','Slick Slider','4','400','on','zoomOut,zoomIn,panUp,panDown,panLeft,panRight,diagTopLeftToBottomRight,diagTopRightToBottomLeft,diagBottomRightToTopLeft,diagBottomLeftToTopRight','700','420','10','solid','#ffffff','on','23','Vijaya','#ffffff','rgba(0,0,0,0.6)','top','on','#ffffff','rgba(0,0,0,0.6)','13','bottom','on','15','10','4','#009491','1','solid','#cccccc','20','#ffffff','rgba(0,98,155,0.7)','center','rgba(221,51,51,0.45)','#ffffff','rgba(221,51,51,0.76)','#ffffff','rgba(0,0,0,0.4)','#ffffff','rgba(255,255,255,0.7)','#ffffff');
/*!40000 ALTER TABLE `wp_rich_web_vs_effect_2` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rich_web_vs_effect_2_loader`
--

DROP TABLE IF EXISTS `wp_rich_web_vs_effect_2_loader`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rich_web_vs_effect_2_loader` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `RW_VS_ID` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SlickSl_L_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SlickSl_LT_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SlickSl_LT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SlickSl_L_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SlickSl_L_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SlickSl_LT_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SlickSl_LT_FS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SlickSl_LT_FF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SlickSl_LT_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SlickSl_L_T1_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SlickSl_L_T2_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SlickSl_L_T3_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SlickSl_LT_T2_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SlickSl_L_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SlickSl_LT_T2_AnC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SlickSl_LT_T3_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SlickSl_L_S` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SlickSl_Loading_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rich_web_vs_effect_2_loader`
--

LOCK TABLES `wp_rich_web_vs_effect_2_loader` WRITE;
/*!40000 ALTER TABLE `wp_rich_web_vs_effect_2_loader` DISABLE KEYS */;
INSERT INTO `wp_rich_web_vs_effect_2_loader` VALUES (1,'3','on','on','Loading','rgba(255,255,255,0.04)','Type 4','Type 4','13','Abadi MT Condensed Light','#0084aa','#dd9933','#dd9933','#dd3333','rgba(30,115,190,0.54)','#0084aa','#ffffff','#dd3333','small','on'),(2,'4','on','on','Loading','rgba(255,255,255,0.03)','Type 2','Type 2','13','Abadi MT Condensed Light','#000000','#dd9933','#dd9933','#dd3333','rgba(30,115,190,0.54)','rgba(0,0,0,0.64)','#ffffff','#dd3333','middle','on');
/*!40000 ALTER TABLE `wp_rich_web_vs_effect_2_loader` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rich_web_vs_effect_3`
--

DROP TABLE IF EXISTS `wp_rich_web_vs_effect_3`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rich_web_vs_effect_3` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `RW_VS_ID` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VSlider_Option_Name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VSlider_Option_Type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_TS_W` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_TS_H` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_TS_BW` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_TS_BS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_TS_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_TS_BoxShShow` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_TS_BoxShType` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_TS_BoxSh` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_TS_BoxShC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_TS_IBgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_TS_IBW` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_TS_IBS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_TS_IBC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_TS_IBR` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_TS_TPos` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_TS_TBgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_TS_TBW` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_TS_TBS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_TS_TBC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_TS_TIH` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_TS_TIPB` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_TS_TIBW` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_TS_TIBS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_TS_TIBC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_TS_TIBR` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_TS_TIBoxShShow` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_TS_TIBoxShType` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_TS_TIBoxSh` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_TS_TIBoxShC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_TS_TICBC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_TS_TICBS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_TS_TICBoxShC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_TS_TIHBC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_TS_TIHBS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_TS_TIHBoxShC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_TS_CS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_TS_PT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_TS_AP` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_TS_PIBgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_TS_PIC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_TS_PIHBgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_TS_PIHC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rich_web_vs_effect_3`
--

LOCK TABLES `wp_rich_web_vs_effect_3` WRITE;
/*!40000 ALTER TABLE `wp_rich_web_vs_effect_3` DISABLE KEYS */;
INSERT INTO `wp_rich_web_vs_effect_3` VALUES (1,'5','Thumbnails Slider','Thumbnails Slider','700','350','2','solid','#ffffff','on','on','30','#a3a3a3','rgba(255,255,255,0.7)','2','solid','rgba(255,255,255,0.7)','6','bottom','#000000','1','solid','#ffffff','60','5','1','solid','#ffffff','3','on','','10','#ffffff','#707070','solid','#ffffff','#ffffff','solid','#ffffff','400','5','','rgba(255,255,255,0.7)','#dd3333','rgba(221,51,51,0.7)','#ffffff'),(2,'6','Thumbnails Slider 2','Thumbnails Slider','700','350','3','solid','#ffffff','on','','30','#cccccc','rgba(255,255,255,0.7)','2','solid','#000000','6','bottom','#ffffff','3','solid','#ffffff','50','4','2','solid','#000000','10','on','on','1','#ffffff','#707070','solid','#009491','#ffffff','solid','#ffffff','400','5','on','rgba(255,255,255,0.7)','#dd3333','rgba(221,51,51,0.7)','#ffffff');
/*!40000 ALTER TABLE `wp_rich_web_vs_effect_3` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rich_web_vs_effect_3_loader`
--

DROP TABLE IF EXISTS `wp_rich_web_vs_effect_3_loader`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rich_web_vs_effect_3_loader` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `RW_VS_ID` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ThumbSl_L_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ThumbSl_LT_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ThumbSl_LT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ThumbSl_L_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ThumbSl_L_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ThumbSl_LT_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ThumbSl_LT_FS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ThumbSl_LT_FF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ThumbSl_LT_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ThumbSl_L_T1_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ThumbSl_L_T2_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ThumbSl_L_T3_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ThumbSl_LT_T2_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ThumbSl_L_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ThumbSl_LT_T2_AnC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ThumbSl_LT_T3_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ThumbSl_L_S` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_ThumbSl_Loading_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rich_web_vs_effect_3_loader`
--

LOCK TABLES `wp_rich_web_vs_effect_3_loader` WRITE;
/*!40000 ALTER TABLE `wp_rich_web_vs_effect_3_loader` DISABLE KEYS */;
INSERT INTO `wp_rich_web_vs_effect_3_loader` VALUES (1,'5','on','on','Loading','rgba(255,255,255,0.03)','Type 2','Type 4','13','Abadi MT Condensed Light','#841e1e','#dd9933','#dd9933','#dd3333','rgba(30,115,190,0.54)','#841e1e','#ffffff','#dd3333','small','on'),(2,'6','','on','Loading','#ffffff','Type 1','Type 3','13','Abadi MT Condensed Light','#000000','#dd9933','#dd9933','#000000','rgba(30,115,190,0.54)','#000000','#ffffff','#ffffff','middle','on');
/*!40000 ALTER TABLE `wp_rich_web_vs_effect_3_loader` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rich_web_vs_effect_4`
--

DROP TABLE IF EXISTS `wp_rich_web_vs_effect_4`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rich_web_vs_effect_4` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `RW_VS_ID` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VSlider_Option_Name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VSlider_Option_Type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VC_Car_Bg_Color` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VC_Car_Border_Width` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VC_Car_Border_Style` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VC_Car_Border_Color` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VC_Car_Box_Shadow` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VC_Car_Shadow_Color` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VC_Car_Count_Imgs` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VC_Car_Imgs_Hover_Type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VC_Car_PBImgs` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VC_Car_Icons_Type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VC_Car_Icons_Size` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VC_Overlay_Bg_Color` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VC_Popup_Bg_Color` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VC_Popup_Border_Width` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VC_Popup_Border_Style` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VC_Popup_Border_Color` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VC_Popup_Box_Shadow` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VC_Popup_Shadow_Color` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VC_Title_Font_Size` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VC_Title_Font_Family` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VC_Title_Color` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VC_Title_Text_Align` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VC_Desc_Bg_Color` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VC_Desc_Font_Size` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VC_Desc_Font_Family` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VC_Desc_Color` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VC_Desc_Text_Align` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VC_Link_Font_Size` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VC_Link_Font_Family` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VC_Link_Color` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VC_Link_Bg_Color` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VC_Link_Border_Color` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VC_Link_Border_Width` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VC_Link_Border_Style` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VC_Link_Hov_Bg_Color` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VC_Link_Hov_Color` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VC_Link_Hov_Border_Color` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VC_Popup_Icons_Size` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VC_Popup_Icons_Color` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VC_Popup_Icons_Type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VC_Link_Text` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VC_Link_Border_Radius` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rich_web_vs_effect_4`
--

LOCK TABLES `wp_rich_web_vs_effect_4` WRITE;
/*!40000 ALTER TABLE `wp_rich_web_vs_effect_4` DISABLE KEYS */;
INSERT INTO `wp_rich_web_vs_effect_4` VALUES (1,'7','Video Carousel/Content Popup 1','Video Carousel/Content Popup','#ffffff','0','solid','#ffffff','25','#009491','4','fImgH1','5','10','25','rgba(255,255,255,0)','rgba(0,0,0,0.7)','0','solid','#ffffff','25','#000000','24','Vijaya','#ffffff','center','rgba(0,148,145,0)','16','Aldhabi','#ffffff','left','15','Vijaya','#000000','rgba(255,255,255,0.8)','#ffffff','1','solid','rgba(0,0,0,0.8)','#ffffff','#000000','25','#ffffff','rich_web-times-circle','View More','0'),(2,'8','Video Carousel/Content Popup 2','Video Carousel/Content Popup','#ffffff','5','solid','#ffffff','25','#adadad','4','fImgH1','5','10','25','rgba(255,255,255,0)','#ffffff','0','solid','#ffffff','30','#000000','24','Vijaya','#000000','center','#ffffff','16','Aldhabi','#000000','left','15','Vijaya','#000000','rgba(255,255,255,0.8)','#000000','1','solid','rgba(0,0,0,0.8)','#ffffff','#000000','25','#000000','rich_web-times-circle','View More','0');
/*!40000 ALTER TABLE `wp_rich_web_vs_effect_4` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rich_web_vs_effect_4_loader`
--

DROP TABLE IF EXISTS `wp_rich_web_vs_effect_4_loader`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rich_web_vs_effect_4_loader` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `RW_VS_ID` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VCCP_L_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VCCP_LT_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VCCP_LT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VCCP_L_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VCCP_L_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VCCP_LT_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VCCP_LT_FS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VCCP_LT_FF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VCCP_LT_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VCCP_L_T1_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VCCP_L_T2_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VCCP_L_T3_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VCCP_LT_T2_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VCCP_L_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VCCP_LT_T2_AnC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VCCP_LT_T3_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VCCP_L_S` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VCCP_Loading_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rich_web_vs_effect_4_loader`
--

LOCK TABLES `wp_rich_web_vs_effect_4_loader` WRITE;
/*!40000 ALTER TABLE `wp_rich_web_vs_effect_4_loader` DISABLE KEYS */;
INSERT INTO `wp_rich_web_vs_effect_4_loader` VALUES (1,'7','','on','Loading','#ffffff','Type 2','Type 1','15','Arial Black','#540a1c','#dd9933','#dd9933','#dd3333','rgba(0,0,0,0.3)','#0084aa','#ffffff','#dd3333','small','on'),(2,'8','on','on','Loading','#ffffff','Type 2','Type 2','13','Abadi MT Condensed Light','#0066bf','#dd9933','#dd9933','#dd3333','rgba(30,115,190,0.54)','#0066bf','#ffffff','#dd3333','middle','on');
/*!40000 ALTER TABLE `wp_rich_web_vs_effect_4_loader` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rich_web_vs_effect_5`
--

DROP TABLE IF EXISTS `wp_rich_web_vs_effect_5`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rich_web_vs_effect_5` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `RW_VS_ID` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VSlider_Option_Name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VSlider_Option_Type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SVS_W` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SVS_PT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SVS_CS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SVS_BW` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SVS_BS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SVS_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SVS_BoxShShow` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SVS_BoxShType` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SVS_BoxSh` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SVS_BoxShC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SVS_Nav_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SVS_Nav_W` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SVS_Nav_H` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SVS_Nav_BW` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SVS_Nav_BS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SVS_Nav_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SVS_Nav_BR` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SVS_Nav_PB` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SVS_Nav_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SVS_Nav_CC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SVS_Nav_HC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SVS_Nav_Pos` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SVS_T_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SVS_TBgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SVS_TC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SVS_TFS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SVS_TFF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SVS_D_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SVS_DC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SVS_DFS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SVS_DFF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SVS_LC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SVS_LFS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SVS_LFF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SVS_LHC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SVS_Arr_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SVS_Arr_Type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SVS_Arr_S` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SVS_Arr_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SVS_Arr_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SVS_Arr_BW` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SVS_Arr_BS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SVS_Arr_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SVS_Arr_BR` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SVS_PIC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SVS_PIBgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SVS_PIBR` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SVS_PIHC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SVS_PIHBgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SVS_Eff` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SVS_LText` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SVS_AP` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rich_web_vs_effect_5`
--

LOCK TABLES `wp_rich_web_vs_effect_5` WRITE;
/*!40000 ALTER TABLE `wp_rich_web_vs_effect_5` DISABLE KEYS */;
INSERT INTO `wp_rich_web_vs_effect_5` VALUES (1,'9','Simple Video Slider 1','Simple Video Slider','750','5','1000','4','solid','#ffffff','on','on','50','#8c8c8c','on','10','10','0','solid','#000000','20','2','#000000','#ffffff','#ffffff','top','on','rgba(255,255,255,0.5)','#000000','25','Gabriola','on','#000000','20','Gabriola','#000000','14','Arial','#8c8c8c','on','arrow-circle','30','rgba(0,0,0,0.8)','rgba(255,255,255,0.8)','0','solid','#ffffff','100','rgba(221,51,51,0.69)','rgba(255,255,255,0.7)','15','#dd3333','rgba(255,255,255,0.7)','slide','View More',''),(2,'10','Simple Video Slider 2','Simple Video Slider','650','5','1000','4','solid','#ffffff','on','','40','#000000','on','10','10','0','solid','rgba(0,144,170,0.8)','20','2','rgba(0,144,170,0.8)','rgba(255,255,255,0.8)','rgba(255,255,255,0.8)','top','on','rgba(0,144,170,0.9)','#ffffff','23','Gabriola','on','#ffffff','20','Gabriola','#0090aa','18','Arial','rgba(0,115,170,0.64)','on','caret','30','#000000','rgba(255,255,255,0.8)','0','solid','#ffffff','1','rgba(0,144,170,0.7)','rgba(255,255,255,0.7)','15','#dd3333','rgba(255,255,255,0.7)','fade','View More','');
/*!40000 ALTER TABLE `wp_rich_web_vs_effect_5` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rich_web_vs_effect_5_loader`
--

DROP TABLE IF EXISTS `wp_rich_web_vs_effect_5_loader`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rich_web_vs_effect_5_loader` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `RW_VS_ID` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SimpleVS_L_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SimpleVS_LT_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SimpleVS_LT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SimpleVS_L_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SimpleVS_L_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SimpleVS_LT_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SimpleVS_LT_FS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SimpleVS_LT_FF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SimpleVS_LT_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SimpleVS_L_T1_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SimpleVS_L_T2_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SimpleVS_L_T3_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SimpleVS_LT_T2_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SimpleVS_L_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SimpleVS_LT_T2_AnC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SimpleVS_LT_T3_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SimpleVS_L_S` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_SimpleVS_Loading_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rich_web_vs_effect_5_loader`
--

LOCK TABLES `wp_rich_web_vs_effect_5_loader` WRITE;
/*!40000 ALTER TABLE `wp_rich_web_vs_effect_5_loader` DISABLE KEYS */;
INSERT INTO `wp_rich_web_vs_effect_5_loader` VALUES (1,'9','','on','Loading','rgba(255,255,255,0.02)','Type 4','Type 1','17','Gabriola','#20a373','#dd9933','#dd9933','#dd3333','rgba(32,163,115,0.53)','#000000','#ffffff','#dd3333','small','on'),(2,'10','','on','Loading','#ffffff','Type 2','Type 1','13','Abadi MT Condensed Light','#0066bf','#dd9933','#dd9933','#dd3333','rgba(30,115,190,0.54)','#0066bf','#ffffff','#dd3333','middle','on');
/*!40000 ALTER TABLE `wp_rich_web_vs_effect_5_loader` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rich_web_vs_effect_6`
--

DROP TABLE IF EXISTS `wp_rich_web_vs_effect_6`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rich_web_vs_effect_6` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `RW_VS_ID` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VSlider_Option_Name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VSlider_Option_Type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VTVS_AP` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VTVS_APS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VTVS_APEff` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VTVS_CS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VTVS_PT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VTVS_ArrSt` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VTVS_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VTVS_H` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VTVS_BW` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VTVS_BS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VTVS_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VTVS_BoxShShow` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VTVS_BoxShType` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VTVS_BoxSh` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VTVS_BoxShC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VTVS_TShow` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VTVS_TFS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VTVS_TFF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VTVS_TC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VTVS_TBgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VTVS_TPos` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VTVS_Th_BW` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VTVS_Th_BS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VTVS_Th_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VTVS_Th_BR` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VTVS_Th_HBC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VTVS_LC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VTVS_LBgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VTVS_LFS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VTVS_LHC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VTVS_LHBgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VTVS_LPos` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VTVS_LType` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VTVS_PC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VTVS_PBgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VTVS_PFS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VTVS_PHC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VTVS_PHBgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VTVS_PPos` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VTVS_PType` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VTVS_ArrShow` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VTVS_ArrType` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VTVS_ArrFS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VTVS_ArrPos` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VTVS_ArrC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rich_web_vs_effect_6`
--

LOCK TABLES `wp_rich_web_vs_effect_6` WRITE;
/*!40000 ALTER TABLE `wp_rich_web_vs_effect_6` DISABLE KEYS */;
INSERT INTO `wp_rich_web_vs_effect_6` VALUES (1,'11','Video Slider/Vertical Thumbnails 1','Video Slider/Vertical Thumbnails','on','1','fade slideshow','700','2','1','#000000','350','0','solid','#ffffff','on','on','50','#6b6b6b','on','22','Aldhabi','#ffffff','rgba(0,0,0,0.6)','top','2','solid','#ffffff','0','#545454','#000000','rgba(255,255,255,0.7)','23','#ffffff','rgba(0,0,0,0.7)','bottom-right','link','rgba(0,0,0,0.7)','rgba(255,255,255,0.7)','23','#ffffff','rgba(0,0,0,0.7)','bottom-left','play-circle','on','chevron-circle','25','center','#ffffff'),(2,'12','Video Slider/Vertical Thumbnails 2','Video Slider/Vertical Thumbnails','on','1','swing slideshow','600','2','1','#ffffff','350','5','solid','#ffffff','on','','10','#c1c1c1','on','22','Aldhabi','#000000','#ffffff','bottom','2','solid','#ffffff','0','#000000','#000000','#ffffff','15','#ffffff','#000000','top-left','link','rgba(0,0,0,0.7)','#ffffff','15','#ffffff','#000000','top-right','play','on','angle','39','center','#000000');
/*!40000 ALTER TABLE `wp_rich_web_vs_effect_6` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rich_web_vs_effect_6_loader`
--

DROP TABLE IF EXISTS `wp_rich_web_vs_effect_6_loader`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rich_web_vs_effect_6_loader` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `RW_VS_ID` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VSVT_L_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VSVT_LT_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VSVT_LT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VSVT_L_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VSVT_L_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VSVT_LT_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VSVT_LT_FS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VSVT_LT_FF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VSVT_LT_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VSVT_L_T1_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VSVT_L_T2_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VSVT_L_T3_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VSVT_LT_T2_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VSVT_L_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VSVT_LT_T2_AnC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VSVT_LT_T3_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VSVT_L_S` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VSVT_Loading_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rich_web_vs_effect_6_loader`
--

LOCK TABLES `wp_rich_web_vs_effect_6_loader` WRITE;
/*!40000 ALTER TABLE `wp_rich_web_vs_effect_6_loader` DISABLE KEYS */;
INSERT INTO `wp_rich_web_vs_effect_6_loader` VALUES (1,'11','on','on','Loading','#ffffff','Type 4','Type 4','13','Abadi MT Condensed Light','#59d600','#dd9933','#dd9933','#dd3333','rgba(30,115,190,0.54)','#59d600','#ffffff','#dd3333','small','on'),(2,'12','on','on','Loading','#ffffff','Type 1','Type 2','13','Abadi MT Condensed Light','#000000','#490e1e','#8c0126','#490e1e','rgba(30,115,190,0.54)','#0066bf','#ffffff','#dd3333','middle','on');
/*!40000 ALTER TABLE `wp_rich_web_vs_effect_6_loader` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rich_web_vs_effect_7`
--

DROP TABLE IF EXISTS `wp_rich_web_vs_effect_7`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rich_web_vs_effect_7` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `RW_VS_ID` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VSlider_Option_Name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VSlider_Option_Type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_HPS_Loop` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_HPS_Cols` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_HPS_Speed` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_HPS_AP` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_HPS_EH` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_HPS_PB` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_HPS_Car` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_HPS_NP_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_HPS_NP_NText` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_HPS_NP_PText` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_HPS_NP_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_HPS_NP_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_HPS_NP_FS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_HPS_NP_FF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_HPS_NP_BW` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_HPS_NP_BS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_HPS_NP_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_HPS_NP_BR` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_HPS_NP_HC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_HPS_NP_HBgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_HPS_Cols_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_HPS_Cols_BoxShC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_HPS_Cols_VSEff` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_HPS_Cols_StShC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_HPS_Cols_VHEff` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_HPS_Cols_HShC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_HPS_TC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_HPS_TFS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_HPS_TFF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_HPS_DShow` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_HPS_DC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_HPS_DFS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_HPS_DFF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_HPS_LText` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_HPS_LC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_HPS_LFS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_HPS_LFF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_HPS_LHC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_HPS_PText` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_HPS_PBgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_HPS_PC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_HPS_PFS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_HPS_PFF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_HPS_PHC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_HPS_PHBgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_HPS_Pop_OvC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_HPS_Pop_BW` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_HPS_Pop_BS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_HPS_Pop_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_HPS_Pop_BoxShShow` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_HPS_Pop_BoxShType` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_HPS_Pop_BoxSh` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_HPS_Pop_BoxShC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_HPS_Pop_CIType` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_HPS_Pop_CIS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VS_HPS_Pop_CIC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rich_web_vs_effect_7`
--

LOCK TABLES `wp_rich_web_vs_effect_7` WRITE;
/*!40000 ALTER TABLE `wp_rich_web_vs_effect_7` DISABLE KEYS */;
INSERT INTO `wp_rich_web_vs_effect_7` VALUES (1,'13','Horizontal Posts Slider 1','Horizontal Posts Slider','on','3','3','','on','20','on','on','Next','Prev','#6d6d6d','#ffffff','20','Gabriola','1','solid','#6d6d6d','3','#000000','#ffffff','#ffffff','#6d6d6d','none','#ffffff','drop-shadow','#9e9e9e','#000000','24','Vijaya','on','#6d6d6d','14','Aldhabi','View More ...','#000000','18','Vijaya','#6d6d6d','Watch Video ...','#000000','#ffffff','13','Arial','#ffffff','#383838','rgba(0,0,0,0.5)','none','solid','rgba(0,144,170,0.5)','on','on','19','rgba(0,0,0,0.59)','rich_web-times','35','rgba(255,255,255,0.8)'),(2,'14','Horizontal Posts Slider 2','Horizontal Posts Slider','on','4','4','on','on','10','on','on','Next','Prev','#939393','#ffffff','16','Gabriola','2','solid','#939393','3','#000000','#ffffff','#ffffff','#939393','none','#ffffff','grayscale','#000000','#020000','23','Vijaya','on','#666666','14','Aldhabi','View More ...','#000000','16','Vijaya','#939393','Watch Video ...','#000000','#ffffff','13','Arial','#a3a3a3','#000000','rgba(0,0,0,0.9)','0','none','rgba(0,144,170,0.5)','on','on','19','rgba(0,0,0,0.59)','rich_web-times','35','#0090aa');
/*!40000 ALTER TABLE `wp_rich_web_vs_effect_7` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rich_web_vs_effect_7_loader`
--

DROP TABLE IF EXISTS `wp_rich_web_vs_effect_7_loader`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rich_web_vs_effect_7_loader` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `RW_VS_ID` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_HSL_L_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_HSL_LT_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_HSL_LT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_HSL_L_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_HSL_L_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_HSL_LT_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_HSL_LT_FS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_HSL_LT_FF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_HSL_LT_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_HSL_L_T1_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_HSL_L_T2_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_HSL_L_T3_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_HSL_LT_T2_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_HSL_L_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_HSL_LT_T2_AnC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_HSL_LT_T3_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_HSL_L_S` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_HSL_Loading_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rich_web_vs_effect_7_loader`
--

LOCK TABLES `wp_rich_web_vs_effect_7_loader` WRITE;
/*!40000 ALTER TABLE `wp_rich_web_vs_effect_7_loader` DISABLE KEYS */;
INSERT INTO `wp_rich_web_vs_effect_7_loader` VALUES (1,'13','on','on','Loading','#ffffff','Type 4','Type 4','23','Calibri','#000000','#dd9933','#dd9933','#dd3333','rgba(30,115,190,0.54)','#b1ba09','#ffffff','#dd3333','small','on'),(2,'14','on','on','Loading','#ffffff','Type 2','Type 2','17','Abadi MT Condensed Light','#000000','#dd9933','#dd9933','#dd3333','rgba(30,115,190,0.54)','#e2dc1f','#ffffff','#dd3333','middle','on');
/*!40000 ALTER TABLE `wp_rich_web_vs_effect_7_loader` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rich_web_vs_effect_8`
--

DROP TABLE IF EXISTS `wp_rich_web_vs_effect_8`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rich_web_vs_effect_8` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `RW_VS_ID` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VSlider_Option_Name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VSlider_Option_Type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_RVVS_Sh` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_RVVS_ShT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_RVVS_ShC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_RVVS_NI_BW` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_RVVS_NI_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_RVVS_NI_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_RVVS_NI_HBgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_RVVS_NI_HBC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_RVVS_NI_CBgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_RVVS_NI_CBC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_RVVS_NT_FF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_RVVS_NT_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_RVVS_ND_FF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_RVVS_ND_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_RVVS_NImg_BW` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_RVVS_NImg_BR` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_RVVS_NImg_BSh` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_RVVS_NImg_ShC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_RVVS_NImg_ShT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_RVVS_NScroll_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_RVVS_NScroll_HBgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_RVVS_NScroll_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_RVVS_IT_FF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_RVVS_IT_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_RVVS_ID_FF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_RVVS_ID_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_RVVS_PlIc_FS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_RVVS_PlIc_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_RVVS_PlIc_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_RVVS_PlIc_HBgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_RVVS_DelIc_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_RVVS_DelIc_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_RVVS_DelIc_FS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_RVVS_DelIc_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_RVVS_DelIc_HBgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_RVVS_NT_FS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_RVVS_ND_FS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_RVVS_IT_FS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_RVVS_ID_FS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_RVVS_NT_HC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_RVVS_NT_CC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_RVVS_ND_HC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_RVVS_ND_CC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rich_web_vs_effect_8`
--

LOCK TABLES `wp_rich_web_vs_effect_8` WRITE;
/*!40000 ALTER TABLE `wp_rich_web_vs_effect_8` DISABLE KEYS */;
INSERT INTO `wp_rich_web_vs_effect_8` VALUES (1,'15','Rich Slider 1','Rich Slider','10','Type 1','#000000','0','#bcbcbc','#ffffff','#bcbcbc','#ffffff','#bcbcbc','#ffffff','Abadi MT Condensed Light','#000000','Abadi MT Condensed Light','#686868','0','0','8','#000000','Type 1','rgba(0,0,0,0.6)','#ffffff','#ffffff','Aldhabi','#ffffff','Abadi MT Condensed Light','#dd9933','29','#ffffff','rgba(0,0,0,0.5)','rgba(0,0,0,0.7)','#ffffff','rich_web-times','25','rgba(0,0,0,0.5)','rgba(0,0,0,0.7)','15','13','20','16','#ffffff','#ffffff','#eaeaea','#eaeaea'),(2,'16','Rich Slider 2','Rich Slider','0','Type 1','#ffffff','1','#969696','#ffffff','#24a0c9','#ffffff','#24a0c9','#ffffff','Vijaya','#24a0c9','Vijaya','#8c8c8c','1','4','6','#ffffff','Type 2','#24a0c9','#ffffff','#ffffff','Vijaya','#24a0c9','Vijaya','#ffffff','29','#ffffff','rgba(36,160,201,0.42)','rgba(36,160,201,0.79)','#ffffff','rich_web-times','24','rgba(36,160,201,0.33)','rgba(36,160,201,0.65)','16','16','22','19','#ffffff','#ffffff','#e0e0e0','#e0e0e0');
/*!40000 ALTER TABLE `wp_rich_web_vs_effect_8` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rich_web_vs_effect_8_loader`
--

DROP TABLE IF EXISTS `wp_rich_web_vs_effect_8_loader`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rich_web_vs_effect_8_loader` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `RW_VS_ID` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_RichSl_L_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_RichSl_LT_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_RichSl_LT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_RichSl_L_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_RichSl_L_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_RichSl_LT_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_RichSl_LT_FS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_RichSl_LT_FF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_RichSl_LT_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_RichSl_L_T1_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_RichSl_L_T2_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_RichSl_L_T3_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_RichSl_LT_T2_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_RichSl_L_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_RichSl_LT_T2_AnC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_RichSl_LT_T3_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_RichSl_L_S` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_RichSl_Loading_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rich_web_vs_effect_8_loader`
--

LOCK TABLES `wp_rich_web_vs_effect_8_loader` WRITE;
/*!40000 ALTER TABLE `wp_rich_web_vs_effect_8_loader` DISABLE KEYS */;
INSERT INTO `wp_rich_web_vs_effect_8_loader` VALUES (1,'15','','on','Loading','rgba(255,255,255,0.09)','Type 4','Type 3','13','Abadi MT Condensed Light','#ffffff','#dd9933','#dd9933','#dd3333','rgba(30,115,190,0.54)','#0084aa','#ffffff','#dd3333','small','on'),(2,'16','','on','Loading','#ffffff','Type 2','Type 1','13','Abadi MT Condensed Light','#0066bf','#dd9933','#dd9933','#dd3333','rgba(30,115,190,0.54)','#0066bf','#ffffff','#dd3333','middle','on');
/*!40000 ALTER TABLE `wp_rich_web_vs_effect_8_loader` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rich_web_vs_effect_9`
--

DROP TABLE IF EXISTS `wp_rich_web_vs_effect_9`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rich_web_vs_effect_9` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `RW_VS_ID` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VSlider_Option_Name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_VSlider_Option_Type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_MS_W` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_MS_SSh` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_MS_SShChT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_MS_BSh` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_MS_ShC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_MS_ShT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_MS_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_MS_Type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_MS_Autoplay` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_MS_N_BW` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_MS_N_BS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_MS_N_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_MS_NI_FS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_MS_NI_FF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_MS_NI_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_MS_NI_HC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_MS_NI_CC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_MS_NIC_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_MS_Img_BW` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_MS_Img_BS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_MS_Img_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_MS_Img_BSh` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_MS_Img_ShC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_MS_Img_ShT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_MS_T_FS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_MS_T_FF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_MS_T_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_MS_T_TA` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_MS_T_TSh` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_MS_T_TShC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_MS_D_FS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_MS_D_FF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_MS_D_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_MS_D_TA` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_MS_D_TSh` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_MS_D_TShC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_MS_Ic_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_MS_Ic_S` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_MS_Ic_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_MS_startAt` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_MS_Sl1EfT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_MS_NI_CCC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_MS_PlIc_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_MS_PlIc_S` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_MS_PlIc_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_MS_PlIc_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_MS_PlIc_HBgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_MS_PlIc_HC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rich_web_vs_effect_9`
--

LOCK TABLES `wp_rich_web_vs_effect_9` WRITE;
/*!40000 ALTER TABLE `wp_rich_web_vs_effect_9` DISABLE KEYS */;
INSERT INTO `wp_rich_web_vs_effect_9` VALUES (1,'17','Timeline 1','TimeLine Slider','800','','1694','10','#000000','Type 1','rgba(255,255,255,0.51)','horizontal','','1','solid','#dbdbdb','13','Abadi MT Condensed Light','#1e73be','#0066bf','#144e91','#000000','3','solid','#ffffff','10','#919191','Type 2','16','Abadi MT Condensed Light','#1e73be','center','1','#afafaf','14','Abadi MT Condensed Light','#595959','justify','0','#000000','rich_web rich_web-long-arrow','20','#1e73be','1','2','','rich_web rich_web-play-circle','28','rgba(221,0,0,0.45)','#ffffff','rgba(221,51,51,0.45)','#ffffff'),(2,'18','Timeline 2','TimeLine Slider','800','on','8000','2','#000000','Type 2','#dd9933','vertical','on','1','dotted','#ffffff','15','Abadi MT Condensed Light','#ffffff','#ffffff','#ba6f00','#ffffff','0','solid','#dd3333','10','#ffffff','Type 1','23','Gabriola','#ffffff','center','3','#000000','15','Arial','#ffffff','center','0','#000000','rich_web rich_web-chevron-circle','30','#ffffff','1','4','','rich_web rich_web-play','24','rgba(255,255,255,0.59)','#dd8500','rgba(255,255,255,0.63)','#dd8500');
/*!40000 ALTER TABLE `wp_rich_web_vs_effect_9` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rich_web_vs_effect_9_loader`
--

DROP TABLE IF EXISTS `wp_rich_web_vs_effect_9_loader`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rich_web_vs_effect_9_loader` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `RW_VS_ID` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_TSL_L_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_TSL_LT_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_TSL_LT` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_TSL_L_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_TSL_L_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_TSL_LT_T` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_TSL_LT_FS` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_TSL_LT_FF` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_TSL_LT_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_TSL_L_T1_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_TSL_L_T2_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_TSL_L_T3_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_TSL_LT_T2_BC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_TSL_L_C` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_TSL_LT_T2_AnC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_TSL_LT_T3_BgC` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_TSL_L_S` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `Rich_Web_TSL_Loading_Show` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rich_web_vs_effect_9_loader`
--

LOCK TABLES `wp_rich_web_vs_effect_9_loader` WRITE;
/*!40000 ALTER TABLE `wp_rich_web_vs_effect_9_loader` DISABLE KEYS */;
INSERT INTO `wp_rich_web_vs_effect_9_loader` VALUES (1,'17','on','on','Loading','#ffffff','Type 4','Type 4','13','Abadi MT Condensed Light','#dd3333','#dd9933','#dd9933','#dd3333','rgba(30,115,190,0.54)','#0084aa','#ffffff','#dd3333','small','on'),(2,'18','on','on','Loading','#ffffff','Type 4','Type 2','13','Abadi MT Condensed Light','#dd8500','#dd9933','#dd9933','#dd3333','rgba(30,115,190,0.54)','#dd8500','#ffffff','#dd3333','middle','on');
/*!40000 ALTER TABLE `wp_rich_web_vs_effect_9_loader` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_spidercatalog_id`
--

DROP TABLE IF EXISTS `wp_spidercatalog_id`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_spidercatalog_id` (
  `id1` int(11) NOT NULL AUTO_INCREMENT,
  `proid` int(11) NOT NULL,
  `cateid` int(11) NOT NULL,
  PRIMARY KEY (`id1`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_spidercatalog_id`
--

LOCK TABLES `wp_spidercatalog_id` WRITE;
/*!40000 ALTER TABLE `wp_spidercatalog_id` DISABLE KEYS */;
INSERT INTO `wp_spidercatalog_id` VALUES (1,1,1),(2,2,1),(3,3,1),(4,4,1);
/*!40000 ALTER TABLE `wp_spidercatalog_id` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_spidercatalog_params`
--

DROP TABLE IF EXISTS `wp_spidercatalog_params`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_spidercatalog_params` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(50) CHARACTER SET utf8 NOT NULL,
  `title` varchar(200) CHARACTER SET utf8 NOT NULL,
  `description` text CHARACTER SET utf8 NOT NULL,
  `value` varchar(200) CHARACTER SET utf8 NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=365 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_spidercatalog_params`
--

LOCK TABLES `wp_spidercatalog_params` WRITE;
/*!40000 ALTER TABLE `wp_spidercatalog_params` DISABLE KEYS */;
INSERT INTO `wp_spidercatalog_params` VALUES (89,'price','Price','Show or hide Price','1'),(90,'market_price','Market Price','Show or hide market Price','1'),(91,'currency_symbol','Currency Symbol','Currency Symbol','$'),(92,'currency_symbol_position','Currency Symbol Position','Currency Symbol Position (after or before number )','0'),(93,'enable_rating','Enable/Disable Product Ratings','Enable/Disable Product Ratings','1'),(94,'enable_review','Enable/Disable Customer Reviews','Enable/Disable Customer Reviews','1'),(95,'choose_category','Choose category','Search product on frontend by category','1'),(96,'search_by_name','Search by name','Search product on frontend by name','1'),(97,'single_background_color','Background color','Product page background color','#F4F4F4'),(98,'single_params_background_color1','Parameters Background color 1','Product page background color of odd parameters','#F4F2F2'),(99,'single_params_background_color2','Parameters Background color 2','Product page background color of odd parameters','#F4F2F2'),(100,'single_border_style','Border Style','Border Style','ridge'),(101,'single_border_width','Border Width','Border Width','0'),(102,'single_border_color','Border Color','Border Color','#00AEEF'),(103,'single_text_color','Text Color','Text Color','#636363'),(104,'single_params_color','Color of Parameter Values','Color of Parameter Values','#2F699E'),(105,'single_price_color','Price Color','Price Color','#FFFFFF'),(106,'market_price_size_big','Market Price Size','Market Price Size','12'),(107,'single_market_price_color','Market Price Color','Market Price Color','#FFFFFF'),(108,'single_title_color','Title Color','Title Color','#004372'),(109,'single_title_background_color','Title Background color','Title Background color','#F4F4F4'),(110,'single_rating_star','Rating Star Design','Rating Star Design','3'),(111,'product_big_title_size','Title Size','Product Big Title Size','28'),(112,'large_picture_width','Picture Width','Picture Width','300'),(113,'large_picture_height','Picture Height','Picture Height','200'),(114,'text_size_big','Text Size','Text Size',''),(115,'price_size_big','Price Size','Price Size','20'),(116,'title_size_big','Title Size','Title Size','16'),(117,'review_background_color','Background Color of \'Add your review here\' block','Background Color of \'Add your review here\' block','#F4F4F4'),(118,'review_color','Color of Review Texts','Color of Review Texts','#2F699E'),(119,'review_author_background_color','Background Color of Review Author block','Background Color of Review Author block','#C9EFFE'),(120,'review_text_background_color','Background Color of Author block','Background Color of Review text','#EFF9FD'),(121,'reviews_perpage','Number of reviews per page','Number of reviews per page','10'),(122,'product_color_add_your_review_here','Product color Add your review here','Product color Add your review here','#ffffff'),(123,'product_back_add_your_review_here','Product back Add your review here','Product back Add your review here','#004372'),(124,'product_price_background_color','Product Price Background color','Product Price Background color','#004372'),(125,'list_background_color','Background color','Background color','#FFFFFF'),(126,'list_border_color','Border Color','Border Color','#00AEEF'),(127,'list_list_border_color','Border Color','Border Color','#E8E8E8'),(128,'list_border_width','Border Width','Border Width','0'),(129,'list_border_style','Border Style','Border Style','ridge'),(130,'list_text_color','Text Color','Text Color','#636363'),(131,'list_button_color','Buttons Text color','Color of text of buttons','#FFFFFF'),(132,'list_button_background_color','Buttons Background color','Background Color of buttons','#004372'),(133,'list_category_title_size','Category title size','Category title size','22'),(134,'list_category_picture_width','Category picture width','Category picture width','300'),(135,'list_category_picture_height','Category picture height','Category picture height','200'),(136,'list_list_picture_width','Picture Width','Picture Width','100'),(137,'list_list_picture_height','Picture Height','Picture Height','100'),(138,'list_hyperlink_color','Hyperlink Color','Hyperlink Color','#000000'),(139,'list_search_icon_color','Search Icon Color','Search Icon Color','#004372'),(140,'list_reset_icon_color','Reset Icon Color','Reset Icon Color','#004372'),(141,'list_select_icon_color','Select icon color','Select icon color','#004372'),(142,'list_rating_star','Rating Star Design','Rating Star Design','3'),(143,'list_count_of_products_in_the_page','Count of Products in the page','Count of Products in the page','10'),(144,'list_categories_row_color1','Categories row color 1','Categories row color 1','#F4F2F2'),(145,'list_categories_row_color2','Categories row color 2','Categories row color 2','#F4F2F2'),(146,'list_categories_header_background_color','Categories header background color','Categories header background color','#E2E2E2'),(147,'list_categories_header_color','Categories text color','Categories header text color','#3D3D3D'),(148,'cells1_background_color','Background color','Background color','#FFFFFF'),(149,'cells1_border_color','Border Color','Border Color','#00AEEF'),(150,'cells1_border_width','Border Width','Border Width','0'),(151,'cells1_border_style','Border Style','Border Style','ridge'),(152,'cells1_text_color','Text Color','Text Color','#636363'),(153,'cells1_button_color','Buttons Text color','Color of text of buttons','#FFFFFF'),(154,'cells1_button_background_color','Buttons Background color','Background Color of buttons','#004372'),(155,'cells1_category_title_size','Category title size','Category title size','22'),(156,'cells1_category_picture_width','Category picture width','Category picture width','300'),(157,'cells1_category_picture_height','Category picture height','Category picture height','200'),(158,'cells1_list_picture_width','Picture Width','Picture Width','100'),(159,'cells1_list_picture_height','Picture Height','Picture Height','100'),(160,'cells1_large_picture_width','Picture Width','Picture Width','300'),(161,'cells1_large_picture_height','Picture Height','Picture Height','200'),(162,'cells1_small_picture_width','Picture Width','Picture Width','210'),(163,'cells1_small_picture_height','Picture Height','Picture Height','140'),(164,'cells1_hyperlink_color','Hyperlink Color','Hyperlink Color','#000000'),(165,'cells1_search_icon_color','Search Icon Color','Search Icon Color','#004372'),(166,'cells1_reset_icon_color','Reset Icon Color','Reset Icon Color','#004372'),(167,'cells1_select_icon_color','Select icon color','Select icon color','#004372'),(168,'cells1_rating_star','Rating Star Design','Rating Star Design','3'),(169,'cells1_params_background_color1','Parameters Background color 1','Background Color of odd parameters','#F4F2F2'),(170,'cells1_params_background_color2','Parameters Background color 2','Background Color of odd parameters','#F4F2F2'),(171,'cells1_price_color','Price Color','Price Color','#FFFFFF'),(172,'cells1_market_price_color','Market Price Color','Market Price Color','#FFFFFF'),(173,'cells1_title_color','Title Color','Title Color','#004372'),(174,'cells1_title_background_color','Title Background color','Title Background color','#F4F2F2'),(175,'cells1_count_of_product_in_the_row','Count of Products in the Row','Count of Products in the Row','2'),(176,'cells1_count_of_rows_in_the_page','Count of Rows in the Page','Count of Rows in the Page','3'),(177,'cells1_categories_row_color1','Categories row color 1','Categories row color 1','#F4F2F2'),(178,'cells1_categories_row_color2','Categories row color 2','Categories row color 2','#F4F2F2'),(179,'cells1_categories_header_background_color','Categories header background color','Categories header background color','#E2E2E2'),(180,'cells1_categories_header_color','Categories text color','Categories header text color','#3D3D3D'),(181,'cells2_background_color','Background color','Background color','#FFFFFF'),(182,'cells2_cell_background_color','Background color','Background color','#FFFFFF'),(183,'cells2_border_color','Border Color','Border Color','#00AEEF'),(184,'cells2_border_width','Border Width','Border Width','0'),(185,'cells2_border_style','Border Style','Border Style','ridge'),(186,'cells2_text_color','Text Color','Text Color','#636363'),(187,'cells2_button_color','Buttons Text color','Color of text of buttons','#FFFFFF'),(188,'cells2_button_background_color','Buttons Background color','Background Color of buttons','#004372'),(189,'cells2_category_title_size','Category title size','Category title size','22'),(190,'cells2_category_picture_width','Category picture width','Category picture width','300'),(191,'cells2_category_picture_height','Category picture height','Category picture height','200'),(192,'cells2_list_picture_width','Picture Width','Picture Width','100'),(193,'cells2_list_picture_height','Picture Height','Picture Height','100'),(194,'cells2_hyperlink_color','Hyperlink Color','Hyperlink Color','#000000'),(195,'cells2_search_icon_color','Search Icon Color','Search Icon Color','#004372'),(196,'cells2_reset_icon_color','Reset Icon Color','Reset Icon Color','#004372'),(197,'cells2_select_icon_color','Select icon color','Select icon color','#004372'),(198,'cells2_rating_star','Rating Star Design','Rating Star Design','3'),(199,'cells2_count_of_product_in_the_row','Count of Products in the Row','Count of Products in the Row','2'),(200,'cells2_count_of_rows_in_the_page','Count of Rows in the Page','Count of Rows in the Page','3'),(201,'cells2_categories_row_color1','Categories row color 1','Categories row color 1','#F4F2F2'),(202,'cells2_categories_row_color2','Categories row color 2','Categories row color 2','#F4F2F2'),(203,'cells2_categories_header_background_color','Categories header background color','Categories header background color','#E2E2E2'),(204,'cells2_categories_header_color','Categories text color','Categories header text color','#3D3D3D'),(205,'cells2_price_color','Price color','Price color','#d80303'),(206,'cells2_market_price_color','Market price color','Market price color','#d80303'),(207,'cells3_background_color','Background color','Background color','#FFFFFF'),(208,'cells3_cell_background_color','Background color','Background color','#F5F5F5'),(209,'cells3_border_color','Border Color','Border Color','#00AEEF'),(210,'cells3_border_width','Border Width','Border Width','0'),(211,'cells3_border_style','Border Style','Border Style','ridge'),(212,'cells3_text_color','Text Color','Text Color','#636363'),(213,'cells3_button_color','Buttons Text color','Color of text of buttons','#FFFFFF'),(214,'cells3_button_background_color','Buttons Background color','Background Color of buttons','#004372'),(215,'cells3_category_title_size','Category title size','Category title size','22'),(216,'cells3_category_picture_width','Category picture width','Category picture width','300'),(217,'cells3_category_picture_height','Category picture height','Category picture height','200'),(218,'cells3_list_picture_width','Picture Width','Picture Width','100'),(219,'cells3_list_picture_height','Picture Height','Picture Height','100'),(220,'cells3_hyperlink_color','Hyperlink Color','Hyperlink Color','#000000'),(221,'cells3_search_icon_color','Search Icon Color','Search Icon Color','#004372'),(222,'cells3_reset_icon_color','Reset Icon Color','Reset Icon Color','#004372'),(223,'cells3_select_icon_color','Select icon color','Select icon color','#004372'),(224,'cells3_rating_star','Rating Star Design','Rating Star Design','3'),(225,'cells3_count_of_product_in_the_row','Count of Products in the Row','Count of Products in the Row','2'),(226,'cells3_count_of_rows_in_the_page','Count of Rows in the Page','Count of Rows in the Page','3'),(227,'cells3_categories_row_color1','Categories row color 1','Categories row color 1','#F4F2F2'),(228,'cells3_categories_row_color2','Categories row color 2','Categories row color 2','#F4F2F2'),(229,'cells3_categories_header_background_color','Categories header background color','Categories header background color','#E2E2E2'),(230,'cells3_categories_header_color','Categories text color','Categories header text color','#3D3D3D'),(231,'wcells_background_color','Background color','Background color','#FFFFFF'),(232,'wcells_cell_background_color','Background color','Background color','#F5F5F5'),(233,'wcells_border_color','Border Color','Border Color','#00AEEF'),(234,'wcells_border_width','Border Width','Border Width','0'),(235,'wcells_border_style','Border Style','Border Style','ridge'),(236,'wcells_text_color','Text Color','Text Color','#636363'),(237,'wcells_button_color','Buttons Text color','Color of text of buttons','#FFFFFF'),(238,'wcells_button_background_color','Buttons Background color','Background Color of buttons','#004372'),(239,'wcells_category_title_size','Category title size','Category title size','22'),(240,'wcells_category_picture_width','Category picture width','Category picture width','300'),(241,'wcells_category_picture_height','Category picture height','Category picture height','200'),(242,'wcells_list_picture_width','Picture Width','Picture Width','100'),(243,'wcells_list_picture_height','Picture Height','Picture Height','100'),(244,'wcells_hyperlink_color','Hyperlink Color','Hyperlink Color','#000000'),(245,'wcells_search_icon_color','Search Icon Color','Search Icon Color','#004372'),(246,'wcells_reset_icon_color','Reset Icon Color','Reset Icon Color','#004372'),(247,'wcells_select_icon_color','Select icon color','Select icon color','#004372'),(248,'wcells_rating_star','Rating Star Design','Rating Star Design','3'),(249,'wcells_count_of_products_in_the_page','Count of Products in the page','Count of Products in the page','10'),(250,'wcells_categories_row_color1','Categories row color 1','Categories row color 1','#F4F2F2'),(251,'wcells_categories_row_color2','Categories row color 2','Categories row color 2','#F4F2F2'),(252,'wcells_categories_header_background_color','Categories header background color','Categories header background color','#E2E2E2'),(253,'wcells_categories_header_color','Categories text color','Categories header text color','#3D3D3D'),(254,'wcells_price_size','Price Size','Price Size','16'),(255,'wcells_price_color','Price Color','Price Color','#004372'),(256,'wcells_more_font_color','More text color','More text color','#ffffff'),(257,'wcells_more_background_color','More background color','More background color','#004372'),(258,'thumb_background_color','Background color','Background color','#FFFFFF'),(259,'thumb_cell_background_color','Background color','Background color','#F5F5F5'),(260,'thumb_border_color','Border Color','Border Color','#00AEEF'),(261,'thumb_border_width','Border Width','Border Width','0'),(262,'thumb_border_style','Border Style','Border Style','ridge'),(263,'thumb_text_color','Text Color','Text Color','#636363'),(264,'thumb_button_color','Buttons Text color','Color of text of buttons','#FFFFFF'),(265,'thumb_button_background_color','Buttons Background color','Background Color of buttons','#004372'),(266,'thumb_category_title_size','Category title size','Category title size','22'),(267,'thumb_category_picture_width','Category picture width','Category picture width','300'),(268,'thumb_category_picture_height','Category picture height','Category picture height','200'),(269,'thumb_list_picture_width','Picture Width','Picture Width','100'),(270,'thumb_list_picture_height','Picture Height','Picture Height','100'),(271,'thumb_hyperlink_color','Hyperlink Color','Hyperlink Color','#000000'),(272,'thumb_search_icon_color','Search Icon Color','Search Icon Color','#004372'),(273,'thumb_reset_icon_color','Reset Icon Color','Reset Icon Color','#004372'),(274,'thumb_select_icon_color','Select icon color','Select icon color','#004372'),(275,'thumb_rating_star','Rating Star Design','Rating Star Design','3'),(276,'thumb_count_of_product_in_the_row','Count of Products in the Row','Count of Products in the Row','2'),(277,'thumb_count_of_rows_in_the_page','Count of Rows in the Page','Count of Rows in the Page','3'),(278,'thumb_categories_row_color1','Categories row color 1','Categories row color 1','#F4F2F2'),(279,'thumb_categories_row_color2','Categories row color 2','Categories row color 2','#F4F2F2'),(280,'thumb_categories_header_background_color','Categories header background color','Categories header background color','#E2E2E2'),(281,'thumb_categories_header_color','Categories text color','Categories header text color','#3D3D3D'),(282,'parameters_select_box_width','Parameters Select Box Width','Parameters Select Box Width','104'),(283,'params_color','Color of Parameter Values','Color of Parameter Values','#2F699E'),(284,'product_cell_width','Product Cell Width','Product Cell Width','270'),(285,'product_cell_height','Product Cell Height','Product Cell Height','750'),(286,'price_size_small','Price Size','Price Size','20'),(287,'market_price_size_small','Market Price Size','Market Price Size','12'),(288,'title_size_small','Title Size','Title Size','16'),(289,'text_size_list','List text size','List text size','14'),(290,'price_size_list','List price size','List price size','18'),(291,'market_price_size_list','List Market price size','List Market price size','11'),(292,'cell_show_category','Show Category','Show Category','1'),(293,'list_show_category','Show Category','Show Category','1'),(294,'cell_show_parameters','Show Parameters','Show Parameters','1'),(295,'list_show_parameters','Show Parameters','Show Parameters','1'),(296,'list_show_description','Show Description','Show Description','1'),(297,'width_spider_main_table_lists','Product List  Width','Product List  Width','620'),(298,'category_details_width','Category Details Width','Category Details Width','600'),(299,'spider_catalog_product_page_width','Product Page Width','Product Page Width','600'),(300,'description_size_list','Description Text Size','Description Text Size','12'),(301,'name_price_size_list','Name Price List Text Size','Name Price List Text Size','12'),(302,'Parameters_size_list','Parameters List Text Size','Parameters List Text Size','12'),(303,'cell_big_title_size','Cell Big Title Size','Cell Big Title Size','34'),(304,'cell_price_background_color','Cell Price Background Color','Cell Price Background Color','#004372'),(305,'cell_small_image_backround_color','Cell Small Image Backround Color','Cell Small Image Backround Color','#F4F2F2'),(306,'cell_parameters_left_size','Cell Parameters Left Size','Cell Parameters Left Size','13'),(307,'cell_more_font_size','Cell More Font size','Cell More Font size','15'),(308,'cell_more_font_color','Cell More Font Color','Cell More Font Color','#FFFFFF'),(309,'cell_more_background_color','Cell More Background Color','Cell More Background Color','#004372'),(310,'cell_params_text_color','Cell Params Text Color','Cell Params Text Color','#3E3E3E'),(311,'cell_new_big_title_size','Cell New Big Title Size','Cell New Big Title Size','28'),(312,'cell_new_title_size','Cell New Title Size','Cell New Title Size','13'),(313,'cell_new_price_size','Cell New Price Size','Cell New Price Size','20'),(314,'cell_new_market_price_size','Cell New Market Price Size','Cell New Market Price Size','12'),(315,'cell_new_picture_width','Cell New Picture Width','Cell New Picture Width','110'),(316,'cell_new_picture_height','Cell New Picture Height','Cell New Picture Height','95'),(317,'cell_new_title_color','Cell New Title Color','Cell New Title Color','#004372'),(318,'new_cell_all_width','New Cell Width','New Cell Width','270'),(319,'new_cell_all_height','New Cell All Height','New Cell All Height','580'),(320,'cell_new_text_size','Cell New Text Size','Cell New Text Size','12'),(321,'cell_new_text_back_color_1','Cell New Text Background Color 1','Cell New Text Background Color 1','#F6F6F6'),(322,'cell_new_text_back_color_2','Cell New Text Background Color 2','Cell New Text Background Color 2','#F0EDED'),(323,'cell_new_text_color','Cell New Text Color','Cell New Text Color','#3D3D3D'),(324,'new_cell_more_font_size','New Cell More Font Size','New Cell More Font Size','17'),(325,'cell_new_more_font_color','More Font Color','More Font Color','#FFFFFF'),(326,'cell_new_more_background_color','More Background Color','More Background Color','#004372'),(327,'cell_tumble_title_size','Title Size','Title Size','14'),(328,'cell_tumble_title_font_color','Title Font Color','Title Font Color','#004372'),(329,'cell_tumble_price_size','Price Size','Price Size','14'),(330,'cell_tumble_price_text_color','Price Text Color','Price Text Color','#FFFFFF'),(331,'cell_tumble_picture_width','Picture Width','Picture Width','120'),(332,'cell_tumble_picture_height','Picture Height','Picture Height','120'),(333,'cell_tumble_text_size','Text Size','Text Size','12'),(334,'cell_tumble_text_color','Text Color','Text Color','#434242'),(335,'cell_tumble_all_width','All Width','All Width','270'),(336,'cell_tumble_all_height','All Height','All Height','225'),(337,'all_cell_title_size','Title Size','Title Sizes','18'),(338,'all_cell_title_color','Title Color','Title Color','#004372'),(339,'all_cell_price_size','Price Size','Price Size','18'),(340,'all_cell_price_text_color','Price Text Color','Price Text Color','#FFFFFF'),(341,'all_cell_picture_width','Picture Width','Picture Width','285'),(342,'all_cell_picture_height','Picture Height','Picture Height','200'),(343,'all_cell_text_size','Text Size','Text Size','15'),(344,'all_cell_text_color','Text Color','Text Color','#434242'),(345,'all_cell_all_width','All Width','All Width','270'),(346,'all_cell_all_height','All Height','All Height','470'),(347,'single_cell_title_size','Title Size','Title Size','18'),(348,'single_cell_title_color','Title Color','Title Color','#004372'),(349,'single_cell_font_1_size','Font 1 Size','Font 1 Size','14'),(350,'single_cell_font_2_size','Font 2 Size','Font 2 Size','12'),(351,'single_cell_background_color_1','Background Color 1','Background Color 1','#F5F4F4'),(352,'single_cell_background_color_2','Background Color 2','Background Color 2','#FFFFFF'),(353,'single_cell_text_color_1','Text Color 1','Text Color 1','#004372'),(354,'single_cell_text_color_2','Text Color 2','Text Color 2','#636363'),(355,'single_cell_picture_width','Picture Width','Picture Width','215'),(356,'single_cell_picture_height','Picture Height','Picture Height','200'),(357,'list_page_up_names_text_color','List Page Up Names Text Color','List Page Up Names Text Color','#3D3D3D'),(358,'list_page_up_names_background_color','List Page Up names Background Color','List Page Up names Background Color','#E2E2E2'),(359,'list_page_background_color_1','List Page Background Color 1','List Page Background Color 1','#F6F6F6'),(360,'list_page_background_color_2','List Page Background Color 2','List Page Background Color 2','#FFFFFF'),(361,'list_cell_price_color','List Cell Price Color','List Cell Price Color','#B02E2E'),(362,'list_cell_market_price_color','List Cell Market Price Color','List Cell Market Price Color','#3C6680'),(363,'list_page_text_color_1','Text Color 1','Text Color 1','#3E3E3E'),(364,'list_page_text_color_2','Text Color 2','Text Color 2','#235775');
/*!40000 ALTER TABLE `wp_spidercatalog_params` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_spidercatalog_product_categories`
--

DROP TABLE IF EXISTS `wp_spidercatalog_product_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_spidercatalog_product_categories` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL,
  `parent` int(11) unsigned DEFAULT NULL,
  `category_image_url` text,
  `description` text,
  `param` text,
  `ordering` int(11) NOT NULL,
  `published` tinyint(4) unsigned DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_spidercatalog_product_categories`
--

LOCK TABLES `wp_spidercatalog_product_categories` WRITE;
/*!40000 ALTER TABLE `wp_spidercatalog_product_categories` DISABLE KEYS */;
INSERT INTO `wp_spidercatalog_product_categories` VALUES (1,'Televisions',0,'http://lavishluxebylenee.com/wp-content/plugins/catalog/Front_images/sampleimages/category242.jpg','Television (TV) is a telecommunication medium for\r\n\r\ntransmitting and receiving moving images that can be monochrome (black-and-white) or colored, with or without accompanying \r\n\r\nsound. &quot;Television&quot; may also refer specifically to a television set, television programming, or television \r\n\r\ntransmission.The etymology of the word has a mixed Latin and Greek origin, meaning &quot;far sight&quot;: Greek tele, far, \r\n\r\nand Latin visio, sight (from video, vis- to see, or to view in the first person).','TV System	Diagonal	Interface	Refresh Rate		',1,1);
/*!40000 ALTER TABLE `wp_spidercatalog_product_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_spidercatalog_product_reviews`
--

DROP TABLE IF EXISTS `wp_spidercatalog_product_reviews`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_spidercatalog_product_reviews` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(100) NOT NULL,
  `content` text CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
  `product_id` int(11) NOT NULL,
  `remote_ip` varchar(15) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_spidercatalog_product_reviews`
--

LOCK TABLES `wp_spidercatalog_product_reviews` WRITE;
/*!40000 ALTER TABLE `wp_spidercatalog_product_reviews` DISABLE KEYS */;
INSERT INTO `wp_spidercatalog_product_reviews` VALUES (2,'A Customer','A Good TV',1,'127.0.0.1');
/*!40000 ALTER TABLE `wp_spidercatalog_product_reviews` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_spidercatalog_product_votes`
--

DROP TABLE IF EXISTS `wp_spidercatalog_product_votes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_spidercatalog_product_votes` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `remote_ip` varchar(15) NOT NULL,
  `vote_value` int(3) NOT NULL,
  `product_id` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_spidercatalog_product_votes`
--

LOCK TABLES `wp_spidercatalog_product_votes` WRITE;
/*!40000 ALTER TABLE `wp_spidercatalog_product_votes` DISABLE KEYS */;
INSERT INTO `wp_spidercatalog_product_votes` VALUES (6,'127.0.0.1',4,1),(7,'127.0.0.1',5,2);
/*!40000 ALTER TABLE `wp_spidercatalog_product_votes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_spidercatalog_products`
--

DROP TABLE IF EXISTS `wp_spidercatalog_products`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_spidercatalog_products` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(100) DEFAULT NULL,
  `category_id` varchar(200) DEFAULT NULL,
  `description` text,
  `image_url` text,
  `cost` varchar(128) DEFAULT NULL,
  `market_cost` varchar(128) DEFAULT NULL,
  `param` text,
  `ordering` int(11) NOT NULL,
  `published` tinyint(4) unsigned DEFAULT NULL,
  `published_in_parent` tinyint(4) unsigned DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_spidercatalog_products`
--

LOCK TABLES `wp_spidercatalog_products` WRITE;
/*!40000 ALTER TABLE `wp_spidercatalog_products` DISABLE KEYS */;
INSERT INTO `wp_spidercatalog_products` VALUES (1,'Panasonic Television TX-PR50U30','1,','<p>50&quot; / 127 cm, Full-HD Plasma Display Panel,\r\n\r\n600 Hz Sub Field Drive , DVB-T, DVB-C, RCA, RGB, VGA, HDMI x2, Scart, SD card</p>','http://lavishluxebylenee.com/wp-content/plugins/catalog/Front_images/sampleimages/7_19977_1324390185.jpg******0;;;http://lavishluxebylenee.com/wp-content/plugins/catalog/Front_images/sampleimages/11448_2.jpg******0;;;http://lavishluxebylenee.com/wp-content/plugins/catalog/Front_images/sampleimages/panasonictx_pr50u30.jpg','950.00','1000.00','par_TV\r\n\r\nSystem@@:@@DVB-T	DVB-C		par_Diagonal@@:@@50&quot; / 127 cm		par_Interface@@:@@RCA, RGB, VGA, HDMI \r\n\r\nx2, Scart, SD card		par_Refresh Rate@@:@@600 Hz Sub Field Drive		',2,1,0),(2,'Sony KDL-46EX710AEP ','1,','<p><b>Sony Television KDL-46EX710AEP</b></p><p>46&quot; / 117 cm, MotionFlow 100Hz, Bravia Engine 3, Analog, DVB-T, DVB-\r\n\r\nC, 4xHDMI, VGA, RGB, RCA, USB, 2xSCART </p>','http://lavishluxebylenee.com/wp-content/plugins/catalog/Front_images/sampleimages/7_7557_1298400832.jpg******0;;;http://lavishluxebylenee.com/wp-content/plugins/catalog/Front_images/sampleimages/r1.jpg******0;;;http://lavishluxebylenee.com/wp-content/plugins/catalog/Front_images/sampleimages/sony_kdl32ex700aep_3.jpg','1450.00','1700.00','par_TV\r\n\r\nSystem@@:@@Analog	DVB-T	DVB-C		par_Diagonal@@:@@46&quot; / 117 cm		par_Interface@@:@@4xHDMI, \r\n\r\nVGA, RGB, RCA, USB, 2xSCART		par_Refresh Rate@@:@@MotionFlow 100Hz		',1,1,0),(3,'Samsung UE46D6100S','1,','<p><strong>Samsung Television UE46D6100S </strong></p><p>46&quot; / 117 cm, 200Hz , 6 Series, 3D, SMART TV ,Smarthub, 3D \r\n\r\nHyperReal Engine, Samsung Apps, Social TV, WiFi Ready</p>','http://lavishluxebylenee.com/wp-content/plugins/catalog/Front_images/sampleimages/7_19644_1323935170.jpg','1630.00','1900.00','par_TV System@@:@@DTV\r\n\r\nDVB-T/C		par_Diagonal@@:@@46&quot; / 117 cm		par_Interface@@:@@4xHDMI,3xUSB, RGB, RCA, D-SUB,1xSCART, \r\n\r\nEthernet (LAN)		par_Refresh Rate@@:@@200Hz		',3,1,0),(4,'Sony KDL-32EX421BAEP ','1,','<p><strong>Sony\r\n\r\nTelevision KDL-32EX421BAEP </strong></p><p>32&quot; / 80 cm, 50 Hz, Analog, DVB-T/T2/C, AV, SCART, RGB, VGA, HDMI x4, USB x2, \r\n\r\nEthernet (RJ-45),24p True Cinema, X-Reality, DLNA, WiFi Ready, Internet Video, Internet Widgets, Web Browser, Skype, USB HDD \r\n\r\nRecording</p>','http://lavishluxebylenee.com/wp-content/plugins/catalog/Front_images/sampleimages/7_20107_1324712747.jpg','950.00','0.00','par_TV\r\n\r\nSystem@@:@@	par_Diagonal@@:@@32&quot; / 80 cm		par_Interface@@:@@AV, VGA, HDMI, USB, Ethernet 		\r\n\r\npar_Refresh Rate@@:@@	',4,1,0);
/*!40000 ALTER TABLE `wp_spidercatalog_products` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_strong_views`
--

DROP TABLE IF EXISTS `wp_strong_views`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_strong_views` (
  `id` mediumint(9) NOT NULL AUTO_INCREMENT,
  `name` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  `value` text COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_strong_views`
--

LOCK TABLES `wp_strong_views` WRITE;
/*!40000 ALTER TABLE `wp_strong_views` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_strong_views` 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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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 (621,2,0),(8,2,0),(646,2,0),(824,2,0),(434,31,0),(431,19,0),(428,37,0),(428,24,0),(428,38,0),(434,39,0),(434,19,0),(915,17,0),(618,2,0),(434,24,0),(434,40,0),(348,4,0),(348,20,0),(434,41,0),(431,33,0),(431,4,0),(428,35,0),(428,36,0),(434,42,0),(434,4,0),(362,19,0),(362,4,0),(825,2,0),(826,2,0),(383,19,0),(383,4,0),(428,33,0),(428,19,0),(428,4,0),(428,34,0),(915,6,0),(912,6,0),(912,11,0),(923,17,0),(929,6,0),(929,45,0),(923,6,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_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_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=MyISAM AUTO_INCREMENT=46 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,0),(2,2,'nav_menu','',0,7),(4,4,'product_type','',0,6),(5,5,'product_type','',0,0),(6,6,'product_type','',0,1),(7,7,'product_type','',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_visibility','',0,0),(16,16,'product_visibility','',0,0),(17,17,'product_cat','',0,0),(18,18,'product_cat','',0,0),(19,19,'product_cat','',0,5),(20,20,'product_cat','',0,1),(21,21,'action-group','',0,0),(22,22,'product_tag','',0,0),(23,23,'product_tag','',0,0),(24,24,'product_tag','',0,2),(25,25,'product_tag','',0,0),(26,26,'product_tag','',0,0),(27,27,'product_tag','',0,0),(28,28,'product_tag','',0,0),(45,45,'product_cat','',0,1),(29,29,'product_tag','',0,0),(30,30,'product_tag','',0,0),(31,31,'product_tag','',0,1),(32,32,'product_tag','',0,0),(33,33,'product_cat','',19,2),(34,34,'product_tag','',0,1),(35,35,'product_tag','',0,1),(36,36,'product_tag','',0,1),(37,37,'product_tag','',0,1),(38,38,'product_tag','',0,1),(39,39,'product_tag','',0,1),(40,40,'product_tag','',0,1),(41,41,'product_tag','',0,1),(42,42,'product_tag','',0,1);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_termmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=36 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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,17,'product_count_product_cat','0'),(2,18,'order','0'),(3,18,'product_count_product_cat','0'),(4,19,'order','0'),(5,19,'product_count_product_cat','5'),(6,20,'order','0'),(7,20,'product_count_product_cat','1'),(8,22,'product_count_product_tag','0'),(9,23,'product_count_product_tag','0'),(10,24,'product_count_product_tag','2'),(11,25,'product_count_product_tag','0'),(12,26,'product_count_product_tag','0'),(13,27,'product_count_product_tag','0'),(14,28,'product_count_product_tag','0'),(15,29,'product_count_product_tag','0'),(16,30,'product_count_product_tag','0'),(17,31,'product_count_product_tag','1'),(18,32,'product_count_product_tag','0'),(19,33,'order','0'),(20,33,'product_count_product_cat','2'),(21,34,'product_count_product_tag','1'),(22,35,'product_count_product_tag','1'),(23,36,'product_count_product_tag','1'),(24,37,'product_count_product_tag','1'),(25,38,'product_count_product_tag','1'),(26,39,'product_count_product_tag','1'),(27,40,'product_count_product_tag','1'),(28,41,'product_count_product_tag','1'),(29,42,'product_count_product_tag','1'),(34,45,'order','0'),(35,45,'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_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT '0',
  `term_order` int(4) DEFAULT '0',
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=MyISAM AUTO_INCREMENT=46 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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,0),(2,'Primary Menu','primary-menu',0,0),(4,'simple','simple',0,0),(5,'grouped','grouped',0,0),(6,'variable','variable',0,0),(7,'external','external',0,0),(8,'exclude-from-search','exclude-from-search',0,0),(9,'exclude-from-catalog','exclude-from-catalog',0,0),(10,'featured','featured',0,0),(11,'outofstock','outofstock',0,0),(12,'rated-1','rated-1',0,0),(13,'rated-2','rated-2',0,0),(14,'rated-3','rated-3',0,0),(15,'rated-4','rated-4',0,0),(16,'rated-5','rated-5',0,0),(17,'Uncategorized','uncategorized',0,0),(18,'Purses','purses',0,0),(19,'T-Shirts','t-shirts',0,0),(20,'Skirts','skirts',0,0),(21,'woocommerce-db-updates','woocommerce-db-updates',0,0),(22,'handbag','handbag',0,0),(23,'clutch','clutch',0,0),(24,'black','black',0,0),(25,'clucth','clucth',0,0),(26,'evening bag','evening-bag',0,0),(27,'brown','brown',0,0),(28,'faux leather','faux-leather',0,0),(29,'marble','marble',0,0),(30,'box bag','box-bag',0,0),(31,'modern','modern',0,0),(32,'small','small',0,0),(33,'Sets','sets',0,0),(34,'kids','kids',0,0),(35,'2t set','2t-set',0,0),(36,'4t set','4t-set',0,0),(37,'3t set','3t-set',0,0),(38,'white','white',0,0),(39,'shirts','shirts',0,0),(40,'men','men',0,0),(41,'women','women',0,0),(42,'adults','adults',0,0),(45,'Dress','dress',0,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_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=169 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'locale',''),(11,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(12,1,'wp_user_level','10'),(13,1,'dismissed_wp_pointers','omapi_please_connect_notice,text_widget_paste_html,text_widget_custom_html,upcp_admin_pointers_tutorial-one,upcp_admin_pointers_tutorial-two,upcp_admin_pointers_tutorial-three,upcp_admin_pointers_tutorial-four,upcp_admin_pointers_tutorial-five,upcp_admin_pointers_tutorial-six,wp496_privacy,custom_admin_pointers13_1_2_1_new_items,wc_services_new_carrier_dhl_express'),(14,1,'show_welcome_panel','1'),(61,3,'wp_dashboard_quick_press_last_post_id','443'),(62,3,'community-events-location','a:1:{s:2:\"ip\";s:12:\"107.223.20.0\";}'),(64,3,'default_password_nag',''),(105,3,'wc_last_active','1596153600'),(16,1,'wp_dashboard_quick_press_last_post_id','897'),(17,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"144.30.199.0\";}'),(118,1,'sbi_ignore_new_user_sale_notice','always'),(18,1,'metaboxhidden_dashboard','a:1:{i:0;s:18:\"jetpack-onboarding\";}'),(19,1,'managenav-menuscolumnshidden','a:4:{i:0;s:15:\"title-attribute\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),(20,1,'metaboxhidden_nav-menus','a:1:{i:0;s:12:\"add-post_tag\";}'),(21,1,'nav_menu_recently_edited','2'),(22,1,'wp_user-settings','editor=tinymce&posts_list_mode=excerpt&libraryContent=browse&advImgDetails=show&imgsize=medium'),(23,1,'wp_user-settings-time','1614562923'),(24,1,'_gp_aloha_easy-testimonials-settings_show_welcome',''),(163,1,'session_tokens','a:1:{s:64:\"57ea21649e95c0c05f1a51825408a1f3a1367519293a934e43eda88a3f34aade\";a:4:{s:10:\"expiration\";i:1627047275;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/91.0.4472.124 Safari/537.36\";s:5:\"login\";i:1625837675;}}'),(74,1,'wc_last_active','1626220800'),(73,1,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(107,3,'_woocommerce_tracks_anon_id','woo:dW9kWIgJrFjyTsXZ5mYSvdNZ'),(108,3,'jetpack_tracks_anon_id','jetpack:HSVc9LIwAHpAJ/goNbTiPrZ6'),(109,3,'wp_user-settings','libraryContent=browse&product_cat_tab=pop'),(154,1,'essential_adons_elementor_opt_in','1'),(155,1,'wpdeveloper_notices_seen','a:1:{s:24:\"wpdeveloper_notice_4_7_4\";a:1:{s:25:\"essential_adons_elementor\";a:1:{i:0;s:6:\"opt_in\";}}}'),(144,1,'elementor_introduction','a:1:{s:10:\"rightClick\";b:1;}'),(156,1,'elementor_admin_notices','a:1:{s:19:\"woocommerce_promote\";s:4:\"true\";}'),(56,3,'locale',''),(57,3,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(58,3,'wp_user_level','10'),(59,3,'dismissed_wp_pointers','wp496_privacy'),(71,3,'syntax_highlighting','true'),(72,1,'_woocommerce_tracks_anon_id','woo:lccprHOLrag+Eyane5SY0/Yu'),(55,3,'show_admin_bar_front','true'),(47,3,'nickname','lenee'),(48,3,'first_name','Janella'),(49,3,'last_name','Christopher'),(50,3,'description',''),(51,3,'rich_editing','true'),(52,3,'comment_shortcuts','false'),(53,3,'admin_color','sunrise'),(54,3,'use_ssl','0'),(42,1,'closedpostboxes_page','a:0:{}'),(43,1,'metaboxhidden_page','a:6:{i:0;s:12:\"revisionsdiv\";i:1;s:10:\"postcustom\";i:2;s:16:\"commentstatusdiv\";i:3;s:11:\"commentsdiv\";i:4;s:7:\"slugdiv\";i:5;s:9:\"authordiv\";}'),(44,1,'closedpostboxes_rpt_pricing_table','a:0:{}'),(45,1,'metaboxhidden_rpt_pricing_table','a:1:{i:0;s:7:\"slugdiv\";}'),(46,1,'wp_media_library_mode','list'),(76,1,'jetpack_tracks_wpcom_id','109377404'),(77,1,'jetpack_tracks_anon_id','jetpack:7i6ZEa4WSerGrA4vy21L+4TZ'),(78,1,'closedpostboxes_product','a:0:{}'),(79,1,'metaboxhidden_product','a:2:{i:0;s:10:\"postcustom\";i:1;s:7:\"slugdiv\";}'),(128,1,'dismissed_maxmind_license_key_notice','1'),(132,3,'_order_count','0'),(134,1,'_order_count','0'),(131,3,'session_tokens','a:1:{s:64:\"9ac6150018d8838d00c92d2870061bf5ffbf7d992cf424473ed440d17a9f96ee\";a:4:{s:10:\"expiration\";i:1596336894;s:2:\"ip\";s:13:\"107.223.20.54\";s:2:\"ua\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36 Edge/18.18363\";s:5:\"login\";i:1596164094;}}'),(83,1,'dismissed_update_notice','1'),(84,3,'billing_first_name','Janella'),(85,3,'billing_last_name','Christopher'),(86,3,'billing_company',''),(87,3,'billing_address_1',''),(88,3,'billing_address_2',''),(89,3,'billing_city',''),(90,3,'billing_postcode',''),(91,3,'billing_country',''),(92,3,'billing_state',''),(93,3,'billing_phone',''),(94,3,'billing_email','lavishluxebylenee@outlook.com'),(95,3,'shipping_first_name',''),(96,3,'shipping_last_name',''),(97,3,'shipping_company',''),(98,3,'shipping_address_1',''),(99,3,'shipping_address_2',''),(100,3,'shipping_city',''),(101,3,'shipping_postcode',''),(102,3,'shipping_country',''),(103,3,'shipping_state',''),(104,3,'last_update','1572448051'),(110,3,'wp_user-settings-time','1595300243'),(112,1,'dismissed_wc_admin_notice','1'),(125,3,'closedpostboxes_product','a:0:{}'),(126,3,'metaboxhidden_product','a:2:{i:0;s:10:\"postcustom\";i:1;s:7:\"slugdiv\";}'),(146,1,'header-footer-elementor-rating','delayed-notice');
/*!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_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT '0',
  `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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$BDvhLN67TiSkMj/CPJ/UNcL9.G6SD1.','eessel','tfball58@gmail.com','','2017-06-08 20:42:17','',0,'eessel'),(3,'lenee','$P$BAwehDBZ2stZ9KGcpnWYifrRcu0gKH/','lenee','lavishluxebylenee@outlook.com','https://lavishluxebylenee.com','2017-11-01 15:44:24','1543558412:$P$BdUNnpU0bgHM18ko27pqVc9yhPbbya0',0,'Janella Christopher');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_wc_admin_note_actions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_admin_note_actions` (
  `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `note_id` bigint(20) unsigned NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `label` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `query` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `status` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `is_primary` tinyint(1) NOT NULL DEFAULT '0',
  `actioned_text` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  PRIMARY KEY (`action_id`),
  KEY `note_id` (`note_id`)
) ENGINE=MyISAM AUTO_INCREMENT=4395 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 (714,27,'visit-the-theme-marketplace','Visit the theme marketplace','https://woocommerce.com/product-category/themes/?utm_source=inbox','actioned',0,''),(2,2,'learn-more','Learn more','https://docs.woocommerce.com/document/managing-orders/?utm_source=inbox','actioned',0,''),(3,3,'yes-please','Yes please!','https://woocommerce.us8.list-manage.com/subscribe/post?u=2c1434dc56f9506bf3c3ecd21&amp;id=13860df971&amp;SIGNUPPAGE=plugin','actioned',0,''),(4,4,'open-marketing-hub','Open marketing hub','https://lavishluxebylenee.com/wp-admin/admin.php?page=wc-admin&path=/marketing','actioned',0,''),(5,5,'connect','Connect','?page=wc-addons&section=helper','unactioned',0,''),(6,6,'learn-more','Learn more','https://woocommerce.com/mobile/','actioned',0,''),(7,7,'tracking-opt-in','Activate usage tracking','','actioned',1,''),(8,8,'learn-more','Learn more','https://woocommerce.com/payments/','unactioned',0,''),(9,8,'install-now','Install now','','actioned',1,''),(10,9,'share-feedback','Share feedback','https://automattic.survey.fm/new-onboarding-survey','actioned',0,''),(11,10,'affirm-insight-first-sale','Yes','','actioned',0,'Thanks for your feedback'),(12,10,'deny-insight-first-sale','No','','actioned',0,'Thanks for your feedback'),(4372,14,'set-up-concierge','Schedule free session','https://wordpress.com/me/concierge','actioned',1,''),(16,13,'settings','Open Settings','https://lavishluxebylenee.com/wp-admin/admin.php?page=mailchimp-woocommerce','actioned',0,''),(4381,36,'boost-sales-marketing-guide','See marketing guide','https://developer.apple.com/apple-pay/marketing/?utm_source=inbox&utm_campaign=wcpay-boost-sales','actioned',1,''),(4373,15,'learn-more','Learn more','https://docs.woocommerce.com/document/woocommerce-shipping-and-tax/?utm_source=inbox','unactioned',1,''),(4374,16,'learn-more-ecomm-unique-shopping-experience','Learn more','https://docs.woocommerce.com/document/product-add-ons/?utm_source=inbox','actioned',1,''),(50,17,'learn-more','Learn more','https://woocommerce.com/mobile/?utm_source=inbox','actioned',0,''),(713,26,'learn-more','Learn more','https://docs.woocommerce.com/document/home-screen/?utm_source=inbox','actioned',1,''),(4392,48,'get-woocommerce-payments','Get WooCommerce Payments','admin.php?page=wc-admin&action=setup-woocommerce-payments','actioned',1,''),(1127,20,'install-now','Install now','admin.php?page=wc-admin&action=setup-woocommerce-payments','actioned',1,''),(4391,47,'get-woo-commerce-payments','Get WooCommerce Payments','admin.php?page=wc-admin&action=setup-woocommerce-payments','actioned',1,''),(1129,22,'install-now','Install now','admin.php?page=wc-admin&action=setup-woocommerce-payments','actioned',1,''),(4376,23,'learn-more','Learn more','https://woocommerce.com/posts/ecommerce-shipping-solutions-guide/?utm_source=inbox','actioned',1,''),(579,24,'learn-more','Learn more','https://woocommerce.com/mobile/?utm_source=inbox','actioned',0,''),(4375,25,'watch-the-webinar','Watch the webinar','https://youtu.be/V_2XtCOyZ7o','actioned',1,''),(715,28,'affirm-insight-first-product-and-payment','Yes','','actioned',0,'Thanks for your feedback'),(4377,29,'boost-sales-marketing-guide','See marketing guide','https://developer.apple.com/apple-pay/marketing/?utm_source=inbox&utm_campaign=square-boost-sales','actioned',1,''),(4378,30,'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,''),(4370,31,'upgrade_now_facebook_pixel_api','Upgrade now','plugin-install.php?tab=plugin-information&plugin=&section=changelog','actioned',1,''),(4371,32,'learn_more_facebook_ec','Learn more','https://woocommerce.com/products/facebook/','unactioned',1,''),(4383,33,'optimizing-the-checkout-flow','Learn more','https://woocommerce.com/posts/optimizing-woocommerce-checkout?utm_source=inbox','actioned',1,''),(4384,34,'learn-more','Learn more','https://woocommerce.com/posts/first-things-customize-woocommerce/?utm_source=inbox','unactioned',1,''),(1733,35,'install-mollie','Install Mollie','https://wordpress.org/plugins/mollie-payments-for-woocommerce/','actioned',1,''),(4178,52,'learn-more','Learn more','https://docs.woocommerce.com/document/woocommerce-analytics/#variations-report','actioned',0,''),(4382,37,'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,''),(4379,38,'add-apple-pay','Add Apple Pay','/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments','actioned',1,''),(4380,38,'learn-more','Learn more','https://docs.woocommerce.com/document/payments/apple-pay/?utm_source=inbox&utm_medium=product&utm_campaign=wcpay_applepay','actioned',1,''),(4369,39,'open_wc_paypal_payments_product_page','Learn more','https://woocommerce.com/products/woocommerce-paypal-payments/','actioned',1,''),(4385,40,'qualitative-feedback-from-new-users','Share feedback','https://automattic.survey.fm/wc-pay-new','actioned',1,''),(2412,41,'learn-more','Learn more','https://woocommerce.com/mobile/?utm_source=inbox','actioned',0,''),(4386,42,'share-feedback','Share feedback','http://automattic.survey.fm/paypal-feedback','unactioned',1,''),(4387,43,'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,''),(4389,44,'update-wc-subscriptions-3-0-15','View latest version','http://lavishluxebylenee.com/wp-admin/admin.php?page=wc-admin&page=wc-addons&section=helper','actioned',1,''),(4388,45,'get-started','Get started','https://woocommerce.com/products/google-listings-and-ads','actioned',1,''),(4390,46,'update-wc-core-5-4-0','How to update WooCommerce','https://docs.woocommerce.com/document/how-to-update-woocommerce/','actioned',1,''),(4393,49,'ppxo-pps-install-paypal-payments-1','View upgrade guide','https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/','actioned',1,''),(4394,50,'ppxo-pps-install-paypal-payments-2','View upgrade guide','https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/','actioned',1,''),(4368,51,'eu_vat_changes_2021','Learn more about the EU tax regulations','https://woocommerce.com/posts/new-eu-vat-regulations','actioned',1,''),(3934,12,'update-db_done','Thanks!','https://lavishluxebylenee.com/wp-admin/post-new.php?post_type=product&wc-hide-notice=update&_nonce_action=woocommerce_hide_notices_nonce&_nonce_name=_wc_notice_nonce','actioned',1,'');
/*!40000 ALTER TABLE `wp_wc_admin_note_actions` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_wc_admin_notes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_admin_notes` (
  `note_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `locale` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `title` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `content_data` longtext COLLATE utf8mb4_unicode_520_ci,
  `status` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `source` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_reminder` datetime DEFAULT NULL,
  `is_snoozable` tinyint(1) NOT NULL DEFAULT '0',
  `layout` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `image` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `is_deleted` tinyint(1) NOT NULL DEFAULT '0',
  `icon` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'info',
  PRIMARY KEY (`note_id`)
) ENGINE=MyISAM AUTO_INCREMENT=53 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 (27,'wc-admin-choosing-a-theme','marketing','en_US','Choosing a theme?','Check out the themes that are compatible with WooCommerce and choose one aligned with your brand and business needs.','{}','unactioned','woocommerce-admin','2021-02-10 23:58:52',NULL,0,'plain','',0,'info'),(2,'wc-admin-orders-milestone','info','en_US','First order received','Congratulations on getting your first order! Now is a great time to learn how to manage your orders.','{}','unactioned','woocommerce-admin','2020-07-29 01:59:39',NULL,0,'plain','',0,'info'),(3,'wc-admin-onboarding-email-marketing','info','en_US','Tips, product updates, and inspiration','We\'re here for you - get tips, product updates and inspiration straight to your email box','{}','unactioned','woocommerce-admin','2020-07-29 01:59:39',NULL,0,'plain','',0,'info'),(4,'wc-admin-marketing-intro','info','en_US','Connect with your audience','Grow your customer base and increase your sales with marketing tools built for WooCommerce.','{}','unactioned','woocommerce-admin','2020-07-29 01:59:39',NULL,0,'plain','',0,'info'),(5,'wc-admin-wc-helper-connection','info','en_US','Connect to WooCommerce.com','Connect to get important product notifications and updates.','{}','unactioned','woocommerce-admin','2020-07-29 01:59:40',NULL,0,'plain','',0,'info'),(6,'wc-admin-mobile-app','info','en_US','Install Woo mobile app','Install the WooCommerce mobile app to manage orders, receive sales notifications, and view key metrics — wherever you are.','{}','unactioned','woocommerce-admin','2020-09-26 23:50:00',NULL,0,'plain','',0,'info'),(7,'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=\"https://lavishluxebylenee.com/wp-admin/admin.php?page=wc-settings&#038;tab=advanced&#038;section=woocommerce_com\" target=\"_blank\">Settings</a> and choose to stop sharing data. <a href=\"https://woocommerce.com/usage-tracking\" target=\"_blank\">Read more</a> about what data we collect.','{}','unactioned','woocommerce-admin','2020-09-26 23:50:00',NULL,0,'plain','',0,'info'),(8,'wc-admin-woocommerce-payments','marketing','en_US','Try the new way to get paid','Securely accept credit and debit cards on your site. Manage transactions without leaving your WordPress dashboard. Only with WooCommerce Payments.','{}','unactioned','woocommerce-admin','2020-09-26 23:50:01',NULL,0,'plain','',0,'info'),(9,'wc-admin-store-notice-giving-feedback-2','info','en_US','Give feedback','Now that you’ve chosen us as a partner, our goal is to make sure we\'re providing the right tools to meet your needs. We\'re looking forward to having your feedback on the store setup experience so we can improve it in the future.','{}','unactioned','woocommerce-admin','2020-09-26 23:50:01',NULL,0,'plain','',0,'info'),(10,'wc-admin-insight-first-sale','survey','en_US','Did you know?','A WooCommerce powered store needs on average 31 days to get the first sale. You\'re on the right track! Do you find this type of insight useful?','{}','unactioned','woocommerce-admin','2020-09-26 23:50:01',NULL,0,'plain','',0,'info'),(14,'ecomm-need-help-setting-up-your-store','info','en_US','Need help setting up your Store?','Schedule a free 30-min <a href=\"https://wordpress.com/support/concierge-support/\">quick start session</a> and get help from our specialists. We’re happy to walk through setup steps, show you around the WordPress.com dashboard, troubleshoot any issues you may have, and help you the find the features you need to accomplish your goals for your site.','{}','pending','woocommerce.com','2020-10-26 23:51:36',NULL,0,'plain','',0,'info'),(12,'wc-update-db-reminder','update','en_US','WooCommerce database update done','WooCommerce database update complete. Thank you for updating to the latest version!','{}','actioned','woocommerce-core','2020-09-26 23:50:29',NULL,0,'plain','',0,'info'),(36,'wcpay-apple-pay-boost-sales','marketing','en_US','Boost sales with Apple Pay','Now that you accept Apple Pay® with WooCommerce Payments you can increase conversion rates by letting your customers know that Apple Pay® is available. Here’s a marketing guide to help you get started.','{}','pending','woocommerce.com','2021-03-20 23:50:36',NULL,0,'plain','',0,'info'),(13,'mailchimp-for-woocommerce-incomplete-install','warning','en_US','Mailchimp For WooCommerce','Plugin is not yet connected to a Mailchimp account. To complete the connection, open the settings page.','{\"getting_started\":true,\"activated\":1601164232,\"activated_formatted\":\"September 26th\"}','unactioned','mailchimp-for-woocommerce','2020-09-26 23:50:32',NULL,0,'plain','',0,'info'),(15,'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','2020-10-26 23:51:36',NULL,0,'plain','',0,'info'),(16,'ecomm-unique-shopping-experience','info','en_US','For a shopping experience as unique as your customers','Product Add-Ons allow your customers to personalize products while they’re shopping on your online store. No more follow-up email requests—customers get what they want, before they’re done checking out. Learn more about this extension that comes included in your plan.','{}','pending','woocommerce.com','2020-10-26 23:51:36',NULL,0,'plain','',0,'info'),(17,'wc-admin-real-time-order-alerts','info','en_US','Get real-time order alerts anywhere','Get notifications about store activity, including new orders and product reviews directly on your mobile devices with the Woo app.','{}','unactioned','woocommerce-admin','2020-10-27 23:56:57',NULL,0,'plain','',0,'info'),(26,'wc-admin-manage-store-activity-from-home-screen','info','en_US','New! Manage your store activity from the Home screen','Start your day knowing the next steps you need to take with your orders, products, and customer feedback.<br /><br />Read more about how to use the activity panels on the Home screen.','{}','unactioned','woocommerce-admin','2021-02-10 00:49:40',NULL,0,'plain','',0,'info'),(19,'wcpay-promo-2020-11','marketing','en_US','wcpay-promo-2020-11','wcpay-promo-2020-11','{}','pending','woocommerce.com','2020-11-19 23:53:13',NULL,0,'plain','',0,'info'),(48,'wcpay-promo-2021-6-incentive-2','marketing','en_US','Special offer: No transaction fees* for up to three months','Save big when you add <a href=\"https://woocommerce.com/payments/?utm_medium=notification&amp;utm_source=product&amp;utm_campaign=wcpay_exp233\">WooCommerce Payments</a> to your store today. Pay zero transaction fees* on up to $25,000 in processed payments (or three months, whichever comes first). Act now – this offer is available for a limited time only. *Currency conversion fees excluded.\n                <br /><br />By clicking \"Get WooCommerce Payments,\" you agree to the promotional <a href=\"https://woocommerce.com/terms-conditions/woocommerce-payments-no-transaction-fees-for-three-promotion/?utm_medium=notification&amp;utm_source=product&amp;utm_campaign=wcpay_exp233\">Terms of Service</a>.','{}','pending','woocommerce.com','2021-06-12 00:17:29',NULL,0,'plain','',0,'info'),(21,'wcpay-promo-2020-12','marketing','en_US','wcpay-promo-2020-12','wcpay-promo-2020-12','{}','pending','woocommerce.com','2020-12-10 23:50:09',NULL,0,'plain','',0,'info'),(20,'wcpay-subscriptions-2020-11','marketing','en_US','Manage subscriber payments from your store\'s dashboard','Securely accept cards and manage transactions right from your dashboard with <a href=\"https://woocommerce.com/payments/?utm_medium=notification&amp;utm_source=product&amp;utm_campaign=wcpay_ctrl20\" target=\"_blank\">WooCommerce Payments</a>  – now supporting <a href=\"https://woocommerce.com/products/woocommerce-subscriptions/?utm_medium=notification&amp;utm_source=product&amp;utm_campaign=wcpay_ctrl20\" target=\"_blank\">WooCommerce Subscriptions</a>! <br /><br /><em>By clicking \"Install now,\" you agree to our <a href=\"https://wordpress.com/tos/?utm_medium=notification&amp;utm_source=product&amp;utm_campaign=wcpay_ctrl20\" target=\"_blank\">Terms of Service</a>.</em>','{}','pending','woocommerce.com','2020-11-19 23:53:13',NULL,0,'plain','',0,'info'),(47,'wcpay-promo-2021-6-incentive-1','marketing','en_US','Special offer: Save 50% on transaction fees for up to $125,000 in payments','Save big when you add <a href=\"https://woocommerce.com/payments/?utm_medium=notification&amp;utm_source=product&amp;utm_campaign=wcpay_exp222\">WooCommerce Payments</a> to your store today.\n                Get a discounted rate of 1.5% + $0.15 on all transactions – that’s 50% off the standard fee on up to $125,000 in processed payments (or six months, whichever comes first). Act now – this offer is available for a limited time only.\n                <br /><br />By clicking \"Get WooCommerce Payments,\" you agree to the promotional <a href=\"https://woocommerce.com/terms-conditions/woocommerce-payments-half-off-six-promotion/?utm_medium=notification&amp;utm_source=product&amp;utm_campaign=wcpay_exp222\">Terms of Service</a>.','{}','pending','woocommerce.com','2021-06-12 00:17:29',NULL,0,'plain','',0,'info'),(22,'wcpay-subscriptions-2020-12','marketing','en_US','Manage payments from your store\'s dashboard','Securely accept cards and manage transactions right from your dashboard with <a href=\"https://woocommerce.com/payments/?utm_medium=notification&amp;utm_source=product&amp;utm_campaign=wcpay_ctrl20\" target=\"_blank\">WooCommerce Payments</a>! Zero setup fees or monthly fees. Just pay-as-you-go, starting at just 2.9% + $0.30 per transaction for U.S.-issued cards. <br /><br /><em>By clicking \"Install now,\" you agree to our <a href=\"https://wordpress.com/tos/?utm_medium=notification&amp;utm_source=product&amp;utm_campaign=wcpay_ctrl20\" target=\"_blank\">Terms of Service</a>.</em>','{}','pending','woocommerce.com','2020-12-10 23:50:09',NULL,0,'plain','',0,'info'),(23,'your-first-product','info','en_US','Your first product','That\'s huge! You\'re well on your way to building a successful online store — now it’s time to think about how you\'ll fulfill your orders.<br /><br />Read our shipping guide to learn best practices and options for putting together your shipping strategy. And for WooCommerce stores in the United States, you can print discounted shipping labels via USPS with <a href=\"https://href.li/?https://woocommerce.com/shipping\" target=\"_blank\">WooCommerce Shipping</a>.','{}','pending','woocommerce.com','2021-01-21 00:06:24',NULL,0,'plain','',0,'info'),(24,'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-01-26 00:32:44',NULL,0,'plain','',0,'info'),(25,'wc-admin-getting-started-in-ecommerce','info','en_US','Getting Started in eCommerce - webinar','We want to make eCommerce and this process of getting started as easy as possible for you. Watch this webinar to get tips on how to have our store up and running in a breeze.','{}','pending','woocommerce.com','2021-01-28 00:28:57',NULL,0,'plain','',0,'info'),(28,'wc-admin-insight-first-product-and-payment','survey','en_US','Insight','More than 80% of new merchants add the first product and have at least one payment method set up during the first week. We\'re here to help your business succeed! Do you find this type of insight useful?','{}','unactioned','woocommerce-admin','2021-02-10 23:58:52',NULL,0,'plain','',0,'info'),(29,'wc-square-apple-pay-boost-sales','marketing','en_US','Boost sales with Apple Pay','Now that you accept Apple Pay® with Square you can increase conversion rates by letting your customers know that Apple Pay® is available. Here’s a marketing guide to help you get started.','{}','pending','woocommerce.com','2021-02-12 00:23:05',NULL,0,'plain','',0,'info'),(30,'wc-square-apple-pay-grow-your-business','marketing','en_US','Grow your business with Square and Apple Pay ','Now more than ever, shoppers want a fast, simple, and secure online checkout experience. Increase conversion rates by letting your customers know that you now accept Apple Pay®.','{}','pending','woocommerce.com','2021-02-12 00:23:05',NULL,0,'plain','',0,'info'),(31,'facebook_pixel_api_2021','marketing','en_US','Improve the performance of your Facebook ads','Enable Facebook Pixel and Conversions API through the latest version of Facebook for WooCommerce for improved measurement and ad targeting capabilities.','{}','pending','woocommerce.com','2021-02-12 23:55:29',NULL,0,'plain','',0,'info'),(32,'facebook_ec_2021','marketing','en_US','Sync your product catalog with Facebook to help boost sales','A single click adds all products to your Facebook Business Page shop. Product changes are automatically synced, with the flexibility to control which products are listed.','{}','pending','woocommerce.com','2021-02-12 23:55:29',NULL,0,'plain','',0,'info'),(33,'wc-admin-optimizing-the-checkout-flow','info','en_US','Optimizing the checkout flow','It\'s crucial to get your store\'s checkout as smooth as possible to avoid losing sales. Let\'s take a look at how you can optimize the checkout experience for your shoppers.','{}','pending','woocommerce.com','2021-02-17 01:32:03',NULL,0,'plain','',0,'info'),(34,'wc-admin-first-five-things-to-customize','info','en_US','The first 5 things to customize in your store','Deciding what to start with first is tricky. To help you properly prioritize, we\'ve put together this short list of the first few things you should customize in WooCommerce.','{}','pending','woocommerce.com','2021-02-17 01:32:03',NULL,0,'plain','',0,'info'),(35,'wc-admin-effortless-payments-by-mollie','info','en_US','Effortless payments by Mollie','Offer global and local payment methods, get onboarded in minutes and supported in your language – try it now!','{}','pending','woocommerce.com','2021-02-20 00:40:10',NULL,0,'plain','',0,'info'),(37,'wcpay-apple-pay-grow-your-business','marketing','en_US','Grow your business with WooCommerce Payments and Apple Pay','Now more than ever, shoppers want a fast, simple, and secure online checkout experience. Increase conversion rates by letting your customers know that you now accept Apple Pay®.','{}','pending','woocommerce.com','2021-03-20 23:50:36',NULL,0,'plain','',0,'info'),(38,'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-03-30 23:56:45',NULL,0,'plain','',0,'info'),(39,'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.','{}','unactioned','woocommerce.com','2021-04-05 23:54:40',NULL,0,'plain','',0,'info'),(40,'wc-payments-qualitative-feedback','info','en_US','WooCommerce Payments setup - let us know what you think','Congrats on enabling WooCommerce Payments for your store. Please share your feedback in this 2 minute survey to help us improve the setup process.','{}','pending','woocommerce.com','2021-04-16 00:47:48',NULL,0,'plain','',0,'info'),(41,'wc-admin-performance-on-mobile','info','en_US','Track your store performance on mobile','Monitor your sales and high performing products with the Woo app.','{}','unactioned','woocommerce-admin','2021-04-25 23:50:01',NULL,0,'plain','',0,'info'),(42,'share-your-feedback-on-paypal','info','en_US','Share your feedback on PayPal','Share your feedback in this 2 minute survey about how we can make the process of accepting payments more useful for your store.','{}','pending','woocommerce.com','2021-05-14 00:03:59',NULL,0,'plain','',0,'info'),(43,'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-15 00:28:03',NULL,0,'plain','',0,'info'),(44,'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 00:48:50',NULL,0,'plain','',0,'info'),(45,'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-08 01:06:08',NULL,0,'plain','',0,'info'),(46,'woocommerce-core-update-5-4-0','info','en_US','Update to WooCommerce 5.4.1 now','WooCommerce 5.4.1 addresses a checkout issue discovered in WooCommerce 5.4. We recommend upgrading to WooCommerce 5.4.1 as soon as possible.','{}','pending','woocommerce.com','2021-06-11 00:05:32',NULL,0,'plain','',0,'info'),(49,'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-23 00:53:07',NULL,0,'plain','',0,'info'),(50,'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-06-23 00:53:07',NULL,0,'plain','',0,'info'),(51,'eu_vat_changes_2021','marketing','en_US','Get your business ready for the new EU tax regulations','On July 1, 2021, new taxation rules will come into play when the <a href=\"https://ec.europa.eu/taxation_customs/business/vat/modernising-vat-cross-border-ecommerce_en\">European Union (EU) Value-Added Tax (VAT) eCommerce package</a> takes effect.<br /><br />The new regulations will impact virtually every B2C business involved in cross-border eCommerce trade with the EU.<br /><br />We therefore recommend <a href=\"https://woocommerce.com/posts/new-eu-vat-regulations\">familiarizing yourself with the new updates</a>, and consult with a tax professional to ensure your business is following regulations and best practice.','{}','pending','woocommerce.com','2021-06-24 00:29:43',NULL,0,'plain','',0,'info'),(52,'wc-admin-filter-by-product-variations-in-reports','info','en_US','New - filter by product variations in orders and products reports','One of the most awaited features has just arrived! You can now have insights into each product variation in the orders and products reports.','{}','unactioned','woocommerce-admin','2021-07-07 00:53:56',NULL,0,'banner','http://lavishluxebylenee.com/wp-content/plugins/woocommerce/packages/woocommerce-admin/images/admin_notes/filter-by-product-variations-note.svg',0,'info');
/*!40000 ALTER TABLE `wp_wc_admin_notes` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_wc_category_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_category_lookup` (
  `category_tree_id` bigint(20) unsigned NOT NULL,
  `category_id` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`category_tree_id`,`category_id`)
) ENGINE=MyISAM 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 (17,17),(18,18),(19,19),(19,33),(20,20),(33,33);
/*!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=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_wc_customer_lookup` WRITE;
/*!40000 ALTER TABLE `wp_wc_customer_lookup` DISABLE KEYS */;
INSERT INTO `wp_wc_customer_lookup` VALUES (1,NULL,'','Shonenetta','Sanders','shonenetta47@gmail.com','2019-12-05 00:27:13',NULL,'US','75007','Carrollton','TX');
/*!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`)
) ENGINE=MyISAM 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=MyISAM 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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_wc_order_product_lookup` WRITE;
/*!40000 ALTER TABLE `wp_wc_order_product_lookup` DISABLE KEYS */;
INSERT INTO `wp_wc_order_product_lookup` VALUES (1,416,388,0,1,'2019-12-04 18:27:13',1,60,60,0,0,0,0);
/*!40000 ALTER TABLE `wp_wc_order_product_lookup` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_wc_order_stats` WRITE;
/*!40000 ALTER TABLE `wp_wc_order_stats` DISABLE KEYS */;
INSERT INTO `wp_wc_order_stats` VALUES (416,0,'2019-12-04 18:27:13','2019-12-04 18:27:13',1,60,0,0,60,0,'wc-completed',1);
/*!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=MyISAM 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=MyISAM 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 (338,NULL,0,0,25.0000,25.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL),(340,NULL,0,0,15.0000,15.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL),(342,NULL,0,0,25.0000,25.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL),(344,NULL,0,0,25.0000,25.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL),(346,NULL,0,0,20.0000,20.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL),(348,NULL,0,0,60.0000,60.0000,0,NULL,'instock',0,0.00,0,'none',''),(351,NULL,0,0,20.0000,20.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL),(353,NULL,0,0,25.0000,25.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL),(356,NULL,0,0,45.0000,45.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL),(359,NULL,0,0,25.0000,25.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL),(362,NULL,0,0,25.0000,25.0000,0,NULL,'instock',0,0.00,0,'none',''),(383,NULL,0,0,27.0000,27.0000,0,NULL,'instock',0,0.00,0,'none',''),(388,NULL,0,0,60.0000,60.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL),(390,NULL,0,0,45.0000,45.0000,0,NULL,'instock',0,0.00,0,'none',''),(391,NULL,0,0,25.0000,25.0000,0,NULL,'instock',0,0.00,0,'none',''),(394,NULL,0,0,45.0000,45.0000,0,NULL,'instock',0,0.00,0,'none',''),(397,NULL,0,0,55.0000,55.0000,0,NULL,'instock',0,0.00,0,'none',''),(428,'010',0,0,10.0000,10.0000,0,7,'instock',0,0.00,0,'taxable',''),(431,NULL,0,0,10.0000,10.0000,0,4,'instock',0,0.00,0,'taxable',''),(434,NULL,0,0,10.0000,10.0000,0,30,'instock',0,0.00,0,'taxable',''),(433,NULL,0,0,NULL,NULL,0,NULL,NULL,0,NULL,NULL,NULL,NULL),(438,NULL,0,0,NULL,NULL,0,NULL,NULL,0,NULL,NULL,NULL,NULL),(912,'',0,0,0.0000,0.0000,0,NULL,'outofstock',0,0.00,0,'taxable',''),(915,'',0,0,0.0000,0.0000,0,20,'instock',0,0.00,0,'taxable',''),(916,'',0,0,0.0000,0.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(917,'',0,0,0.0000,0.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(918,'',0,0,0.0000,0.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(919,'',0,0,0.0000,0.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(923,'',0,0,0.0000,0.0000,0,10,'instock',0,0.00,0,'taxable',''),(924,'',0,0,0.0000,0.0000,0,1,'instock',0,0.00,0,'taxable','parent'),(925,'',0,0,0.0000,0.0000,0,1,'instock',0,0.00,0,'taxable','parent'),(926,'',0,0,0.0000,0.0000,0,1,'instock',0,0.00,0,'taxable','parent'),(927,'',0,0,0.0000,0.0000,0,1,'instock',0,0.00,0,'taxable','parent'),(929,'',0,0,60.0000,60.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(930,'',0,0,60.0000,60.0000,0,2,'instock',0,0.00,0,'taxable','parent'),(931,'',0,0,60.0000,60.0000,0,2,'instock',0,0.00,0,'taxable','parent'),(932,'',0,0,60.0000,60.0000,0,2,'instock',0,0.00,0,'taxable','parent'),(933,'',0,0,60.0000,60.0000,0,2,'instock',0,0.00,0,'taxable','parent');
/*!40000 ALTER TABLE `wp_wc_product_meta_lookup` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_woocommerce_order_itemmeta` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_order_itemmeta` DISABLE KEYS */;
INSERT INTO `wp_woocommerce_order_itemmeta` VALUES (1,1,'_product_id','388'),(2,1,'_variation_id','0'),(3,1,'_qty','1'),(4,1,'_tax_class',''),(5,1,'_line_subtotal','60'),(6,1,'_line_subtotal_tax','0'),(7,1,'_line_total','60'),(8,1,'_line_tax','0'),(9,1,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}');
/*!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=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_woocommerce_order_items` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_order_items` DISABLE KEYS */;
INSERT INTO `wp_woocommerce_order_items` VALUES (1,'Clutch my Pearls Set','line_item',416);
/*!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=MyISAM 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=MyISAM 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=MyISAM AUTO_INCREMENT=2137 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_woocommerce_sessions` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_sessions` DISABLE KEYS */;
INSERT INTO `wp_woocommerce_sessions` VALUES (2133,'74060a216b3a28a8ae2583a89657c2da','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:683:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:0:\"\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:0:\"\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1626425683),(2134,'1ea1c3a6eb0d335c8ab65dc94a0d32d9','a:13:{s:4:\"cart\";s:411:\"a:1:{s:32:\"01386bd6d8e091c2ab4c7c7de644d37b\";a:11:{s:3:\"key\";s:32:\"01386bd6d8e091c2ab4c7c7de644d37b\";s:10:\"product_id\";i:348;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:60;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:60;s:8:\"line_tax\";i:0;}}\";s:11:\"cart_totals\";s:405:\"a:15:{s:8:\"subtotal\";s:5:\"60.00\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:4:\"0.00\";s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";s:5:\"60.00\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:4:\"0.00\";s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"60.00\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:16:\"wca_session_data\";s:0:\"\";s:22:\"shipping_for_package_0\";s:92:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_9a04387b985c83c416c03624577789d4\";s:5:\"rates\";a:0:{}}\";s:25:\"previous_shipping_methods\";s:16:\"a:1:{i:0;a:0:{}}\";s:23:\"chosen_shipping_methods\";s:14:\"a:1:{i:0;b:0;}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:0;}\";s:10:\"wc_notices\";N;s:8:\"customer\";s:683:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:0:\"\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:0:\"\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1626428940),(2131,'41406a0920135ede5339f01928d12d86','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:683:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:0:\"\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:0:\"\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1626351245),(2132,'864772337ec1b0eedbd8e2dfc4346dcb','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:683:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:0:\"\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:0:\"\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1626383548),(2135,'1','a:8:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:702:\"a:26:{s:2:\"id\";s:1:\"1\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:0:\"\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:0:\"\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:18:\"tfball58@gmail.com\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";s:22:\"mailchimp_landing_site\";s:53:\"https://lavishluxebylenee.com/wp-admin/admin-ajax.php\";}',1626464349),(2136,'a54d66342c22cbe4b8ec206a7551ef0c','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:683:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:0:\"\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:0:\"\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1626471605);
/*!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=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_woocommerce_shipping_zone_locations` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_locations` DISABLE KEYS */;
INSERT INTO `wp_woocommerce_shipping_zone_locations` VALUES (1,1,'76017','postcode'),(2,1,'76016','postcode'),(3,1,'76015','postcode'),(4,1,'76014','postcode');
/*!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=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_woocommerce_shipping_zone_methods` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_methods` DISABLE KEYS */;
INSERT INTO `wp_woocommerce_shipping_zone_methods` VALUES (1,1,'local_pickup',1,1);
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_methods` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_woocommerce_shipping_zones` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zones` DISABLE KEYS */;
INSERT INTO `wp_woocommerce_shipping_zones` VALUES (1,'Local Pickup',0);
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zones` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_woocommerce_tax_rate_locations` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_tax_rate_locations` DISABLE KEYS */;
INSERT INTO `wp_woocommerce_tax_rate_locations` VALUES (1,'76017',1,'postcode'),(2,'ARLINGTON',1,'city');
/*!40000 ALTER TABLE `wp_woocommerce_tax_rate_locations` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_woocommerce_tax_rates` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_tax_rates` DISABLE KEYS */;
INSERT INTO `wp_woocommerce_tax_rates` VALUES (1,'US','TX','8.0000','TX Tax',1,0,1,0,'');
/*!40000 ALTER TABLE `wp_woocommerce_tax_rates` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wpforms_tasks_meta`
--

DROP TABLE IF EXISTS `wp_wpforms_tasks_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wpforms_tasks_meta` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `action` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `data` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `date` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=27 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wpforms_tasks_meta`
--

LOCK TABLES `wp_wpforms_tasks_meta` WRITE;
/*!40000 ALTER TABLE `wp_wpforms_tasks_meta` DISABLE KEYS */;
INSERT INTO `wp_wpforms_tasks_meta` VALUES (1,'wpforms_process_entry_emails_meta_cleanup','Wzg2NDAwXQ==','2020-05-11 00:26:46'),(2,'wpforms_admin_notifications_update','W10=','2020-05-11 00:47:09'),(3,'wpforms_admin_notifications_update','W10=','2020-05-12 14:04:25'),(4,'wpforms_admin_notifications_update','W10=','2020-06-24 13:23:57'),(5,'wpforms_admin_notifications_update','W10=','2020-06-29 20:02:27'),(6,'wpforms_admin_notifications_update','W10=','2020-07-06 00:11:20'),(7,'wpforms_admin_notifications_update','W10=','2020-07-13 16:00:29'),(8,'wpforms_admin_notifications_update','W10=','2020-07-13 16:00:30'),(9,'wpforms_admin_notifications_update','W10=','2020-07-21 01:42:04'),(10,'wpforms_admin_notifications_update','W10=','2020-07-22 16:27:39'),(11,'wpforms_admin_notifications_update','W10=','2020-07-28 15:13:16'),(12,'wpforms_admin_notifications_update','W10=','2020-07-31 02:55:33'),(13,'wpforms_admin_notifications_update','W10=','2020-08-11 13:55:55'),(14,'wpforms_admin_notifications_update','W10=','2020-08-13 14:39:12'),(15,'wpforms_admin_notifications_update','W10=','2020-08-13 14:39:15'),(16,'wpforms_admin_notifications_update','W10=','2020-09-26 23:45:20'),(17,'wpforms_admin_notifications_update','W10=','2020-09-29 20:44:02'),(18,'wpforms_admin_notifications_update','W10=','2020-10-26 03:02:46'),(19,'wpforms_admin_notifications_update','W10=','2020-11-09 04:45:57'),(20,'wpforms_process_entry_emails_meta_cleanup','Wzg2NDAwXQ==','2020-12-06 22:24:10'),(21,'wpforms_admin_notifications_update','W10=','2020-12-23 15:59:53'),(22,'wpforms_admin_notifications_update','W10=','2021-02-15 17:06:46'),(23,'wpforms_admin_notifications_update','W10=','2021-02-19 16:45:30'),(24,'wpforms_admin_notifications_update','W10=','2021-02-24 12:45:29'),(25,'wpforms_admin_notifications_update','W10=','2021-02-25 22:31:50'),(26,'wpforms_admin_notifications_update','W10=','2021-02-28 16:15:07');
/*!40000 ALTER TABLE `wp_wpforms_tasks_meta` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

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

-- Dump completed on 2021-07-14 19:17:45